@seelen-ui/lib 2.1.0 → 2.1.3-next.20250205133355
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.map +1 -0
- package/esm/handlers/commands.d.ts +74 -0
- package/esm/handlers/commands.d.ts.map +1 -0
- package/esm/handlers/commands.js +75 -0
- package/esm/handlers/events.d.ts +51 -0
- package/esm/handlers/events.d.ts.map +1 -0
- package/esm/handlers/events.js +52 -0
- package/esm/handlers/invokers.d.ts.map +1 -0
- package/esm/handlers/mod.d.ts.map +1 -0
- package/esm/lib.d.ts.map +1 -0
- package/esm/state/icon_pack.d.ts +84 -0
- package/esm/state/icon_pack.d.ts.map +1 -0
- package/esm/state/mod.d.ts.map +1 -0
- package/esm/state/placeholder.d.ts +34 -0
- package/esm/state/placeholder.d.ts.map +1 -0
- package/esm/state/plugin.d.ts +20 -0
- package/esm/state/plugin.d.ts.map +1 -0
- package/esm/state/profile.d.ts +15 -0
- package/esm/state/profile.d.ts.map +1 -0
- package/esm/state/settings/declaration.d.ts.map +1 -0
- package/esm/state/settings/mod.d.ts +70 -0
- package/esm/state/settings/mod.d.ts.map +1 -0
- package/esm/state/settings/settings_by_monitor.d.ts +21 -0
- package/esm/state/settings/settings_by_monitor.d.ts.map +1 -0
- package/esm/state/settings_by_app.d.ts +40 -0
- package/esm/state/settings_by_app.d.ts.map +1 -0
- package/esm/state/theme.d.ts +19 -0
- package/esm/state/theme.d.ts.map +1 -0
- package/esm/state/weg_items.d.ts +43 -0
- package/esm/state/weg_items.d.ts.map +1 -0
- package/esm/state/widget.d.ts +35 -0
- package/esm/state/widget.d.ts.map +1 -0
- package/esm/state/widget.js +44 -0
- package/esm/state/wm_layout.d.ts +18 -0
- package/esm/state/wm_layout.d.ts.map +1 -0
- package/esm/system_state/language.d.ts.map +1 -0
- package/esm/system_state/mod.d.ts +5 -0
- package/esm/system_state/mod.d.ts.map +1 -0
- package/esm/system_state/mod.js +4 -0
- package/esm/system_state/monitors.d.ts.map +1 -0
- package/esm/system_state/ui_colors.d.ts.map +1 -0
- package/esm/system_state/user.d.ts +71 -0
- package/esm/system_state/user.d.ts.map +1 -0
- package/esm/types/AhkVar.d.ts.map +1 -0
- package/esm/types/AhkVarList.d.ts +64 -0
- package/esm/types/AhkVarList.d.ts.map +1 -0
- package/esm/types/AppConfig.d.ts +33 -0
- package/esm/types/AppConfig.d.ts.map +1 -0
- package/esm/types/AppExtraFlag.d.ts +2 -0
- package/esm/types/AppExtraFlag.d.ts.map +1 -0
- package/esm/types/AppIdentifier.d.ts +11 -0
- package/esm/types/AppIdentifier.d.ts.map +1 -0
- package/esm/types/AppIdentifierType.d.ts +2 -0
- package/esm/types/AppIdentifierType.d.ts.map +1 -0
- package/esm/types/Border.d.ts.map +1 -0
- package/esm/types/DateToolbarItem.d.ts +62 -0
- package/esm/types/DateToolbarItem.d.ts.map +1 -0
- package/esm/types/DeviceToolbarItem.d.ts +54 -0
- package/esm/types/DeviceToolbarItem.d.ts.map +1 -0
- package/esm/types/FancyToolbarSettings.d.ts +28 -0
- package/esm/types/FancyToolbarSettings.d.ts.map +1 -0
- package/esm/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
- package/esm/types/File.d.ts.map +1 -0
- package/esm/types/FloatingWindowSettings.d.ts.map +1 -0
- package/esm/types/FolderChangedArgs.d.ts +7 -0
- package/esm/types/FolderChangedArgs.d.ts.map +1 -0
- package/esm/types/FolderType.d.ts +2 -0
- package/esm/types/FolderType.d.ts.map +1 -0
- package/esm/types/GenericToolbarItem.d.ts +82 -0
- package/esm/types/GenericToolbarItem.d.ts.map +1 -0
- package/esm/types/HideMode.d.ts +2 -0
- package/esm/types/HideMode.d.ts.map +1 -0
- package/esm/types/IconPack.d.ts +15 -0
- package/esm/types/IconPack.d.ts.map +1 -0
- package/esm/types/IconPackId.d.ts +3 -0
- package/esm/types/IconPackId.d.ts.map +1 -0
- package/esm/types/MatchingStrategy.d.ts +2 -0
- package/esm/types/MatchingStrategy.d.ts.map +1 -0
- package/esm/types/MediaToolbarItem.d.ts +138 -0
- package/esm/types/MediaToolbarItem.d.ts.map +1 -0
- package/esm/types/MonitorConfiguration.d.ts +13 -0
- package/esm/types/MonitorConfiguration.d.ts.map +1 -0
- package/esm/types/NetworkToolbarItem.d.ts +118 -0
- package/esm/types/NetworkToolbarItem.d.ts.map +1 -0
- package/esm/types/NoFallbackBehavior.d.ts +2 -0
- package/esm/types/NoFallbackBehavior.d.ts.map +1 -0
- package/esm/types/NodeSubtype.d.ts +2 -0
- package/esm/types/NodeSubtype.d.ts.map +1 -0
- package/esm/types/NotificationsToolbarItem.d.ts +62 -0
- package/esm/types/NotificationsToolbarItem.d.ts.map +1 -0
- package/esm/types/PinnedWegItemData.d.ts +36 -0
- package/esm/types/PinnedWegItemData.d.ts.map +1 -0
- package/esm/types/Placeholder.d.ts +20 -0
- package/esm/types/Placeholder.d.ts.map +1 -0
- package/esm/types/Plugin.d.ts +12 -0
- package/esm/types/Plugin.d.ts.map +1 -0
- package/esm/types/PluginId.d.ts +3 -0
- package/esm/types/PluginId.d.ts.map +1 -0
- package/esm/types/PowerToolbarItem.d.ts +214 -0
- package/esm/types/PowerToolbarItem.d.ts.map +1 -0
- package/esm/types/Profile.d.ts +8 -0
- package/esm/types/Profile.d.ts.map +1 -0
- package/esm/types/ProfileSettings.d.ts.map +1 -0
- package/esm/types/Rect.d.ts.map +1 -0
- package/esm/types/Resource.d.ts +27 -0
- package/esm/types/Resource.d.ts.map +1 -0
- package/esm/types/ResourceId.d.ts.map +1 -0
- package/esm/types/ResourceKind.d.ts +2 -0
- package/esm/types/ResourceKind.d.ts.map +1 -0
- package/esm/types/ResourceMetadata.d.ts +21 -0
- package/esm/types/ResourceMetadata.d.ts.map +1 -0
- package/esm/types/ResourceStatus.d.ts +2 -0
- package/esm/types/ResourceStatus.d.ts.map +1 -0
- package/esm/types/ResourceText.d.ts.map +1 -0
- package/esm/types/SeelenLauncherMonitor.d.ts +2 -0
- package/esm/types/SeelenLauncherMonitor.d.ts.map +1 -0
- package/esm/types/SeelenLauncherRunner.d.ts.map +1 -0
- package/esm/types/SeelenLauncherSettings.d.ts +8 -0
- package/esm/types/SeelenLauncherSettings.d.ts.map +1 -0
- package/esm/types/SeelenWallSettings.d.ts +11 -0
- package/esm/types/SeelenWallSettings.d.ts.map +1 -0
- package/esm/types/SeelenWallSettingsByMonitor.d.ts +6 -0
- package/esm/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
- package/esm/types/SeelenWallWallpaper.d.ts.map +1 -0
- package/esm/types/SeelenWegMode.d.ts +2 -0
- package/esm/types/SeelenWegMode.d.ts.map +1 -0
- package/esm/types/SeelenWegSettings.d.ts +72 -0
- package/esm/types/SeelenWegSettings.d.ts.map +1 -0
- package/esm/types/SeelenWegSettingsByMonitor.d.ts +8 -0
- package/esm/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
- package/esm/types/SeelenWegSide.d.ts +2 -0
- package/esm/types/SeelenWegSide.d.ts.map +1 -0
- package/esm/types/Settings.d.ts +54 -0
- package/esm/types/Settings.d.ts.map +1 -0
- package/esm/types/SettingsByWidget.d.ts +8 -0
- package/esm/types/SettingsByWidget.d.ts.map +1 -0
- package/esm/types/SettingsToolbarItem.d.ts +54 -0
- package/esm/types/SettingsToolbarItem.d.ts.map +1 -0
- package/esm/types/StyleValue.d.ts.map +1 -0
- package/esm/types/TextToolbarItem.d.ts +114 -0
- package/esm/types/TextToolbarItem.d.ts.map +1 -0
- package/esm/types/Theme.d.ts +17 -0
- package/esm/types/Theme.d.ts.map +1 -0
- package/esm/types/ThemeId.d.ts +3 -0
- package/esm/types/ThemeId.d.ts.map +1 -0
- package/esm/types/ToolbarItem.d.ts +38 -0
- package/esm/types/ToolbarItem.d.ts.map +1 -0
- package/esm/types/ToolbarItem2.d.ts +4 -0
- package/esm/types/ToolbarItem2.d.ts.map +1 -0
- package/esm/types/TrayToolbarItem.d.ts +54 -0
- package/esm/types/TrayToolbarItem.d.ts.map +1 -0
- package/esm/types/UpdateChannel.d.ts +2 -0
- package/esm/types/UpdateChannel.d.ts.map +1 -0
- package/esm/types/UpdaterSettings.d.ts +5 -0
- package/esm/types/UpdaterSettings.d.ts.map +1 -0
- package/esm/types/User.d.ts.map +1 -0
- package/esm/types/UserToolbarItem.d.ts +66 -0
- package/esm/types/UserToolbarItem.d.ts.map +1 -0
- package/esm/types/VirtualDesktopStrategy.d.ts +2 -0
- package/esm/types/VirtualDesktopStrategy.d.ts.map +1 -0
- package/esm/types/WegAppGroupItem.d.ts.map +1 -0
- package/esm/types/WegItem.d.ts +16 -0
- package/esm/types/WegItem.d.ts.map +1 -0
- package/esm/types/WegItems.d.ts +11 -0
- package/esm/types/WegItems.d.ts.map +1 -0
- package/esm/types/WegPinnedItemsVisibility.d.ts +2 -0
- package/esm/types/WegPinnedItemsVisibility.d.ts.map +1 -0
- package/esm/types/WegTemporalItemsVisibility.d.ts +2 -0
- package/esm/types/WegTemporalItemsVisibility.d.ts.map +1 -0
- package/esm/types/Widget.d.ts +12 -0
- package/esm/types/Widget.d.ts.map +1 -0
- package/esm/types/WidgetId.d.ts +3 -0
- package/esm/types/WidgetId.d.ts.map +1 -0
- package/esm/types/WidgetSettingsDeclarationList.d.ts +3 -0
- package/esm/types/WidgetSettingsDeclarationList.d.ts.map +1 -0
- package/esm/types/WindowManagerLayout.d.ts +7 -0
- package/esm/types/WindowManagerLayout.d.ts.map +1 -0
- package/esm/types/WindowManagerSettings.d.ts +43 -0
- package/esm/types/WindowManagerSettings.d.ts.map +1 -0
- package/esm/types/WindowManagerSettingsByMonitor.d.ts +9 -0
- package/esm/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
- package/esm/types/WmFallbackNode.d.ts +25 -0
- package/esm/types/WmFallbackNode.d.ts.map +1 -0
- package/esm/types/WmHorizontalNode.d.ts +19 -0
- package/esm/types/WmHorizontalNode.d.ts.map +1 -0
- package/esm/types/WmLeafNode.d.ts +21 -0
- package/esm/types/WmLeafNode.d.ts.map +1 -0
- package/esm/types/WmNode.d.ts +17 -0
- package/esm/types/WmNode.d.ts.map +1 -0
- package/esm/types/WmStackNode.d.ts +25 -0
- package/esm/types/WmStackNode.d.ts.map +1 -0
- package/esm/types/WmVerticalNode.d.ts +19 -0
- package/esm/types/WmVerticalNode.d.ts.map +1 -0
- package/esm/types/WorkspaceConfiguration.d.ts +8 -0
- package/esm/types/WorkspaceConfiguration.d.ts.map +1 -0
- package/esm/types/WorkspaceIdentifier.d.ts +6 -0
- package/esm/types/WorkspaceIdentifier.d.ts.map +1 -0
- package/esm/types/WorkspaceIdentifierType.d.ts +2 -0
- package/esm/types/WorkspaceIdentifierType.d.ts.map +1 -0
- package/esm/types/WorkspaceToolbarItem.d.ts +56 -0
- package/esm/types/WorkspaceToolbarItem.d.ts.map +1 -0
- package/esm/types/WorkspaceToolbarItemMode.d.ts +2 -0
- package/esm/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
- package/esm/types/WsdGroup.d.ts +12 -0
- package/esm/types/WsdGroup.d.ts.map +1 -0
- package/esm/types/WsdGroupEntry.d.ts +8 -0
- package/esm/types/WsdGroupEntry.d.ts.map +1 -0
- package/esm/types/WsdItem.d.ts +14 -0
- package/esm/types/WsdItem.d.ts.map +1 -0
- package/esm/types/WsdItemInputNumber.d.ts.map +1 -0
- package/esm/types/WsdItemInputText.d.ts.map +1 -0
- package/esm/types/WsdItemSelect.d.ts +28 -0
- package/esm/types/WsdItemSelect.d.ts.map +1 -0
- package/esm/types/WsdItemSelectOption.d.ts.map +1 -0
- package/esm/types/WsdItemSelectSubtype.d.ts +2 -0
- package/esm/types/WsdItemSelectSubtype.d.ts.map +1 -0
- package/esm/types/WsdItemSwitch.d.ts.map +1 -0
- package/esm/types/mod.d.ts +97 -0
- package/esm/types/mod.d.ts.map +1 -0
- package/esm/types/mod.js +96 -0
- package/esm/types/serde_json/JsonValue.d.ts.map +1 -0
- package/esm/utils/List.d.ts.map +1 -0
- package/esm/utils/State.d.ts.map +1 -0
- package/esm/utils/enums.d.ts.map +1 -0
- package/esm/utils/layered_hitbox.d.ts.map +1 -0
- package/esm/utils/mod.d.ts.map +1 -0
- package/package.json +9 -9
- package/script/constants/mod.d.ts.map +1 -0
- package/script/handlers/commands.d.ts +74 -0
- package/script/handlers/commands.d.ts.map +1 -0
- package/script/handlers/commands.js +78 -0
- package/script/handlers/events.d.ts +51 -0
- package/script/handlers/events.d.ts.map +1 -0
- package/script/handlers/events.js +55 -0
- package/script/handlers/invokers.d.ts.map +1 -0
- package/script/handlers/mod.d.ts.map +1 -0
- package/script/lib.d.ts.map +1 -0
- package/script/state/icon_pack.d.ts +84 -0
- package/script/state/icon_pack.d.ts.map +1 -0
- package/script/state/mod.d.ts.map +1 -0
- package/script/state/placeholder.d.ts +34 -0
- package/script/state/placeholder.d.ts.map +1 -0
- package/script/state/plugin.d.ts +20 -0
- package/script/state/plugin.d.ts.map +1 -0
- package/script/state/profile.d.ts +15 -0
- package/script/state/profile.d.ts.map +1 -0
- package/script/state/settings/declaration.d.ts.map +1 -0
- package/script/state/settings/mod.d.ts +70 -0
- package/script/state/settings/mod.d.ts.map +1 -0
- package/script/state/settings/settings_by_monitor.d.ts +21 -0
- package/script/state/settings/settings_by_monitor.d.ts.map +1 -0
- package/script/state/settings_by_app.d.ts +40 -0
- package/script/state/settings_by_app.d.ts.map +1 -0
- package/script/state/theme.d.ts +19 -0
- package/script/state/theme.d.ts.map +1 -0
- package/script/state/weg_items.d.ts +43 -0
- package/script/state/weg_items.d.ts.map +1 -0
- package/script/state/widget.d.ts +35 -0
- package/script/state/widget.d.ts.map +1 -0
- package/script/state/widget.js +49 -0
- package/script/state/wm_layout.d.ts +18 -0
- package/script/state/wm_layout.d.ts.map +1 -0
- package/script/system_state/language.d.ts.map +1 -0
- package/script/system_state/mod.d.ts +5 -0
- package/script/system_state/mod.d.ts.map +1 -0
- package/script/system_state/mod.js +20 -0
- package/script/system_state/monitors.d.ts.map +1 -0
- package/script/system_state/ui_colors.d.ts.map +1 -0
- package/script/system_state/user.d.ts +71 -0
- package/script/system_state/user.d.ts.map +1 -0
- package/script/types/AhkVar.d.ts.map +1 -0
- package/script/types/AhkVarList.d.ts +64 -0
- package/script/types/AhkVarList.d.ts.map +1 -0
- package/script/types/AppConfig.d.ts +33 -0
- package/script/types/AppConfig.d.ts.map +1 -0
- package/script/types/AppExtraFlag.d.ts +2 -0
- package/script/types/AppExtraFlag.d.ts.map +1 -0
- package/script/types/AppIdentifier.d.ts +11 -0
- package/script/types/AppIdentifier.d.ts.map +1 -0
- package/script/types/AppIdentifierType.d.ts +2 -0
- package/script/types/AppIdentifierType.d.ts.map +1 -0
- package/script/types/Border.d.ts.map +1 -0
- package/script/types/DateToolbarItem.d.ts +62 -0
- package/script/types/DateToolbarItem.d.ts.map +1 -0
- package/script/types/DeviceToolbarItem.d.ts +54 -0
- package/script/types/DeviceToolbarItem.d.ts.map +1 -0
- package/script/types/FancyToolbarSettings.d.ts +28 -0
- package/script/types/FancyToolbarSettings.d.ts.map +1 -0
- package/script/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
- package/script/types/File.d.ts.map +1 -0
- package/script/types/FloatingWindowSettings.d.ts.map +1 -0
- package/script/types/FolderChangedArgs.d.ts +7 -0
- package/script/types/FolderChangedArgs.d.ts.map +1 -0
- package/script/types/FolderType.d.ts +2 -0
- package/script/types/FolderType.d.ts.map +1 -0
- package/script/types/GenericToolbarItem.d.ts +82 -0
- package/script/types/GenericToolbarItem.d.ts.map +1 -0
- package/script/types/HideMode.d.ts +2 -0
- package/script/types/HideMode.d.ts.map +1 -0
- package/script/types/IconPack.d.ts +15 -0
- package/script/types/IconPack.d.ts.map +1 -0
- package/script/types/IconPackId.d.ts +3 -0
- package/script/types/IconPackId.d.ts.map +1 -0
- package/script/types/MatchingStrategy.d.ts +2 -0
- package/script/types/MatchingStrategy.d.ts.map +1 -0
- package/script/types/MediaToolbarItem.d.ts +138 -0
- package/script/types/MediaToolbarItem.d.ts.map +1 -0
- package/script/types/MonitorConfiguration.d.ts +13 -0
- package/script/types/MonitorConfiguration.d.ts.map +1 -0
- package/script/types/NetworkToolbarItem.d.ts +118 -0
- package/script/types/NetworkToolbarItem.d.ts.map +1 -0
- package/script/types/NoFallbackBehavior.d.ts +2 -0
- package/script/types/NoFallbackBehavior.d.ts.map +1 -0
- package/script/types/NodeSubtype.d.ts +2 -0
- package/script/types/NodeSubtype.d.ts.map +1 -0
- package/script/types/NotificationsToolbarItem.d.ts +62 -0
- package/script/types/NotificationsToolbarItem.d.ts.map +1 -0
- package/script/types/PinnedWegItemData.d.ts +36 -0
- package/script/types/PinnedWegItemData.d.ts.map +1 -0
- package/script/types/Placeholder.d.ts +20 -0
- package/script/types/Placeholder.d.ts.map +1 -0
- package/script/types/Plugin.d.ts +12 -0
- package/script/types/Plugin.d.ts.map +1 -0
- package/script/types/PluginId.d.ts +3 -0
- package/script/types/PluginId.d.ts.map +1 -0
- package/script/types/PowerToolbarItem.d.ts +214 -0
- package/script/types/PowerToolbarItem.d.ts.map +1 -0
- package/script/types/Profile.d.ts +8 -0
- package/script/types/Profile.d.ts.map +1 -0
- package/script/types/ProfileSettings.d.ts.map +1 -0
- package/script/types/Rect.d.ts.map +1 -0
- package/script/types/Resource.d.ts +27 -0
- package/script/types/Resource.d.ts.map +1 -0
- package/script/types/ResourceId.d.ts.map +1 -0
- package/script/types/ResourceKind.d.ts +2 -0
- package/script/types/ResourceKind.d.ts.map +1 -0
- package/script/types/ResourceMetadata.d.ts +21 -0
- package/script/types/ResourceMetadata.d.ts.map +1 -0
- package/script/types/ResourceStatus.d.ts +2 -0
- package/script/types/ResourceStatus.d.ts.map +1 -0
- package/script/types/ResourceText.d.ts.map +1 -0
- package/script/types/SeelenLauncherMonitor.d.ts +2 -0
- package/script/types/SeelenLauncherMonitor.d.ts.map +1 -0
- package/script/types/SeelenLauncherRunner.d.ts.map +1 -0
- package/script/types/SeelenLauncherSettings.d.ts +8 -0
- package/script/types/SeelenLauncherSettings.d.ts.map +1 -0
- package/script/types/SeelenWallSettings.d.ts +11 -0
- package/script/types/SeelenWallSettings.d.ts.map +1 -0
- package/script/types/SeelenWallSettingsByMonitor.d.ts +6 -0
- package/script/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
- package/script/types/SeelenWallWallpaper.d.ts.map +1 -0
- package/script/types/SeelenWegMode.d.ts +2 -0
- package/script/types/SeelenWegMode.d.ts.map +1 -0
- package/script/types/SeelenWegSettings.d.ts +72 -0
- package/script/types/SeelenWegSettings.d.ts.map +1 -0
- package/script/types/SeelenWegSettingsByMonitor.d.ts +8 -0
- package/script/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
- package/script/types/SeelenWegSide.d.ts +2 -0
- package/script/types/SeelenWegSide.d.ts.map +1 -0
- package/script/types/Settings.d.ts +54 -0
- package/script/types/Settings.d.ts.map +1 -0
- package/script/types/SettingsByWidget.d.ts +8 -0
- package/script/types/SettingsByWidget.d.ts.map +1 -0
- package/script/types/SettingsToolbarItem.d.ts +54 -0
- package/script/types/SettingsToolbarItem.d.ts.map +1 -0
- package/script/types/StyleValue.d.ts.map +1 -0
- package/script/types/TextToolbarItem.d.ts +114 -0
- package/script/types/TextToolbarItem.d.ts.map +1 -0
- package/script/types/Theme.d.ts +17 -0
- package/script/types/Theme.d.ts.map +1 -0
- package/script/types/ThemeId.d.ts +3 -0
- package/script/types/ThemeId.d.ts.map +1 -0
- package/script/types/ToolbarItem.d.ts +38 -0
- package/script/types/ToolbarItem.d.ts.map +1 -0
- package/script/types/ToolbarItem2.d.ts +4 -0
- package/script/types/ToolbarItem2.d.ts.map +1 -0
- package/script/types/TrayToolbarItem.d.ts +54 -0
- package/script/types/TrayToolbarItem.d.ts.map +1 -0
- package/script/types/UpdateChannel.d.ts +2 -0
- package/script/types/UpdateChannel.d.ts.map +1 -0
- package/script/types/UpdaterSettings.d.ts +5 -0
- package/script/types/UpdaterSettings.d.ts.map +1 -0
- package/script/types/User.d.ts.map +1 -0
- package/script/types/UserToolbarItem.d.ts +66 -0
- package/script/types/UserToolbarItem.d.ts.map +1 -0
- package/script/types/VirtualDesktopStrategy.d.ts +2 -0
- package/script/types/VirtualDesktopStrategy.d.ts.map +1 -0
- package/script/types/WegAppGroupItem.d.ts.map +1 -0
- package/script/types/WegItem.d.ts +16 -0
- package/script/types/WegItem.d.ts.map +1 -0
- package/script/types/WegItems.d.ts +11 -0
- package/script/types/WegItems.d.ts.map +1 -0
- package/script/types/WegPinnedItemsVisibility.d.ts +2 -0
- package/script/types/WegPinnedItemsVisibility.d.ts.map +1 -0
- package/script/types/WegTemporalItemsVisibility.d.ts +2 -0
- package/script/types/WegTemporalItemsVisibility.d.ts.map +1 -0
- package/script/types/Widget.d.ts +12 -0
- package/script/types/Widget.d.ts.map +1 -0
- package/script/types/WidgetId.d.ts +3 -0
- package/script/types/WidgetId.d.ts.map +1 -0
- package/script/types/WidgetSettingsDeclarationList.d.ts +3 -0
- package/script/types/WidgetSettingsDeclarationList.d.ts.map +1 -0
- package/script/types/WindowManagerLayout.d.ts +7 -0
- package/script/types/WindowManagerLayout.d.ts.map +1 -0
- package/script/types/WindowManagerSettings.d.ts +43 -0
- package/script/types/WindowManagerSettings.d.ts.map +1 -0
- package/script/types/WindowManagerSettingsByMonitor.d.ts +9 -0
- package/script/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
- package/script/types/WmFallbackNode.d.ts +25 -0
- package/script/types/WmFallbackNode.d.ts.map +1 -0
- package/script/types/WmHorizontalNode.d.ts +19 -0
- package/script/types/WmHorizontalNode.d.ts.map +1 -0
- package/script/types/WmLeafNode.d.ts +21 -0
- package/script/types/WmLeafNode.d.ts.map +1 -0
- package/script/types/WmNode.d.ts +17 -0
- package/script/types/WmNode.d.ts.map +1 -0
- package/script/types/WmStackNode.d.ts +25 -0
- package/script/types/WmStackNode.d.ts.map +1 -0
- package/script/types/WmVerticalNode.d.ts +19 -0
- package/script/types/WmVerticalNode.d.ts.map +1 -0
- package/script/types/WorkspaceConfiguration.d.ts +8 -0
- package/script/types/WorkspaceConfiguration.d.ts.map +1 -0
- package/script/types/WorkspaceIdentifier.d.ts +6 -0
- package/script/types/WorkspaceIdentifier.d.ts.map +1 -0
- package/script/types/WorkspaceIdentifierType.d.ts +2 -0
- package/script/types/WorkspaceIdentifierType.d.ts.map +1 -0
- package/script/types/WorkspaceToolbarItem.d.ts +56 -0
- package/script/types/WorkspaceToolbarItem.d.ts.map +1 -0
- package/script/types/WorkspaceToolbarItemMode.d.ts +2 -0
- package/script/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
- package/script/types/WsdGroup.d.ts +12 -0
- package/script/types/WsdGroup.d.ts.map +1 -0
- package/script/types/WsdGroupEntry.d.ts +8 -0
- package/script/types/WsdGroupEntry.d.ts.map +1 -0
- package/script/types/WsdItem.d.ts +14 -0
- package/script/types/WsdItem.d.ts.map +1 -0
- package/script/types/WsdItemInputNumber.d.ts.map +1 -0
- package/script/types/WsdItemInputText.d.ts.map +1 -0
- package/script/types/WsdItemSelect.d.ts +28 -0
- package/script/types/WsdItemSelect.d.ts.map +1 -0
- package/script/types/WsdItemSelectOption.d.ts.map +1 -0
- package/script/types/WsdItemSelectSubtype.d.ts +2 -0
- package/script/types/WsdItemSelectSubtype.d.ts.map +1 -0
- package/script/types/WsdItemSwitch.d.ts.map +1 -0
- package/script/types/mod.d.ts +97 -0
- package/script/types/mod.d.ts.map +1 -0
- package/script/types/mod.js +112 -0
- package/script/types/serde_json/JsonValue.d.ts.map +1 -0
- package/script/utils/List.d.ts.map +1 -0
- package/script/utils/State.d.ts.map +1 -0
- package/script/utils/enums.d.ts.map +1 -0
- package/script/utils/layered_hitbox.d.ts.map +1 -0
- package/script/utils/mod.d.ts.map +1 -0
- package/esm/gen/types/AhkVar.d.ts.map +0 -1
- package/esm/gen/types/AhkVarList.d.ts +0 -64
- package/esm/gen/types/AhkVarList.d.ts.map +0 -1
- package/esm/gen/types/AppConfig.d.ts +0 -33
- package/esm/gen/types/AppConfig.d.ts.map +0 -1
- package/esm/gen/types/AppExtraFlag.d.ts +0 -2
- package/esm/gen/types/AppExtraFlag.d.ts.map +0 -1
- package/esm/gen/types/AppIdentifier.d.ts +0 -11
- package/esm/gen/types/AppIdentifier.d.ts.map +0 -1
- package/esm/gen/types/AppIdentifierType.d.ts +0 -2
- package/esm/gen/types/AppIdentifierType.d.ts.map +0 -1
- package/esm/gen/types/ApplicationHistoryEntry.d.ts +0 -8
- package/esm/gen/types/ApplicationHistoryEntry.d.ts.map +0 -1
- package/esm/gen/types/ApplicationHistoryEntry.js +0 -1
- package/esm/gen/types/Border.d.ts.map +0 -1
- package/esm/gen/types/DateToolbarItem.d.ts +0 -62
- package/esm/gen/types/DateToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/DeviceToolbarItem.d.ts +0 -54
- package/esm/gen/types/DeviceToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/FancyToolbarSettings.d.ts +0 -28
- package/esm/gen/types/FancyToolbarSettings.d.ts.map +0 -1
- package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
- package/esm/gen/types/File.d.ts.map +0 -1
- package/esm/gen/types/FloatingWindowSettings.d.ts.map +0 -1
- package/esm/gen/types/FocusedApp.d.ts +0 -8
- package/esm/gen/types/FocusedApp.d.ts.map +0 -1
- package/esm/gen/types/FocusedApp.js +0 -2
- package/esm/gen/types/FolderChangedArgs.d.ts +0 -7
- package/esm/gen/types/FolderChangedArgs.d.ts.map +0 -1
- package/esm/gen/types/FolderType.d.ts +0 -2
- package/esm/gen/types/FolderType.d.ts.map +0 -1
- package/esm/gen/types/GenericToolbarItem.d.ts +0 -82
- package/esm/gen/types/GenericToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/HideMode.d.ts +0 -2
- package/esm/gen/types/HideMode.d.ts.map +0 -1
- package/esm/gen/types/IconPack.d.ts +0 -15
- package/esm/gen/types/IconPack.d.ts.map +0 -1
- package/esm/gen/types/IconPackId.d.ts +0 -3
- package/esm/gen/types/IconPackId.d.ts.map +0 -1
- package/esm/gen/types/MatchingStrategy.d.ts +0 -2
- package/esm/gen/types/MatchingStrategy.d.ts.map +0 -1
- package/esm/gen/types/MediaToolbarItem.d.ts +0 -138
- package/esm/gen/types/MediaToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/MonitorConfiguration.d.ts +0 -13
- package/esm/gen/types/MonitorConfiguration.d.ts.map +0 -1
- package/esm/gen/types/NetworkToolbarItem.d.ts +0 -118
- package/esm/gen/types/NetworkToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/NoFallbackBehavior.d.ts +0 -2
- package/esm/gen/types/NoFallbackBehavior.d.ts.map +0 -1
- package/esm/gen/types/NodeSubtype.d.ts +0 -2
- package/esm/gen/types/NodeSubtype.d.ts.map +0 -1
- package/esm/gen/types/NotificationsToolbarItem.d.ts +0 -62
- package/esm/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/PinnedWegItemData.d.ts +0 -36
- package/esm/gen/types/PinnedWegItemData.d.ts.map +0 -1
- package/esm/gen/types/Placeholder.d.ts +0 -16
- package/esm/gen/types/Placeholder.d.ts.map +0 -1
- package/esm/gen/types/Plugin.d.ts +0 -12
- package/esm/gen/types/Plugin.d.ts.map +0 -1
- package/esm/gen/types/PluginId.d.ts +0 -3
- package/esm/gen/types/PluginId.d.ts.map +0 -1
- package/esm/gen/types/PowerToolbarItem.d.ts +0 -214
- 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.map +0 -1
- package/esm/gen/types/Rect.d.ts.map +0 -1
- package/esm/gen/types/Resource.d.ts +0 -27
- package/esm/gen/types/Resource.d.ts.map +0 -1
- package/esm/gen/types/ResourceId.d.ts.map +0 -1
- package/esm/gen/types/ResourceKind.d.ts +0 -2
- package/esm/gen/types/ResourceKind.d.ts.map +0 -1
- package/esm/gen/types/ResourceMetadata.d.ts +0 -21
- package/esm/gen/types/ResourceMetadata.d.ts.map +0 -1
- package/esm/gen/types/ResourceStatus.d.ts +0 -2
- package/esm/gen/types/ResourceStatus.d.ts.map +0 -1
- package/esm/gen/types/ResourceText.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherMonitor.d.ts +0 -2
- package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
- 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/SeelenWallSettings.d.ts +0 -11
- package/esm/gen/types/SeelenWallSettings.d.ts.map +0 -1
- package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts +0 -6
- package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
- package/esm/gen/types/SeelenWallWallpaper.d.ts.map +0 -1
- package/esm/gen/types/SeelenWegMode.d.ts +0 -2
- package/esm/gen/types/SeelenWegMode.d.ts.map +0 -1
- package/esm/gen/types/SeelenWegSettings.d.ts +0 -68
- package/esm/gen/types/SeelenWegSettings.d.ts.map +0 -1
- package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts +0 -8
- package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
- package/esm/gen/types/SeelenWegSide.d.ts +0 -2
- package/esm/gen/types/SeelenWegSide.d.ts.map +0 -1
- package/esm/gen/types/Settings.d.ts +0 -54
- package/esm/gen/types/Settings.d.ts.map +0 -1
- package/esm/gen/types/SettingsByWidget.d.ts +0 -8
- package/esm/gen/types/SettingsByWidget.d.ts.map +0 -1
- package/esm/gen/types/SettingsToolbarItem.d.ts +0 -54
- package/esm/gen/types/SettingsToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/StyleValue.d.ts.map +0 -1
- package/esm/gen/types/TextToolbarItem.d.ts +0 -114
- package/esm/gen/types/TextToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Theme.d.ts +0 -17
- package/esm/gen/types/Theme.d.ts.map +0 -1
- package/esm/gen/types/ThemeId.d.ts +0 -3
- package/esm/gen/types/ThemeId.d.ts.map +0 -1
- package/esm/gen/types/ToolbarItem.d.ts +0 -38
- package/esm/gen/types/ToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/ToolbarItem2.d.ts +0 -4
- package/esm/gen/types/ToolbarItem2.d.ts.map +0 -1
- package/esm/gen/types/TrayToolbarItem.d.ts +0 -54
- package/esm/gen/types/TrayToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/UpdateChannel.d.ts +0 -2
- package/esm/gen/types/UpdateChannel.d.ts.map +0 -1
- package/esm/gen/types/UpdaterSettings.d.ts +0 -5
- package/esm/gen/types/UpdaterSettings.d.ts.map +0 -1
- package/esm/gen/types/User.d.ts.map +0 -1
- package/esm/gen/types/UserToolbarItem.d.ts +0 -66
- package/esm/gen/types/UserToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/VirtualDesktopStrategy.d.ts +0 -2
- package/esm/gen/types/VirtualDesktopStrategy.d.ts.map +0 -1
- package/esm/gen/types/WegAppGroupItem.d.ts.map +0 -1
- package/esm/gen/types/WegItem.d.ts +0 -16
- package/esm/gen/types/WegItem.d.ts.map +0 -1
- package/esm/gen/types/WegItems.d.ts +0 -7
- package/esm/gen/types/WegItems.d.ts.map +0 -1
- package/esm/gen/types/WegPinnedItemsVisibility.d.ts +0 -2
- package/esm/gen/types/WegPinnedItemsVisibility.d.ts.map +0 -1
- package/esm/gen/types/WegTemporalItemsVisibility.d.ts +0 -2
- package/esm/gen/types/WegTemporalItemsVisibility.d.ts.map +0 -1
- package/esm/gen/types/Widget.d.ts +0 -12
- package/esm/gen/types/Widget.d.ts.map +0 -1
- package/esm/gen/types/WidgetId.d.ts +0 -3
- package/esm/gen/types/WidgetId.d.ts.map +0 -1
- package/esm/gen/types/WidgetSettingsDeclarationList.d.ts +0 -3
- package/esm/gen/types/WidgetSettingsDeclarationList.d.ts.map +0 -1
- package/esm/gen/types/WindowManagerLayout.d.ts +0 -7
- package/esm/gen/types/WindowManagerLayout.d.ts.map +0 -1
- package/esm/gen/types/WindowManagerSettings.d.ts +0 -43
- package/esm/gen/types/WindowManagerSettings.d.ts.map +0 -1
- package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts +0 -9
- package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
- package/esm/gen/types/WmFallbackNode.d.ts +0 -25
- package/esm/gen/types/WmFallbackNode.d.ts.map +0 -1
- package/esm/gen/types/WmHorizontalNode.d.ts +0 -19
- package/esm/gen/types/WmHorizontalNode.d.ts.map +0 -1
- package/esm/gen/types/WmLeafNode.d.ts +0 -21
- package/esm/gen/types/WmLeafNode.d.ts.map +0 -1
- package/esm/gen/types/WmNode.d.ts +0 -17
- package/esm/gen/types/WmNode.d.ts.map +0 -1
- package/esm/gen/types/WmStackNode.d.ts +0 -25
- package/esm/gen/types/WmStackNode.d.ts.map +0 -1
- package/esm/gen/types/WmVerticalNode.d.ts +0 -19
- package/esm/gen/types/WmVerticalNode.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceConfiguration.d.ts +0 -8
- package/esm/gen/types/WorkspaceConfiguration.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceIdentifier.d.ts +0 -6
- package/esm/gen/types/WorkspaceIdentifier.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceIdentifierType.d.ts +0 -2
- package/esm/gen/types/WorkspaceIdentifierType.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItem.d.ts +0 -56
- package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +0 -2
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
- package/esm/gen/types/WsdGroup.d.ts +0 -12
- package/esm/gen/types/WsdGroup.d.ts.map +0 -1
- package/esm/gen/types/WsdGroupEntry.d.ts +0 -8
- package/esm/gen/types/WsdGroupEntry.d.ts.map +0 -1
- package/esm/gen/types/WsdItem.d.ts +0 -14
- package/esm/gen/types/WsdItem.d.ts.map +0 -1
- package/esm/gen/types/WsdItemInputNumber.d.ts.map +0 -1
- package/esm/gen/types/WsdItemInputText.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/WsdItemSelectOption.d.ts.map +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.map +0 -1
- package/esm/gen/types/mod.d.ts +0 -99
- package/esm/gen/types/mod.d.ts.map +0 -1
- package/esm/gen/types/mod.js +0 -98
- package/esm/gen/types/serde_json/JsonValue.d.ts.map +0 -1
- package/esm/src/constants/mod.d.ts.map +0 -1
- package/esm/src/handlers/commands.d.ts +0 -77
- package/esm/src/handlers/commands.d.ts.map +0 -1
- package/esm/src/handlers/commands.js +0 -78
- package/esm/src/handlers/events.d.ts +0 -53
- package/esm/src/handlers/events.d.ts.map +0 -1
- package/esm/src/handlers/events.js +0 -54
- package/esm/src/handlers/invokers.d.ts.map +0 -1
- package/esm/src/handlers/mod.d.ts.map +0 -1
- package/esm/src/lib.d.ts.map +0 -1
- package/esm/src/state/icon_pack.d.ts +0 -84
- package/esm/src/state/icon_pack.d.ts.map +0 -1
- package/esm/src/state/mod.d.ts.map +0 -1
- package/esm/src/state/placeholder.d.ts +0 -34
- package/esm/src/state/placeholder.d.ts.map +0 -1
- package/esm/src/state/plugin.d.ts +0 -20
- package/esm/src/state/plugin.d.ts.map +0 -1
- package/esm/src/state/profile.d.ts +0 -15
- package/esm/src/state/profile.d.ts.map +0 -1
- package/esm/src/state/settings/declaration.d.ts.map +0 -1
- package/esm/src/state/settings/mod.d.ts +0 -70
- package/esm/src/state/settings/mod.d.ts.map +0 -1
- package/esm/src/state/settings/settings_by_monitor.d.ts +0 -21
- package/esm/src/state/settings/settings_by_monitor.d.ts.map +0 -1
- package/esm/src/state/settings_by_app.d.ts +0 -40
- package/esm/src/state/settings_by_app.d.ts.map +0 -1
- package/esm/src/state/theme.d.ts +0 -19
- package/esm/src/state/theme.d.ts.map +0 -1
- package/esm/src/state/weg_items.d.ts +0 -43
- package/esm/src/state/weg_items.d.ts.map +0 -1
- package/esm/src/state/widget.d.ts +0 -35
- package/esm/src/state/widget.d.ts.map +0 -1
- package/esm/src/state/widget.js +0 -44
- package/esm/src/state/wm_layout.d.ts +0 -18
- package/esm/src/state/wm_layout.d.ts.map +0 -1
- package/esm/src/system_state/application_history.d.ts +0 -32
- package/esm/src/system_state/application_history.d.ts.map +0 -1
- package/esm/src/system_state/application_history.js +0 -15
- package/esm/src/system_state/language.d.ts.map +0 -1
- package/esm/src/system_state/mod.d.ts +0 -6
- package/esm/src/system_state/mod.d.ts.map +0 -1
- package/esm/src/system_state/mod.js +0 -5
- package/esm/src/system_state/monitors.d.ts.map +0 -1
- package/esm/src/system_state/ui_colors.d.ts.map +0 -1
- package/esm/src/system_state/user.d.ts +0 -71
- package/esm/src/system_state/user.d.ts.map +0 -1
- package/esm/src/utils/List.d.ts.map +0 -1
- package/esm/src/utils/State.d.ts.map +0 -1
- package/esm/src/utils/enums.d.ts.map +0 -1
- package/esm/src/utils/layered_hitbox.d.ts.map +0 -1
- package/esm/src/utils/mod.d.ts.map +0 -1
- package/script/gen/types/AhkVar.d.ts.map +0 -1
- package/script/gen/types/AhkVarList.d.ts +0 -64
- package/script/gen/types/AhkVarList.d.ts.map +0 -1
- package/script/gen/types/AppConfig.d.ts +0 -33
- package/script/gen/types/AppConfig.d.ts.map +0 -1
- package/script/gen/types/AppExtraFlag.d.ts +0 -2
- package/script/gen/types/AppExtraFlag.d.ts.map +0 -1
- package/script/gen/types/AppIdentifier.d.ts +0 -11
- package/script/gen/types/AppIdentifier.d.ts.map +0 -1
- package/script/gen/types/AppIdentifierType.d.ts +0 -2
- package/script/gen/types/AppIdentifierType.d.ts.map +0 -1
- package/script/gen/types/ApplicationHistoryEntry.d.ts +0 -8
- package/script/gen/types/ApplicationHistoryEntry.d.ts.map +0 -1
- package/script/gen/types/ApplicationHistoryEntry.js +0 -2
- package/script/gen/types/Border.d.ts.map +0 -1
- package/script/gen/types/DateToolbarItem.d.ts +0 -62
- package/script/gen/types/DateToolbarItem.d.ts.map +0 -1
- package/script/gen/types/DeviceToolbarItem.d.ts +0 -54
- package/script/gen/types/DeviceToolbarItem.d.ts.map +0 -1
- package/script/gen/types/FancyToolbarSettings.d.ts +0 -28
- package/script/gen/types/FancyToolbarSettings.d.ts.map +0 -1
- package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
- package/script/gen/types/File.d.ts.map +0 -1
- package/script/gen/types/FloatingWindowSettings.d.ts.map +0 -1
- package/script/gen/types/FocusedApp.d.ts +0 -8
- package/script/gen/types/FocusedApp.d.ts.map +0 -1
- package/script/gen/types/FocusedApp.js +0 -3
- package/script/gen/types/FolderChangedArgs.d.ts +0 -7
- package/script/gen/types/FolderChangedArgs.d.ts.map +0 -1
- package/script/gen/types/FolderType.d.ts +0 -2
- package/script/gen/types/FolderType.d.ts.map +0 -1
- package/script/gen/types/GenericToolbarItem.d.ts +0 -82
- package/script/gen/types/GenericToolbarItem.d.ts.map +0 -1
- package/script/gen/types/HideMode.d.ts +0 -2
- package/script/gen/types/HideMode.d.ts.map +0 -1
- package/script/gen/types/IconPack.d.ts +0 -15
- package/script/gen/types/IconPack.d.ts.map +0 -1
- package/script/gen/types/IconPackId.d.ts +0 -3
- package/script/gen/types/IconPackId.d.ts.map +0 -1
- package/script/gen/types/MatchingStrategy.d.ts +0 -2
- package/script/gen/types/MatchingStrategy.d.ts.map +0 -1
- package/script/gen/types/MediaToolbarItem.d.ts +0 -138
- package/script/gen/types/MediaToolbarItem.d.ts.map +0 -1
- package/script/gen/types/MonitorConfiguration.d.ts +0 -13
- package/script/gen/types/MonitorConfiguration.d.ts.map +0 -1
- package/script/gen/types/NetworkToolbarItem.d.ts +0 -118
- package/script/gen/types/NetworkToolbarItem.d.ts.map +0 -1
- package/script/gen/types/NoFallbackBehavior.d.ts +0 -2
- package/script/gen/types/NoFallbackBehavior.d.ts.map +0 -1
- package/script/gen/types/NodeSubtype.d.ts +0 -2
- package/script/gen/types/NodeSubtype.d.ts.map +0 -1
- package/script/gen/types/NotificationsToolbarItem.d.ts +0 -62
- package/script/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
- package/script/gen/types/PinnedWegItemData.d.ts +0 -36
- package/script/gen/types/PinnedWegItemData.d.ts.map +0 -1
- package/script/gen/types/Placeholder.d.ts +0 -16
- package/script/gen/types/Placeholder.d.ts.map +0 -1
- package/script/gen/types/Plugin.d.ts +0 -12
- package/script/gen/types/Plugin.d.ts.map +0 -1
- package/script/gen/types/PluginId.d.ts +0 -3
- package/script/gen/types/PluginId.d.ts.map +0 -1
- package/script/gen/types/PowerToolbarItem.d.ts +0 -214
- 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.map +0 -1
- package/script/gen/types/Rect.d.ts.map +0 -1
- package/script/gen/types/Resource.d.ts +0 -27
- package/script/gen/types/Resource.d.ts.map +0 -1
- package/script/gen/types/ResourceId.d.ts.map +0 -1
- package/script/gen/types/ResourceKind.d.ts +0 -2
- package/script/gen/types/ResourceKind.d.ts.map +0 -1
- package/script/gen/types/ResourceMetadata.d.ts +0 -21
- package/script/gen/types/ResourceMetadata.d.ts.map +0 -1
- package/script/gen/types/ResourceStatus.d.ts +0 -2
- package/script/gen/types/ResourceStatus.d.ts.map +0 -1
- package/script/gen/types/ResourceText.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherMonitor.d.ts +0 -2
- package/script/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
- 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/SeelenWallSettings.d.ts +0 -11
- package/script/gen/types/SeelenWallSettings.d.ts.map +0 -1
- package/script/gen/types/SeelenWallSettingsByMonitor.d.ts +0 -6
- package/script/gen/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
- package/script/gen/types/SeelenWallWallpaper.d.ts.map +0 -1
- package/script/gen/types/SeelenWegMode.d.ts +0 -2
- package/script/gen/types/SeelenWegMode.d.ts.map +0 -1
- package/script/gen/types/SeelenWegSettings.d.ts +0 -68
- package/script/gen/types/SeelenWegSettings.d.ts.map +0 -1
- package/script/gen/types/SeelenWegSettingsByMonitor.d.ts +0 -8
- package/script/gen/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
- package/script/gen/types/SeelenWegSide.d.ts +0 -2
- package/script/gen/types/SeelenWegSide.d.ts.map +0 -1
- package/script/gen/types/Settings.d.ts +0 -54
- package/script/gen/types/Settings.d.ts.map +0 -1
- package/script/gen/types/SettingsByWidget.d.ts +0 -8
- package/script/gen/types/SettingsByWidget.d.ts.map +0 -1
- package/script/gen/types/SettingsToolbarItem.d.ts +0 -54
- package/script/gen/types/SettingsToolbarItem.d.ts.map +0 -1
- package/script/gen/types/StyleValue.d.ts.map +0 -1
- package/script/gen/types/TextToolbarItem.d.ts +0 -114
- package/script/gen/types/TextToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Theme.d.ts +0 -17
- package/script/gen/types/Theme.d.ts.map +0 -1
- package/script/gen/types/ThemeId.d.ts +0 -3
- package/script/gen/types/ThemeId.d.ts.map +0 -1
- package/script/gen/types/ToolbarItem.d.ts +0 -38
- package/script/gen/types/ToolbarItem.d.ts.map +0 -1
- package/script/gen/types/ToolbarItem2.d.ts +0 -4
- package/script/gen/types/ToolbarItem2.d.ts.map +0 -1
- package/script/gen/types/TrayToolbarItem.d.ts +0 -54
- package/script/gen/types/TrayToolbarItem.d.ts.map +0 -1
- package/script/gen/types/UpdateChannel.d.ts +0 -2
- package/script/gen/types/UpdateChannel.d.ts.map +0 -1
- package/script/gen/types/UpdaterSettings.d.ts +0 -5
- package/script/gen/types/UpdaterSettings.d.ts.map +0 -1
- package/script/gen/types/User.d.ts.map +0 -1
- package/script/gen/types/UserToolbarItem.d.ts +0 -66
- package/script/gen/types/UserToolbarItem.d.ts.map +0 -1
- package/script/gen/types/VirtualDesktopStrategy.d.ts +0 -2
- package/script/gen/types/VirtualDesktopStrategy.d.ts.map +0 -1
- package/script/gen/types/WegAppGroupItem.d.ts.map +0 -1
- package/script/gen/types/WegItem.d.ts +0 -16
- package/script/gen/types/WegItem.d.ts.map +0 -1
- package/script/gen/types/WegItems.d.ts +0 -7
- package/script/gen/types/WegItems.d.ts.map +0 -1
- package/script/gen/types/WegPinnedItemsVisibility.d.ts +0 -2
- package/script/gen/types/WegPinnedItemsVisibility.d.ts.map +0 -1
- package/script/gen/types/WegTemporalItemsVisibility.d.ts +0 -2
- package/script/gen/types/WegTemporalItemsVisibility.d.ts.map +0 -1
- package/script/gen/types/Widget.d.ts +0 -12
- package/script/gen/types/Widget.d.ts.map +0 -1
- package/script/gen/types/WidgetId.d.ts +0 -3
- package/script/gen/types/WidgetId.d.ts.map +0 -1
- package/script/gen/types/WidgetSettingsDeclarationList.d.ts +0 -3
- package/script/gen/types/WidgetSettingsDeclarationList.d.ts.map +0 -1
- package/script/gen/types/WindowManagerLayout.d.ts +0 -7
- package/script/gen/types/WindowManagerLayout.d.ts.map +0 -1
- package/script/gen/types/WindowManagerSettings.d.ts +0 -43
- package/script/gen/types/WindowManagerSettings.d.ts.map +0 -1
- package/script/gen/types/WindowManagerSettingsByMonitor.d.ts +0 -9
- package/script/gen/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
- package/script/gen/types/WmFallbackNode.d.ts +0 -25
- package/script/gen/types/WmFallbackNode.d.ts.map +0 -1
- package/script/gen/types/WmHorizontalNode.d.ts +0 -19
- package/script/gen/types/WmHorizontalNode.d.ts.map +0 -1
- package/script/gen/types/WmLeafNode.d.ts +0 -21
- package/script/gen/types/WmLeafNode.d.ts.map +0 -1
- package/script/gen/types/WmNode.d.ts +0 -17
- package/script/gen/types/WmNode.d.ts.map +0 -1
- package/script/gen/types/WmStackNode.d.ts +0 -25
- package/script/gen/types/WmStackNode.d.ts.map +0 -1
- package/script/gen/types/WmVerticalNode.d.ts +0 -19
- package/script/gen/types/WmVerticalNode.d.ts.map +0 -1
- package/script/gen/types/WorkspaceConfiguration.d.ts +0 -8
- package/script/gen/types/WorkspaceConfiguration.d.ts.map +0 -1
- package/script/gen/types/WorkspaceIdentifier.d.ts +0 -6
- package/script/gen/types/WorkspaceIdentifier.d.ts.map +0 -1
- package/script/gen/types/WorkspaceIdentifierType.d.ts +0 -2
- package/script/gen/types/WorkspaceIdentifierType.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItem.d.ts +0 -56
- package/script/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts +0 -2
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
- package/script/gen/types/WsdGroup.d.ts +0 -12
- package/script/gen/types/WsdGroup.d.ts.map +0 -1
- package/script/gen/types/WsdGroupEntry.d.ts +0 -8
- package/script/gen/types/WsdGroupEntry.d.ts.map +0 -1
- package/script/gen/types/WsdItem.d.ts +0 -14
- package/script/gen/types/WsdItem.d.ts.map +0 -1
- package/script/gen/types/WsdItemInputNumber.d.ts.map +0 -1
- package/script/gen/types/WsdItemInputText.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/WsdItemSelectOption.d.ts.map +0 -1
- 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.map +0 -1
- package/script/gen/types/mod.d.ts +0 -99
- package/script/gen/types/mod.d.ts.map +0 -1
- package/script/gen/types/mod.js +0 -114
- package/script/gen/types/serde_json/JsonValue.d.ts.map +0 -1
- package/script/src/constants/mod.d.ts.map +0 -1
- package/script/src/handlers/commands.d.ts +0 -77
- package/script/src/handlers/commands.d.ts.map +0 -1
- package/script/src/handlers/commands.js +0 -81
- package/script/src/handlers/events.d.ts +0 -53
- package/script/src/handlers/events.d.ts.map +0 -1
- package/script/src/handlers/events.js +0 -57
- package/script/src/handlers/invokers.d.ts.map +0 -1
- package/script/src/handlers/mod.d.ts.map +0 -1
- package/script/src/lib.d.ts.map +0 -1
- package/script/src/state/icon_pack.d.ts +0 -84
- package/script/src/state/icon_pack.d.ts.map +0 -1
- package/script/src/state/mod.d.ts.map +0 -1
- package/script/src/state/placeholder.d.ts +0 -34
- package/script/src/state/placeholder.d.ts.map +0 -1
- package/script/src/state/plugin.d.ts +0 -20
- package/script/src/state/plugin.d.ts.map +0 -1
- package/script/src/state/profile.d.ts +0 -15
- package/script/src/state/profile.d.ts.map +0 -1
- package/script/src/state/settings/declaration.d.ts.map +0 -1
- package/script/src/state/settings/mod.d.ts +0 -70
- package/script/src/state/settings/mod.d.ts.map +0 -1
- package/script/src/state/settings/settings_by_monitor.d.ts +0 -21
- package/script/src/state/settings/settings_by_monitor.d.ts.map +0 -1
- package/script/src/state/settings_by_app.d.ts +0 -40
- package/script/src/state/settings_by_app.d.ts.map +0 -1
- package/script/src/state/theme.d.ts +0 -19
- package/script/src/state/theme.d.ts.map +0 -1
- package/script/src/state/weg_items.d.ts +0 -43
- package/script/src/state/weg_items.d.ts.map +0 -1
- package/script/src/state/widget.d.ts +0 -35
- package/script/src/state/widget.d.ts.map +0 -1
- package/script/src/state/widget.js +0 -49
- package/script/src/state/wm_layout.d.ts +0 -18
- package/script/src/state/wm_layout.d.ts.map +0 -1
- package/script/src/system_state/application_history.d.ts +0 -32
- package/script/src/system_state/application_history.d.ts.map +0 -1
- package/script/src/system_state/application_history.js +0 -19
- package/script/src/system_state/language.d.ts.map +0 -1
- package/script/src/system_state/mod.d.ts +0 -6
- package/script/src/system_state/mod.d.ts.map +0 -1
- package/script/src/system_state/mod.js +0 -21
- package/script/src/system_state/monitors.d.ts.map +0 -1
- package/script/src/system_state/ui_colors.d.ts.map +0 -1
- package/script/src/system_state/user.d.ts +0 -71
- package/script/src/system_state/user.d.ts.map +0 -1
- package/script/src/utils/List.d.ts.map +0 -1
- package/script/src/utils/State.d.ts.map +0 -1
- package/script/src/utils/enums.d.ts.map +0 -1
- package/script/src/utils/layered_hitbox.d.ts.map +0 -1
- package/script/src/utils/mod.d.ts.map +0 -1
- /package/esm/{src/constants → constants}/mod.d.ts +0 -0
- /package/esm/{src/constants → constants}/mod.js +0 -0
- /package/esm/{src/handlers → handlers}/invokers.d.ts +0 -0
- /package/esm/{src/handlers → handlers}/invokers.js +0 -0
- /package/esm/{src/handlers → handlers}/mod.d.ts +0 -0
- /package/esm/{src/handlers → handlers}/mod.js +0 -0
- /package/esm/{src/lib.d.ts → lib.d.ts} +0 -0
- /package/esm/{src/lib.js → lib.js} +0 -0
- /package/esm/{src/state → state}/icon_pack.js +0 -0
- /package/esm/{src/state → state}/mod.d.ts +0 -0
- /package/esm/{src/state → state}/mod.js +0 -0
- /package/esm/{src/state → state}/placeholder.js +0 -0
- /package/esm/{src/state → state}/plugin.js +0 -0
- /package/esm/{src/state → state}/profile.js +0 -0
- /package/esm/{src/state → state}/settings/declaration.d.ts +0 -0
- /package/esm/{src/state → state}/settings/declaration.js +0 -0
- /package/esm/{src/state → state}/settings/mod.js +0 -0
- /package/esm/{src/state → state}/settings/settings_by_monitor.js +0 -0
- /package/esm/{src/state → state}/settings_by_app.js +0 -0
- /package/esm/{src/state → state}/theme.js +0 -0
- /package/esm/{src/state → state}/weg_items.js +0 -0
- /package/esm/{src/state → state}/wm_layout.js +0 -0
- /package/esm/{src/system_state → system_state}/language.d.ts +0 -0
- /package/esm/{src/system_state → system_state}/language.js +0 -0
- /package/esm/{src/system_state → system_state}/monitors.d.ts +0 -0
- /package/esm/{src/system_state → system_state}/monitors.js +0 -0
- /package/esm/{src/system_state → system_state}/ui_colors.d.ts +0 -0
- /package/esm/{src/system_state → system_state}/ui_colors.js +0 -0
- /package/esm/{src/system_state → system_state}/user.js +0 -0
- /package/esm/{gen/types → types}/AhkVar.d.ts +0 -0
- /package/esm/{gen/types → types}/AhkVar.js +0 -0
- /package/esm/{gen/types → types}/AhkVarList.js +0 -0
- /package/esm/{gen/types → types}/AppConfig.js +0 -0
- /package/esm/{gen/types → types}/AppExtraFlag.js +0 -0
- /package/esm/{gen/types → types}/AppIdentifier.js +0 -0
- /package/esm/{gen/types → types}/AppIdentifierType.js +0 -0
- /package/esm/{gen/types → types}/Border.d.ts +0 -0
- /package/esm/{gen/types → types}/Border.js +0 -0
- /package/esm/{gen/types → types}/DateToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/DeviceToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/FancyToolbarSettings.js +0 -0
- /package/esm/{gen/types → types}/FancyToolbarSettingsByMonitor.d.ts +0 -0
- /package/esm/{gen/types → types}/FancyToolbarSettingsByMonitor.js +0 -0
- /package/esm/{gen/types → types}/File.d.ts +0 -0
- /package/esm/{gen/types → types}/File.js +0 -0
- /package/esm/{gen/types → types}/FloatingWindowSettings.d.ts +0 -0
- /package/esm/{gen/types → types}/FloatingWindowSettings.js +0 -0
- /package/esm/{gen/types → types}/FolderChangedArgs.js +0 -0
- /package/esm/{gen/types → types}/FolderType.js +0 -0
- /package/esm/{gen/types → types}/GenericToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/HideMode.js +0 -0
- /package/esm/{gen/types → types}/IconPack.js +0 -0
- /package/esm/{gen/types → types}/IconPackId.js +0 -0
- /package/esm/{gen/types → types}/MatchingStrategy.js +0 -0
- /package/esm/{gen/types → types}/MediaToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/MonitorConfiguration.js +0 -0
- /package/esm/{gen/types → types}/NetworkToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/NoFallbackBehavior.js +0 -0
- /package/esm/{gen/types → types}/NodeSubtype.js +0 -0
- /package/esm/{gen/types → types}/NotificationsToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/PinnedWegItemData.js +0 -0
- /package/esm/{gen/types → types}/Placeholder.js +0 -0
- /package/esm/{gen/types → types}/Plugin.js +0 -0
- /package/esm/{gen/types → types}/PluginId.js +0 -0
- /package/esm/{gen/types → types}/PowerToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/Profile.js +0 -0
- /package/esm/{gen/types → types}/ProfileSettings.d.ts +0 -0
- /package/esm/{gen/types → types}/ProfileSettings.js +0 -0
- /package/esm/{gen/types → types}/Rect.d.ts +0 -0
- /package/esm/{gen/types → types}/Rect.js +0 -0
- /package/esm/{gen/types → types}/Resource.js +0 -0
- /package/esm/{gen/types → types}/ResourceId.d.ts +0 -0
- /package/esm/{gen/types → types}/ResourceId.js +0 -0
- /package/esm/{gen/types → types}/ResourceKind.js +0 -0
- /package/esm/{gen/types → types}/ResourceMetadata.js +0 -0
- /package/esm/{gen/types → types}/ResourceStatus.js +0 -0
- /package/esm/{gen/types → types}/ResourceText.d.ts +0 -0
- /package/esm/{gen/types → types}/ResourceText.js +0 -0
- /package/esm/{gen/types → types}/SeelenLauncherMonitor.js +0 -0
- /package/esm/{gen/types → types}/SeelenLauncherRunner.d.ts +0 -0
- /package/esm/{gen/types → types}/SeelenLauncherRunner.js +0 -0
- /package/esm/{gen/types → types}/SeelenLauncherSettings.js +0 -0
- /package/esm/{gen/types → types}/SeelenWallSettings.js +0 -0
- /package/esm/{gen/types → types}/SeelenWallSettingsByMonitor.js +0 -0
- /package/esm/{gen/types → types}/SeelenWallWallpaper.d.ts +0 -0
- /package/esm/{gen/types → types}/SeelenWallWallpaper.js +0 -0
- /package/esm/{gen/types → types}/SeelenWegMode.js +0 -0
- /package/esm/{gen/types → types}/SeelenWegSettings.js +0 -0
- /package/esm/{gen/types → types}/SeelenWegSettingsByMonitor.js +0 -0
- /package/esm/{gen/types → types}/SeelenWegSide.js +0 -0
- /package/esm/{gen/types → types}/Settings.js +0 -0
- /package/esm/{gen/types → types}/SettingsByWidget.js +0 -0
- /package/esm/{gen/types → types}/SettingsToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/StyleValue.d.ts +0 -0
- /package/esm/{gen/types → types}/StyleValue.js +0 -0
- /package/esm/{gen/types → types}/TextToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/Theme.js +0 -0
- /package/esm/{gen/types → types}/ThemeId.js +0 -0
- /package/esm/{gen/types → types}/ToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/ToolbarItem2.js +0 -0
- /package/esm/{gen/types → types}/TrayToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/UpdateChannel.js +0 -0
- /package/esm/{gen/types → types}/UpdaterSettings.js +0 -0
- /package/esm/{gen/types → types}/User.d.ts +0 -0
- /package/esm/{gen/types → types}/User.js +0 -0
- /package/esm/{gen/types → types}/UserToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/VirtualDesktopStrategy.js +0 -0
- /package/esm/{gen/types → types}/WegAppGroupItem.d.ts +0 -0
- /package/esm/{gen/types → types}/WegAppGroupItem.js +0 -0
- /package/esm/{gen/types → types}/WegItem.js +0 -0
- /package/esm/{gen/types → types}/WegItems.js +0 -0
- /package/esm/{gen/types → types}/WegPinnedItemsVisibility.js +0 -0
- /package/esm/{gen/types → types}/WegTemporalItemsVisibility.js +0 -0
- /package/esm/{gen/types → types}/Widget.js +0 -0
- /package/esm/{gen/types → types}/WidgetId.js +0 -0
- /package/esm/{gen/types → types}/WidgetSettingsDeclarationList.js +0 -0
- /package/esm/{gen/types → types}/WindowManagerLayout.js +0 -0
- /package/esm/{gen/types → types}/WindowManagerSettings.js +0 -0
- /package/esm/{gen/types → types}/WindowManagerSettingsByMonitor.js +0 -0
- /package/esm/{gen/types → types}/WmFallbackNode.js +0 -0
- /package/esm/{gen/types → types}/WmHorizontalNode.js +0 -0
- /package/esm/{gen/types → types}/WmLeafNode.js +0 -0
- /package/esm/{gen/types → types}/WmNode.js +0 -0
- /package/esm/{gen/types → types}/WmStackNode.js +0 -0
- /package/esm/{gen/types → types}/WmVerticalNode.js +0 -0
- /package/esm/{gen/types → types}/WorkspaceConfiguration.js +0 -0
- /package/esm/{gen/types → types}/WorkspaceIdentifier.js +0 -0
- /package/esm/{gen/types → types}/WorkspaceIdentifierType.js +0 -0
- /package/esm/{gen/types → types}/WorkspaceToolbarItem.js +0 -0
- /package/esm/{gen/types → types}/WorkspaceToolbarItemMode.js +0 -0
- /package/esm/{gen/types → types}/WsdGroup.js +0 -0
- /package/esm/{gen/types → types}/WsdGroupEntry.js +0 -0
- /package/esm/{gen/types → types}/WsdItem.js +0 -0
- /package/esm/{gen/types → types}/WsdItemInputNumber.d.ts +0 -0
- /package/esm/{gen/types → types}/WsdItemInputNumber.js +0 -0
- /package/esm/{gen/types → types}/WsdItemInputText.d.ts +0 -0
- /package/esm/{gen/types → types}/WsdItemInputText.js +0 -0
- /package/esm/{gen/types → types}/WsdItemSelect.js +0 -0
- /package/esm/{gen/types → types}/WsdItemSelectOption.d.ts +0 -0
- /package/esm/{gen/types → types}/WsdItemSelectOption.js +0 -0
- /package/esm/{gen/types → types}/WsdItemSelectSubtype.js +0 -0
- /package/esm/{gen/types → types}/WsdItemSwitch.d.ts +0 -0
- /package/esm/{gen/types → types}/WsdItemSwitch.js +0 -0
- /package/esm/{gen/types → types}/serde_json/JsonValue.d.ts +0 -0
- /package/esm/{gen/types → types}/serde_json/JsonValue.js +0 -0
- /package/esm/{src/utils → utils}/List.d.ts +0 -0
- /package/esm/{src/utils → utils}/List.js +0 -0
- /package/esm/{src/utils → utils}/State.d.ts +0 -0
- /package/esm/{src/utils → utils}/State.js +0 -0
- /package/esm/{src/utils → utils}/enums.d.ts +0 -0
- /package/esm/{src/utils → utils}/enums.js +0 -0
- /package/esm/{src/utils → utils}/layered_hitbox.d.ts +0 -0
- /package/esm/{src/utils → utils}/layered_hitbox.js +0 -0
- /package/esm/{src/utils → utils}/mod.d.ts +0 -0
- /package/esm/{src/utils → utils}/mod.js +0 -0
- /package/script/{src/constants → constants}/mod.d.ts +0 -0
- /package/script/{src/constants → constants}/mod.js +0 -0
- /package/script/{src/handlers → handlers}/invokers.d.ts +0 -0
- /package/script/{src/handlers → handlers}/invokers.js +0 -0
- /package/script/{src/handlers → handlers}/mod.d.ts +0 -0
- /package/script/{src/handlers → handlers}/mod.js +0 -0
- /package/script/{src/lib.d.ts → lib.d.ts} +0 -0
- /package/script/{src/lib.js → lib.js} +0 -0
- /package/script/{src/state → state}/icon_pack.js +0 -0
- /package/script/{src/state → state}/mod.d.ts +0 -0
- /package/script/{src/state → state}/mod.js +0 -0
- /package/script/{src/state → state}/placeholder.js +0 -0
- /package/script/{src/state → state}/plugin.js +0 -0
- /package/script/{src/state → state}/profile.js +0 -0
- /package/script/{src/state → state}/settings/declaration.d.ts +0 -0
- /package/script/{src/state → state}/settings/declaration.js +0 -0
- /package/script/{src/state → state}/settings/mod.js +0 -0
- /package/script/{src/state → state}/settings/settings_by_monitor.js +0 -0
- /package/script/{src/state → state}/settings_by_app.js +0 -0
- /package/script/{src/state → state}/theme.js +0 -0
- /package/script/{src/state → state}/weg_items.js +0 -0
- /package/script/{src/state → state}/wm_layout.js +0 -0
- /package/script/{src/system_state → system_state}/language.d.ts +0 -0
- /package/script/{src/system_state → system_state}/language.js +0 -0
- /package/script/{src/system_state → system_state}/monitors.d.ts +0 -0
- /package/script/{src/system_state → system_state}/monitors.js +0 -0
- /package/script/{src/system_state → system_state}/ui_colors.d.ts +0 -0
- /package/script/{src/system_state → system_state}/ui_colors.js +0 -0
- /package/script/{src/system_state → system_state}/user.js +0 -0
- /package/script/{gen/types → types}/AhkVar.d.ts +0 -0
- /package/script/{gen/types → types}/AhkVar.js +0 -0
- /package/script/{gen/types → types}/AhkVarList.js +0 -0
- /package/script/{gen/types → types}/AppConfig.js +0 -0
- /package/script/{gen/types → types}/AppExtraFlag.js +0 -0
- /package/script/{gen/types → types}/AppIdentifier.js +0 -0
- /package/script/{gen/types → types}/AppIdentifierType.js +0 -0
- /package/script/{gen/types → types}/Border.d.ts +0 -0
- /package/script/{gen/types → types}/Border.js +0 -0
- /package/script/{gen/types → types}/DateToolbarItem.js +0 -0
- /package/script/{gen/types → types}/DeviceToolbarItem.js +0 -0
- /package/script/{gen/types → types}/FancyToolbarSettings.js +0 -0
- /package/script/{gen/types → types}/FancyToolbarSettingsByMonitor.d.ts +0 -0
- /package/script/{gen/types → types}/FancyToolbarSettingsByMonitor.js +0 -0
- /package/script/{gen/types → types}/File.d.ts +0 -0
- /package/script/{gen/types → types}/File.js +0 -0
- /package/script/{gen/types → types}/FloatingWindowSettings.d.ts +0 -0
- /package/script/{gen/types → types}/FloatingWindowSettings.js +0 -0
- /package/script/{gen/types → types}/FolderChangedArgs.js +0 -0
- /package/script/{gen/types → types}/FolderType.js +0 -0
- /package/script/{gen/types → types}/GenericToolbarItem.js +0 -0
- /package/script/{gen/types → types}/HideMode.js +0 -0
- /package/script/{gen/types → types}/IconPack.js +0 -0
- /package/script/{gen/types → types}/IconPackId.js +0 -0
- /package/script/{gen/types → types}/MatchingStrategy.js +0 -0
- /package/script/{gen/types → types}/MediaToolbarItem.js +0 -0
- /package/script/{gen/types → types}/MonitorConfiguration.js +0 -0
- /package/script/{gen/types → types}/NetworkToolbarItem.js +0 -0
- /package/script/{gen/types → types}/NoFallbackBehavior.js +0 -0
- /package/script/{gen/types → types}/NodeSubtype.js +0 -0
- /package/script/{gen/types → types}/NotificationsToolbarItem.js +0 -0
- /package/script/{gen/types → types}/PinnedWegItemData.js +0 -0
- /package/script/{gen/types → types}/Placeholder.js +0 -0
- /package/script/{gen/types → types}/Plugin.js +0 -0
- /package/script/{gen/types → types}/PluginId.js +0 -0
- /package/script/{gen/types → types}/PowerToolbarItem.js +0 -0
- /package/script/{gen/types → types}/Profile.js +0 -0
- /package/script/{gen/types → types}/ProfileSettings.d.ts +0 -0
- /package/script/{gen/types → types}/ProfileSettings.js +0 -0
- /package/script/{gen/types → types}/Rect.d.ts +0 -0
- /package/script/{gen/types → types}/Rect.js +0 -0
- /package/script/{gen/types → types}/Resource.js +0 -0
- /package/script/{gen/types → types}/ResourceId.d.ts +0 -0
- /package/script/{gen/types → types}/ResourceId.js +0 -0
- /package/script/{gen/types → types}/ResourceKind.js +0 -0
- /package/script/{gen/types → types}/ResourceMetadata.js +0 -0
- /package/script/{gen/types → types}/ResourceStatus.js +0 -0
- /package/script/{gen/types → types}/ResourceText.d.ts +0 -0
- /package/script/{gen/types → types}/ResourceText.js +0 -0
- /package/script/{gen/types → types}/SeelenLauncherMonitor.js +0 -0
- /package/script/{gen/types → types}/SeelenLauncherRunner.d.ts +0 -0
- /package/script/{gen/types → types}/SeelenLauncherRunner.js +0 -0
- /package/script/{gen/types → types}/SeelenLauncherSettings.js +0 -0
- /package/script/{gen/types → types}/SeelenWallSettings.js +0 -0
- /package/script/{gen/types → types}/SeelenWallSettingsByMonitor.js +0 -0
- /package/script/{gen/types → types}/SeelenWallWallpaper.d.ts +0 -0
- /package/script/{gen/types → types}/SeelenWallWallpaper.js +0 -0
- /package/script/{gen/types → types}/SeelenWegMode.js +0 -0
- /package/script/{gen/types → types}/SeelenWegSettings.js +0 -0
- /package/script/{gen/types → types}/SeelenWegSettingsByMonitor.js +0 -0
- /package/script/{gen/types → types}/SeelenWegSide.js +0 -0
- /package/script/{gen/types → types}/Settings.js +0 -0
- /package/script/{gen/types → types}/SettingsByWidget.js +0 -0
- /package/script/{gen/types → types}/SettingsToolbarItem.js +0 -0
- /package/script/{gen/types → types}/StyleValue.d.ts +0 -0
- /package/script/{gen/types → types}/StyleValue.js +0 -0
- /package/script/{gen/types → types}/TextToolbarItem.js +0 -0
- /package/script/{gen/types → types}/Theme.js +0 -0
- /package/script/{gen/types → types}/ThemeId.js +0 -0
- /package/script/{gen/types → types}/ToolbarItem.js +0 -0
- /package/script/{gen/types → types}/ToolbarItem2.js +0 -0
- /package/script/{gen/types → types}/TrayToolbarItem.js +0 -0
- /package/script/{gen/types → types}/UpdateChannel.js +0 -0
- /package/script/{gen/types → types}/UpdaterSettings.js +0 -0
- /package/script/{gen/types → types}/User.d.ts +0 -0
- /package/script/{gen/types → types}/User.js +0 -0
- /package/script/{gen/types → types}/UserToolbarItem.js +0 -0
- /package/script/{gen/types → types}/VirtualDesktopStrategy.js +0 -0
- /package/script/{gen/types → types}/WegAppGroupItem.d.ts +0 -0
- /package/script/{gen/types → types}/WegAppGroupItem.js +0 -0
- /package/script/{gen/types → types}/WegItem.js +0 -0
- /package/script/{gen/types → types}/WegItems.js +0 -0
- /package/script/{gen/types → types}/WegPinnedItemsVisibility.js +0 -0
- /package/script/{gen/types → types}/WegTemporalItemsVisibility.js +0 -0
- /package/script/{gen/types → types}/Widget.js +0 -0
- /package/script/{gen/types → types}/WidgetId.js +0 -0
- /package/script/{gen/types → types}/WidgetSettingsDeclarationList.js +0 -0
- /package/script/{gen/types → types}/WindowManagerLayout.js +0 -0
- /package/script/{gen/types → types}/WindowManagerSettings.js +0 -0
- /package/script/{gen/types → types}/WindowManagerSettingsByMonitor.js +0 -0
- /package/script/{gen/types → types}/WmFallbackNode.js +0 -0
- /package/script/{gen/types → types}/WmHorizontalNode.js +0 -0
- /package/script/{gen/types → types}/WmLeafNode.js +0 -0
- /package/script/{gen/types → types}/WmNode.js +0 -0
- /package/script/{gen/types → types}/WmStackNode.js +0 -0
- /package/script/{gen/types → types}/WmVerticalNode.js +0 -0
- /package/script/{gen/types → types}/WorkspaceConfiguration.js +0 -0
- /package/script/{gen/types → types}/WorkspaceIdentifier.js +0 -0
- /package/script/{gen/types → types}/WorkspaceIdentifierType.js +0 -0
- /package/script/{gen/types → types}/WorkspaceToolbarItem.js +0 -0
- /package/script/{gen/types → types}/WorkspaceToolbarItemMode.js +0 -0
- /package/script/{gen/types → types}/WsdGroup.js +0 -0
- /package/script/{gen/types → types}/WsdGroupEntry.js +0 -0
- /package/script/{gen/types → types}/WsdItem.js +0 -0
- /package/script/{gen/types → types}/WsdItemInputNumber.d.ts +0 -0
- /package/script/{gen/types → types}/WsdItemInputNumber.js +0 -0
- /package/script/{gen/types → types}/WsdItemInputText.d.ts +0 -0
- /package/script/{gen/types → types}/WsdItemInputText.js +0 -0
- /package/script/{gen/types → types}/WsdItemSelect.js +0 -0
- /package/script/{gen/types → types}/WsdItemSelectOption.d.ts +0 -0
- /package/script/{gen/types → types}/WsdItemSelectOption.js +0 -0
- /package/script/{gen/types → types}/WsdItemSelectSubtype.js +0 -0
- /package/script/{gen/types → types}/WsdItemSwitch.d.ts +0 -0
- /package/script/{gen/types → types}/WsdItemSwitch.js +0 -0
- /package/script/{gen/types → types}/serde_json/JsonValue.d.ts +0 -0
- /package/script/{gen/types → types}/serde_json/JsonValue.js +0 -0
- /package/script/{src/utils → utils}/List.d.ts +0 -0
- /package/script/{src/utils → utils}/List.js +0 -0
- /package/script/{src/utils → utils}/State.d.ts +0 -0
- /package/script/{src/utils → utils}/State.js +0 -0
- /package/script/{src/utils → utils}/enums.d.ts +0 -0
- /package/script/{src/utils → utils}/enums.js +0 -0
- /package/script/{src/utils → utils}/layered_hitbox.d.ts +0 -0
- /package/script/{src/utils → utils}/layered_hitbox.js +0 -0
- /package/script/{src/utils → utils}/mod.d.ts +0 -0
- /package/script/{src/utils → utils}/mod.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/constants/mod.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuET,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC;AAE7E,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,4DAA4D;IAC5D,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,EAAqE,CAAC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare enum SeelenCommand {
|
|
2
|
+
Run = "run",
|
|
3
|
+
IsDevMode = "is_dev_mode",
|
|
4
|
+
IsAppxPackage = "is_appx_package",
|
|
5
|
+
OpenFile = "open_file",
|
|
6
|
+
RunAsAdmin = "run_as_admin",
|
|
7
|
+
SelectFileOnExplorer = "select_file_on_explorer",
|
|
8
|
+
IsVirtualDesktopSupported = "is_virtual_desktop_supported",
|
|
9
|
+
GetUserEnvs = "get_user_envs",
|
|
10
|
+
ShowAppSettings = "show_app_settings",
|
|
11
|
+
SwitchWorkspace = "switch_workspace",
|
|
12
|
+
SendKeys = "send_keys",
|
|
13
|
+
GetIcon = "get_icon",
|
|
14
|
+
SimulateFullscreen = "simulate_fullscreen",
|
|
15
|
+
CheckForUpdates = "check_for_updates",
|
|
16
|
+
InstallLastAvailableUpdate = "install_last_available_update",
|
|
17
|
+
SystemGetMonitors = "get_connected_monitors",
|
|
18
|
+
SystemGetColors = "get_system_colors",
|
|
19
|
+
SystemGetLanguages = "get_system_languages",
|
|
20
|
+
SetAutoStart = "set_auto_start",
|
|
21
|
+
GetAutoStartStatus = "get_auto_start_status",
|
|
22
|
+
StateGetThemes = "state_get_themes",
|
|
23
|
+
StateGetWegItems = "state_get_weg_items",
|
|
24
|
+
StateGetToolbarItems = "state_get_toolbar_items",
|
|
25
|
+
StateWriteWegItems = "state_write_weg_items",
|
|
26
|
+
StateGetSettings = "state_get_settings",
|
|
27
|
+
StateWriteSettings = "state_write_settings",
|
|
28
|
+
StateGetDefaultSettings = "state_get_default_settings",
|
|
29
|
+
StateGetDefaultMonitorSettings = "state_get_default_monitor_settings",
|
|
30
|
+
StateGetSpecificAppsConfigurations = "state_get_specific_apps_configurations",
|
|
31
|
+
StateGetWallpaper = "state_get_wallpaper",
|
|
32
|
+
StateSetWallpaper = "state_set_wallpaper",
|
|
33
|
+
StateGetHistory = "state_get_history",
|
|
34
|
+
StateGetPlugins = "state_get_plugins",
|
|
35
|
+
StateGetWidgets = "state_get_widgets",
|
|
36
|
+
StateGetIconPacks = "state_get_icon_packs",
|
|
37
|
+
StateGetProfiles = "state_get_profiles",
|
|
38
|
+
GetUser = "get_user",
|
|
39
|
+
GetUserFolderContent = "get_user_folder_content",
|
|
40
|
+
SetUserFolderLimit = "set_user_folder_limit",
|
|
41
|
+
MediaPrev = "media_prev",
|
|
42
|
+
MediaTogglePlayPause = "media_toggle_play_pause",
|
|
43
|
+
MediaNext = "media_next",
|
|
44
|
+
SetVolumeLevel = "set_volume_level",
|
|
45
|
+
MediaToggleMute = "media_toggle_mute",
|
|
46
|
+
MediaSetDefaultDevice = "media_set_default_device",
|
|
47
|
+
GetMainMonitorBrightness = "get_main_monitor_brightness",
|
|
48
|
+
SetMainMonitorBrightness = "set_main_monitor_brightness",
|
|
49
|
+
LogOut = "log_out",
|
|
50
|
+
Suspend = "suspend",
|
|
51
|
+
Restart = "restart",
|
|
52
|
+
Shutdown = "shutdown",
|
|
53
|
+
Lock = "lock",
|
|
54
|
+
WegGetItemsForWidget = "weg_get_items_for_widget",
|
|
55
|
+
WegCloseApp = "weg_close_app",
|
|
56
|
+
WegKillApp = "weg_kill_app",
|
|
57
|
+
WegToggleWindowState = "weg_toggle_window_state",
|
|
58
|
+
WegRequestUpdatePreviews = "weg_request_update_previews",
|
|
59
|
+
WegPinItem = "weg_pin_item",
|
|
60
|
+
SetWindowPosition = "set_window_position",
|
|
61
|
+
RequestFocus = "request_focus",
|
|
62
|
+
LauncherGetApps = "launcher_get_apps",
|
|
63
|
+
TempGetByEventTrayInfo = "temp_get_by_event_tray_info",
|
|
64
|
+
OnClickTrayIcon = "on_click_tray_icon",
|
|
65
|
+
OnContextMenuTrayIcon = "on_context_menu_tray_icon",
|
|
66
|
+
WlanGetProfiles = "wlan_get_profiles",
|
|
67
|
+
WlanStartScanning = "wlan_start_scanning",
|
|
68
|
+
WlanStopScanning = "wlan_stop_scanning",
|
|
69
|
+
WlanConnect = "wlan_connect",
|
|
70
|
+
WlanDisconnect = "wlan_disconnect",
|
|
71
|
+
NotificationsClose = "notifications_close",
|
|
72
|
+
NotificationsCloseAll = "notifications_close_all"
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=commands.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../src/handlers/commands.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,GAAG,QAAQ;IACX,SAAS,gBAAgB;IACzB,aAAa,oBAAoB;IACjC,QAAQ,cAAc;IACtB,UAAU,iBAAiB;IAC3B,oBAAoB,4BAA4B;IAChD,yBAAyB,iCAAiC;IAC1D,WAAW,kBAAkB;IAC7B,eAAe,sBAAsB;IACrC,eAAe,qBAAqB;IACpC,QAAQ,cAAc;IACtB,OAAO,aAAa;IACpB,kBAAkB,wBAAwB;IAC1C,eAAe,sBAAsB;IACrC,0BAA0B,kCAAkC;IAC5D,iBAAiB,2BAA2B;IAC5C,eAAe,sBAAsB;IACrC,kBAAkB,yBAAyB;IAC3C,YAAY,mBAAmB;IAC/B,kBAAkB,0BAA0B;IAC5C,cAAc,qBAAqB;IACnC,gBAAgB,wBAAwB;IACxC,oBAAoB,4BAA4B;IAChD,kBAAkB,0BAA0B;IAC5C,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,uBAAuB,+BAA+B;IACtD,8BAA8B,uCAAuC;IACrE,kCAAkC,2CAA2C;IAC7E,iBAAiB,wBAAwB;IACzC,iBAAiB,wBAAwB;IACzC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,iBAAiB,yBAAyB;IAC1C,gBAAgB,uBAAuB;IACvC,OAAO,aAAa;IACpB,oBAAoB,4BAA4B;IAChD,kBAAkB,0BAA0B;IAC5C,SAAS,eAAe;IACxB,oBAAoB,4BAA4B;IAChD,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAClD,wBAAwB,gCAAgC;IACxD,wBAAwB,gCAAgC;IACxD,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,oBAAoB,6BAA6B;IACjD,WAAW,kBAAkB;IAC7B,UAAU,iBAAiB;IAC3B,oBAAoB,4BAA4B;IAChD,wBAAwB,gCAAgC;IACxD,UAAU,iBAAiB;IAC3B,iBAAiB,wBAAwB;IACzC,YAAY,kBAAkB;IAC9B,eAAe,sBAAsB;IACrC,sBAAsB,gCAAgC;IACtD,eAAe,uBAAuB;IACtC,qBAAqB,8BAA8B;IACnD,eAAe,sBAAsB;IACrC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,kBAAkB,wBAAwB;IAC1C,qBAAqB,4BAA4B;CAClD"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
// This file was generated via rust macros. Don't modify manually.
|
|
2
|
+
export var SeelenCommand;
|
|
3
|
+
(function (SeelenCommand) {
|
|
4
|
+
SeelenCommand["Run"] = "run";
|
|
5
|
+
SeelenCommand["IsDevMode"] = "is_dev_mode";
|
|
6
|
+
SeelenCommand["IsAppxPackage"] = "is_appx_package";
|
|
7
|
+
SeelenCommand["OpenFile"] = "open_file";
|
|
8
|
+
SeelenCommand["RunAsAdmin"] = "run_as_admin";
|
|
9
|
+
SeelenCommand["SelectFileOnExplorer"] = "select_file_on_explorer";
|
|
10
|
+
SeelenCommand["IsVirtualDesktopSupported"] = "is_virtual_desktop_supported";
|
|
11
|
+
SeelenCommand["GetUserEnvs"] = "get_user_envs";
|
|
12
|
+
SeelenCommand["ShowAppSettings"] = "show_app_settings";
|
|
13
|
+
SeelenCommand["SwitchWorkspace"] = "switch_workspace";
|
|
14
|
+
SeelenCommand["SendKeys"] = "send_keys";
|
|
15
|
+
SeelenCommand["GetIcon"] = "get_icon";
|
|
16
|
+
SeelenCommand["SimulateFullscreen"] = "simulate_fullscreen";
|
|
17
|
+
SeelenCommand["CheckForUpdates"] = "check_for_updates";
|
|
18
|
+
SeelenCommand["InstallLastAvailableUpdate"] = "install_last_available_update";
|
|
19
|
+
SeelenCommand["SystemGetMonitors"] = "get_connected_monitors";
|
|
20
|
+
SeelenCommand["SystemGetColors"] = "get_system_colors";
|
|
21
|
+
SeelenCommand["SystemGetLanguages"] = "get_system_languages";
|
|
22
|
+
SeelenCommand["SetAutoStart"] = "set_auto_start";
|
|
23
|
+
SeelenCommand["GetAutoStartStatus"] = "get_auto_start_status";
|
|
24
|
+
SeelenCommand["StateGetThemes"] = "state_get_themes";
|
|
25
|
+
SeelenCommand["StateGetWegItems"] = "state_get_weg_items";
|
|
26
|
+
SeelenCommand["StateGetToolbarItems"] = "state_get_toolbar_items";
|
|
27
|
+
SeelenCommand["StateWriteWegItems"] = "state_write_weg_items";
|
|
28
|
+
SeelenCommand["StateGetSettings"] = "state_get_settings";
|
|
29
|
+
SeelenCommand["StateWriteSettings"] = "state_write_settings";
|
|
30
|
+
SeelenCommand["StateGetDefaultSettings"] = "state_get_default_settings";
|
|
31
|
+
SeelenCommand["StateGetDefaultMonitorSettings"] = "state_get_default_monitor_settings";
|
|
32
|
+
SeelenCommand["StateGetSpecificAppsConfigurations"] = "state_get_specific_apps_configurations";
|
|
33
|
+
SeelenCommand["StateGetWallpaper"] = "state_get_wallpaper";
|
|
34
|
+
SeelenCommand["StateSetWallpaper"] = "state_set_wallpaper";
|
|
35
|
+
SeelenCommand["StateGetHistory"] = "state_get_history";
|
|
36
|
+
SeelenCommand["StateGetPlugins"] = "state_get_plugins";
|
|
37
|
+
SeelenCommand["StateGetWidgets"] = "state_get_widgets";
|
|
38
|
+
SeelenCommand["StateGetIconPacks"] = "state_get_icon_packs";
|
|
39
|
+
SeelenCommand["StateGetProfiles"] = "state_get_profiles";
|
|
40
|
+
SeelenCommand["GetUser"] = "get_user";
|
|
41
|
+
SeelenCommand["GetUserFolderContent"] = "get_user_folder_content";
|
|
42
|
+
SeelenCommand["SetUserFolderLimit"] = "set_user_folder_limit";
|
|
43
|
+
SeelenCommand["MediaPrev"] = "media_prev";
|
|
44
|
+
SeelenCommand["MediaTogglePlayPause"] = "media_toggle_play_pause";
|
|
45
|
+
SeelenCommand["MediaNext"] = "media_next";
|
|
46
|
+
SeelenCommand["SetVolumeLevel"] = "set_volume_level";
|
|
47
|
+
SeelenCommand["MediaToggleMute"] = "media_toggle_mute";
|
|
48
|
+
SeelenCommand["MediaSetDefaultDevice"] = "media_set_default_device";
|
|
49
|
+
SeelenCommand["GetMainMonitorBrightness"] = "get_main_monitor_brightness";
|
|
50
|
+
SeelenCommand["SetMainMonitorBrightness"] = "set_main_monitor_brightness";
|
|
51
|
+
SeelenCommand["LogOut"] = "log_out";
|
|
52
|
+
SeelenCommand["Suspend"] = "suspend";
|
|
53
|
+
SeelenCommand["Restart"] = "restart";
|
|
54
|
+
SeelenCommand["Shutdown"] = "shutdown";
|
|
55
|
+
SeelenCommand["Lock"] = "lock";
|
|
56
|
+
SeelenCommand["WegGetItemsForWidget"] = "weg_get_items_for_widget";
|
|
57
|
+
SeelenCommand["WegCloseApp"] = "weg_close_app";
|
|
58
|
+
SeelenCommand["WegKillApp"] = "weg_kill_app";
|
|
59
|
+
SeelenCommand["WegToggleWindowState"] = "weg_toggle_window_state";
|
|
60
|
+
SeelenCommand["WegRequestUpdatePreviews"] = "weg_request_update_previews";
|
|
61
|
+
SeelenCommand["WegPinItem"] = "weg_pin_item";
|
|
62
|
+
SeelenCommand["SetWindowPosition"] = "set_window_position";
|
|
63
|
+
SeelenCommand["RequestFocus"] = "request_focus";
|
|
64
|
+
SeelenCommand["LauncherGetApps"] = "launcher_get_apps";
|
|
65
|
+
SeelenCommand["TempGetByEventTrayInfo"] = "temp_get_by_event_tray_info";
|
|
66
|
+
SeelenCommand["OnClickTrayIcon"] = "on_click_tray_icon";
|
|
67
|
+
SeelenCommand["OnContextMenuTrayIcon"] = "on_context_menu_tray_icon";
|
|
68
|
+
SeelenCommand["WlanGetProfiles"] = "wlan_get_profiles";
|
|
69
|
+
SeelenCommand["WlanStartScanning"] = "wlan_start_scanning";
|
|
70
|
+
SeelenCommand["WlanStopScanning"] = "wlan_stop_scanning";
|
|
71
|
+
SeelenCommand["WlanConnect"] = "wlan_connect";
|
|
72
|
+
SeelenCommand["WlanDisconnect"] = "wlan_disconnect";
|
|
73
|
+
SeelenCommand["NotificationsClose"] = "notifications_close";
|
|
74
|
+
SeelenCommand["NotificationsCloseAll"] = "notifications_close_all";
|
|
75
|
+
})(SeelenCommand || (SeelenCommand = {}));
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export declare enum SeelenEvent {
|
|
2
|
+
WorkspacesChanged = "workspaces-changed",
|
|
3
|
+
ActiveWorkspaceChanged = "active-workspace-changed",
|
|
4
|
+
GlobalFocusChanged = "global-focus-changed",
|
|
5
|
+
GlobalMouseMove = "global-mouse-move",
|
|
6
|
+
HandleLayeredHitboxes = "handle-layered",
|
|
7
|
+
SystemMonitorsChanged = "system::monitors-changed",
|
|
8
|
+
SystemLanguagesChanged = "system::languages-changed",
|
|
9
|
+
UserChanged = "user-changed",
|
|
10
|
+
UserFolderChanged = "user-folder-changed",
|
|
11
|
+
MediaSessions = "media-sessions",
|
|
12
|
+
MediaInputs = "media-inputs",
|
|
13
|
+
MediaOutputs = "media-outputs",
|
|
14
|
+
NetworkDefaultLocalIp = "network-default-local-ip",
|
|
15
|
+
NetworkAdapters = "network-adapters",
|
|
16
|
+
NetworkInternetConnection = "network-internet-connection",
|
|
17
|
+
NetworkWlanScanned = "wlan-scanned",
|
|
18
|
+
Notifications = "notifications",
|
|
19
|
+
PowerStatus = "power-status",
|
|
20
|
+
BatteriesStatus = "batteries-status",
|
|
21
|
+
ColorsChanged = "colors-changed",
|
|
22
|
+
TrayInfo = "tray-info",
|
|
23
|
+
ToolbarOverlaped = "set-auto-hide",
|
|
24
|
+
WegOverlaped = "set-auto-hide",
|
|
25
|
+
WegInstanceChanged = "weg::instance-changed",
|
|
26
|
+
WMSetReservation = "set-reservation",
|
|
27
|
+
WMUpdateHeight = "update-height",
|
|
28
|
+
WMUpdateWidth = "update-width",
|
|
29
|
+
WMResetWorkspaceSize = "reset-workspace-size",
|
|
30
|
+
WMFocus = "focus",
|
|
31
|
+
WMSetActiveWorkspace = "set-active-workspace",
|
|
32
|
+
WMAddWindow = "add-window",
|
|
33
|
+
WMUpdateWindow = "update-window",
|
|
34
|
+
WMRemoveWindow = "remove-window",
|
|
35
|
+
WMForceRetiling = "wm-force-retiling",
|
|
36
|
+
WMSetLayout = "wm-set-layout",
|
|
37
|
+
WMSetOverlayVisibility = "wm-set-overlay-visibility",
|
|
38
|
+
WMSetActiveWindow = "wm-set-active-window",
|
|
39
|
+
WallStop = "wall-stop",
|
|
40
|
+
StateSettingsChanged = "settings-changed",
|
|
41
|
+
StateWegItemsChanged = "weg-items",
|
|
42
|
+
StateToolbarItemsChanged = "toolbar-items",
|
|
43
|
+
StateThemesChanged = "themes",
|
|
44
|
+
StateSettingsByAppChanged = "settings-by-app",
|
|
45
|
+
StateHistoryChanged = "history",
|
|
46
|
+
StateIconPacksChanged = "icon-packs",
|
|
47
|
+
StatePluginsChanged = "plugins-changed",
|
|
48
|
+
StateWidgetsChanged = "widgets-changed",
|
|
49
|
+
StateProfilesChanged = "profiles-changed"
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,iBAAiB,uBAAuB;IACxC,sBAAsB,6BAA6B;IACnD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,WAAW,iBAAiB;IAC5B,iBAAiB,wBAAwB;IACzC,aAAa,mBAAmB;IAChC,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,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,QAAQ,cAAc;IACtB,gBAAgB,kBAAkB;IAClC,YAAY,kBAAkB;IAC9B,kBAAkB,0BAA0B;IAC5C,gBAAgB,oBAAoB;IACpC,cAAc,kBAAkB;IAChC,aAAa,iBAAiB;IAC9B,oBAAoB,yBAAyB;IAC7C,OAAO,UAAU;IACjB,oBAAoB,yBAAyB;IAC7C,WAAW,eAAe;IAC1B,cAAc,kBAAkB;IAChC,cAAc,kBAAkB;IAChC,eAAe,sBAAsB;IACrC,WAAW,kBAAkB;IAC7B,sBAAsB,8BAA8B;IACpD,iBAAiB,yBAAyB;IAC1C,QAAQ,cAAc;IACtB,oBAAoB,qBAAqB;IACzC,oBAAoB,cAAc;IAClC,wBAAwB,kBAAkB;IAC1C,kBAAkB,WAAW;IAC7B,yBAAyB,oBAAoB;IAC7C,mBAAmB,YAAY;IAC/B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,oBAAoB,qBAAqB;CAC1C"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file was generated via rust macros. Don't modify manually.
|
|
2
|
+
export var SeelenEvent;
|
|
3
|
+
(function (SeelenEvent) {
|
|
4
|
+
SeelenEvent["WorkspacesChanged"] = "workspaces-changed";
|
|
5
|
+
SeelenEvent["ActiveWorkspaceChanged"] = "active-workspace-changed";
|
|
6
|
+
SeelenEvent["GlobalFocusChanged"] = "global-focus-changed";
|
|
7
|
+
SeelenEvent["GlobalMouseMove"] = "global-mouse-move";
|
|
8
|
+
SeelenEvent["HandleLayeredHitboxes"] = "handle-layered";
|
|
9
|
+
SeelenEvent["SystemMonitorsChanged"] = "system::monitors-changed";
|
|
10
|
+
SeelenEvent["SystemLanguagesChanged"] = "system::languages-changed";
|
|
11
|
+
SeelenEvent["UserChanged"] = "user-changed";
|
|
12
|
+
SeelenEvent["UserFolderChanged"] = "user-folder-changed";
|
|
13
|
+
SeelenEvent["MediaSessions"] = "media-sessions";
|
|
14
|
+
SeelenEvent["MediaInputs"] = "media-inputs";
|
|
15
|
+
SeelenEvent["MediaOutputs"] = "media-outputs";
|
|
16
|
+
SeelenEvent["NetworkDefaultLocalIp"] = "network-default-local-ip";
|
|
17
|
+
SeelenEvent["NetworkAdapters"] = "network-adapters";
|
|
18
|
+
SeelenEvent["NetworkInternetConnection"] = "network-internet-connection";
|
|
19
|
+
SeelenEvent["NetworkWlanScanned"] = "wlan-scanned";
|
|
20
|
+
SeelenEvent["Notifications"] = "notifications";
|
|
21
|
+
SeelenEvent["PowerStatus"] = "power-status";
|
|
22
|
+
SeelenEvent["BatteriesStatus"] = "batteries-status";
|
|
23
|
+
SeelenEvent["ColorsChanged"] = "colors-changed";
|
|
24
|
+
SeelenEvent["TrayInfo"] = "tray-info";
|
|
25
|
+
SeelenEvent["ToolbarOverlaped"] = "set-auto-hide";
|
|
26
|
+
SeelenEvent["WegOverlaped"] = "set-auto-hide";
|
|
27
|
+
SeelenEvent["WegInstanceChanged"] = "weg::instance-changed";
|
|
28
|
+
SeelenEvent["WMSetReservation"] = "set-reservation";
|
|
29
|
+
SeelenEvent["WMUpdateHeight"] = "update-height";
|
|
30
|
+
SeelenEvent["WMUpdateWidth"] = "update-width";
|
|
31
|
+
SeelenEvent["WMResetWorkspaceSize"] = "reset-workspace-size";
|
|
32
|
+
SeelenEvent["WMFocus"] = "focus";
|
|
33
|
+
SeelenEvent["WMSetActiveWorkspace"] = "set-active-workspace";
|
|
34
|
+
SeelenEvent["WMAddWindow"] = "add-window";
|
|
35
|
+
SeelenEvent["WMUpdateWindow"] = "update-window";
|
|
36
|
+
SeelenEvent["WMRemoveWindow"] = "remove-window";
|
|
37
|
+
SeelenEvent["WMForceRetiling"] = "wm-force-retiling";
|
|
38
|
+
SeelenEvent["WMSetLayout"] = "wm-set-layout";
|
|
39
|
+
SeelenEvent["WMSetOverlayVisibility"] = "wm-set-overlay-visibility";
|
|
40
|
+
SeelenEvent["WMSetActiveWindow"] = "wm-set-active-window";
|
|
41
|
+
SeelenEvent["WallStop"] = "wall-stop";
|
|
42
|
+
SeelenEvent["StateSettingsChanged"] = "settings-changed";
|
|
43
|
+
SeelenEvent["StateWegItemsChanged"] = "weg-items";
|
|
44
|
+
SeelenEvent["StateToolbarItemsChanged"] = "toolbar-items";
|
|
45
|
+
SeelenEvent["StateThemesChanged"] = "themes";
|
|
46
|
+
SeelenEvent["StateSettingsByAppChanged"] = "settings-by-app";
|
|
47
|
+
SeelenEvent["StateHistoryChanged"] = "history";
|
|
48
|
+
SeelenEvent["StateIconPacksChanged"] = "icon-packs";
|
|
49
|
+
SeelenEvent["StatePluginsChanged"] = "plugins-changed";
|
|
50
|
+
SeelenEvent["StateWidgetsChanged"] = "widgets-changed";
|
|
51
|
+
SeelenEvent["StateProfilesChanged"] = "profiles-changed";
|
|
52
|
+
})(SeelenEvent || (SeelenEvent = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invokers.d.ts","sourceRoot":"","sources":["../../src/handlers/invokers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACjF,OAAO,EAAE,KAAK,aAAa,EAAU,KAAK,OAAO,IAAI,eAAe,EAAE,KAAK,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAErH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,cAAc,eAAe,CAAC;AAE9B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAc,SAAQ,MAAM,CAAC,aAAa,EAAE,OAAO,CAAC;QAC5D,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;QAChC,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;QACtC,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE,IAAI,CAAC;KAClD;IAED,UAAU,eAAgB,SAAQ,MAAM,CAAC,aAAa,EAAE,OAAO,CAAC;QAC9D,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC;QACnC,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC;QACzC,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE,KAAK,CAAC;KACnD;IAED,UAAU,cAAe,SAAQ,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC;KAAG;CACjE;AAED;;;GAGG;AACH,wBAAgB,MAAM,CAAC,CAAC,SAAS,aAAa,EAC5C,OAAO,EAAE,CAAC,EACV,IAAI,CAAC,EAAE,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,EACpC,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAE7B;AAED,wBAAgB,SAAS,CAAC,CAAC,SAAS,WAAW,EAC7C,KAAK,EAAE,CAAC,EACR,EAAE,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,EACpC,OAAO,CAAC,EAAE,eAAe,GACxB,OAAO,CAAC,UAAU,CAAC,CAErB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/handlers/mod.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
package/esm/lib.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../src/lib.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import type { IconPack } from '../types/mod.js';
|
|
2
|
+
import { List } from '../utils/List.js';
|
|
3
|
+
import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
4
|
+
export interface GetIconArgs {
|
|
5
|
+
path?: string | null;
|
|
6
|
+
umid?: string | null;
|
|
7
|
+
}
|
|
8
|
+
declare global {
|
|
9
|
+
interface ArgsByCommand {
|
|
10
|
+
[SeelenCommand.StateGetIconPacks]: null;
|
|
11
|
+
[SeelenCommand.GetIcon]: GetIconArgs;
|
|
12
|
+
}
|
|
13
|
+
interface ReturnByCommand {
|
|
14
|
+
[SeelenCommand.StateGetIconPacks]: IconPack[];
|
|
15
|
+
[SeelenCommand.GetIcon]: string | null;
|
|
16
|
+
}
|
|
17
|
+
interface PayloadByEvent {
|
|
18
|
+
[SeelenEvent.StateIconPacksChanged]: IconPack[];
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export declare class IconPackList extends List<IconPack> {
|
|
22
|
+
static readonly getAsync: () => Promise<InstanceType<typeof IconPackList>>;
|
|
23
|
+
static readonly onChange: (cb: (instance: IconPackList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Class helper to allow easy use of icon packs
|
|
27
|
+
*/
|
|
28
|
+
export declare class IconPackManager {
|
|
29
|
+
private iconPackPath;
|
|
30
|
+
private _iconPacks;
|
|
31
|
+
private _actives;
|
|
32
|
+
private callbacks;
|
|
33
|
+
private constructor();
|
|
34
|
+
get iconPacks(): IconPackList;
|
|
35
|
+
private set iconPacks(value);
|
|
36
|
+
get actives(): string[];
|
|
37
|
+
private set actives(value);
|
|
38
|
+
/**
|
|
39
|
+
* Creates an instance of IconPackManager. This intance will be updated when
|
|
40
|
+
* the list of icon packs or the settings changes, so just having one global instance is enough.
|
|
41
|
+
*
|
|
42
|
+
* @returns A new instance of IconPackManager
|
|
43
|
+
*/
|
|
44
|
+
static create(): Promise<IconPackManager>;
|
|
45
|
+
/**
|
|
46
|
+
* Register a callback to be called when the list of active icon packs changes
|
|
47
|
+
*
|
|
48
|
+
* @param cb The callback to be called when the list of icon packs changes
|
|
49
|
+
* @example
|
|
50
|
+
* const manager = await IconPackManager.create();
|
|
51
|
+
* manager.onChange(() => {
|
|
52
|
+
* console.log("Icon packs changed: ", manager.actives);
|
|
53
|
+
* });
|
|
54
|
+
*/
|
|
55
|
+
onChange(cb: () => void): void;
|
|
56
|
+
/**
|
|
57
|
+
* Return the icon URL for an app or file, in case of no icon available will return `null`
|
|
58
|
+
*
|
|
59
|
+
* @param filePath The path to the app could be umid, full path.
|
|
60
|
+
* @example
|
|
61
|
+
* const iconUrl = instance.getIcon({
|
|
62
|
+
* path: "C:\\Program Files\\Steam\\steam.exe"
|
|
63
|
+
* });
|
|
64
|
+
* const iconUrl = instance.getIcon({
|
|
65
|
+
* umid: "Seelen.SeelenUI_p6yyn03m1894e!App"
|
|
66
|
+
* });
|
|
67
|
+
*/
|
|
68
|
+
getIcon({ path, umid }: GetIconArgs): string | null;
|
|
69
|
+
/**
|
|
70
|
+
* Return the icon Path for an app or file, in case of no icon available will return `null`.
|
|
71
|
+
* This method doesn't take in care icon packs, just extracts the inherited icon into system's icon pack.
|
|
72
|
+
*
|
|
73
|
+
* @param filePath The path to the app could be umid o full path
|
|
74
|
+
* @example
|
|
75
|
+
* const iconPath = instance.extractIcon({
|
|
76
|
+
* path: "C:\\Program Files\\Steam\\steam.exe"
|
|
77
|
+
* });
|
|
78
|
+
* const iconPath = instance.extractIcon({
|
|
79
|
+
* umid: "Seelen.SeelenUI_p6yyn03m1894e!App"
|
|
80
|
+
* });
|
|
81
|
+
*/
|
|
82
|
+
static extractIcon(obj: GetIconArgs): Promise<string | null>;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=icon_pack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon_pack.d.ts","sourceRoot":"","sources":["../../src/state/icon_pack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAU,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKxE,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,IAAI,CAAC;QACxC,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,WAAW,CAAC;KACtC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,QAAQ,EAAE,CAAC;QAC9C,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACxC;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,qBAAqB,CAAC,EAAE,QAAQ,EAAE,CAAC;KACjD;CACF;AAED,qBAAa,YAAa,SAAQ,IAAI,CAAC,QAAQ,CAAC;IAC9C,MAAM,CAAC,QAAQ,CAAC,QAAQ,mDAAgE;IACxF,MAAM,CAAC,QAAQ,CAAC,QAAQ,gGAAkE;CAC3F;AAED;;GAEG;AACH,qBAAa,eAAe;IAIxB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IALlB,OAAO,CAAC,SAAS,CAA8B;IAE/C,OAAO;IAMP,IAAW,SAAS,IAAI,YAAY,CAEnC;IAED,OAAO,KAAK,SAAS,QAGpB;IAED,IAAW,OAAO,IAAI,MAAM,EAAE,CAE7B;IAED,OAAO,KAAK,OAAO,QAGlB;IAED;;;;;OAKG;WACiB,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC;IAetD;;;;;;;;;OASG;IACI,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIrC;;;;;;;;;;;OAWG;IACI,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,WAAW,GAAG,MAAM,GAAG,IAAI;IA4B1D;;;;;;;;;;;;OAYG;WACW,WAAW,CAAC,GAAG,EAAE,WAAW,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;CAGpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/state/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGhE,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAE7B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;KACvC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,gBAAgB,CAAC;KACnD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,mBAAmB,CAAC,EAAE,gBAAgB,CAAC;KACrD;CACF;AAED,UAAU,gBAAgB;IACxB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACvB;AAED,qBAAa,eAAe;IACP,KAAK,EAAE,gBAAgB;gBAAvB,KAAK,EAAE,gBAAgB;IAC1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,sDAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,mGAAgE;CACzF;AAED,qBAAa,gBAAgB;IAC3B,WAAW,EAAE,MAAM,CAAa;IAChC,MAAM,EAAE,MAAM,CAAa;IAC3B,WAAW,EAAE,MAAM,CAAM;IACzB,QAAQ,EAAE,MAAM,CAAM;IACtB,IAAI,EAAE,MAAM,EAAE,CAAM;CACrB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { Placeholder, WorkspaceToolbarItemMode } from '../types/mod.js';
|
|
2
|
+
import type { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
3
|
+
declare global {
|
|
4
|
+
interface ArgsByCommand {
|
|
5
|
+
[SeelenCommand.StateGetToolbarItems]: null;
|
|
6
|
+
}
|
|
7
|
+
interface ReturnByCommand {
|
|
8
|
+
[SeelenCommand.StateGetToolbarItems]: Placeholder;
|
|
9
|
+
}
|
|
10
|
+
interface PayloadByEvent {
|
|
11
|
+
[SeelenEvent.StateToolbarItemsChanged]: Placeholder;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
declare const ToolbarModuleType: {
|
|
15
|
+
Notifications: "notifications";
|
|
16
|
+
Text: "text";
|
|
17
|
+
Generic: "generic";
|
|
18
|
+
Date: "date";
|
|
19
|
+
Power: "power";
|
|
20
|
+
Network: "network";
|
|
21
|
+
Media: "media";
|
|
22
|
+
User: "user";
|
|
23
|
+
Tray: "tray";
|
|
24
|
+
Device: "device";
|
|
25
|
+
Settings: "settings";
|
|
26
|
+
Workspaces: "workspaces";
|
|
27
|
+
};
|
|
28
|
+
declare const WorkspaceToolbarItemMode: {
|
|
29
|
+
Dotted: "dotted";
|
|
30
|
+
Named: "named";
|
|
31
|
+
Numbered: "numbered";
|
|
32
|
+
};
|
|
33
|
+
export { ToolbarModuleType, WorkspaceToolbarItemMode };
|
|
34
|
+
//# sourceMappingURL=placeholder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"placeholder.d.ts","sourceRoot":"","sources":["../../src/state/placeholder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAe,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,IAAI,CAAC;KAC5C;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,WAAW,CAAC;KACnD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,wBAAwB,CAAC,EAAE,WAAW,CAAC;KACrD;CACF;AAMD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;CAarB,CAAC;AAEH,QAAA,MAAM,wBAAwB;;;;CAI5B,CAAC;AAEH,OAAO,EAAE,iBAAiB,EAAE,wBAAwB,EAAE,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
2
|
+
import { List } from '../utils/List.js';
|
|
3
|
+
import type { Plugin } from '../types/mod.js';
|
|
4
|
+
declare global {
|
|
5
|
+
interface ArgsByCommand {
|
|
6
|
+
[SeelenCommand.StateGetPlugins]: null;
|
|
7
|
+
}
|
|
8
|
+
interface ReturnByCommand {
|
|
9
|
+
[SeelenCommand.StateGetPlugins]: Plugin[];
|
|
10
|
+
}
|
|
11
|
+
interface PayloadByEvent {
|
|
12
|
+
[SeelenEvent.StatePluginsChanged]: Plugin[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare class PluginList extends List<Plugin> {
|
|
16
|
+
static readonly getAsync: () => Promise<InstanceType<typeof PluginList>>;
|
|
17
|
+
static readonly onChange: (cb: (instance: PluginList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
18
|
+
forCurrentWidget(): Plugin[];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../src/state/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAG9C,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,IAAI,CAAC;KACvC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;KAC3C;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC7C;CACF;AAED,qBAAa,UAAW,SAAQ,IAAI,CAAC,MAAM,CAAC;IAC1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,iDAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,8FAAgE;IAExF,gBAAgB,IAAI,MAAM,EAAE;CAI7B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Profile } from '../types/mod.js';
|
|
2
|
+
import { SeelenCommand } from '../handlers/mod.js';
|
|
3
|
+
import { List } from '../utils/List.js';
|
|
4
|
+
declare global {
|
|
5
|
+
interface ArgsByCommand {
|
|
6
|
+
[SeelenCommand.StateGetProfiles]: null;
|
|
7
|
+
}
|
|
8
|
+
interface ReturnByCommand {
|
|
9
|
+
[SeelenCommand.StateGetProfiles]: Profile[];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export declare class ProfileList extends List<Profile> {
|
|
13
|
+
static readonly getAsync: () => Promise<InstanceType<typeof ProfileList>>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=profile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profile.d.ts","sourceRoot":"","sources":["../../src/state/profile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,IAAI,CAAC;KACxC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,CAAC;KAC7C;CACF;AAED,qBAAa,WAAY,SAAQ,IAAI,CAAC,OAAO,CAAC;IAC5C,MAAM,CAAC,QAAQ,CAAC,QAAQ,kDAA+D;CACxF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"declaration.d.ts","sourceRoot":"","sources":["../../../src/state/settings/declaration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { SeelenCommand, SeelenEvent } from '../../handlers/mod.js';
|
|
2
|
+
import type { FancyToolbarSettings, HideMode, SeelenLauncherMonitor, SeelenLauncherSettings, SeelenWallSettings, SeelenWegMode, SeelenWegSettings, SeelenWegSide, Settings as ISettings, UpdateChannel, VirtualDesktopStrategy, WidgetId, WindowManagerSettings } from '../../types/mod.js';
|
|
3
|
+
declare global {
|
|
4
|
+
interface ArgsByCommand {
|
|
5
|
+
[SeelenCommand.StateGetSettings]: {
|
|
6
|
+
path?: string;
|
|
7
|
+
};
|
|
8
|
+
[SeelenCommand.StateWriteSettings]: {
|
|
9
|
+
settings: ISettings;
|
|
10
|
+
};
|
|
11
|
+
[SeelenCommand.StateGetDefaultSettings]: null;
|
|
12
|
+
}
|
|
13
|
+
interface ReturnByCommand {
|
|
14
|
+
[SeelenCommand.StateGetSettings]: ISettings;
|
|
15
|
+
[SeelenCommand.StateWriteSettings]: void;
|
|
16
|
+
[SeelenCommand.StateGetDefaultSettings]: ISettings;
|
|
17
|
+
}
|
|
18
|
+
interface PayloadByEvent {
|
|
19
|
+
[SeelenEvent.StateSettingsChanged]: ISettings;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export declare class Settings {
|
|
23
|
+
inner: ISettings;
|
|
24
|
+
constructor(inner: ISettings);
|
|
25
|
+
static readonly default: () => Promise<InstanceType<typeof Settings>>;
|
|
26
|
+
static readonly getAsync: () => Promise<InstanceType<typeof Settings>>;
|
|
27
|
+
static readonly onChange: (cb: (instance: Settings) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
28
|
+
static loadCustom(path: string): Promise<Settings>;
|
|
29
|
+
getWidgetConfig(id: WidgetId): Record<string, unknown> | undefined;
|
|
30
|
+
private getBundledWidgetConfig;
|
|
31
|
+
get fancyToolbar(): FancyToolbarSettings;
|
|
32
|
+
get seelenweg(): SeelenWegSettings;
|
|
33
|
+
get windowManager(): WindowManagerSettings;
|
|
34
|
+
get launcher(): SeelenLauncherSettings;
|
|
35
|
+
get wall(): SeelenWallSettings;
|
|
36
|
+
/** Will store the settings on disk */
|
|
37
|
+
save(): Promise<void>;
|
|
38
|
+
}
|
|
39
|
+
declare const VirtualDesktopStrategy: {
|
|
40
|
+
Native: "Native";
|
|
41
|
+
Seelen: "Seelen";
|
|
42
|
+
};
|
|
43
|
+
declare const SeelenWegMode: {
|
|
44
|
+
FullWidth: "FullWidth";
|
|
45
|
+
MinContent: "MinContent";
|
|
46
|
+
};
|
|
47
|
+
declare const HideMode: {
|
|
48
|
+
Never: "Never";
|
|
49
|
+
Always: "Always";
|
|
50
|
+
OnOverlap: "OnOverlap";
|
|
51
|
+
};
|
|
52
|
+
declare const SeelenWegSide: {
|
|
53
|
+
Left: "Left";
|
|
54
|
+
Right: "Right";
|
|
55
|
+
Top: "Top";
|
|
56
|
+
Bottom: "Bottom";
|
|
57
|
+
};
|
|
58
|
+
declare const SeelenLauncherMonitor: {
|
|
59
|
+
Primary: "Primary";
|
|
60
|
+
MouseOver: "MouseOver";
|
|
61
|
+
};
|
|
62
|
+
declare const UpdateChannel: {
|
|
63
|
+
Release: "Release";
|
|
64
|
+
Beta: "Beta";
|
|
65
|
+
Nightly: "Nightly";
|
|
66
|
+
};
|
|
67
|
+
export { HideMode, SeelenLauncherMonitor, SeelenWegMode, SeelenWegSide, UpdateChannel, VirtualDesktopStrategy };
|
|
68
|
+
export * from './settings_by_monitor.js';
|
|
69
|
+
export * from './declaration.js';
|
|
70
|
+
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/state/settings/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEnE,OAAO,KAAK,EACV,oBAAoB,EACpB,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,aAAa,EACb,QAAQ,IAAI,SAAS,EACrB,aAAa,EACb,sBAAsB,EACtB,QAAQ,EACR,qBAAqB,EACtB,MAAM,oBAAoB,CAAC;AAY5B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE;YAAE,IAAI,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACpD,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE;YAAE,QAAQ,EAAE,SAAS,CAAA;SAAE,CAAC;QAC5D,CAAC,aAAa,CAAC,uBAAuB,CAAC,EAAE,IAAI,CAAC;KAC/C;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC;QAC5C,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,IAAI,CAAC;QACzC,CAAC,aAAa,CAAC,uBAAuB,CAAC,EAAE,SAAS,CAAC;KACpD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,oBAAoB,CAAC,EAAE,SAAS,CAAC;KAC/C;CACF;AAED,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IACnC,MAAM,CAAC,QAAQ,CAAC,OAAO,+CAAsE;IAC7F,MAAM,CAAC,QAAQ,CAAC,QAAQ,+CAA+D;IACvF,MAAM,CAAC,QAAQ,CAAC,QAAQ,4FAAiE;WAE5E,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIxD,eAAe,CAAC,EAAE,EAAE,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;IAIlE,OAAO,CAAC,sBAAsB;IAM9B,IAAI,YAAY,IAAI,oBAAoB,CAEvC;IAED,IAAI,SAAS,IAAI,iBAAiB,CAEjC;IAED,IAAI,aAAa,IAAI,qBAAqB,CAEzC;IAED,IAAI,QAAQ,IAAI,sBAAsB,CAErC;IAED,IAAI,IAAI,IAAI,kBAAkB,CAE7B;IAED,sCAAsC;IACtC,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB;AAMD,QAAA,MAAM,sBAAsB;;;CAG1B,CAAC;AAEH,QAAA,MAAM,aAAa;;;CAGjB,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;CAIZ,CAAC;AAEH,QAAA,MAAM,aAAa;;;;;CAKjB,CAAC;AAEH,QAAA,MAAM,qBAAqB;;;CAGzB,CAAC;AAEH,QAAA,MAAM,aAAa;;;;CAIjB,CAAC;AAEH,OAAO,EAAE,QAAQ,EAAE,qBAAqB,EAAE,aAAa,EAAE,aAAa,EAAE,aAAa,EAAE,sBAAsB,EAAE,CAAC;AAChH,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SeelenCommand } from '../../handlers/mod.js';
|
|
2
|
+
import type { MonitorConfiguration as IMonitorConfiguration, WorkspaceIdentifierType } from '../../types/mod.js';
|
|
3
|
+
declare global {
|
|
4
|
+
interface ArgsByCommand {
|
|
5
|
+
[SeelenCommand.StateGetDefaultMonitorSettings]: null;
|
|
6
|
+
}
|
|
7
|
+
interface ReturnByCommand {
|
|
8
|
+
[SeelenCommand.StateGetDefaultMonitorSettings]: IMonitorConfiguration;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare class MonitorConfiguration {
|
|
12
|
+
inner: IMonitorConfiguration;
|
|
13
|
+
constructor(inner: IMonitorConfiguration);
|
|
14
|
+
static readonly default: () => Promise<InstanceType<typeof MonitorConfiguration>>;
|
|
15
|
+
}
|
|
16
|
+
declare const WorkspaceIdentifierType: {
|
|
17
|
+
Name: "Name";
|
|
18
|
+
Index: "Index";
|
|
19
|
+
};
|
|
20
|
+
export { WorkspaceIdentifierType };
|
|
21
|
+
//# sourceMappingURL=settings_by_monitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings_by_monitor.d.ts","sourceRoot":"","sources":["../../../src/state/settings/settings_by_monitor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,KAAK,EAAE,oBAAoB,IAAI,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAIjH,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,IAAI,CAAC;KACtD;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,qBAAqB,CAAC;KACvE;CACF;AAED,qBAAa,oBAAoB;IACZ,KAAK,EAAE,qBAAqB;gBAA5B,KAAK,EAAE,qBAAqB;IAC/C,MAAM,CAAC,QAAQ,CAAC,OAAO,2DAGrB;CACH;AAMD,QAAA,MAAM,uBAAuB;;;CAG3B,CAAC;AAEH,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { AppConfig, AppExtraFlag, AppIdentifierType, MatchingStrategy } from '../types/mod.js';
|
|
2
|
+
import { List } from '../utils/List.js';
|
|
3
|
+
import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
4
|
+
declare global {
|
|
5
|
+
interface ArgsByCommand {
|
|
6
|
+
[SeelenCommand.StateGetSpecificAppsConfigurations]: null;
|
|
7
|
+
}
|
|
8
|
+
interface ReturnByCommand {
|
|
9
|
+
[SeelenCommand.StateGetSpecificAppsConfigurations]: AppConfig[];
|
|
10
|
+
}
|
|
11
|
+
interface PayloadByEvent {
|
|
12
|
+
[SeelenEvent.StateSettingsByAppChanged]: AppConfig[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare class AppConfigurationList extends List<AppConfig> {
|
|
16
|
+
static readonly getAsync: () => Promise<InstanceType<typeof AppConfigurationList>>;
|
|
17
|
+
static readonly onChange: (cb: (instance: AppConfigurationList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
18
|
+
}
|
|
19
|
+
declare const AppExtraFlag: {
|
|
20
|
+
Float: "float";
|
|
21
|
+
Force: "force";
|
|
22
|
+
Unmanage: "unmanage";
|
|
23
|
+
Pinned: "pinned";
|
|
24
|
+
Hidden: "hidden";
|
|
25
|
+
};
|
|
26
|
+
declare const AppIdentifierType: {
|
|
27
|
+
Exe: "Exe";
|
|
28
|
+
Class: "Class";
|
|
29
|
+
Title: "Title";
|
|
30
|
+
Path: "Path";
|
|
31
|
+
};
|
|
32
|
+
declare const MatchingStrategy: {
|
|
33
|
+
Equals: "Equals";
|
|
34
|
+
StartsWith: "StartsWith";
|
|
35
|
+
EndsWith: "EndsWith";
|
|
36
|
+
Contains: "Contains";
|
|
37
|
+
Regex: "Regex";
|
|
38
|
+
};
|
|
39
|
+
export { AppExtraFlag, AppIdentifierType, MatchingStrategy };
|
|
40
|
+
//# sourceMappingURL=settings_by_app.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings_by_app.d.ts","sourceRoot":"","sources":["../../src/state/settings_by_app.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACpG,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,kCAAkC,CAAC,EAAE,IAAI,CAAC;KAC1D;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,kCAAkC,CAAC,EAAE,SAAS,EAAE,CAAC;KACjE;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,yBAAyB,CAAC,EAAE,SAAS,EAAE,CAAC;KACtD;CACF;AAED,qBAAa,oBAAqB,SAAQ,IAAI,CAAC,SAAS,CAAC;IACvD,MAAM,CAAC,QAAQ,CAAC,QAAQ,2DAAiF;IACzG,MAAM,CAAC,QAAQ,CAAC,QAAQ,wGAAsE;CAC/F;AAMD,QAAA,MAAM,YAAY;;;;;;CAMhB,CAAC;AAEH,QAAA,MAAM,iBAAiB;;;;;CAKrB,CAAC;AAEH,QAAA,MAAM,gBAAgB;;;;;;CAMpB,CAAC;AAEH,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Theme } from '../types/mod.js';
|
|
2
|
+
import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
3
|
+
import { List } from '../utils/List.js';
|
|
4
|
+
declare global {
|
|
5
|
+
interface ArgsByCommand {
|
|
6
|
+
[SeelenCommand.StateGetThemes]: null;
|
|
7
|
+
}
|
|
8
|
+
interface ReturnByCommand {
|
|
9
|
+
[SeelenCommand.StateGetThemes]: Theme[];
|
|
10
|
+
}
|
|
11
|
+
interface PayloadByEvent {
|
|
12
|
+
[SeelenEvent.StateThemesChanged]: Theme[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare class ThemeList extends List<Theme> {
|
|
16
|
+
static readonly getAsync: () => Promise<InstanceType<typeof ThemeList>>;
|
|
17
|
+
static readonly onChange: (cb: (instance: ThemeList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/state/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGxC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,IAAI,CAAC;KACtC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,KAAK,EAAE,CAAC;KACzC;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,KAAK,EAAE,CAAC;KAC3C;CACF;AAED,qBAAa,SAAU,SAAQ,IAAI,CAAC,KAAK,CAAC;IACxC,MAAM,CAAC,QAAQ,CAAC,QAAQ,gDAA6D;IACrF,MAAM,CAAC,QAAQ,CAAC,QAAQ,6FAA+D;CACxF"}
|