@seelen-ui/lib 2.1.0 → 2.1.3-next.20250204131600
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.map +1 -0
- package/esm/handlers/events.d.ts.map +1 -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/application_history.d.ts +32 -0
- package/esm/system_state/application_history.d.ts.map +1 -0
- package/esm/system_state/language.d.ts.map +1 -0
- package/esm/system_state/mod.d.ts.map +1 -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/ApplicationHistoryEntry.d.ts +8 -0
- package/esm/types/ApplicationHistoryEntry.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/FocusedApp.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 +99 -0
- package/esm/types/mod.d.ts.map +1 -0
- package/esm/types/mod.js +98 -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.map +1 -0
- package/script/handlers/events.d.ts.map +1 -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/application_history.d.ts +32 -0
- package/script/system_state/application_history.d.ts.map +1 -0
- package/script/system_state/language.d.ts.map +1 -0
- package/script/system_state/mod.d.ts.map +1 -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/ApplicationHistoryEntry.d.ts +8 -0
- package/script/types/ApplicationHistoryEntry.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/FocusedApp.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 +99 -0
- package/script/types/mod.d.ts.map +1 -0
- package/script/types/mod.js +114 -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/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.map +0 -1
- 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.map +0 -1
- package/esm/src/handlers/events.d.ts.map +0 -1
- 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/language.d.ts.map +0 -1
- package/esm/src/system_state/mod.d.ts.map +0 -1
- 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/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.map +0 -1
- 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.map +0 -1
- package/script/src/handlers/events.d.ts.map +0 -1
- 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/language.d.ts.map +0 -1
- package/script/src/system_state/mod.d.ts.map +0 -1
- 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}/commands.d.ts +0 -0
- /package/esm/{src/handlers → handlers}/commands.js +0 -0
- /package/esm/{src/handlers → handlers}/events.d.ts +0 -0
- /package/esm/{src/handlers → handlers}/events.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}/application_history.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}/mod.d.ts +0 -0
- /package/esm/{src/system_state → system_state}/mod.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}/ApplicationHistoryEntry.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}/FocusedApp.d.ts +0 -0
- /package/esm/{gen/types → types}/FocusedApp.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}/commands.d.ts +0 -0
- /package/script/{src/handlers → handlers}/commands.js +0 -0
- /package/script/{src/handlers → handlers}/events.d.ts +0 -0
- /package/script/{src/handlers → handlers}/events.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}/application_history.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}/mod.d.ts +0 -0
- /package/script/{src/system_state → system_state}/mod.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}/ApplicationHistoryEntry.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}/FocusedApp.d.ts +0 -0
- /package/script/{gen/types → types}/FocusedApp.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 @@
|
|
|
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,8BAA8B,uCAAuC;IACrE,qBAAqB,4BAA4B;IACjD,0BAA0B,kCAAkC;IAC5D,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 @@
|
|
|
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,oBAAoB,2BAA2B;IAC/C,uBAAuB,sCAAsC;IAC7D,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 @@
|
|
|
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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { WegItems as IWegItems } from '../types/mod.js';
|
|
2
|
+
import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
3
|
+
declare global {
|
|
4
|
+
interface ArgsByCommand {
|
|
5
|
+
[SeelenCommand.StateGetWegItems]: null;
|
|
6
|
+
[SeelenCommand.WegGetItemsForWidget]: null;
|
|
7
|
+
[SeelenCommand.StateWriteWegItems]: {
|
|
8
|
+
items: IWegItems;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
interface ReturnByCommand {
|
|
12
|
+
[SeelenCommand.StateGetWegItems]: IWegItems;
|
|
13
|
+
[SeelenCommand.WegGetItemsForWidget]: IWegItems;
|
|
14
|
+
[SeelenCommand.StateWriteWegItems]: void;
|
|
15
|
+
}
|
|
16
|
+
interface PayloadByEvent {
|
|
17
|
+
[SeelenEvent.StateWegItemsChanged]: IWegItems;
|
|
18
|
+
[SeelenEvent.WegInstanceChanged]: IWegItems;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export declare class WegItems {
|
|
22
|
+
inner: IWegItems;
|
|
23
|
+
constructor(inner: IWegItems);
|
|
24
|
+
/** Will return the stored/saved weg items */
|
|
25
|
+
static readonly getStored: () => Promise<InstanceType<typeof WegItems>>;
|
|
26
|
+
/** Event triggered when the file where the weg items are stored is changed */
|
|
27
|
+
static readonly onStoredChange: (cb: (instance: WegItems) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
28
|
+
/** Will return the weg items intance for the current widget */
|
|
29
|
+
static readonly forCurrentWidget: () => Promise<InstanceType<typeof WegItems>>;
|
|
30
|
+
/** Event triggered when the weg items for the current widget are changed */
|
|
31
|
+
static readonly forCurrentWidgetChange: (cb: (instance: WegItems) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
32
|
+
/** Will store the weg items placeoments on disk */
|
|
33
|
+
save(): Promise<void>;
|
|
34
|
+
}
|
|
35
|
+
declare const WegItemType: {
|
|
36
|
+
Temporal: "Temporal";
|
|
37
|
+
Pinned: "Pinned";
|
|
38
|
+
Separator: "Separator";
|
|
39
|
+
Media: "Media";
|
|
40
|
+
StartMenu: "StartMenu";
|
|
41
|
+
};
|
|
42
|
+
export { WegItemType };
|
|
43
|
+
//# sourceMappingURL=weg_items.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weg_items.d.ts","sourceRoot":"","sources":["../../src/state/weg_items.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAW,QAAQ,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAU,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAKxE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,IAAI,CAAC;QACvC,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,IAAI,CAAC;QAC3C,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE;YAAE,KAAK,EAAE,SAAS,CAAA;SAAE,CAAC;KAC1D;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,SAAS,CAAC;QAC5C,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE,SAAS,CAAC;QAChD,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,IAAI,CAAC;KAC1C;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,oBAAoB,CAAC,EAAE,SAAS,CAAC;QAC9C,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,SAAS,CAAC;KAC7C;CACF;AAED,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IAEnC,6CAA6C;IAC7C,MAAM,CAAC,QAAQ,CAAC,SAAS,+CAA+D;IAExF,8EAA8E;IAC9E,MAAM,CAAC,QAAQ,CAAC,cAAc,4FAAiE;IAE/F,+DAA+D;IAC/D,MAAM,CAAC,QAAQ,CAAC,gBAAgB,+CAG9B;IAEF,4EAA4E;IAC5E,MAAM,CAAC,QAAQ,CAAC,sBAAsB,4FAEnC;IAEH,mDAAmD;IACnD,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGtB;AAMD,QAAA,MAAM,WAAW;;;;;;CAMf,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Widget, WidgetId } 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.StateGetWidgets]: null;
|
|
7
|
+
}
|
|
8
|
+
interface ReturnByCommand {
|
|
9
|
+
[SeelenCommand.StateGetWidgets]: Widget[];
|
|
10
|
+
}
|
|
11
|
+
interface PayloadByEvent {
|
|
12
|
+
[SeelenEvent.StateWidgetsChanged]: Widget[];
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export declare const SeelenWegWidgetId: WidgetId;
|
|
16
|
+
export declare const SeelenToolbarWidgetId: WidgetId;
|
|
17
|
+
export declare const SeelenWindowManagerWidgetId: WidgetId;
|
|
18
|
+
export declare const SeelenLauncherWidgetId: WidgetId;
|
|
19
|
+
export declare const SeelenWallWidgetId: WidgetId;
|
|
20
|
+
export declare class WidgetList extends List<Widget> {
|
|
21
|
+
static readonly getAsync: () => Promise<InstanceType<typeof WidgetList>>;
|
|
22
|
+
static readonly onChange: (cb: (instance: WidgetList) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
23
|
+
}
|
|
24
|
+
interface WidgetInformation {
|
|
25
|
+
id: WidgetId;
|
|
26
|
+
/** decoded webview label */
|
|
27
|
+
label: string;
|
|
28
|
+
/** base64 url encoded label (used as identifier of the webview) */
|
|
29
|
+
rawLabel: string;
|
|
30
|
+
params: Readonly<Record<string, string>>;
|
|
31
|
+
}
|
|
32
|
+
/** If called on backend context, will return an empty structure */
|
|
33
|
+
export declare function getCurrentWidget(): Readonly<WidgetInformation>;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=widget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"widget.d.ts","sourceRoot":"","sources":["../../src/state/widget.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAKxC,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,eAAO,MAAM,iBAAiB,EAAE,QAAwB,CAAC;AACzD,eAAO,MAAM,qBAAqB,EAAE,QAAkC,CAAC;AACvE,eAAO,MAAM,2BAA2B,EAAE,QAAmC,CAAC;AAC9E,eAAO,MAAM,sBAAsB,EAAE,QAA6B,CAAC;AACnE,eAAO,MAAM,kBAAkB,EAAE,QAAsC,CAAC;AAExE,qBAAa,UAAW,SAAQ,IAAI,CAAC,MAAM,CAAC;IAC1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,iDAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,8FAAgE;CACzF;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,QAAQ,CAAC;IACb,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;CAC1C;AAmBD,mEAAmE;AACnE,wBAAgB,gBAAgB,IAAI,QAAQ,CAAC,iBAAiB,CAAC,CAa9D"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SeelenCommand, SeelenEvent } from '../handlers/mod.js';
|
|
2
|
+
import { List } from '../utils/List.js';
|
|
3
|
+
import { createInstanceInvoker, createInstanceOnEvent } from '../utils/State.js';
|
|
4
|
+
import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow';
|
|
5
|
+
import { decodeBase64Url } from '../deps/jsr.io/@std/encoding/1.0.7/base64url.js';
|
|
6
|
+
export const SeelenWegWidgetId = '@seelen/weg';
|
|
7
|
+
export const SeelenToolbarWidgetId = '@seelen/fancy-toolbar';
|
|
8
|
+
export const SeelenWindowManagerWidgetId = '@seelen/window-manager';
|
|
9
|
+
export const SeelenLauncherWidgetId = '@seelen/launcher';
|
|
10
|
+
export const SeelenWallWidgetId = '@seelen/wallpaper-manager';
|
|
11
|
+
export class WidgetList extends List {
|
|
12
|
+
static getAsync = createInstanceInvoker(this, SeelenCommand.StateGetWidgets);
|
|
13
|
+
static onChange = createInstanceOnEvent(this, SeelenEvent.StateWidgetsChanged);
|
|
14
|
+
}
|
|
15
|
+
const CURRENT_WIDGET_INFORMATION = {
|
|
16
|
+
ref: null,
|
|
17
|
+
};
|
|
18
|
+
function _getCurrentWidget() {
|
|
19
|
+
const encodedLabel = getCurrentWebviewWindow().label;
|
|
20
|
+
const decodedLabel = new TextDecoder().decode(decodeBase64Url(encodedLabel));
|
|
21
|
+
const [id, query] = decodedLabel.split('?');
|
|
22
|
+
const params = new URLSearchParams(query);
|
|
23
|
+
return Object.freeze({
|
|
24
|
+
id: id,
|
|
25
|
+
label: decodedLabel,
|
|
26
|
+
rawLabel: encodedLabel,
|
|
27
|
+
params: Object.freeze(Object.fromEntries(params)),
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
/** If called on backend context, will return an empty structure */
|
|
31
|
+
export function getCurrentWidget() {
|
|
32
|
+
if (!globalThis.window) {
|
|
33
|
+
return {
|
|
34
|
+
id: '',
|
|
35
|
+
label: '',
|
|
36
|
+
rawLabel: '',
|
|
37
|
+
params: {},
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
if (!CURRENT_WIDGET_INFORMATION.ref) {
|
|
41
|
+
CURRENT_WIDGET_INFORMATION.ref = _getCurrentWidget();
|
|
42
|
+
}
|
|
43
|
+
return CURRENT_WIDGET_INFORMATION.ref;
|
|
44
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { NodeSubtype, NoFallbackBehavior } from '../types/mod.js';
|
|
2
|
+
declare const NodeType: {
|
|
3
|
+
Vertical: "Vertical";
|
|
4
|
+
Horizontal: "Horizontal";
|
|
5
|
+
Leaf: "Leaf";
|
|
6
|
+
Stack: "Stack";
|
|
7
|
+
Fallback: "Fallback";
|
|
8
|
+
};
|
|
9
|
+
declare const NodeSubtype: {
|
|
10
|
+
Temporal: "Temporal";
|
|
11
|
+
Permanent: "Permanent";
|
|
12
|
+
};
|
|
13
|
+
declare const NoFallbackBehavior: {
|
|
14
|
+
Float: "Float";
|
|
15
|
+
Unmanaged: "Unmanaged";
|
|
16
|
+
};
|
|
17
|
+
export { NodeSubtype, NodeType, NoFallbackBehavior };
|
|
18
|
+
//# sourceMappingURL=wm_layout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wm_layout.d.ts","sourceRoot":"","sources":["../../src/state/wm_layout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAU,MAAM,iBAAiB,CAAC;AAO/E,QAAA,MAAM,QAAQ;;;;;;CAMZ,CAAC;AAEH,QAAA,MAAM,WAAW;;;CAGf,CAAC;AAEH,QAAA,MAAM,kBAAkB;;;CAGtB,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,kBAAkB,EAAE,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SeelenCommand, SeelenEvent } from '../lib.js';
|
|
2
|
+
import { List } from '../utils/List.js';
|
|
3
|
+
import type { EventCallback } from '@tauri-apps/api/event';
|
|
4
|
+
import type { ApplicationHistoryEntry, FocusedApp } from '../types/mod.js';
|
|
5
|
+
declare global {
|
|
6
|
+
interface ArgsByCommand {
|
|
7
|
+
[SeelenCommand.GetApplicationHistory]: null;
|
|
8
|
+
[SeelenCommand.GetApplicationHistoryOnMonitor]: null;
|
|
9
|
+
[SeelenCommand.SetApplicationHistoryLimit]: {
|
|
10
|
+
capacity: number;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
interface ReturnByCommand {
|
|
14
|
+
[SeelenCommand.GetApplicationHistory]: ApplicationHistoryEntry[];
|
|
15
|
+
[SeelenCommand.GetApplicationHistoryOnMonitor]: ApplicationHistoryEntry[];
|
|
16
|
+
[SeelenCommand.SetApplicationHistoryLimit]: null;
|
|
17
|
+
}
|
|
18
|
+
interface PayloadByEvent {
|
|
19
|
+
[SeelenEvent.GlobalFocusChanged]: FocusedApp;
|
|
20
|
+
[SeelenEvent.GlobalHistoryChanged]: ApplicationHistoryEntry[];
|
|
21
|
+
[SeelenEvent.HistoryChangedOnMonitor]: ApplicationHistoryEntry[];
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export declare class ApplicationHistory extends List<ApplicationHistoryEntry> {
|
|
25
|
+
static readonly getAsync: () => Promise<InstanceType<typeof ApplicationHistory>>;
|
|
26
|
+
static readonly onChange: (cb: (instance: ApplicationHistory) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
27
|
+
static readonly onFocusChanged: (subscribtion: EventCallback<FocusedApp>) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
28
|
+
static readonly getCurrentMonitorHistoryAsync: () => Promise<InstanceType<typeof ApplicationHistory>>;
|
|
29
|
+
static readonly onCurrentMonitorHistoryChanged: (cb: (instance: ApplicationHistory) => void) => Promise<import("@tauri-apps/api/event").UnlistenFn>;
|
|
30
|
+
static readonly setLimitAsync: (capacity: number) => Promise<void>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=application_history.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application_history.d.ts","sourceRoot":"","sources":["../../src/system_state/application_history.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,aAAa,EAAE,WAAW,EAAa,MAAM,WAAW,CAAC;AAE5F,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,KAAK,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE3E,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,aAAa;QACrB,CAAC,aAAa,CAAC,qBAAqB,CAAC,EAAE,IAAI,CAAC;QAC5C,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,IAAI,CAAC;QACrD,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE;YAAE,QAAQ,EAAE,MAAM,CAAA;SAAE,CAAC;KAClE;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,qBAAqB,CAAC,EAAE,uBAAuB,EAAE,CAAC;QACjE,CAAC,aAAa,CAAC,8BAA8B,CAAC,EAAE,uBAAuB,EAAE,CAAC;QAC1E,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE,IAAI,CAAC;KAClD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,kBAAkB,CAAC,EAAE,UAAU,CAAC;QAC7C,CAAC,WAAW,CAAC,oBAAoB,CAAC,EAAE,uBAAuB,EAAE,CAAC;QAC9D,CAAC,WAAW,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,EAAE,CAAC;KAClE;CACF;AAED,qBAAa,kBAAmB,SAAQ,IAAI,CAAC,uBAAuB,CAAC;IACnE,MAAM,CAAC,QAAQ,CAAC,QAAQ,yDAAoE;IAC5F,MAAM,CAAC,QAAQ,CAAC,QAAQ,sGAAiE;IACzF,MAAM,CAAC,QAAQ,CAAC,cAAc,iBAAkB,aAAa,CAAC,UAAU,CAAC,yDACf;IAE1D,MAAM,CAAC,QAAQ,CAAC,6BAA6B,yDAG3C;IACF,MAAM,CAAC,QAAQ,CAAC,8BAA8B,sGAE3C;IAEH,MAAM,CAAC,QAAQ,CAAC,aAAa,aAA0C,MAAM,KAAG,OAAO,CAAC,IAAI,CAAC,CAE3F;CACH"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../src/system_state/language.ts"],"names":[],"mappings":"AAAA,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,kBAAkB,CAAC,EAAE,IAAI,CAAC;KAC1C;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,cAAc,EAAE,CAAC;KACtD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,sBAAsB,CAAC,EAAE,cAAc,EAAE,CAAC;KACxD;CACF;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,cAAc,EAAE,CAAC;CAChC;AAED,qBAAa,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC;IACpD,MAAM,CAAC,QAAQ,CAAC,QAAQ,mDAAiE;IACzF,MAAM,CAAC,QAAQ,CAAC,QAAQ,gGAAmE;CAC5F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/system_state/mod.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../src/system_state/monitors.ts"],"names":[],"mappings":"AAAA,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,iBAAiB,CAAC,EAAE,IAAI,CAAC;KACzC;IACD,UAAU,eAAe;QACvB,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,gBAAgB,EAAE,CAAC;KACvD;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,qBAAqB,CAAC,EAAE,gBAAgB,EAAE,CAAC;KACzD;CACF;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;CACb;AAED,qBAAa,oBAAqB,SAAQ,IAAI,CAAC,gBAAgB,CAAC;IAC9D,MAAM,CAAC,QAAQ,CAAC,QAAQ,2DAAgE;IACxF,MAAM,CAAC,QAAQ,CAAC,QAAQ,wGAAkE;CAC3F"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui_colors.d.ts","sourceRoot":"","sources":["../../src/system_state/ui_colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAGhE,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,SAAS,CAAC;KAC5C;IACD,UAAU,cAAc;QACtB,CAAC,WAAW,CAAC,aAAa,CAAC,EAAE,SAAS,CAAC;KACxC;CACF;AAED,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,qBAAa,QAAQ;IACA,KAAK,EAAE,SAAS;gBAAhB,KAAK,EAAE,SAAS;IAEnC,MAAM,CAAC,QAAQ,CAAC,QAAQ,+CAA8D;IACtF,MAAM,CAAC,QAAQ,CAAC,QAAQ,4FAA0D;IAElF,MAAM,CAAC,OAAO,IAAI,QAAQ;IAe1B,kBAAkB,IAAI,IAAI;CAgB3B"}
|