@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,118 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Utilities for {@link https://protobuf.dev/programming-guides/encoding/#varints Varint} encoding
|
|
3
|
+
* of typed integers. Varint encoding represents integers using a variable number of bytes, with
|
|
4
|
+
* smaller values requiring fewer bytes.
|
|
5
|
+
*
|
|
6
|
+
* ```ts
|
|
7
|
+
* import { encodeVarint, decodeVarint } from "@std/encoding/varint";
|
|
8
|
+
* import { assertEquals } from "@std/assert";
|
|
9
|
+
*
|
|
10
|
+
* const buf = new Uint8Array(10);
|
|
11
|
+
* assertEquals(
|
|
12
|
+
* encodeVarint(42n, buf),
|
|
13
|
+
* [new Uint8Array([42]), 1]
|
|
14
|
+
* );
|
|
15
|
+
*
|
|
16
|
+
* assertEquals(
|
|
17
|
+
* decodeVarint(new Uint8Array([42])),
|
|
18
|
+
* [ 42n, 1 ]
|
|
19
|
+
* );
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @module
|
|
23
|
+
*/
|
|
24
|
+
/**
|
|
25
|
+
* The maximum value of an unsigned 64-bit integer.
|
|
26
|
+
* Equivalent to `2n**64n - 1n`
|
|
27
|
+
*/
|
|
28
|
+
export declare const MaxUint64 = 18446744073709551615n;
|
|
29
|
+
/**
|
|
30
|
+
* The maximum length, in bytes, of a Varint encoded 64-bit integer.
|
|
31
|
+
*/
|
|
32
|
+
export declare const MaxVarintLen64 = 10;
|
|
33
|
+
/**
|
|
34
|
+
* The maximum length, in bytes, of a Varint encoded 32-bit integer.
|
|
35
|
+
*/
|
|
36
|
+
export declare const MaxVarintLen32 = 5;
|
|
37
|
+
/**
|
|
38
|
+
* Given a non empty `buf`, starting at `offset` (default: 0), begin decoding bytes as
|
|
39
|
+
* Varint encoded bytes, for a maximum of 10 bytes (offset + 10). The returned
|
|
40
|
+
* tuple is of the decoded varint 32-bit number, and the new offset with which
|
|
41
|
+
* to continue decoding other data.
|
|
42
|
+
*
|
|
43
|
+
* If a `bigint` in return is undesired, the `decode32` function will return a
|
|
44
|
+
* `number`, but this should only be used in cases where the varint is
|
|
45
|
+
* _assured_ to be 32-bits. If in doubt, use `decode()`.
|
|
46
|
+
*
|
|
47
|
+
* To know how many bytes the Varint took to encode, simply negate `offset`
|
|
48
|
+
* from the returned new `offset`.
|
|
49
|
+
*
|
|
50
|
+
* @param buf The buffer to decode from.
|
|
51
|
+
* @param offset The offset to start decoding from.
|
|
52
|
+
* @returns A tuple of the decoded varint 64-bit number, and the new offset.
|
|
53
|
+
*
|
|
54
|
+
* @example Usage
|
|
55
|
+
* ```ts
|
|
56
|
+
* import { decodeVarint } from "@std/encoding/varint";
|
|
57
|
+
* import { assertEquals } from "@std/assert";
|
|
58
|
+
*
|
|
59
|
+
* const buf = new Uint8Array([0x8E, 0x02]);
|
|
60
|
+
* assertEquals(decodeVarint(buf), [270n, 2]);
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
export declare function decodeVarint(buf: Uint8Array, offset?: number): [bigint, number];
|
|
64
|
+
/**
|
|
65
|
+
* Given a `buf`, starting at `offset` (default: 0), begin decoding bytes as
|
|
66
|
+
* Varint encoded bytes, for a maximum of 5 bytes (offset + 5). The returned
|
|
67
|
+
* tuple is of the decoded varint 32-bit number, and the new offset with which
|
|
68
|
+
* to continue decoding other data.
|
|
69
|
+
*
|
|
70
|
+
* Varints are _not 32-bit by default_ so this should only be used in cases
|
|
71
|
+
* where the varint is _assured_ to be 32-bits. If in doubt, use `decode()`.
|
|
72
|
+
*
|
|
73
|
+
* To know how many bytes the Varint took to encode, simply negate `offset`
|
|
74
|
+
* from the returned new `offset`.
|
|
75
|
+
*
|
|
76
|
+
* @param buf The buffer to decode from.
|
|
77
|
+
* @param offset The offset to start decoding from.
|
|
78
|
+
* @returns A tuple of the decoded varint 32-bit number, and the new offset.
|
|
79
|
+
*
|
|
80
|
+
* @example Usage
|
|
81
|
+
* ```ts
|
|
82
|
+
* import { decodeVarint32 } from "@std/encoding/varint";
|
|
83
|
+
* import { assertEquals } from "@std/assert";
|
|
84
|
+
*
|
|
85
|
+
* const buf = new Uint8Array([0x8E, 0x02]);
|
|
86
|
+
* assertEquals(decodeVarint32(buf), [270, 2]);
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
export declare function decodeVarint32(buf: Uint8Array, offset?: number): [number, number];
|
|
90
|
+
/**
|
|
91
|
+
* Takes unsigned number `num` and converts it into a Varint encoded
|
|
92
|
+
* `Uint8Array`, returning a tuple consisting of a `Uint8Array` slice of the
|
|
93
|
+
* encoded Varint, and an offset where the Varint encoded bytes end within the
|
|
94
|
+
* `Uint8Array`.
|
|
95
|
+
*
|
|
96
|
+
* If `buf` is not given then a Uint8Array will be created.
|
|
97
|
+
* `offset` defaults to `0`.
|
|
98
|
+
*
|
|
99
|
+
* If passed `buf` then that will be written into, starting at `offset`. The
|
|
100
|
+
* resulting returned `Uint8Array` will be a slice of `buf`. The resulting
|
|
101
|
+
* returned number is effectively `offset + bytesWritten`.
|
|
102
|
+
*
|
|
103
|
+
* @param num The number to encode.
|
|
104
|
+
* @param buf The buffer to write into.
|
|
105
|
+
* @param offset The offset to start writing at.
|
|
106
|
+
* @returns A tuple of the encoded Varint `Uint8Array` and the new offset.
|
|
107
|
+
*
|
|
108
|
+
* @example Usage
|
|
109
|
+
* ```ts
|
|
110
|
+
* import { encodeVarint } from "@std/encoding/varint";
|
|
111
|
+
* import { assertEquals } from "@std/assert";
|
|
112
|
+
*
|
|
113
|
+
* const buf = new Uint8Array(10);
|
|
114
|
+
* assertEquals(encodeVarint(42n, buf), [new Uint8Array([42]), 1]);
|
|
115
|
+
* ```
|
|
116
|
+
*/
|
|
117
|
+
export declare function encodeVarint(num: bigint | number, buf?: Uint8Array, offset?: number): [Uint8Array, number];
|
|
118
|
+
//# sourceMappingURL=varint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"varint.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.6/varint.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAKH;;;GAGG;AACH,eAAO,MAAM,SAAS,wBAAwB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC;;GAEG;AACH,eAAO,MAAM,cAAc,IAAI,CAAC;AAahC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CA6D1E;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,UAAU,EAAE,MAAM,SAAI,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAe5E;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,YAAY,CAC1B,GAAG,EAAE,MAAM,GAAG,MAAM,EACpB,GAAG,GAAE,UAA2C,EAChD,MAAM,SAAI,GACT,CAAC,UAAU,EAAE,MAAM,CAAC,CAuBtB"}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
2
|
+
// Copyright 2020 Keith Cirkel. All rights reserved. MIT license.
|
|
3
|
+
// Copyright 2023 Skye "MierenManz". All rights reserved. MIT license.
|
|
4
|
+
/**
|
|
5
|
+
* Utilities for {@link https://protobuf.dev/programming-guides/encoding/#varints Varint} encoding
|
|
6
|
+
* of typed integers. Varint encoding represents integers using a variable number of bytes, with
|
|
7
|
+
* smaller values requiring fewer bytes.
|
|
8
|
+
*
|
|
9
|
+
* ```ts
|
|
10
|
+
* import { encodeVarint, decodeVarint } from "@std/encoding/varint";
|
|
11
|
+
* import { assertEquals } from "@std/assert";
|
|
12
|
+
*
|
|
13
|
+
* const buf = new Uint8Array(10);
|
|
14
|
+
* assertEquals(
|
|
15
|
+
* encodeVarint(42n, buf),
|
|
16
|
+
* [new Uint8Array([42]), 1]
|
|
17
|
+
* );
|
|
18
|
+
*
|
|
19
|
+
* assertEquals(
|
|
20
|
+
* decodeVarint(new Uint8Array([42])),
|
|
21
|
+
* [ 42n, 1 ]
|
|
22
|
+
* );
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @module
|
|
26
|
+
*/
|
|
27
|
+
// This implementation is a port of https://deno.land/x/varint@v2.0.0 by @keithamus
|
|
28
|
+
// This module is browser compatible.
|
|
29
|
+
/**
|
|
30
|
+
* The maximum value of an unsigned 64-bit integer.
|
|
31
|
+
* Equivalent to `2n**64n - 1n`
|
|
32
|
+
*/
|
|
33
|
+
export const MaxUint64 = 18446744073709551615n;
|
|
34
|
+
/**
|
|
35
|
+
* The maximum length, in bytes, of a Varint encoded 64-bit integer.
|
|
36
|
+
*/
|
|
37
|
+
export const MaxVarintLen64 = 10;
|
|
38
|
+
/**
|
|
39
|
+
* The maximum length, in bytes, of a Varint encoded 32-bit integer.
|
|
40
|
+
*/
|
|
41
|
+
export const MaxVarintLen32 = 5;
|
|
42
|
+
const MSB = 0x80;
|
|
43
|
+
const REST = 0x7f;
|
|
44
|
+
const SHIFT = 7;
|
|
45
|
+
const MSBN = 0x80n;
|
|
46
|
+
const SHIFTN = 7n;
|
|
47
|
+
// ArrayBuffer and TypedArray's for "pointer casting"
|
|
48
|
+
const AB = new ArrayBuffer(8);
|
|
49
|
+
const U32_VIEW = new Uint32Array(AB);
|
|
50
|
+
const U64_VIEW = new BigUint64Array(AB);
|
|
51
|
+
/**
|
|
52
|
+
* Given a non empty `buf`, starting at `offset` (default: 0), begin decoding bytes as
|
|
53
|
+
* Varint encoded bytes, for a maximum of 10 bytes (offset + 10). The returned
|
|
54
|
+
* tuple is of the decoded varint 32-bit number, and the new offset with which
|
|
55
|
+
* to continue decoding other data.
|
|
56
|
+
*
|
|
57
|
+
* If a `bigint` in return is undesired, the `decode32` function will return a
|
|
58
|
+
* `number`, but this should only be used in cases where the varint is
|
|
59
|
+
* _assured_ to be 32-bits. If in doubt, use `decode()`.
|
|
60
|
+
*
|
|
61
|
+
* To know how many bytes the Varint took to encode, simply negate `offset`
|
|
62
|
+
* from the returned new `offset`.
|
|
63
|
+
*
|
|
64
|
+
* @param buf The buffer to decode from.
|
|
65
|
+
* @param offset The offset to start decoding from.
|
|
66
|
+
* @returns A tuple of the decoded varint 64-bit number, and the new offset.
|
|
67
|
+
*
|
|
68
|
+
* @example Usage
|
|
69
|
+
* ```ts
|
|
70
|
+
* import { decodeVarint } from "@std/encoding/varint";
|
|
71
|
+
* import { assertEquals } from "@std/assert";
|
|
72
|
+
*
|
|
73
|
+
* const buf = new Uint8Array([0x8E, 0x02]);
|
|
74
|
+
* assertEquals(decodeVarint(buf), [270n, 2]);
|
|
75
|
+
* ```
|
|
76
|
+
*/
|
|
77
|
+
export function decodeVarint(buf, offset = 0) {
|
|
78
|
+
// Clear the last result from the Two's complement view
|
|
79
|
+
U64_VIEW[0] = 0n;
|
|
80
|
+
// Setup the initiat state of the function
|
|
81
|
+
let intermediate = 0;
|
|
82
|
+
let position = 0;
|
|
83
|
+
let i = offset;
|
|
84
|
+
// If the buffer is empty Throw
|
|
85
|
+
if (buf.length === 0)
|
|
86
|
+
throw new RangeError("Cannot read empty buffer");
|
|
87
|
+
let byte;
|
|
88
|
+
do {
|
|
89
|
+
// Get a single byte from the buffer
|
|
90
|
+
byte = buf[i];
|
|
91
|
+
// 1. Take the lower 7 bits of the byte.
|
|
92
|
+
// 2. Shift the bits into the correct position.
|
|
93
|
+
// 3. Bitwise OR it with the intermediate value
|
|
94
|
+
// QUIRK: in the 5th (and 10th) iteration of this loop it will overflow on the shift.
|
|
95
|
+
// This causes only the lower 4 bits to be shifted into place and removing the upper 3 bits
|
|
96
|
+
intermediate |= (byte & 0b01111111) << position;
|
|
97
|
+
// If position is 28
|
|
98
|
+
// it means that this iteration needs to be written the the two's complement view
|
|
99
|
+
// This only happens once due to the `-4` in this branch
|
|
100
|
+
if (position === 28) {
|
|
101
|
+
// Write to the view
|
|
102
|
+
U32_VIEW[0] = intermediate;
|
|
103
|
+
// set `intermediate` to the remaining 3 bits
|
|
104
|
+
// We only want the remaining three bits because the other 4 have been "consumed" on line 21
|
|
105
|
+
intermediate = (byte & 0b01110000) >>> 4;
|
|
106
|
+
// set `position` to -4 because later 7 will be added, making it 3
|
|
107
|
+
position = -4;
|
|
108
|
+
}
|
|
109
|
+
// Increment the shift position by 7
|
|
110
|
+
position += 7;
|
|
111
|
+
// Increment the iterator by 1
|
|
112
|
+
i++;
|
|
113
|
+
// Keep going while there is a continuation bit
|
|
114
|
+
} while ((byte & 0b10000000) === 0b10000000);
|
|
115
|
+
// subtract the initial offset from `i` to get the bytes read
|
|
116
|
+
const nRead = i - offset;
|
|
117
|
+
// If 10 bytes have been read and intermediate has overflown
|
|
118
|
+
// it means that the varint is malformed
|
|
119
|
+
// If 11 bytes have been read it means that the varint is malformed
|
|
120
|
+
// If `i` is bigger than the buffer it means we overread the buffer and the varint is malformed
|
|
121
|
+
if ((nRead === 10 && intermediate > -1) || nRead === 11 || i > buf.length) {
|
|
122
|
+
throw new RangeError("Cannot decode the varint input: Malformed or overflow varint");
|
|
123
|
+
}
|
|
124
|
+
// Write the intermediate value to the "empty" slot
|
|
125
|
+
// if the first slot is taken. Take the second slot
|
|
126
|
+
U32_VIEW[Number(nRead > 4)] = intermediate;
|
|
127
|
+
return [U64_VIEW[0], i];
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Given a `buf`, starting at `offset` (default: 0), begin decoding bytes as
|
|
131
|
+
* Varint encoded bytes, for a maximum of 5 bytes (offset + 5). The returned
|
|
132
|
+
* tuple is of the decoded varint 32-bit number, and the new offset with which
|
|
133
|
+
* to continue decoding other data.
|
|
134
|
+
*
|
|
135
|
+
* Varints are _not 32-bit by default_ so this should only be used in cases
|
|
136
|
+
* where the varint is _assured_ to be 32-bits. If in doubt, use `decode()`.
|
|
137
|
+
*
|
|
138
|
+
* To know how many bytes the Varint took to encode, simply negate `offset`
|
|
139
|
+
* from the returned new `offset`.
|
|
140
|
+
*
|
|
141
|
+
* @param buf The buffer to decode from.
|
|
142
|
+
* @param offset The offset to start decoding from.
|
|
143
|
+
* @returns A tuple of the decoded varint 32-bit number, and the new offset.
|
|
144
|
+
*
|
|
145
|
+
* @example Usage
|
|
146
|
+
* ```ts
|
|
147
|
+
* import { decodeVarint32 } from "@std/encoding/varint";
|
|
148
|
+
* import { assertEquals } from "@std/assert";
|
|
149
|
+
*
|
|
150
|
+
* const buf = new Uint8Array([0x8E, 0x02]);
|
|
151
|
+
* assertEquals(decodeVarint32(buf), [270, 2]);
|
|
152
|
+
* ```
|
|
153
|
+
*/
|
|
154
|
+
export function decodeVarint32(buf, offset = 0) {
|
|
155
|
+
let shift = 0;
|
|
156
|
+
let decoded = 0;
|
|
157
|
+
for (let i = offset; i <= Math.min(buf.length, offset + MaxVarintLen32); i += 1, shift += SHIFT) {
|
|
158
|
+
const byte = buf[i];
|
|
159
|
+
decoded += (byte & REST) * Math.pow(2, shift);
|
|
160
|
+
if (!(byte & MSB))
|
|
161
|
+
return [decoded, i + 1];
|
|
162
|
+
}
|
|
163
|
+
throw new RangeError("Cannot decode the varint input: Malformed or overflow varint");
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Takes unsigned number `num` and converts it into a Varint encoded
|
|
167
|
+
* `Uint8Array`, returning a tuple consisting of a `Uint8Array` slice of the
|
|
168
|
+
* encoded Varint, and an offset where the Varint encoded bytes end within the
|
|
169
|
+
* `Uint8Array`.
|
|
170
|
+
*
|
|
171
|
+
* If `buf` is not given then a Uint8Array will be created.
|
|
172
|
+
* `offset` defaults to `0`.
|
|
173
|
+
*
|
|
174
|
+
* If passed `buf` then that will be written into, starting at `offset`. The
|
|
175
|
+
* resulting returned `Uint8Array` will be a slice of `buf`. The resulting
|
|
176
|
+
* returned number is effectively `offset + bytesWritten`.
|
|
177
|
+
*
|
|
178
|
+
* @param num The number to encode.
|
|
179
|
+
* @param buf The buffer to write into.
|
|
180
|
+
* @param offset The offset to start writing at.
|
|
181
|
+
* @returns A tuple of the encoded Varint `Uint8Array` and the new offset.
|
|
182
|
+
*
|
|
183
|
+
* @example Usage
|
|
184
|
+
* ```ts
|
|
185
|
+
* import { encodeVarint } from "@std/encoding/varint";
|
|
186
|
+
* import { assertEquals } from "@std/assert";
|
|
187
|
+
*
|
|
188
|
+
* const buf = new Uint8Array(10);
|
|
189
|
+
* assertEquals(encodeVarint(42n, buf), [new Uint8Array([42]), 1]);
|
|
190
|
+
* ```
|
|
191
|
+
*/
|
|
192
|
+
export function encodeVarint(num, buf = new Uint8Array(MaxVarintLen64), offset = 0) {
|
|
193
|
+
num = BigInt(num);
|
|
194
|
+
if (num < 0n) {
|
|
195
|
+
throw new RangeError(`Cannot encode the input into varint as it should be non-negative integer: received ${num}`);
|
|
196
|
+
}
|
|
197
|
+
for (let i = offset; i <= Math.min(buf.length, MaxVarintLen64); i += 1) {
|
|
198
|
+
if (num < MSBN) {
|
|
199
|
+
buf[i] = Number(num);
|
|
200
|
+
i += 1;
|
|
201
|
+
return [buf.slice(offset, i), i];
|
|
202
|
+
}
|
|
203
|
+
buf[i] = Number((num & 0xffn) | MSBN);
|
|
204
|
+
num >>= SHIFTN;
|
|
205
|
+
}
|
|
206
|
+
throw new RangeError(`Cannot encode the input ${num} into varint as it overflows uint64`);
|
|
207
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AhkVar.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AhkVar.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,MAAM,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { AhkVar } from './AhkVar.js';
|
|
2
|
+
export type AhkVarList = {
|
|
3
|
+
toggleLauncher: AhkVar;
|
|
4
|
+
reserveTop: AhkVar;
|
|
5
|
+
reserveBottom: AhkVar;
|
|
6
|
+
reserveLeft: AhkVar;
|
|
7
|
+
reserveRight: AhkVar;
|
|
8
|
+
reserveFloat: AhkVar;
|
|
9
|
+
reserveStack: AhkVar;
|
|
10
|
+
focusTop: AhkVar;
|
|
11
|
+
focusBottom: AhkVar;
|
|
12
|
+
focusLeft: AhkVar;
|
|
13
|
+
focusRight: AhkVar;
|
|
14
|
+
focusLatest: AhkVar;
|
|
15
|
+
increaseWidth: AhkVar;
|
|
16
|
+
decreaseWidth: AhkVar;
|
|
17
|
+
increaseHeight: AhkVar;
|
|
18
|
+
decreaseHeight: AhkVar;
|
|
19
|
+
restoreSizes: AhkVar;
|
|
20
|
+
switchWorkspace0: AhkVar;
|
|
21
|
+
switchWorkspace1: AhkVar;
|
|
22
|
+
switchWorkspace2: AhkVar;
|
|
23
|
+
switchWorkspace3: AhkVar;
|
|
24
|
+
switchWorkspace4: AhkVar;
|
|
25
|
+
switchWorkspace5: AhkVar;
|
|
26
|
+
switchWorkspace6: AhkVar;
|
|
27
|
+
switchWorkspace7: AhkVar;
|
|
28
|
+
switchWorkspace8: AhkVar;
|
|
29
|
+
switchWorkspace9: AhkVar;
|
|
30
|
+
moveToWorkspace0: AhkVar;
|
|
31
|
+
moveToWorkspace1: AhkVar;
|
|
32
|
+
moveToWorkspace2: AhkVar;
|
|
33
|
+
moveToWorkspace3: AhkVar;
|
|
34
|
+
moveToWorkspace4: AhkVar;
|
|
35
|
+
moveToWorkspace5: AhkVar;
|
|
36
|
+
moveToWorkspace6: AhkVar;
|
|
37
|
+
moveToWorkspace7: AhkVar;
|
|
38
|
+
moveToWorkspace8: AhkVar;
|
|
39
|
+
moveToWorkspace9: AhkVar;
|
|
40
|
+
sendToWorkspace0: AhkVar;
|
|
41
|
+
sendToWorkspace1: AhkVar;
|
|
42
|
+
sendToWorkspace2: AhkVar;
|
|
43
|
+
sendToWorkspace3: AhkVar;
|
|
44
|
+
sendToWorkspace4: AhkVar;
|
|
45
|
+
sendToWorkspace5: AhkVar;
|
|
46
|
+
sendToWorkspace6: AhkVar;
|
|
47
|
+
sendToWorkspace7: AhkVar;
|
|
48
|
+
sendToWorkspace8: AhkVar;
|
|
49
|
+
sendToWorkspace9: AhkVar;
|
|
50
|
+
miscOpenSettings: AhkVar;
|
|
51
|
+
miscToggleLockTracing: AhkVar;
|
|
52
|
+
miscToggleWinEventTracing: AhkVar;
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=AhkVarList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AhkVarList.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AhkVarList.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,MAAM,UAAU,GAAG;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { AppExtraFlag } from './AppExtraFlag.js';
|
|
2
|
+
import type { AppIdentifier } from './AppIdentifier.js';
|
|
3
|
+
export type AppConfig = {
|
|
4
|
+
/**
|
|
5
|
+
* name of the app
|
|
6
|
+
*/
|
|
7
|
+
name: string;
|
|
8
|
+
/**
|
|
9
|
+
* category to group the app under
|
|
10
|
+
*/
|
|
11
|
+
category: string | null;
|
|
12
|
+
/**
|
|
13
|
+
* monitor index that the app should be bound to
|
|
14
|
+
*/
|
|
15
|
+
boundMonitor: number | null;
|
|
16
|
+
/**
|
|
17
|
+
* workspace index that the app should be bound to
|
|
18
|
+
*/
|
|
19
|
+
boundWorkspace: number | null;
|
|
20
|
+
/**
|
|
21
|
+
* app identifier
|
|
22
|
+
*/
|
|
23
|
+
identifier: AppIdentifier;
|
|
24
|
+
/**
|
|
25
|
+
* extra specific options/settings for the app
|
|
26
|
+
*/
|
|
27
|
+
options: Array<AppExtraFlag>;
|
|
28
|
+
/**
|
|
29
|
+
* is this config bundled with seelen ui.
|
|
30
|
+
*/
|
|
31
|
+
isBundled: boolean;
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=AppConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppConfig.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAC1B;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC7B;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppExtraFlag.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppExtraFlag.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { AppIdentifierType } from './AppIdentifierType.js';
|
|
2
|
+
import type { MatchingStrategy } from './MatchingStrategy.js';
|
|
3
|
+
export type AppIdentifier = {
|
|
4
|
+
id: string;
|
|
5
|
+
kind: AppIdentifierType;
|
|
6
|
+
matchingStrategy: MatchingStrategy;
|
|
7
|
+
negation: boolean;
|
|
8
|
+
and: Array<AppIdentifier>;
|
|
9
|
+
or: Array<AppIdentifier>;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=AppIdentifier.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppIdentifier.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppIdentifier.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,iBAAiB,CAAC;IACxB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC1B,EAAE,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppIdentifierType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/AppIdentifierType.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,iBAAiB,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Border.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Border.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,MAAM,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import type { DateUpdateInterval } from './DateUpdateInterval.js';
|
|
2
|
+
import type { StyleValue } from './StyleValue.js';
|
|
3
|
+
export type DateToolbarItem = {
|
|
4
|
+
/**
|
|
5
|
+
* Id to identify the item, should be unique.
|
|
6
|
+
*/
|
|
7
|
+
id: string;
|
|
8
|
+
/**
|
|
9
|
+
* Content to display in the item.
|
|
10
|
+
*
|
|
11
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
12
|
+
*
|
|
13
|
+
* ## Date Item Scope
|
|
14
|
+
* ```ts
|
|
15
|
+
* const date: string; // the formatted date
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
template: string;
|
|
19
|
+
/**
|
|
20
|
+
* Content to display in tooltip of the item.
|
|
21
|
+
*
|
|
22
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
23
|
+
*
|
|
24
|
+
* ## Date Item Scope
|
|
25
|
+
* ```ts
|
|
26
|
+
* const date: string; // the formatted date
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
tooltip: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Badge will be displayed over the item, useful as notifications.
|
|
32
|
+
*
|
|
33
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
34
|
+
*
|
|
35
|
+
* ## Date Item Scope
|
|
36
|
+
* ```ts
|
|
37
|
+
* const date: string; // the formatted date
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
badge: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Deprecated use `onClickV2` instead.
|
|
43
|
+
*/
|
|
44
|
+
onClick: string | null;
|
|
45
|
+
/**
|
|
46
|
+
* This code will be parsed and executed when the item is clicked.
|
|
47
|
+
*
|
|
48
|
+
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
49
|
+
*
|
|
50
|
+
* ## Date Item Scope
|
|
51
|
+
* ```ts
|
|
52
|
+
* const date: string; // the formatted date
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
onClickV2: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
58
|
+
*/
|
|
59
|
+
style: {
|
|
60
|
+
[key in string]?: StyleValue | null;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* @deprecated -- v2 uses settings date format instead (it will perform the minimal updates)
|
|
64
|
+
*/
|
|
65
|
+
each: DateUpdateInterval;
|
|
66
|
+
/**
|
|
67
|
+
* @deprecated -- v2 uses settings date format instead
|
|
68
|
+
*/
|
|
69
|
+
format: string;
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=DateToolbarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DateToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;OASG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;OASG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;OASG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;OASG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;IAC/C;;OAEG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateUpdateInterval.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DateUpdateInterval.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { StyleValue } from './StyleValue.js';
|
|
2
|
+
export type DeviceToolbarItem = {
|
|
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
|
+
* ## Device 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
|
+
* ## Device 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
|
+
* ## Device 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
|
+
* ## Device 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=DeviceToolbarItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DeviceToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;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 {};
|