@seelen-ui/lib 0.1.2 → 0.1.3-next.20241218174913
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/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts +17 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/_base32_common.js +183 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts +2 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.js +26 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts +59 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/ascii85.js +152 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base32.js +69 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base58.js +131 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base64.js +163 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts +38 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/base64url.js +81 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts +37 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/hex.js +109 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts +22 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/mod.js +22 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts +118 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.6/varint.js +207 -0
- package/esm/gen/types/AhkVar.d.ts +6 -0
- package/esm/gen/types/AhkVar.d.ts.map +1 -0
- package/esm/gen/types/AhkVar.js +2 -0
- package/esm/gen/types/AhkVarList.d.ts +54 -0
- package/esm/gen/types/AhkVarList.d.ts.map +1 -0
- package/esm/gen/types/AppConfig.d.ts +33 -0
- package/esm/gen/types/AppConfig.d.ts.map +1 -0
- package/esm/gen/types/AppConfig.js +1 -0
- package/esm/gen/types/AppExtraFlag.d.ts +2 -0
- package/esm/gen/types/AppExtraFlag.d.ts.map +1 -0
- package/esm/gen/types/AppExtraFlag.js +2 -0
- package/esm/gen/types/AppIdentifier.d.ts +11 -0
- package/esm/gen/types/AppIdentifier.d.ts.map +1 -0
- package/esm/gen/types/AppIdentifier.js +1 -0
- package/esm/gen/types/AppIdentifierType.d.ts +2 -0
- package/esm/gen/types/AppIdentifierType.d.ts.map +1 -0
- package/esm/gen/types/AppIdentifierType.js +2 -0
- package/esm/gen/types/Border.d.ts +6 -0
- package/esm/gen/types/Border.d.ts.map +1 -0
- package/esm/gen/types/Border.js +2 -0
- package/esm/gen/types/DateToolbarItem.d.ts +71 -0
- package/esm/gen/types/DateToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/DateToolbarItem.js +1 -0
- package/esm/gen/types/DateUpdateInterval.d.ts +2 -0
- package/esm/gen/types/DateUpdateInterval.d.ts.map +1 -0
- package/esm/gen/types/DateUpdateInterval.js +2 -0
- package/esm/gen/types/DeviceToolbarItem.d.ts +54 -0
- package/esm/gen/types/DeviceToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/DeviceToolbarItem.js +1 -0
- package/esm/gen/types/FancyToolbarSettings.d.ts +32 -0
- package/esm/gen/types/FancyToolbarSettings.d.ts.map +1 -0
- package/esm/gen/types/FancyToolbarSettings.js +1 -0
- package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts +4 -0
- package/esm/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
- package/esm/gen/types/FancyToolbarSettingsByMonitor.js +2 -0
- package/esm/gen/types/FloatingWindowSettings.d.ts +5 -0
- package/esm/gen/types/FloatingWindowSettings.d.ts.map +1 -0
- package/esm/gen/types/FloatingWindowSettings.js +2 -0
- package/esm/gen/types/GenericToolbarItem.d.ts +82 -0
- package/esm/gen/types/GenericToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/GenericToolbarItem.js +1 -0
- package/esm/gen/types/HideMode.d.ts +2 -0
- package/esm/gen/types/HideMode.d.ts.map +1 -0
- package/esm/gen/types/HideMode.js +2 -0
- package/esm/gen/types/IconPack.d.ts +13 -0
- package/esm/gen/types/IconPack.d.ts.map +1 -0
- package/esm/gen/types/IconPack.js +1 -0
- package/esm/gen/types/MatchingStrategy.d.ts +2 -0
- package/esm/gen/types/MatchingStrategy.d.ts.map +1 -0
- package/esm/gen/types/MatchingStrategy.js +2 -0
- package/esm/gen/types/MediaToolbarItem.d.ts +138 -0
- package/esm/gen/types/MediaToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/MediaToolbarItem.js +1 -0
- package/esm/gen/types/MonitorConfiguration.d.ts +16 -0
- package/esm/gen/types/MonitorConfiguration.d.ts.map +1 -0
- package/esm/gen/types/MonitorConfiguration.js +1 -0
- package/esm/gen/types/NetworkToolbarItem.d.ts +118 -0
- package/esm/gen/types/NetworkToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/NetworkToolbarItem.js +1 -0
- package/esm/gen/types/NoFallbackBehavior.d.ts +2 -0
- package/esm/gen/types/NoFallbackBehavior.d.ts.map +1 -0
- package/esm/gen/types/NoFallbackBehavior.js +2 -0
- package/esm/gen/types/NodeSubtype.d.ts +2 -0
- package/esm/gen/types/NodeSubtype.d.ts.map +1 -0
- package/esm/gen/types/NodeSubtype.js +2 -0
- package/esm/gen/types/NotificationsToolbarItem.d.ts +62 -0
- package/esm/gen/types/NotificationsToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/NotificationsToolbarItem.js +1 -0
- package/esm/gen/types/PinnedWegItemData.d.ts +29 -0
- package/esm/gen/types/PinnedWegItemData.d.ts.map +1 -0
- package/esm/gen/types/PinnedWegItemData.js +2 -0
- package/esm/gen/types/Placeholder.d.ts +21 -0
- package/esm/gen/types/Placeholder.d.ts.map +1 -0
- package/esm/gen/types/Placeholder.js +1 -0
- package/esm/gen/types/PlaceholderInfo.d.ts +19 -0
- package/esm/gen/types/PlaceholderInfo.d.ts.map +1 -0
- package/esm/gen/types/PlaceholderInfo.js +2 -0
- package/esm/gen/types/Plugin.d.ts +11 -0
- package/esm/gen/types/Plugin.d.ts.map +1 -0
- package/esm/gen/types/Plugin.js +1 -0
- package/esm/gen/types/PluginId.d.ts +3 -0
- package/esm/gen/types/PluginId.d.ts.map +1 -0
- package/esm/gen/types/PluginId.js +1 -0
- package/esm/gen/types/PowerToolbarItem.d.ts +214 -0
- package/esm/gen/types/PowerToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/PowerToolbarItem.js +1 -0
- package/esm/gen/types/Profile.d.ts +8 -0
- package/esm/gen/types/Profile.d.ts.map +1 -0
- package/esm/gen/types/Profile.js +1 -0
- package/esm/gen/types/ProfileSettings.d.ts +4 -0
- package/esm/gen/types/ProfileSettings.d.ts.map +1 -0
- package/esm/gen/types/ProfileSettings.js +2 -0
- package/esm/gen/types/Rect.d.ts +7 -0
- package/esm/gen/types/Rect.d.ts.map +1 -0
- package/esm/gen/types/Rect.js +2 -0
- package/esm/gen/types/ResourceId.d.ts +2 -0
- package/esm/gen/types/ResourceId.d.ts.map +1 -0
- package/esm/gen/types/ResourceId.js +2 -0
- package/esm/gen/types/ResourceMetadata.d.ts +8 -0
- package/esm/gen/types/ResourceMetadata.d.ts.map +1 -0
- package/esm/gen/types/ResourceMetadata.js +2 -0
- package/esm/gen/types/SeelenLauncherMonitor.d.ts +2 -0
- package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +1 -0
- package/esm/gen/types/SeelenLauncherMonitor.js +2 -0
- package/esm/gen/types/SeelenLauncherRunner.d.ts +7 -0
- package/esm/gen/types/SeelenLauncherRunner.d.ts.map +1 -0
- package/esm/gen/types/SeelenLauncherRunner.js +2 -0
- package/esm/gen/types/SeelenLauncherSettings.d.ts +8 -0
- package/esm/gen/types/SeelenLauncherSettings.d.ts.map +1 -0
- package/esm/gen/types/SeelenLauncherSettings.js +1 -0
- package/esm/gen/types/SeelenWallSettings.d.ts +11 -0
- package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -0
- package/esm/gen/types/SeelenWallSettings.js +1 -0
- package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts +6 -0
- package/esm/gen/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
- package/esm/gen/types/SeelenWallSettingsByMonitor.js +1 -0
- package/esm/gen/types/SeelenWallWallpaper.d.ts +5 -0
- package/esm/gen/types/SeelenWallWallpaper.d.ts.map +1 -0
- package/esm/gen/types/SeelenWallWallpaper.js +2 -0
- package/esm/gen/types/SeelenWegMode.d.ts +2 -0
- package/esm/gen/types/SeelenWegMode.d.ts.map +1 -0
- package/esm/gen/types/SeelenWegMode.js +2 -0
- package/esm/gen/types/SeelenWegSettings.d.ts +58 -0
- package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -0
- package/esm/gen/types/SeelenWegSettings.js +1 -0
- package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts +4 -0
- package/esm/gen/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
- package/esm/gen/types/SeelenWegSettingsByMonitor.js +2 -0
- package/esm/gen/types/SeelenWegSide.d.ts +2 -0
- package/esm/gen/types/SeelenWegSide.d.ts.map +1 -0
- package/esm/gen/types/SeelenWegSide.js +2 -0
- package/esm/gen/types/Settings.d.ts +84 -0
- package/esm/gen/types/Settings.d.ts.map +1 -0
- package/esm/gen/types/Settings.js +1 -0
- package/esm/gen/types/SettingsToolbarItem.d.ts +54 -0
- package/esm/gen/types/SettingsToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/SettingsToolbarItem.js +1 -0
- package/esm/gen/types/StyleValue.d.ts +2 -0
- package/esm/gen/types/StyleValue.d.ts.map +1 -0
- package/esm/gen/types/StyleValue.js +2 -0
- package/esm/gen/types/TextToolbarItem.d.ts +114 -0
- package/esm/gen/types/TextToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/TextToolbarItem.js +1 -0
- package/esm/gen/types/Theme.d.ts +15 -0
- package/esm/gen/types/Theme.d.ts.map +1 -0
- package/esm/gen/types/Theme.js +1 -0
- package/esm/gen/types/ThemeInfo.d.ts +23 -0
- package/esm/gen/types/ThemeInfo.d.ts.map +1 -0
- package/esm/gen/types/ThemeInfo.js +2 -0
- package/esm/gen/types/ToolbarItem.d.ts +35 -0
- package/esm/gen/types/ToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/ToolbarItem.js +1 -0
- package/esm/gen/types/ToolbarItem2.d.ts +3 -0
- package/esm/gen/types/ToolbarItem2.d.ts.map +1 -0
- package/esm/gen/types/ToolbarItem2.js +1 -0
- package/esm/gen/types/TrayToolbarItem.d.ts +54 -0
- package/esm/gen/types/TrayToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/TrayToolbarItem.js +1 -0
- package/esm/gen/types/UpdateChannel.d.ts +2 -0
- package/esm/gen/types/UpdateChannel.d.ts.map +1 -0
- package/esm/gen/types/UpdateChannel.js +2 -0
- package/esm/gen/types/UpdaterSettings.d.ts +5 -0
- package/esm/gen/types/UpdaterSettings.d.ts.map +1 -0
- package/esm/gen/types/UpdaterSettings.js +1 -0
- package/esm/gen/types/VirtualDesktopStrategy.d.ts +2 -0
- package/esm/gen/types/VirtualDesktopStrategy.d.ts.map +1 -0
- package/esm/gen/types/VirtualDesktopStrategy.js +2 -0
- package/esm/gen/types/WManagerLayoutInfo.d.ts +19 -0
- package/esm/gen/types/WManagerLayoutInfo.d.ts.map +1 -0
- package/esm/gen/types/WManagerLayoutInfo.js +2 -0
- package/esm/gen/types/WegItem.d.ts +14 -0
- package/esm/gen/types/WegItem.d.ts.map +1 -0
- package/esm/gen/types/WegItem.js +1 -0
- package/esm/gen/types/WegItems.d.ts +7 -0
- package/esm/gen/types/WegItems.d.ts.map +1 -0
- package/esm/gen/types/WegItems.js +1 -0
- package/esm/gen/types/Widget.d.ts +8 -0
- package/esm/gen/types/Widget.d.ts.map +1 -0
- package/esm/gen/types/Widget.js +1 -0
- package/esm/gen/types/WidgetId.d.ts +3 -0
- package/esm/gen/types/WidgetId.d.ts.map +1 -0
- package/esm/gen/types/WidgetId.js +1 -0
- package/esm/gen/types/WindowManagerLayout.d.ts +9 -0
- package/esm/gen/types/WindowManagerLayout.d.ts.map +1 -0
- package/esm/gen/types/WindowManagerLayout.js +1 -0
- package/esm/gen/types/WindowManagerSettings.d.ts +42 -0
- package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -0
- package/esm/gen/types/WindowManagerSettings.js +1 -0
- package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts +9 -0
- package/esm/gen/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
- package/esm/gen/types/WindowManagerSettingsByMonitor.js +1 -0
- package/esm/gen/types/WmFallbackNode.d.ts +25 -0
- package/esm/gen/types/WmFallbackNode.d.ts.map +1 -0
- package/esm/gen/types/WmFallbackNode.js +1 -0
- package/esm/gen/types/WmHorizontalNode.d.ts +19 -0
- package/esm/gen/types/WmHorizontalNode.d.ts.map +1 -0
- package/esm/gen/types/WmHorizontalNode.js +1 -0
- package/esm/gen/types/WmLeafNode.d.ts +21 -0
- package/esm/gen/types/WmLeafNode.d.ts.map +1 -0
- package/esm/gen/types/WmLeafNode.js +1 -0
- package/esm/gen/types/WmNode.d.ts +17 -0
- package/esm/gen/types/WmNode.d.ts.map +1 -0
- package/esm/gen/types/WmNode.js +1 -0
- package/esm/gen/types/WmStackNode.d.ts +25 -0
- package/esm/gen/types/WmStackNode.d.ts.map +1 -0
- package/esm/gen/types/WmStackNode.js +1 -0
- package/esm/gen/types/WmVerticalNode.d.ts +19 -0
- package/esm/gen/types/WmVerticalNode.d.ts.map +1 -0
- package/esm/gen/types/WmVerticalNode.js +1 -0
- package/esm/gen/types/WorkspaceConfiguration.d.ts +8 -0
- package/esm/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceConfiguration.js +1 -0
- package/esm/gen/types/WorkspaceIdentifier.d.ts +6 -0
- package/esm/gen/types/WorkspaceIdentifier.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceIdentifier.js +1 -0
- package/esm/gen/types/WorkspaceIdentifierType.d.ts +2 -0
- package/esm/gen/types/WorkspaceIdentifierType.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceIdentifierType.js +2 -0
- package/esm/gen/types/WorkspaceToolbarItem.d.ts +56 -0
- package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceToolbarItem.js +1 -0
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +2 -0
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
- package/esm/gen/types/WorkspaceToolbarItemMode.js +2 -0
- package/esm/gen/types/mod.d.ts +76 -0
- package/esm/gen/types/mod.d.ts.map +1 -0
- package/esm/gen/types/mod.js +75 -0
- package/esm/gen/types/serde_json/JsonValue.d.ts +4 -0
- package/esm/gen/types/serde_json/JsonValue.d.ts.map +1 -0
- package/esm/gen/types/serde_json/JsonValue.js +2 -0
- package/esm/{handlers/invokers.d.ts → src/handlers/commands.d.ts} +7 -16
- package/esm/src/handlers/commands.d.ts.map +1 -0
- package/esm/{handlers/invokers.js → src/handlers/commands.js} +6 -6
- package/{script → esm/src}/handlers/events.d.ts +2 -1
- package/esm/src/handlers/events.d.ts.map +1 -0
- package/esm/{handlers → src/handlers}/events.js +2 -1
- package/esm/src/handlers/invokers.d.ts +26 -0
- package/esm/src/handlers/invokers.d.ts.map +1 -0
- package/esm/src/handlers/invokers.js +13 -0
- package/esm/src/handlers/mod.d.ts +4 -0
- package/esm/src/handlers/mod.d.ts.map +1 -0
- package/esm/src/handlers/mod.js +3 -0
- package/esm/src/lib.d.ts +5 -0
- package/esm/src/lib.d.ts.map +1 -0
- package/esm/src/lib.js +4 -0
- package/esm/{state → src/state}/icon_pack.d.ts +1 -1
- package/esm/src/state/icon_pack.d.ts.map +1 -0
- package/esm/{state → src/state}/icon_pack.js +1 -1
- package/esm/src/state/mod.d.ts +40 -0
- package/esm/src/state/mod.d.ts.map +1 -0
- package/esm/{state/index.js → src/state/mod.js} +7 -7
- package/esm/src/state/placeholder.d.ts.map +1 -0
- package/esm/src/state/plugin.d.ts +26 -0
- package/esm/src/state/plugin.d.ts.map +1 -0
- package/esm/src/state/plugin.js +12 -0
- package/esm/src/state/profile.d.ts +23 -0
- package/esm/src/state/profile.d.ts.map +1 -0
- package/esm/src/state/profile.js +6 -0
- package/esm/src/state/settings.d.ts +51 -0
- package/esm/src/state/settings.d.ts.map +1 -0
- package/esm/src/state/settings.js +42 -0
- package/esm/src/state/settings_by_app.d.ts.map +1 -0
- package/esm/src/state/settings_by_monitor.d.ts +20 -0
- package/esm/src/state/settings_by_monitor.d.ts.map +1 -0
- package/esm/src/state/settings_by_monitor.js +16 -0
- package/esm/src/state/theme.d.ts +37 -0
- package/esm/src/state/theme.d.ts.map +1 -0
- package/esm/src/state/theme.js +7 -0
- package/esm/src/state/weg_items.d.ts +27 -0
- package/esm/src/state/weg_items.d.ts.map +1 -0
- package/esm/src/state/weg_items.js +17 -0
- package/esm/src/state/widget.d.ts +27 -0
- package/esm/src/state/widget.d.ts.map +1 -0
- package/esm/src/state/widget.js +7 -0
- package/esm/src/state/wm_layout.d.ts.map +1 -0
- package/esm/src/system_state/mod.d.ts +3 -0
- package/esm/src/system_state/mod.d.ts.map +1 -0
- package/esm/src/system_state/mod.js +2 -0
- package/esm/src/system_state/monitors.d.ts +25 -0
- package/esm/src/system_state/monitors.d.ts.map +1 -0
- package/esm/src/system_state/monitors.js +7 -0
- package/esm/src/system_state/uiColors.d.ts +33 -0
- package/esm/src/system_state/uiColors.d.ts.map +1 -0
- package/esm/{system_state/index.js → src/system_state/uiColors.js} +12 -12
- package/esm/src/utils/List.d.ts +25 -0
- package/esm/src/utils/List.d.ts.map +1 -0
- package/esm/src/utils/List.js +36 -0
- package/esm/src/utils/State.d.ts +11 -0
- package/esm/src/utils/State.d.ts.map +1 -0
- package/esm/src/utils/State.js +13 -0
- package/esm/src/utils/layered_hitbox.d.ts.map +1 -0
- package/esm/{utils → src/utils}/layered_hitbox.js +1 -1
- package/{script/utils/index.d.ts → esm/src/utils/mod.d.ts} +8 -5
- package/esm/src/utils/mod.d.ts.map +1 -0
- package/esm/{utils/index.js → src/utils/mod.js} +8 -7
- package/package.json +9 -7
- package/readme.md +1 -1
- package/script/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts +17 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/_base32_common.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/_base32_common.js +187 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts +2 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/_validate_binary_like.js +29 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts +59 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/ascii85.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/ascii85.js +156 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base32.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base32.js +73 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base58.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base58.js +135 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base64.js +167 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/base64url.js +108 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts +37 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/hex.js +113 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts +22 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/mod.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/mod.js +38 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts +118 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/varint.d.ts.map +1 -0
- package/script/deps/jsr.io/@std/encoding/1.0.6/varint.js +213 -0
- package/script/gen/types/AhkVar.d.ts +6 -0
- package/script/gen/types/AhkVar.d.ts.map +1 -0
- package/script/gen/types/AhkVar.js +3 -0
- package/script/gen/types/AhkVarList.d.ts +54 -0
- package/script/gen/types/AhkVarList.d.ts.map +1 -0
- package/script/gen/types/AppConfig.d.ts +33 -0
- package/script/gen/types/AppConfig.d.ts.map +1 -0
- package/script/gen/types/AppConfig.js +2 -0
- package/script/gen/types/AppExtraFlag.d.ts +2 -0
- package/script/gen/types/AppExtraFlag.d.ts.map +1 -0
- package/script/gen/types/AppExtraFlag.js +3 -0
- package/script/gen/types/AppIdentifier.d.ts +11 -0
- package/script/gen/types/AppIdentifier.d.ts.map +1 -0
- package/script/gen/types/AppIdentifier.js +2 -0
- package/script/gen/types/AppIdentifierType.d.ts +2 -0
- package/script/gen/types/AppIdentifierType.d.ts.map +1 -0
- package/script/gen/types/AppIdentifierType.js +3 -0
- package/script/gen/types/Border.d.ts +6 -0
- package/script/gen/types/Border.d.ts.map +1 -0
- package/script/gen/types/Border.js +3 -0
- package/script/gen/types/DateToolbarItem.d.ts +71 -0
- package/script/gen/types/DateToolbarItem.d.ts.map +1 -0
- package/script/gen/types/DateToolbarItem.js +2 -0
- package/script/gen/types/DateUpdateInterval.d.ts +2 -0
- package/script/gen/types/DateUpdateInterval.d.ts.map +1 -0
- package/script/gen/types/DateUpdateInterval.js +3 -0
- package/script/gen/types/DeviceToolbarItem.d.ts +54 -0
- package/script/gen/types/DeviceToolbarItem.d.ts.map +1 -0
- package/script/gen/types/DeviceToolbarItem.js +2 -0
- package/script/gen/types/FancyToolbarSettings.d.ts +32 -0
- package/script/gen/types/FancyToolbarSettings.d.ts.map +1 -0
- package/script/gen/types/FancyToolbarSettings.js +2 -0
- package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts +4 -0
- package/script/gen/types/FancyToolbarSettingsByMonitor.d.ts.map +1 -0
- package/script/gen/types/FancyToolbarSettingsByMonitor.js +3 -0
- package/script/gen/types/FloatingWindowSettings.d.ts +5 -0
- package/script/gen/types/FloatingWindowSettings.d.ts.map +1 -0
- package/script/gen/types/FloatingWindowSettings.js +3 -0
- package/script/gen/types/GenericToolbarItem.d.ts +82 -0
- package/script/gen/types/GenericToolbarItem.d.ts.map +1 -0
- package/script/gen/types/GenericToolbarItem.js +2 -0
- package/script/gen/types/HideMode.d.ts +2 -0
- package/script/gen/types/HideMode.d.ts.map +1 -0
- package/script/gen/types/HideMode.js +3 -0
- package/script/gen/types/IconPack.d.ts +13 -0
- package/script/gen/types/IconPack.d.ts.map +1 -0
- package/script/gen/types/IconPack.js +2 -0
- package/script/gen/types/MatchingStrategy.d.ts +2 -0
- package/script/gen/types/MatchingStrategy.d.ts.map +1 -0
- package/script/gen/types/MatchingStrategy.js +3 -0
- package/script/gen/types/MediaToolbarItem.d.ts +138 -0
- package/script/gen/types/MediaToolbarItem.d.ts.map +1 -0
- package/script/gen/types/MediaToolbarItem.js +2 -0
- package/script/gen/types/MonitorConfiguration.d.ts +16 -0
- package/script/gen/types/MonitorConfiguration.d.ts.map +1 -0
- package/script/gen/types/MonitorConfiguration.js +2 -0
- package/script/gen/types/NetworkToolbarItem.d.ts +118 -0
- package/script/gen/types/NetworkToolbarItem.d.ts.map +1 -0
- package/script/gen/types/NetworkToolbarItem.js +2 -0
- package/script/gen/types/NoFallbackBehavior.d.ts +2 -0
- package/script/gen/types/NoFallbackBehavior.d.ts.map +1 -0
- package/script/gen/types/NoFallbackBehavior.js +3 -0
- package/script/gen/types/NodeSubtype.d.ts +2 -0
- package/script/gen/types/NodeSubtype.d.ts.map +1 -0
- package/script/gen/types/NodeSubtype.js +3 -0
- package/script/gen/types/NotificationsToolbarItem.d.ts +62 -0
- package/script/gen/types/NotificationsToolbarItem.d.ts.map +1 -0
- package/script/gen/types/NotificationsToolbarItem.js +2 -0
- package/script/gen/types/PinnedWegItemData.d.ts +29 -0
- package/script/gen/types/PinnedWegItemData.d.ts.map +1 -0
- package/script/gen/types/PinnedWegItemData.js +3 -0
- package/script/gen/types/Placeholder.d.ts +21 -0
- package/script/gen/types/Placeholder.d.ts.map +1 -0
- package/script/gen/types/Placeholder.js +2 -0
- package/script/gen/types/PlaceholderInfo.d.ts +19 -0
- package/script/gen/types/PlaceholderInfo.d.ts.map +1 -0
- package/script/gen/types/PlaceholderInfo.js +3 -0
- package/script/gen/types/Plugin.d.ts +11 -0
- package/script/gen/types/Plugin.d.ts.map +1 -0
- package/script/gen/types/Plugin.js +2 -0
- package/script/gen/types/PluginId.d.ts +3 -0
- package/script/gen/types/PluginId.d.ts.map +1 -0
- package/script/gen/types/PluginId.js +2 -0
- package/script/gen/types/PowerToolbarItem.d.ts +214 -0
- package/script/gen/types/PowerToolbarItem.d.ts.map +1 -0
- package/script/gen/types/PowerToolbarItem.js +2 -0
- package/script/gen/types/Profile.d.ts +8 -0
- package/script/gen/types/Profile.d.ts.map +1 -0
- package/script/gen/types/Profile.js +2 -0
- package/script/gen/types/ProfileSettings.d.ts +4 -0
- package/script/gen/types/ProfileSettings.d.ts.map +1 -0
- package/script/gen/types/ProfileSettings.js +3 -0
- package/script/gen/types/Rect.d.ts +7 -0
- package/script/gen/types/Rect.d.ts.map +1 -0
- package/script/gen/types/Rect.js +3 -0
- package/script/gen/types/ResourceId.d.ts +2 -0
- package/script/gen/types/ResourceId.d.ts.map +1 -0
- package/script/gen/types/ResourceId.js +3 -0
- package/script/gen/types/ResourceMetadata.d.ts +8 -0
- package/script/gen/types/ResourceMetadata.d.ts.map +1 -0
- package/script/gen/types/ResourceMetadata.js +3 -0
- package/script/gen/types/SeelenLauncherMonitor.d.ts +2 -0
- package/script/gen/types/SeelenLauncherMonitor.d.ts.map +1 -0
- package/script/gen/types/SeelenLauncherMonitor.js +3 -0
- package/script/gen/types/SeelenLauncherRunner.d.ts +7 -0
- package/script/gen/types/SeelenLauncherRunner.d.ts.map +1 -0
- package/script/gen/types/SeelenLauncherRunner.js +3 -0
- package/script/gen/types/SeelenLauncherSettings.d.ts +8 -0
- package/script/gen/types/SeelenLauncherSettings.d.ts.map +1 -0
- package/script/gen/types/SeelenLauncherSettings.js +2 -0
- package/script/gen/types/SeelenWallSettings.d.ts +11 -0
- package/script/gen/types/SeelenWallSettings.d.ts.map +1 -0
- package/script/gen/types/SeelenWallSettings.js +2 -0
- package/script/gen/types/SeelenWallSettingsByMonitor.d.ts +6 -0
- package/script/gen/types/SeelenWallSettingsByMonitor.d.ts.map +1 -0
- package/script/gen/types/SeelenWallSettingsByMonitor.js +2 -0
- package/script/gen/types/SeelenWallWallpaper.d.ts +5 -0
- package/script/gen/types/SeelenWallWallpaper.d.ts.map +1 -0
- package/script/gen/types/SeelenWallWallpaper.js +3 -0
- package/script/gen/types/SeelenWegMode.d.ts +2 -0
- package/script/gen/types/SeelenWegMode.d.ts.map +1 -0
- package/script/gen/types/SeelenWegMode.js +3 -0
- package/script/gen/types/SeelenWegSettings.d.ts +58 -0
- package/script/gen/types/SeelenWegSettings.d.ts.map +1 -0
- package/script/gen/types/SeelenWegSettings.js +2 -0
- package/script/gen/types/SeelenWegSettingsByMonitor.d.ts +4 -0
- package/script/gen/types/SeelenWegSettingsByMonitor.d.ts.map +1 -0
- package/script/gen/types/SeelenWegSettingsByMonitor.js +3 -0
- package/script/gen/types/SeelenWegSide.d.ts +2 -0
- package/script/gen/types/SeelenWegSide.d.ts.map +1 -0
- package/script/gen/types/SeelenWegSide.js +3 -0
- package/script/gen/types/Settings.d.ts +84 -0
- package/script/gen/types/Settings.d.ts.map +1 -0
- package/script/gen/types/Settings.js +2 -0
- package/script/gen/types/SettingsToolbarItem.d.ts +54 -0
- package/script/gen/types/SettingsToolbarItem.d.ts.map +1 -0
- package/script/gen/types/SettingsToolbarItem.js +2 -0
- package/script/gen/types/StyleValue.d.ts +2 -0
- package/script/gen/types/StyleValue.d.ts.map +1 -0
- package/script/gen/types/StyleValue.js +3 -0
- package/script/gen/types/TextToolbarItem.d.ts +114 -0
- package/script/gen/types/TextToolbarItem.d.ts.map +1 -0
- package/script/gen/types/TextToolbarItem.js +2 -0
- package/script/gen/types/Theme.d.ts +15 -0
- package/script/gen/types/Theme.d.ts.map +1 -0
- package/script/gen/types/Theme.js +2 -0
- package/script/gen/types/ThemeInfo.d.ts +23 -0
- package/script/gen/types/ThemeInfo.d.ts.map +1 -0
- package/script/gen/types/ThemeInfo.js +3 -0
- package/script/gen/types/ToolbarItem.d.ts +35 -0
- package/script/gen/types/ToolbarItem.d.ts.map +1 -0
- package/script/gen/types/ToolbarItem.js +2 -0
- package/script/gen/types/ToolbarItem2.d.ts +3 -0
- package/script/gen/types/ToolbarItem2.d.ts.map +1 -0
- package/script/gen/types/ToolbarItem2.js +2 -0
- package/script/gen/types/TrayToolbarItem.d.ts +54 -0
- package/script/gen/types/TrayToolbarItem.d.ts.map +1 -0
- package/script/gen/types/TrayToolbarItem.js +2 -0
- package/script/gen/types/UpdateChannel.d.ts +2 -0
- package/script/gen/types/UpdateChannel.d.ts.map +1 -0
- package/script/gen/types/UpdateChannel.js +3 -0
- package/script/gen/types/UpdaterSettings.d.ts +5 -0
- package/script/gen/types/UpdaterSettings.d.ts.map +1 -0
- package/script/gen/types/UpdaterSettings.js +2 -0
- package/script/gen/types/VirtualDesktopStrategy.d.ts +2 -0
- package/script/gen/types/VirtualDesktopStrategy.d.ts.map +1 -0
- package/script/gen/types/VirtualDesktopStrategy.js +3 -0
- package/script/gen/types/WManagerLayoutInfo.d.ts +19 -0
- package/script/gen/types/WManagerLayoutInfo.d.ts.map +1 -0
- package/script/gen/types/WManagerLayoutInfo.js +3 -0
- package/script/gen/types/WegItem.d.ts +14 -0
- package/script/gen/types/WegItem.d.ts.map +1 -0
- package/script/gen/types/WegItem.js +2 -0
- package/script/gen/types/WegItems.d.ts +7 -0
- package/script/gen/types/WegItems.d.ts.map +1 -0
- package/script/gen/types/WegItems.js +2 -0
- package/script/gen/types/Widget.d.ts +8 -0
- package/script/gen/types/Widget.d.ts.map +1 -0
- package/script/gen/types/Widget.js +2 -0
- package/script/gen/types/WidgetId.d.ts +3 -0
- package/script/gen/types/WidgetId.d.ts.map +1 -0
- package/script/gen/types/WidgetId.js +2 -0
- package/script/gen/types/WindowManagerLayout.d.ts +9 -0
- package/script/gen/types/WindowManagerLayout.d.ts.map +1 -0
- package/script/gen/types/WindowManagerLayout.js +2 -0
- package/script/gen/types/WindowManagerSettings.d.ts +42 -0
- package/script/gen/types/WindowManagerSettings.d.ts.map +1 -0
- package/script/gen/types/WindowManagerSettings.js +2 -0
- package/script/gen/types/WindowManagerSettingsByMonitor.d.ts +9 -0
- package/script/gen/types/WindowManagerSettingsByMonitor.d.ts.map +1 -0
- package/script/gen/types/WindowManagerSettingsByMonitor.js +2 -0
- package/script/gen/types/WmFallbackNode.d.ts +25 -0
- package/script/gen/types/WmFallbackNode.d.ts.map +1 -0
- package/script/gen/types/WmFallbackNode.js +2 -0
- package/script/gen/types/WmHorizontalNode.d.ts +19 -0
- package/script/gen/types/WmHorizontalNode.d.ts.map +1 -0
- package/script/gen/types/WmHorizontalNode.js +2 -0
- package/script/gen/types/WmLeafNode.d.ts +21 -0
- package/script/gen/types/WmLeafNode.d.ts.map +1 -0
- package/script/gen/types/WmLeafNode.js +2 -0
- package/script/gen/types/WmNode.d.ts +17 -0
- package/script/gen/types/WmNode.d.ts.map +1 -0
- package/script/gen/types/WmNode.js +2 -0
- package/script/gen/types/WmStackNode.d.ts +25 -0
- package/script/gen/types/WmStackNode.d.ts.map +1 -0
- package/script/gen/types/WmStackNode.js +2 -0
- package/script/gen/types/WmVerticalNode.d.ts +19 -0
- package/script/gen/types/WmVerticalNode.d.ts.map +1 -0
- package/script/gen/types/WmVerticalNode.js +2 -0
- package/script/gen/types/WorkspaceConfiguration.d.ts +8 -0
- package/script/gen/types/WorkspaceConfiguration.d.ts.map +1 -0
- package/script/gen/types/WorkspaceConfiguration.js +2 -0
- package/script/gen/types/WorkspaceIdentifier.d.ts +6 -0
- package/script/gen/types/WorkspaceIdentifier.d.ts.map +1 -0
- package/script/gen/types/WorkspaceIdentifier.js +2 -0
- package/script/gen/types/WorkspaceIdentifierType.d.ts +2 -0
- package/script/gen/types/WorkspaceIdentifierType.d.ts.map +1 -0
- package/script/gen/types/WorkspaceIdentifierType.js +3 -0
- package/script/gen/types/WorkspaceToolbarItem.d.ts +56 -0
- package/script/gen/types/WorkspaceToolbarItem.d.ts.map +1 -0
- package/script/gen/types/WorkspaceToolbarItem.js +2 -0
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts +2 -0
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +1 -0
- package/script/gen/types/WorkspaceToolbarItemMode.js +3 -0
- package/script/gen/types/mod.d.ts +76 -0
- package/script/gen/types/mod.d.ts.map +1 -0
- package/script/gen/types/mod.js +91 -0
- package/script/gen/types/serde_json/JsonValue.d.ts +4 -0
- package/script/gen/types/serde_json/JsonValue.d.ts.map +1 -0
- package/script/gen/types/serde_json/JsonValue.js +3 -0
- package/script/{handlers/invokers.d.ts → src/handlers/commands.d.ts} +7 -16
- package/script/src/handlers/commands.d.ts.map +1 -0
- package/script/{handlers/invokers.js → src/handlers/commands.js} +6 -7
- package/{esm → script/src}/handlers/events.d.ts +2 -1
- package/script/src/handlers/events.d.ts.map +1 -0
- package/script/{handlers → src/handlers}/events.js +2 -1
- package/script/src/handlers/invokers.d.ts +26 -0
- package/script/src/handlers/invokers.d.ts.map +1 -0
- package/script/{handlers/index.js → src/handlers/invokers.js} +12 -14
- package/script/src/handlers/mod.d.ts +4 -0
- package/script/src/handlers/mod.d.ts.map +1 -0
- package/script/src/handlers/mod.js +19 -0
- package/script/src/lib.d.ts +5 -0
- package/script/src/lib.d.ts.map +1 -0
- package/script/{lib.js → src/lib.js} +4 -4
- package/script/{state → src/state}/icon_pack.d.ts +1 -1
- package/script/src/state/icon_pack.d.ts.map +1 -0
- package/script/{state → src/state}/icon_pack.js +2 -2
- package/script/src/state/mod.d.ts +40 -0
- package/script/src/state/mod.d.ts.map +1 -0
- package/script/{state/index.js → src/state/mod.js} +7 -7
- package/script/src/state/placeholder.d.ts.map +1 -0
- package/script/src/state/plugin.d.ts +26 -0
- package/script/src/state/plugin.d.ts.map +1 -0
- package/script/src/state/plugin.js +16 -0
- package/script/src/state/profile.d.ts +23 -0
- package/script/src/state/profile.d.ts.map +1 -0
- package/script/src/state/profile.js +10 -0
- package/script/src/state/settings.d.ts +51 -0
- package/script/src/state/settings.d.ts.map +1 -0
- package/script/src/state/settings.js +46 -0
- package/script/src/state/settings_by_app.d.ts.map +1 -0
- package/script/src/state/settings_by_monitor.d.ts +20 -0
- package/script/src/state/settings_by_monitor.d.ts.map +1 -0
- package/script/src/state/settings_by_monitor.js +20 -0
- package/script/src/state/theme.d.ts +37 -0
- package/script/src/state/theme.d.ts.map +1 -0
- package/script/src/state/theme.js +11 -0
- package/script/src/state/weg_items.d.ts +27 -0
- package/script/src/state/weg_items.d.ts.map +1 -0
- package/script/src/state/weg_items.js +21 -0
- package/script/src/state/widget.d.ts +27 -0
- package/script/src/state/widget.d.ts.map +1 -0
- package/script/src/state/widget.js +11 -0
- package/script/src/state/wm_layout.d.ts.map +1 -0
- package/script/src/system_state/mod.d.ts +3 -0
- package/script/src/system_state/mod.d.ts.map +1 -0
- package/script/src/system_state/mod.js +18 -0
- package/script/src/system_state/monitors.d.ts +25 -0
- package/script/src/system_state/monitors.d.ts.map +1 -0
- package/script/src/system_state/monitors.js +11 -0
- package/script/src/system_state/uiColors.d.ts +33 -0
- package/script/src/system_state/uiColors.d.ts.map +1 -0
- package/script/{system_state/index.js → src/system_state/uiColors.js} +12 -12
- package/script/src/utils/List.d.ts +25 -0
- package/script/src/utils/List.d.ts.map +1 -0
- package/script/src/utils/List.js +40 -0
- package/script/src/utils/State.d.ts +11 -0
- package/script/src/utils/State.d.ts.map +1 -0
- package/script/src/utils/State.js +17 -0
- package/script/src/utils/layered_hitbox.d.ts.map +1 -0
- package/script/{utils → src/utils}/layered_hitbox.js +3 -3
- package/{esm/utils/index.d.ts → script/src/utils/mod.d.ts} +8 -5
- package/script/src/utils/mod.d.ts.map +1 -0
- package/script/{utils/index.js → src/utils/mod.js} +8 -7
- package/esm/_dnt.shims.d.ts +0 -5
- package/esm/_dnt.shims.d.ts.map +0 -1
- package/esm/_dnt.shims.js +0 -61
- package/esm/handlers/events.d.ts.map +0 -1
- package/esm/handlers/index.d.ts +0 -11
- package/esm/handlers/index.d.ts.map +0 -1
- package/esm/handlers/index.js +0 -16
- package/esm/handlers/invokers.d.ts.map +0 -1
- package/esm/lib.d.ts +0 -5
- package/esm/lib.d.ts.map +0 -1
- package/esm/lib.js +0 -4
- package/esm/state/icon_pack.d.ts.map +0 -1
- package/esm/state/index.d.ts +0 -24
- package/esm/state/index.d.ts.map +0 -1
- package/esm/state/placeholder.d.ts.map +0 -1
- package/esm/state/plugin.d.ts +0 -17
- package/esm/state/plugin.d.ts.map +0 -1
- package/esm/state/plugin.js +0 -31
- package/esm/state/profile.d.ts +0 -16
- package/esm/state/profile.d.ts.map +0 -1
- package/esm/state/profile.js +0 -13
- package/esm/state/settings.d.ts +0 -175
- package/esm/state/settings.d.ts.map +0 -1
- package/esm/state/settings.js +0 -195
- package/esm/state/settings_by_app.d.ts.map +0 -1
- package/esm/state/settings_by_monitor.d.ts +0 -43
- package/esm/state/settings_by_monitor.d.ts.map +0 -1
- package/esm/state/settings_by_monitor.js +0 -46
- package/esm/state/theme.d.ts +0 -31
- package/esm/state/theme.d.ts.map +0 -1
- package/esm/state/weg_items.d.ts +0 -36
- package/esm/state/weg_items.d.ts.map +0 -1
- package/esm/state/weg_items.js +0 -8
- package/esm/state/widget.d.ts +0 -4
- package/esm/state/widget.d.ts.map +0 -1
- package/esm/state/widget.js +0 -3
- package/esm/state/wm_layout.d.ts.map +0 -1
- package/esm/system_state/index.d.ts +0 -19
- package/esm/system_state/index.d.ts.map +0 -1
- package/esm/utils/hooks.d.ts +0 -2
- package/esm/utils/hooks.d.ts.map +0 -1
- package/esm/utils/hooks.js +0 -43
- package/esm/utils/index.d.ts.map +0 -1
- package/esm/utils/layered_hitbox.d.ts.map +0 -1
- package/script/_dnt.shims.d.ts +0 -5
- package/script/_dnt.shims.d.ts.map +0 -1
- package/script/_dnt.shims.js +0 -65
- package/script/handlers/events.d.ts.map +0 -1
- package/script/handlers/index.d.ts +0 -11
- package/script/handlers/index.d.ts.map +0 -1
- package/script/handlers/invokers.d.ts.map +0 -1
- package/script/lib.d.ts +0 -5
- package/script/lib.d.ts.map +0 -1
- package/script/state/icon_pack.d.ts.map +0 -1
- package/script/state/index.d.ts +0 -24
- package/script/state/index.d.ts.map +0 -1
- package/script/state/placeholder.d.ts.map +0 -1
- package/script/state/plugin.d.ts +0 -17
- package/script/state/plugin.d.ts.map +0 -1
- package/script/state/plugin.js +0 -36
- package/script/state/profile.d.ts +0 -16
- package/script/state/profile.d.ts.map +0 -1
- package/script/state/profile.js +0 -17
- package/script/state/settings.d.ts +0 -175
- package/script/state/settings.d.ts.map +0 -1
- package/script/state/settings.js +0 -234
- package/script/state/settings_by_app.d.ts.map +0 -1
- package/script/state/settings_by_monitor.d.ts +0 -43
- package/script/state/settings_by_monitor.d.ts.map +0 -1
- package/script/state/settings_by_monitor.js +0 -56
- package/script/state/theme.d.ts +0 -31
- package/script/state/theme.d.ts.map +0 -1
- package/script/state/weg_items.d.ts +0 -36
- package/script/state/weg_items.d.ts.map +0 -1
- package/script/state/weg_items.js +0 -11
- package/script/state/widget.d.ts +0 -4
- package/script/state/widget.d.ts.map +0 -1
- package/script/state/widget.js +0 -7
- package/script/state/wm_layout.d.ts.map +0 -1
- package/script/system_state/index.d.ts +0 -19
- package/script/system_state/index.d.ts.map +0 -1
- package/script/utils/hooks.d.ts +0 -2
- package/script/utils/hooks.d.ts.map +0 -1
- package/script/utils/hooks.js +0 -44
- package/script/utils/index.d.ts.map +0 -1
- package/script/utils/layered_hitbox.d.ts.map +0 -1
- /package/esm/{state/theme.js → gen/types/AhkVarList.js} +0 -0
- /package/esm/{state → src/state}/placeholder.d.ts +0 -0
- /package/esm/{state → src/state}/placeholder.js +0 -0
- /package/esm/{state → src/state}/settings_by_app.d.ts +0 -0
- /package/esm/{state → src/state}/settings_by_app.js +0 -0
- /package/esm/{state → src/state}/wm_layout.d.ts +0 -0
- /package/esm/{state → src/state}/wm_layout.js +0 -0
- /package/esm/{utils → src/utils}/layered_hitbox.d.ts +0 -0
- /package/script/{state/theme.js → gen/types/AhkVarList.js} +0 -0
- /package/script/{state → src/state}/placeholder.d.ts +0 -0
- /package/script/{state → src/state}/placeholder.js +0 -0
- /package/script/{state → src/state}/settings_by_app.d.ts +0 -0
- /package/script/{state → src/state}/settings_by_app.js +0 -0
- /package/script/{state → src/state}/wm_layout.d.ts +0 -0
- /package/script/{state → src/state}/wm_layout.js +0 -0
- /package/script/{utils → src/utils}/layered_hitbox.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,QAAQ,GAAG;IACrB;;OAEG;IACH,YAAY,EAAE,oBAAoB,CAAC;IACnC;;OAEG;IACH,SAAS,EAAE,iBAAiB,CAAC;IAC7B;;OAEG;IACH,aAAa,EAAE,qBAAqB,CAAC;IACrC;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB;;OAEG;IACH,QAAQ,EAAE,sBAAsB,CAAC;IACjC;;OAEG;IACH,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,oBAAoB;KAAE,CAAC;IACvD;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,UAAU,CAAC;IACzB;;OAEG;IACH,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,sBAAsB,EAAE,sBAAsB,CAAC;IAC/C;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE;SAAG,GAAG,IAAI,QAAQ,CAAC,CAAC,EAAE;aAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;SAAE;KAAE,CAAC;CACjE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { StyleValue } from './StyleValue.js';
|
|
2
|
+
export type SettingsToolbarItem = {
|
|
3
|
+
/**
|
|
4
|
+
* Id to identify the item, should be unique.
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* Content to display in the item.
|
|
9
|
+
*
|
|
10
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
11
|
+
*
|
|
12
|
+
* ## Settings Item Scope
|
|
13
|
+
* this module does no expand the scope of the item
|
|
14
|
+
*/
|
|
15
|
+
template: string;
|
|
16
|
+
/**
|
|
17
|
+
* Content to display in tooltip of the item.
|
|
18
|
+
*
|
|
19
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
20
|
+
*
|
|
21
|
+
* ## Settings Item Scope
|
|
22
|
+
* this module does no expand the scope of the item
|
|
23
|
+
*/
|
|
24
|
+
tooltip: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Badge will be displayed over the item, useful as notifications.
|
|
27
|
+
*
|
|
28
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
29
|
+
*
|
|
30
|
+
* ## Settings Item Scope
|
|
31
|
+
* this module does no expand the scope of the item
|
|
32
|
+
*/
|
|
33
|
+
badge: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Deprecated use `onClickV2` instead.
|
|
36
|
+
*/
|
|
37
|
+
onClick: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* This code will be parsed and executed when the item is clicked.
|
|
40
|
+
*
|
|
41
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
42
|
+
*
|
|
43
|
+
* ## Settings Item Scope
|
|
44
|
+
* this module does no expand the scope of the item
|
|
45
|
+
*/
|
|
46
|
+
onClickV2: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
49
|
+
*/
|
|
50
|
+
style: {
|
|
51
|
+
[key in string]?: StyleValue | null;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=SettingsToolbarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SettingsToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;CAChD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StyleValue.d.ts","sourceRoot":"","sources":["../../../src/gen/types/StyleValue.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import type { StyleValue } from './StyleValue.js';
|
|
2
|
+
export type TextToolbarItem = {
|
|
3
|
+
/**
|
|
4
|
+
* Id to identify the item, should be unique.
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* Content to display in the item.
|
|
9
|
+
*
|
|
10
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
11
|
+
*
|
|
12
|
+
* ## Base Item Scope
|
|
13
|
+
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
14
|
+
* ```js
|
|
15
|
+
* const icon: object;
|
|
16
|
+
* ```
|
|
17
|
+
* Haves all environment variables defined on the system as properties of the object.
|
|
18
|
+
* ```js
|
|
19
|
+
* const env: object;
|
|
20
|
+
* ```
|
|
21
|
+
* Functions to add images to the item.
|
|
22
|
+
* ```js
|
|
23
|
+
* function getIcon(name: string, size: number = 16): string
|
|
24
|
+
* function imgFromUrl (url: string, size: number = 16): string
|
|
25
|
+
* function imgFromPath (path: string, size: number = 16): string
|
|
26
|
+
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
27
|
+
* function t(path: string): string
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
template: string;
|
|
31
|
+
/**
|
|
32
|
+
* Content to display in tooltip of the item.
|
|
33
|
+
*
|
|
34
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
35
|
+
*
|
|
36
|
+
* ## Base Item Scope
|
|
37
|
+
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
38
|
+
* ```js
|
|
39
|
+
* const icon: object;
|
|
40
|
+
* ```
|
|
41
|
+
* Haves all environment variables defined on the system as properties of the object.
|
|
42
|
+
* ```js
|
|
43
|
+
* const env: object;
|
|
44
|
+
* ```
|
|
45
|
+
* Functions to add images to the item.
|
|
46
|
+
* ```js
|
|
47
|
+
* function getIcon(name: string, size: number = 16): string
|
|
48
|
+
* function imgFromUrl (url: string, size: number = 16): string
|
|
49
|
+
* function imgFromPath (path: string, size: number = 16): string
|
|
50
|
+
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
51
|
+
* function t(path: string): string
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
tooltip: string | null;
|
|
55
|
+
/**
|
|
56
|
+
* Badge will be displayed over the item, useful as notifications.
|
|
57
|
+
*
|
|
58
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
59
|
+
*
|
|
60
|
+
* ## Base Item Scope
|
|
61
|
+
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
62
|
+
* ```js
|
|
63
|
+
* const icon: object;
|
|
64
|
+
* ```
|
|
65
|
+
* Haves all environment variables defined on the system as properties of the object.
|
|
66
|
+
* ```js
|
|
67
|
+
* const env: object;
|
|
68
|
+
* ```
|
|
69
|
+
* Functions to add images to the item.
|
|
70
|
+
* ```js
|
|
71
|
+
* function getIcon(name: string, size: number = 16): string
|
|
72
|
+
* function imgFromUrl (url: string, size: number = 16): string
|
|
73
|
+
* function imgFromPath (path: string, size: number = 16): string
|
|
74
|
+
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
75
|
+
* function t(path: string): string
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
badge: string | null;
|
|
79
|
+
/**
|
|
80
|
+
* Deprecated use `onClickV2` instead.
|
|
81
|
+
*/
|
|
82
|
+
onClick: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* This code will be parsed and executed when the item is clicked.
|
|
85
|
+
*
|
|
86
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
87
|
+
*
|
|
88
|
+
* ## Base Item Scope
|
|
89
|
+
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
90
|
+
* ```js
|
|
91
|
+
* const icon: object;
|
|
92
|
+
* ```
|
|
93
|
+
* Haves all environment variables defined on the system as properties of the object.
|
|
94
|
+
* ```js
|
|
95
|
+
* const env: object;
|
|
96
|
+
* ```
|
|
97
|
+
* Functions to add images to the item.
|
|
98
|
+
* ```js
|
|
99
|
+
* function getIcon(name: string, size: number = 16): string
|
|
100
|
+
* function imgFromUrl (url: string, size: number = 16): string
|
|
101
|
+
* function imgFromPath (path: string, size: number = 16): string
|
|
102
|
+
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
103
|
+
* function t(path: string): string
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
onClickV2: string | null;
|
|
107
|
+
/**
|
|
108
|
+
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
109
|
+
*/
|
|
110
|
+
style: {
|
|
111
|
+
[key in string]?: StyleValue | null;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
//# sourceMappingURL=TextToolbarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/TextToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;CAChD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ThemeInfo } from './ThemeInfo.js';
|
|
2
|
+
import type { WidgetId } from './WidgetId.js';
|
|
3
|
+
export type Theme = {
|
|
4
|
+
/**
|
|
5
|
+
* Metadata about the theme
|
|
6
|
+
*/
|
|
7
|
+
info: ThemeInfo;
|
|
8
|
+
/**
|
|
9
|
+
* Css Styles of the theme
|
|
10
|
+
*/
|
|
11
|
+
styles: {
|
|
12
|
+
[key in WidgetId]?: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Theme.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Theme.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,KAAK,GAAG;IAClB;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,MAAM,EAAE;SAAG,GAAG,IAAI,QAAQ,CAAC,CAAC,EAAE,MAAM;KAAE,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export type ThemeInfo = {
|
|
2
|
+
/**
|
|
3
|
+
* Display name of the theme
|
|
4
|
+
*/
|
|
5
|
+
displayName: string;
|
|
6
|
+
/**
|
|
7
|
+
* Author of the theme
|
|
8
|
+
*/
|
|
9
|
+
author: string;
|
|
10
|
+
/**
|
|
11
|
+
* Description of the theme
|
|
12
|
+
*/
|
|
13
|
+
description: string;
|
|
14
|
+
/**
|
|
15
|
+
* Filename of the theme, is overridden by the program on load.
|
|
16
|
+
*/
|
|
17
|
+
filename: string;
|
|
18
|
+
/**
|
|
19
|
+
* Tags to be used in search
|
|
20
|
+
*/
|
|
21
|
+
tags: Array<string>;
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=ThemeInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeInfo.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ThemeInfo.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { DateToolbarItem } from './DateToolbarItem.js';
|
|
2
|
+
import type { DeviceToolbarItem } from './DeviceToolbarItem.js';
|
|
3
|
+
import type { GenericToolbarItem } from './GenericToolbarItem.js';
|
|
4
|
+
import type { MediaToolbarItem } from './MediaToolbarItem.js';
|
|
5
|
+
import type { NetworkToolbarItem } from './NetworkToolbarItem.js';
|
|
6
|
+
import type { NotificationsToolbarItem } from './NotificationsToolbarItem.js';
|
|
7
|
+
import type { PowerToolbarItem } from './PowerToolbarItem.js';
|
|
8
|
+
import type { SettingsToolbarItem } from './SettingsToolbarItem.js';
|
|
9
|
+
import type { TextToolbarItem } from './TextToolbarItem.js';
|
|
10
|
+
import type { TrayToolbarItem } from './TrayToolbarItem.js';
|
|
11
|
+
import type { WorkspaceToolbarItem } from './WorkspaceToolbarItem.js';
|
|
12
|
+
export type ToolbarItem = {
|
|
13
|
+
'type': 'text';
|
|
14
|
+
} & TextToolbarItem | {
|
|
15
|
+
'type': 'generic';
|
|
16
|
+
} & GenericToolbarItem | {
|
|
17
|
+
'type': 'date';
|
|
18
|
+
} & DateToolbarItem | {
|
|
19
|
+
'type': 'power';
|
|
20
|
+
} & PowerToolbarItem | {
|
|
21
|
+
'type': 'network';
|
|
22
|
+
} & NetworkToolbarItem | {
|
|
23
|
+
'type': 'media';
|
|
24
|
+
} & MediaToolbarItem | {
|
|
25
|
+
'type': 'notifications';
|
|
26
|
+
} & NotificationsToolbarItem | {
|
|
27
|
+
'type': 'tray';
|
|
28
|
+
} & TrayToolbarItem | {
|
|
29
|
+
'type': 'device';
|
|
30
|
+
} & DeviceToolbarItem | {
|
|
31
|
+
'type': 'settings';
|
|
32
|
+
} & SettingsToolbarItem | {
|
|
33
|
+
'type': 'workspaces';
|
|
34
|
+
} & WorkspaceToolbarItem;
|
|
35
|
+
//# sourceMappingURL=ToolbarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,MAAM,MAAM,WAAW,GACnB;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,GACpC;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,GAC1C;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,GACpC;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,gBAAgB,GACtC;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG,kBAAkB,GAC1C;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,gBAAgB,GACtC;IAAE,MAAM,EAAE,eAAe,CAAA;CAAE,GAAG,wBAAwB,GACtD;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG,eAAe,GACpC;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GACxC;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,mBAAmB,GAC5C;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,GAAG,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarItem2.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarItem2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { StyleValue } from './StyleValue.js';
|
|
2
|
+
export type TrayToolbarItem = {
|
|
3
|
+
/**
|
|
4
|
+
* Id to identify the item, should be unique.
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* Content to display in the item.
|
|
9
|
+
*
|
|
10
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
11
|
+
*
|
|
12
|
+
* ## Workspace Item Scope
|
|
13
|
+
* this module does no expand the scope of the item
|
|
14
|
+
*/
|
|
15
|
+
template: string;
|
|
16
|
+
/**
|
|
17
|
+
* Content to display in tooltip of the item.
|
|
18
|
+
*
|
|
19
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
20
|
+
*
|
|
21
|
+
* ## Workspace Item Scope
|
|
22
|
+
* this module does no expand the scope of the item
|
|
23
|
+
*/
|
|
24
|
+
tooltip: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Badge will be displayed over the item, useful as notifications.
|
|
27
|
+
*
|
|
28
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
29
|
+
*
|
|
30
|
+
* ## Workspace Item Scope
|
|
31
|
+
* this module does no expand the scope of the item
|
|
32
|
+
*/
|
|
33
|
+
badge: string | null;
|
|
34
|
+
/**
|
|
35
|
+
* Deprecated use `onClickV2` instead.
|
|
36
|
+
*/
|
|
37
|
+
onClick: string | null;
|
|
38
|
+
/**
|
|
39
|
+
* This code will be parsed and executed when the item is clicked.
|
|
40
|
+
*
|
|
41
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
42
|
+
*
|
|
43
|
+
* ## Workspace Item Scope
|
|
44
|
+
* this module does no expand the scope of the item
|
|
45
|
+
*/
|
|
46
|
+
onClickV2: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
49
|
+
*/
|
|
50
|
+
style: {
|
|
51
|
+
[key in string]?: StyleValue | null;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=TrayToolbarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TrayToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/TrayToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;CAChD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateChannel.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UpdateChannel.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdaterSettings.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UpdaterSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,eAAe,GAAG;IAAE,OAAO,EAAE,aAAa,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VirtualDesktopStrategy.d.ts","sourceRoot":"","sources":["../../../src/gen/types/VirtualDesktopStrategy.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,QAAQ,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type WManagerLayoutInfo = {
|
|
2
|
+
/**
|
|
3
|
+
* Display name of the layout
|
|
4
|
+
*/
|
|
5
|
+
displayName: string;
|
|
6
|
+
/**
|
|
7
|
+
* Author of the layout
|
|
8
|
+
*/
|
|
9
|
+
author: string;
|
|
10
|
+
/**
|
|
11
|
+
* Description of the layout
|
|
12
|
+
*/
|
|
13
|
+
description: string;
|
|
14
|
+
/**
|
|
15
|
+
* Filename of the layout, is overridden by the program on load.
|
|
16
|
+
*/
|
|
17
|
+
filename: string;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=WManagerLayoutInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WManagerLayoutInfo.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WManagerLayoutInfo.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { PinnedWegItemData } from './PinnedWegItemData.js';
|
|
2
|
+
export type WegItem = {
|
|
3
|
+
'type': 'Pinned';
|
|
4
|
+
} & PinnedWegItemData | {
|
|
5
|
+
'type': 'Temporal';
|
|
6
|
+
} & PinnedWegItemData | {
|
|
7
|
+
'type': 'Separator';
|
|
8
|
+
id: string;
|
|
9
|
+
} | {
|
|
10
|
+
'type': 'Media';
|
|
11
|
+
} | {
|
|
12
|
+
'type': 'StartMenu';
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=WegItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WegItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,MAAM,MAAM,OAAO,GACf;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GACxC;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,iBAAiB,GAC1C;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE,GACnC;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GACnB;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WegItems.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItems.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,MAAM,QAAQ,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Widget.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Widget.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,MAAM,MAAM,GAAG;IAAE,EAAE,EAAE,QAAQ,CAAC;IAAC,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetId.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetId.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { NoFallbackBehavior } from './NoFallbackBehavior.js';
|
|
2
|
+
import type { WManagerLayoutInfo } from './WManagerLayoutInfo.js';
|
|
3
|
+
import type { WmNode } from './WmNode.js';
|
|
4
|
+
export type WindowManagerLayout = {
|
|
5
|
+
info: WManagerLayoutInfo;
|
|
6
|
+
structure: WmNode;
|
|
7
|
+
noFallbackBehavior: NoFallbackBehavior;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=WindowManagerLayout.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowManagerLayout.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WindowManagerLayout.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,kBAAkB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,EAAE,kBAAkB,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { Border } from './Border.js';
|
|
2
|
+
import type { FloatingWindowSettings } from './FloatingWindowSettings.js';
|
|
3
|
+
import type { Rect } from './Rect.js';
|
|
4
|
+
export type WindowManagerSettings = {
|
|
5
|
+
/**
|
|
6
|
+
* enable or disable the window manager
|
|
7
|
+
*/
|
|
8
|
+
enabled: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* enable or disable auto stacking by category
|
|
11
|
+
*/
|
|
12
|
+
autoStackingByCategory: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* window manager border
|
|
15
|
+
*/
|
|
16
|
+
border: Border;
|
|
17
|
+
/**
|
|
18
|
+
* the resize size in % to be used when resizing via cli
|
|
19
|
+
*/
|
|
20
|
+
resizeDelta: number;
|
|
21
|
+
/**
|
|
22
|
+
* default gap between containers
|
|
23
|
+
*/
|
|
24
|
+
workspaceGap: number;
|
|
25
|
+
/**
|
|
26
|
+
* default workspace padding
|
|
27
|
+
*/
|
|
28
|
+
workspacePadding: number;
|
|
29
|
+
/**
|
|
30
|
+
* default workspace margin
|
|
31
|
+
*/
|
|
32
|
+
workspaceMargin: Rect;
|
|
33
|
+
/**
|
|
34
|
+
* floating window settings
|
|
35
|
+
*/
|
|
36
|
+
floating: FloatingWindowSettings;
|
|
37
|
+
/**
|
|
38
|
+
* default layout
|
|
39
|
+
*/
|
|
40
|
+
defaultLayout: string;
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=WindowManagerSettings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowManagerSettings.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WindowManagerSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,eAAe,EAAE,IAAI,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,sBAAsB,CAAC;IACjC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Rect } from './Rect.js';
|
|
2
|
+
export type WindowManagerSettingsByMonitor = {
|
|
3
|
+
enabled: boolean;
|
|
4
|
+
padding: number | null;
|
|
5
|
+
margin: Rect | null;
|
|
6
|
+
gap: number | null;
|
|
7
|
+
layout: string | null;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=WindowManagerSettingsByMonitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowManagerSettingsByMonitor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WindowManagerSettingsByMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC,MAAM,MAAM,8BAA8B,GAAG;IAC3C,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { NodeSubtype } from './NodeSubtype.js';
|
|
2
|
+
export type WmFallbackNode = {
|
|
3
|
+
subtype: NodeSubtype;
|
|
4
|
+
/**
|
|
5
|
+
* Order in how the tree will be traversed (1 = first, 2 = second, etc.)
|
|
6
|
+
*/
|
|
7
|
+
priority: number;
|
|
8
|
+
/**
|
|
9
|
+
* How much of the remaining space this node will take
|
|
10
|
+
*/
|
|
11
|
+
growFactor: number;
|
|
12
|
+
/**
|
|
13
|
+
* Math Condition for the node to be shown, e.g: n >= 3
|
|
14
|
+
*/
|
|
15
|
+
condition: string | null;
|
|
16
|
+
/**
|
|
17
|
+
* active window handle (HWND) in the node
|
|
18
|
+
*/
|
|
19
|
+
active: number | null;
|
|
20
|
+
/**
|
|
21
|
+
* window handles (HWND) in the node
|
|
22
|
+
*/
|
|
23
|
+
handles: Array<number>;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=WmFallbackNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WmFallbackNode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WmFallbackNode.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,WAAW,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|