@seelen-ui/lib 2.4.10 → 2.5.0
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/gen/types/AppNotification.d.ts +1 -1
- package/esm/gen/types/AppsConfigurationList.d.ts +3 -0
- package/esm/gen/types/AppsConfigurationList.d.ts.map +1 -0
- package/esm/gen/types/BluetoothDevice.d.ts +1 -1
- package/esm/gen/types/ContextMenu.d.ts +6 -0
- package/esm/gen/types/ContextMenu.d.ts.map +1 -0
- package/esm/gen/types/ContextMenuItem.d.ts +26 -0
- package/esm/gen/types/ContextMenuItem.d.ts.map +1 -0
- package/esm/gen/types/Core.d.ts +7 -0
- package/esm/gen/types/Core.d.ts.map +1 -0
- package/esm/gen/types/CssStyles.d.ts +1 -1
- package/esm/gen/types/CssStyles.d.ts.map +1 -1
- package/esm/gen/types/DesktopWorkspace.d.ts +2 -0
- package/esm/gen/types/DesktopWorkspace.d.ts.map +1 -1
- package/esm/gen/types/Disk.d.ts +11 -0
- package/esm/gen/types/Disk.d.ts.map +1 -0
- package/esm/gen/types/FolderChangedArgs.d.ts +1 -2
- package/esm/gen/types/FolderChangedArgs.d.ts.map +1 -1
- package/esm/gen/types/FolderType.d.ts +0 -1
- package/esm/gen/types/FolderType.d.ts.map +1 -1
- package/esm/gen/types/FolderType.js +0 -1
- package/esm/gen/types/Frame.d.ts +7 -0
- package/esm/gen/types/Frame.d.ts.map +1 -0
- package/esm/gen/types/ImeStatus.d.ts +5 -0
- package/esm/gen/types/ImeStatus.d.ts.map +1 -0
- package/esm/gen/types/KeyboardLayout.d.ts +1 -1
- package/esm/gen/types/MediaPlayerTimeline.d.ts +6 -6
- package/esm/gen/types/Memory.d.ts +7 -0
- package/esm/gen/types/Memory.d.ts.map +1 -0
- package/esm/gen/types/MonitorBrightness.d.ts +8 -0
- package/esm/gen/types/MonitorBrightness.d.ts.map +1 -0
- package/esm/gen/types/MonitorConfiguration.d.ts +13 -0
- package/esm/gen/types/MonitorConfiguration.d.ts.map +1 -1
- package/esm/gen/types/MultimonitorBehaviour.d.ts +5 -0
- package/esm/gen/types/MultimonitorBehaviour.d.ts.map +1 -0
- package/esm/gen/types/MultimonitorBehaviour.js +6 -0
- package/esm/gen/types/NetworkStatistics.d.ts +8 -0
- package/esm/gen/types/NetworkStatistics.d.ts.map +1 -0
- package/esm/gen/types/PhysicalMonitor.d.ts +1 -1
- package/esm/gen/types/PhysicalMonitor.d.ts.map +1 -1
- package/esm/gen/types/Point.d.ts +5 -0
- package/esm/gen/types/Point.d.ts.map +1 -0
- package/esm/gen/types/Rect.d.ts +6 -0
- package/esm/gen/types/Rect.d.ts.map +1 -1
- package/esm/gen/types/Resource.d.ts +3 -1
- package/esm/gen/types/Resource.d.ts.map +1 -1
- package/esm/gen/types/ResourceId.d.ts +2 -1
- package/esm/gen/types/ResourceId.d.ts.map +1 -1
- package/esm/gen/types/ResourceMetadata.d.ts +6 -1
- package/esm/gen/types/ResourceMetadata.d.ts.map +1 -1
- package/esm/gen/types/ResourceText.d.ts +1 -1
- package/esm/gen/types/ResourceText.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts +1 -1
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandArgument.d.ts +67 -31
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandGetKeyStateArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandGetKeyStateArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandReadFileArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandReadFileArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts +72 -35
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandRunArgs.d.ts +1 -0
- package/esm/gen/types/SeelenCommandRunArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts +1 -1
- package/esm/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSetMonitorBrightnessArgs.js +2 -0
- package/esm/gen/types/SeelenCommandSetSelfPositionArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSetSelfPositionArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -3
- package/esm/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWriteFileArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandWriteFileArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWriteFileArgs.js +2 -0
- package/esm/gen/types/SeelenEventPayload.d.ts +28 -17
- package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/gen/types/SeelenWallSettings.d.ts +13 -1
- package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -1
- package/esm/gen/types/SeelenWegSettings.d.ts +0 -4
- package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/esm/gen/types/Settings.d.ts +14 -1
- package/esm/gen/types/Settings.d.ts.map +1 -1
- package/esm/gen/types/SettingsByWidget.d.ts +3 -5
- package/esm/gen/types/SettingsByWidget.d.ts.map +1 -1
- package/esm/gen/types/SluHotkeyAction.d.ts +1 -1
- package/esm/gen/types/SluHotkeyAction.d.ts.map +1 -1
- package/esm/gen/types/StartMenuItem.d.ts +4 -0
- package/esm/gen/types/StartMenuItem.d.ts.map +1 -1
- package/esm/gen/types/StartMenuLayout.d.ts +5 -0
- package/esm/gen/types/StartMenuLayout.d.ts.map +1 -0
- package/esm/gen/types/StartMenuLayoutItem.d.ts +10 -0
- package/esm/gen/types/StartMenuLayoutItem.d.ts.map +1 -0
- package/esm/gen/types/StartMenuLayoutItem.js +2 -0
- package/esm/gen/types/StartOfWeek.d.ts +6 -0
- package/esm/gen/types/StartOfWeek.d.ts.map +1 -0
- package/esm/gen/types/StartOfWeek.js +7 -0
- package/esm/gen/types/SystemLanguage.d.ts +4 -1
- package/esm/gen/types/SystemLanguage.d.ts.map +1 -1
- package/esm/gen/types/ThemeSettings.d.ts +1 -1
- package/esm/gen/types/ThemeSettings.d.ts.map +1 -1
- package/esm/gen/types/ThirdPartyWidgetSettings.d.ts +3 -3
- package/esm/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/esm/gen/types/ToolbarItem.d.ts +40 -39
- package/esm/gen/types/ToolbarItem.d.ts.map +1 -1
- package/esm/gen/types/ToolbarJsScope.d.ts +17 -0
- package/esm/gen/types/ToolbarJsScope.d.ts.map +1 -0
- package/esm/gen/types/ToolbarJsScope.js +18 -0
- package/esm/gen/types/{Placeholder.d.ts → ToolbarState.d.ts} +2 -2
- package/esm/gen/types/ToolbarState.d.ts.map +1 -0
- package/esm/gen/types/UniqueIconPackEntry.d.ts +4 -0
- package/esm/gen/types/UniqueIconPackEntry.d.ts.map +1 -1
- package/esm/gen/types/User.d.ts +1 -0
- package/esm/gen/types/User.d.ts.map +1 -1
- package/esm/gen/types/UserAppWindowPreview.d.ts +7 -0
- package/esm/gen/types/UserAppWindowPreview.d.ts.map +1 -0
- package/esm/gen/types/UserAppWindowPreview.js +2 -0
- package/esm/gen/types/VirtualDesktopMonitor.d.ts +1 -3
- package/esm/gen/types/VirtualDesktopMonitor.d.ts.map +1 -1
- package/esm/gen/types/VirtualDesktops.d.ts +1 -1
- package/esm/gen/types/VirtualDesktops.d.ts.map +1 -1
- package/esm/gen/types/WallpaperCollection.d.ts +7 -0
- package/esm/gen/types/WallpaperCollection.d.ts.map +1 -0
- package/esm/gen/types/WegAppGroupItem.d.ts +1 -1
- package/esm/gen/types/WegItem.d.ts +3 -0
- package/esm/gen/types/WegItem.d.ts.map +1 -1
- package/esm/gen/types/WegItemType.d.ts +2 -1
- package/esm/gen/types/WegItemType.d.ts.map +1 -1
- package/esm/gen/types/WegItemType.js +1 -0
- package/esm/gen/types/WidgetConfigDefinition.d.ts +9 -0
- package/esm/gen/types/WidgetConfigDefinition.d.ts.map +1 -0
- package/esm/gen/types/WidgetConfigGroup.d.ts +20 -0
- package/esm/gen/types/WidgetConfigGroup.d.ts.map +1 -0
- package/esm/gen/types/WidgetLoader.d.ts +1 -0
- package/esm/gen/types/WidgetLoader.d.ts.map +1 -1
- package/esm/gen/types/WidgetLoader.js +1 -0
- package/esm/gen/types/WidgetSelectOption.d.ts +19 -0
- package/esm/gen/types/WidgetSelectOption.d.ts.map +1 -0
- package/esm/gen/types/WidgetSelectSubtype.d.ts +8 -0
- package/esm/gen/types/WidgetSelectSubtype.d.ts.map +1 -0
- package/esm/gen/types/WidgetSelectSubtype.js +9 -0
- package/esm/gen/types/WidgetSettingColor.d.ts +38 -0
- package/esm/gen/types/WidgetSettingColor.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingInputNumber.d.ts +46 -0
- package/esm/gen/types/WidgetSettingInputNumber.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingInputText.d.ts +46 -0
- package/esm/gen/types/WidgetSettingInputText.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingItem.d.ts +23 -0
- package/esm/gen/types/WidgetSettingItem.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingRange.d.ts +46 -0
- package/esm/gen/types/WidgetSettingRange.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingSelect.d.ts +44 -0
- package/esm/gen/types/WidgetSettingSelect.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingSwitch.d.ts +34 -0
- package/esm/gen/types/WidgetSettingSwitch.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingsDeclarationList.d.ts +7 -8
- package/esm/gen/types/WidgetSettingsDeclarationList.d.ts.map +1 -1
- package/esm/gen/types/WidgetStatus.d.ts +1 -1
- package/esm/gen/types/WidgetStatus.d.ts.map +1 -1
- package/esm/gen/types/WidgetStatus.js +1 -1
- package/esm/gen/types/WidgetTriggerPayload.d.ts +3 -2
- package/esm/gen/types/WidgetTriggerPayload.d.ts.map +1 -1
- package/esm/gen/types/WindowManagerSettings.d.ts +5 -0
- package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -1
- package/esm/gen/types/WmAnimations.d.ts +1 -1
- package/esm/gen/types/WmDragBehavior.d.ts +5 -0
- package/esm/gen/types/WmDragBehavior.d.ts.map +1 -0
- package/esm/gen/types/WmDragBehavior.js +6 -0
- package/esm/gen/types/WmRenderTree.d.ts +6 -0
- package/esm/gen/types/WmRenderTree.d.ts.map +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 +2 -0
- package/esm/gen/types/mod.d.ts +44 -41
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +44 -41
- package/esm/src/handlers/commands.d.ts +33 -18
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +32 -17
- package/esm/src/handlers/events.d.ts +12 -9
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +11 -8
- package/esm/src/lib.d.ts +1 -1
- package/esm/src/lib.d.ts.map +1 -1
- package/esm/src/state/icon_pack.d.ts.map +1 -1
- package/esm/src/state/mod.d.ts +0 -13
- package/esm/src/state/mod.d.ts.map +1 -1
- package/esm/src/state/mod.js +0 -19
- package/esm/src/state/plugin/mod.js +1 -1
- package/esm/src/state/settings/mod.d.ts +1 -8
- package/esm/src/state/settings/mod.d.ts.map +1 -1
- package/esm/src/state/settings/mod.js +1 -23
- package/esm/src/state/theme/mod.js +1 -1
- package/esm/src/state/widget/interfaces.d.ts +39 -0
- package/esm/src/state/widget/interfaces.d.ts.map +1 -0
- package/esm/src/state/widget/mod.d.ts +26 -49
- package/esm/src/state/widget/mod.d.ts.map +1 -1
- package/esm/src/state/widget/mod.js +179 -112
- package/esm/src/state/widget/positioning.d.ts +7 -11
- package/esm/src/state/widget/positioning.d.ts.map +1 -1
- package/esm/src/state/widget/positioning.js +42 -30
- package/esm/src/state/widget/sizing.d.ts +8 -6
- package/esm/src/state/widget/sizing.d.ts.map +1 -1
- package/esm/src/state/widget/sizing.js +46 -22
- package/esm/src/system_state/language.d.ts +1 -13
- package/esm/src/system_state/language.d.ts.map +1 -1
- package/esm/src/system_state/user.d.ts +1 -30
- package/esm/src/system_state/user.d.ts.map +1 -1
- package/esm/src/system_state/user.js +1 -48
- package/package.json +6 -6
- package/readme.md +1 -1
- package/script/gen/types/AppNotification.d.ts +1 -1
- package/script/gen/types/AppsConfigurationList.d.ts +3 -0
- package/script/gen/types/AppsConfigurationList.d.ts.map +1 -0
- package/script/gen/types/BluetoothDevice.d.ts +1 -1
- package/script/gen/types/ContextMenu.d.ts +6 -0
- package/script/gen/types/ContextMenu.d.ts.map +1 -0
- package/script/gen/types/ContextMenuItem.d.ts +26 -0
- package/script/gen/types/ContextMenuItem.d.ts.map +1 -0
- package/script/gen/types/Core.d.ts +7 -0
- package/script/gen/types/Core.d.ts.map +1 -0
- package/script/gen/types/CssStyles.d.ts +1 -1
- package/script/gen/types/CssStyles.d.ts.map +1 -1
- package/script/gen/types/DesktopWorkspace.d.ts +2 -0
- package/script/gen/types/DesktopWorkspace.d.ts.map +1 -1
- package/script/gen/types/Disk.d.ts +11 -0
- package/script/gen/types/Disk.d.ts.map +1 -0
- package/script/gen/types/FolderChangedArgs.d.ts +1 -2
- package/script/gen/types/FolderChangedArgs.d.ts.map +1 -1
- package/script/gen/types/FolderType.d.ts +0 -1
- package/script/gen/types/FolderType.d.ts.map +1 -1
- package/script/gen/types/FolderType.js +0 -1
- package/script/gen/types/Frame.d.ts +7 -0
- package/script/gen/types/Frame.d.ts.map +1 -0
- package/script/gen/types/ImeStatus.d.ts +5 -0
- package/script/gen/types/ImeStatus.d.ts.map +1 -0
- package/script/gen/types/KeyboardLayout.d.ts +1 -1
- package/script/gen/types/MediaPlayerTimeline.d.ts +6 -6
- package/script/gen/types/Memory.d.ts +7 -0
- package/script/gen/types/Memory.d.ts.map +1 -0
- package/script/gen/types/MonitorBrightness.d.ts +8 -0
- package/script/gen/types/MonitorBrightness.d.ts.map +1 -0
- package/script/gen/types/MonitorConfiguration.d.ts +13 -0
- package/script/gen/types/MonitorConfiguration.d.ts.map +1 -1
- package/script/gen/types/MultimonitorBehaviour.d.ts +5 -0
- package/script/gen/types/MultimonitorBehaviour.d.ts.map +1 -0
- package/script/gen/types/MultimonitorBehaviour.js +9 -0
- package/script/gen/types/NetworkStatistics.d.ts +8 -0
- package/script/gen/types/NetworkStatistics.d.ts.map +1 -0
- package/script/gen/types/PhysicalMonitor.d.ts +1 -1
- package/script/gen/types/PhysicalMonitor.d.ts.map +1 -1
- package/script/gen/types/Point.d.ts +5 -0
- package/script/gen/types/Point.d.ts.map +1 -0
- package/script/gen/types/Rect.d.ts +6 -0
- package/script/gen/types/Rect.d.ts.map +1 -1
- package/script/gen/types/Resource.d.ts +3 -1
- package/script/gen/types/Resource.d.ts.map +1 -1
- package/script/gen/types/ResourceId.d.ts +2 -1
- package/script/gen/types/ResourceId.d.ts.map +1 -1
- package/script/gen/types/ResourceMetadata.d.ts +6 -1
- package/script/gen/types/ResourceMetadata.d.ts.map +1 -1
- package/script/gen/types/ResourceText.d.ts +1 -1
- package/script/gen/types/ResourceText.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts +1 -1
- package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandArgument.d.ts +67 -31
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandCreateWorkspaceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandDestroyWorkspaceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandGetKeyStateArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandGetKeyStateArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandReadFileArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandReadFileArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandRenameWorkspaceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandReturn.d.ts +72 -35
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandRunArgs.d.ts +1 -0
- package/script/gen/types/SeelenCommandRunArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts +1 -1
- package/script/gen/types/SeelenCommandSetAppWindowsPositionsArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSetMonitorBrightnessArgs.js +3 -0
- package/script/gen/types/SeelenCommandSetSelfPositionArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSetSelfPositionArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandStateWriteToolbarItemsArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -3
- package/script/gen/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandTriggerContextMenuArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWriteFileArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandWriteFileArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWriteFileArgs.js +3 -0
- package/script/gen/types/SeelenEventPayload.d.ts +28 -17
- package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/gen/types/SeelenWallSettings.d.ts +13 -1
- package/script/gen/types/SeelenWallSettings.d.ts.map +1 -1
- package/script/gen/types/SeelenWegSettings.d.ts +0 -4
- package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/script/gen/types/Settings.d.ts +14 -1
- package/script/gen/types/Settings.d.ts.map +1 -1
- package/script/gen/types/SettingsByWidget.d.ts +3 -5
- package/script/gen/types/SettingsByWidget.d.ts.map +1 -1
- package/script/gen/types/SluHotkeyAction.d.ts +1 -1
- package/script/gen/types/SluHotkeyAction.d.ts.map +1 -1
- package/script/gen/types/StartMenuItem.d.ts +4 -0
- package/script/gen/types/StartMenuItem.d.ts.map +1 -1
- package/script/gen/types/StartMenuLayout.d.ts +5 -0
- package/script/gen/types/StartMenuLayout.d.ts.map +1 -0
- package/script/gen/types/StartMenuLayoutItem.d.ts +10 -0
- package/script/gen/types/StartMenuLayoutItem.d.ts.map +1 -0
- package/script/gen/types/StartMenuLayoutItem.js +3 -0
- package/script/gen/types/StartOfWeek.d.ts +6 -0
- package/script/gen/types/StartOfWeek.d.ts.map +1 -0
- package/script/gen/types/StartOfWeek.js +10 -0
- package/script/gen/types/SystemLanguage.d.ts +4 -1
- package/script/gen/types/SystemLanguage.d.ts.map +1 -1
- package/script/gen/types/ThemeSettings.d.ts +1 -1
- package/script/gen/types/ThemeSettings.d.ts.map +1 -1
- package/script/gen/types/ThirdPartyWidgetSettings.d.ts +3 -3
- package/script/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/script/gen/types/ToolbarItem.d.ts +40 -39
- package/script/gen/types/ToolbarItem.d.ts.map +1 -1
- package/script/gen/types/ToolbarJsScope.d.ts +17 -0
- package/script/gen/types/ToolbarJsScope.d.ts.map +1 -0
- package/script/gen/types/ToolbarJsScope.js +21 -0
- package/script/gen/types/{Placeholder.d.ts → ToolbarState.d.ts} +2 -2
- package/script/gen/types/ToolbarState.d.ts.map +1 -0
- package/script/gen/types/UniqueIconPackEntry.d.ts +4 -0
- package/script/gen/types/UniqueIconPackEntry.d.ts.map +1 -1
- package/script/gen/types/User.d.ts +1 -0
- package/script/gen/types/User.d.ts.map +1 -1
- package/script/gen/types/UserAppWindowPreview.d.ts +7 -0
- package/script/gen/types/UserAppWindowPreview.d.ts.map +1 -0
- package/script/gen/types/UserAppWindowPreview.js +3 -0
- package/script/gen/types/VirtualDesktopMonitor.d.ts +1 -3
- package/script/gen/types/VirtualDesktopMonitor.d.ts.map +1 -1
- package/script/gen/types/VirtualDesktops.d.ts +1 -1
- package/script/gen/types/VirtualDesktops.d.ts.map +1 -1
- package/script/gen/types/WallpaperCollection.d.ts +7 -0
- package/script/gen/types/WallpaperCollection.d.ts.map +1 -0
- package/script/gen/types/WegAppGroupItem.d.ts +1 -1
- package/script/gen/types/WegItem.d.ts +3 -0
- package/script/gen/types/WegItem.d.ts.map +1 -1
- package/script/gen/types/WegItemType.d.ts +2 -1
- package/script/gen/types/WegItemType.d.ts.map +1 -1
- package/script/gen/types/WegItemType.js +1 -0
- package/script/gen/types/WidgetConfigDefinition.d.ts +9 -0
- package/script/gen/types/WidgetConfigDefinition.d.ts.map +1 -0
- package/script/gen/types/WidgetConfigGroup.d.ts +20 -0
- package/script/gen/types/WidgetConfigGroup.d.ts.map +1 -0
- package/script/gen/types/WidgetLoader.d.ts +1 -0
- package/script/gen/types/WidgetLoader.d.ts.map +1 -1
- package/script/gen/types/WidgetLoader.js +1 -0
- package/script/gen/types/WidgetSelectOption.d.ts +19 -0
- package/script/gen/types/WidgetSelectOption.d.ts.map +1 -0
- package/script/gen/types/WidgetSelectSubtype.d.ts +8 -0
- package/script/gen/types/WidgetSelectSubtype.d.ts.map +1 -0
- package/script/gen/types/WidgetSelectSubtype.js +12 -0
- package/script/gen/types/WidgetSettingColor.d.ts +38 -0
- package/script/gen/types/WidgetSettingColor.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingInputNumber.d.ts +46 -0
- package/script/gen/types/WidgetSettingInputNumber.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingInputText.d.ts +46 -0
- package/script/gen/types/WidgetSettingInputText.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingItem.d.ts +23 -0
- package/script/gen/types/WidgetSettingItem.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingRange.d.ts +46 -0
- package/script/gen/types/WidgetSettingRange.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingSelect.d.ts +44 -0
- package/script/gen/types/WidgetSettingSelect.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingSwitch.d.ts +34 -0
- package/script/gen/types/WidgetSettingSwitch.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingsDeclarationList.d.ts +7 -8
- package/script/gen/types/WidgetSettingsDeclarationList.d.ts.map +1 -1
- package/script/gen/types/WidgetStatus.d.ts +1 -1
- package/script/gen/types/WidgetStatus.d.ts.map +1 -1
- package/script/gen/types/WidgetStatus.js +1 -1
- package/script/gen/types/WidgetTriggerPayload.d.ts +3 -2
- package/script/gen/types/WidgetTriggerPayload.d.ts.map +1 -1
- package/script/gen/types/WindowManagerSettings.d.ts +5 -0
- package/script/gen/types/WindowManagerSettings.d.ts.map +1 -1
- package/script/gen/types/WmAnimations.d.ts +1 -1
- package/script/gen/types/WmDragBehavior.d.ts +5 -0
- package/script/gen/types/WmDragBehavior.d.ts.map +1 -0
- package/script/gen/types/WmDragBehavior.js +9 -0
- package/script/gen/types/WmRenderTree.d.ts +6 -0
- package/script/gen/types/WmRenderTree.d.ts.map +1 -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 +3 -0
- package/script/gen/types/mod.d.ts +44 -41
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +44 -41
- package/script/src/handlers/commands.d.ts +33 -18
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +32 -17
- package/script/src/handlers/events.d.ts +12 -9
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +11 -8
- package/script/src/lib.d.ts +1 -1
- package/script/src/lib.d.ts.map +1 -1
- package/script/src/state/icon_pack.d.ts.map +1 -1
- package/script/src/state/mod.d.ts +0 -13
- package/script/src/state/mod.d.ts.map +1 -1
- package/script/src/state/mod.js +0 -21
- package/script/src/state/plugin/mod.js +1 -1
- package/script/src/state/settings/mod.d.ts +1 -8
- package/script/src/state/settings/mod.d.ts.map +1 -1
- package/script/src/state/settings/mod.js +0 -36
- package/script/src/state/theme/mod.js +1 -1
- package/script/src/state/widget/interfaces.d.ts +39 -0
- package/script/src/state/widget/interfaces.d.ts.map +1 -0
- package/script/src/state/widget/mod.d.ts +26 -49
- package/script/src/state/widget/mod.d.ts.map +1 -1
- package/script/src/state/widget/mod.js +179 -113
- package/script/src/state/widget/positioning.d.ts +7 -11
- package/script/src/state/widget/positioning.d.ts.map +1 -1
- package/script/src/state/widget/positioning.js +45 -31
- package/script/src/state/widget/sizing.d.ts +8 -6
- package/script/src/state/widget/sizing.d.ts.map +1 -1
- package/script/src/state/widget/sizing.js +45 -21
- package/script/src/system_state/language.d.ts +1 -13
- package/script/src/system_state/language.d.ts.map +1 -1
- package/script/src/system_state/user.d.ts +1 -30
- package/script/src/system_state/user.d.ts.map +1 -1
- package/script/src/system_state/user.js +1 -56
- package/esm/gen/types/BluetoothToolbarItem.d.ts +0 -193
- package/esm/gen/types/BluetoothToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Brightness.d.ts +0 -6
- package/esm/gen/types/Brightness.d.ts.map +0 -1
- package/esm/gen/types/DateToolbarItem.d.ts +0 -69
- package/esm/gen/types/DateToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/DeviceToolbarItem.d.ts +0 -61
- package/esm/gen/types/DeviceToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/File.d.ts +0 -5
- package/esm/gen/types/File.d.ts.map +0 -1
- package/esm/gen/types/GenericToolbarItem.d.ts +0 -89
- package/esm/gen/types/GenericToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/KeyboardToolbarItem.d.ts +0 -145
- package/esm/gen/types/KeyboardToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/LauncherHistory.d.ts +0 -4
- package/esm/gen/types/LauncherHistory.d.ts.map +0 -1
- package/esm/gen/types/MediaToolbarItem.d.ts +0 -145
- package/esm/gen/types/MediaToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/NetworkToolbarItem.d.ts +0 -125
- package/esm/gen/types/NetworkToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/NotificationsToolbarItem.d.ts +0 -69
- package/esm/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Placeholder.d.ts.map +0 -1
- package/esm/gen/types/PowerToolbarItem.d.ts +0 -265
- package/esm/gen/types/PowerToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/Profile.d.ts +0 -8
- package/esm/gen/types/Profile.d.ts.map +0 -1
- package/esm/gen/types/ProfileSettings.d.ts +0 -4
- package/esm/gen/types/ProfileSettings.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandRunAsAdminArgs.d.ts +0 -6
- package/esm/gen/types/SeelenCommandRunAsAdminArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandSendKeysArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandSendKeysArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts +0 -6
- package/esm/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts +0 -4
- package/esm/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherMonitor.d.ts +0 -5
- package/esm/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherMonitor.js +0 -6
- package/esm/gen/types/SeelenLauncherRunner.d.ts +0 -7
- package/esm/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
- package/esm/gen/types/SeelenLauncherSettings.d.ts +0 -8
- package/esm/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
- package/esm/gen/types/SettingsToolbarItem.d.ts +0 -61
- package/esm/gen/types/SettingsToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/TextToolbarItem.d.ts +0 -121
- package/esm/gen/types/TextToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/ToolbarModuleType.d.ts +0 -16
- package/esm/gen/types/ToolbarModuleType.d.ts.map +0 -1
- package/esm/gen/types/ToolbarModuleType.js +0 -17
- package/esm/gen/types/UserApplication.d.ts +0 -7
- package/esm/gen/types/UserApplication.d.ts.map +0 -1
- package/esm/gen/types/UserToolbarItem.d.ts +0 -73
- package/esm/gen/types/UserToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItem.d.ts +0 -63
- package/esm/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts +0 -6
- package/esm/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
- package/esm/gen/types/WorkspaceToolbarItemMode.js +0 -7
- package/esm/gen/types/WsdGroup.d.ts +0 -8
- package/esm/gen/types/WsdGroup.d.ts.map +0 -1
- package/esm/gen/types/WsdGroupEntry.d.ts +0 -13
- package/esm/gen/types/WsdGroupEntry.d.ts.map +0 -1
- package/esm/gen/types/WsdItem.d.ts +0 -20
- package/esm/gen/types/WsdItem.d.ts.map +0 -1
- package/esm/gen/types/WsdItemColor.d.ts +0 -25
- package/esm/gen/types/WsdItemColor.d.ts.map +0 -1
- package/esm/gen/types/WsdItemInputNumber.d.ts +0 -26
- package/esm/gen/types/WsdItemInputNumber.d.ts.map +0 -1
- package/esm/gen/types/WsdItemInputText.d.ts +0 -24
- package/esm/gen/types/WsdItemInputText.d.ts.map +0 -1
- package/esm/gen/types/WsdItemRange.d.ts +0 -27
- package/esm/gen/types/WsdItemRange.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSelect.d.ts +0 -28
- package/esm/gen/types/WsdItemSelect.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSelect.js +0 -1
- package/esm/gen/types/WsdItemSelectOption.d.ts +0 -16
- package/esm/gen/types/WsdItemSelectOption.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSelectOption.js +0 -1
- package/esm/gen/types/WsdItemSelectSubtype.d.ts +0 -2
- package/esm/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSwitch.d.ts +0 -24
- package/esm/gen/types/WsdItemSwitch.d.ts.map +0 -1
- package/esm/gen/types/WsdItemSwitch.js +0 -1
- package/esm/src/state/placeholder.d.ts +0 -2
- package/esm/src/state/placeholder.d.ts.map +0 -1
- package/esm/src/state/placeholder.js +0 -1
- package/esm/src/state/profile.d.ts +0 -6
- package/esm/src/state/profile.d.ts.map +0 -1
- package/esm/src/state/profile.js +0 -8
- package/esm/src/state/settings/settings_by_monitor.d.ts +0 -7
- package/esm/src/state/settings/settings_by_monitor.d.ts.map +0 -1
- package/esm/src/state/settings/settings_by_monitor.js +0 -11
- package/esm/src/state/settings_by_app.d.ts +0 -8
- package/esm/src/state/settings_by_app.d.ts.map +0 -1
- package/esm/src/state/settings_by_app.js +0 -12
- package/esm/src/state/startup.d.ts +0 -5
- package/esm/src/state/startup.d.ts.map +0 -1
- package/esm/src/state/startup.js +0 -9
- package/script/gen/types/BluetoothToolbarItem.d.ts +0 -193
- package/script/gen/types/BluetoothToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Brightness.d.ts +0 -6
- package/script/gen/types/Brightness.d.ts.map +0 -1
- package/script/gen/types/DateToolbarItem.d.ts +0 -69
- package/script/gen/types/DateToolbarItem.d.ts.map +0 -1
- package/script/gen/types/DeviceToolbarItem.d.ts +0 -61
- package/script/gen/types/DeviceToolbarItem.d.ts.map +0 -1
- package/script/gen/types/File.d.ts +0 -5
- package/script/gen/types/File.d.ts.map +0 -1
- package/script/gen/types/GenericToolbarItem.d.ts +0 -89
- package/script/gen/types/GenericToolbarItem.d.ts.map +0 -1
- package/script/gen/types/KeyboardToolbarItem.d.ts +0 -145
- package/script/gen/types/KeyboardToolbarItem.d.ts.map +0 -1
- package/script/gen/types/LauncherHistory.d.ts +0 -4
- package/script/gen/types/LauncherHistory.d.ts.map +0 -1
- package/script/gen/types/MediaToolbarItem.d.ts +0 -145
- package/script/gen/types/MediaToolbarItem.d.ts.map +0 -1
- package/script/gen/types/NetworkToolbarItem.d.ts +0 -125
- package/script/gen/types/NetworkToolbarItem.d.ts.map +0 -1
- package/script/gen/types/NotificationsToolbarItem.d.ts +0 -69
- package/script/gen/types/NotificationsToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Placeholder.d.ts.map +0 -1
- package/script/gen/types/PowerToolbarItem.d.ts +0 -265
- package/script/gen/types/PowerToolbarItem.d.ts.map +0 -1
- package/script/gen/types/Profile.d.ts +0 -8
- package/script/gen/types/Profile.d.ts.map +0 -1
- package/script/gen/types/ProfileSettings.d.ts +0 -4
- package/script/gen/types/ProfileSettings.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandRunAsAdminArgs.d.ts +0 -6
- package/script/gen/types/SeelenCommandRunAsAdminArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandSendKeysArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandSendKeysArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandSetMainMonitorBrightnessArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts +0 -6
- package/script/gen/types/SeelenCommandSetUserFolderLimitArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts +0 -4
- package/script/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherMonitor.d.ts +0 -5
- package/script/gen/types/SeelenLauncherMonitor.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherMonitor.js +0 -9
- package/script/gen/types/SeelenLauncherRunner.d.ts +0 -7
- package/script/gen/types/SeelenLauncherRunner.d.ts.map +0 -1
- package/script/gen/types/SeelenLauncherSettings.d.ts +0 -8
- package/script/gen/types/SeelenLauncherSettings.d.ts.map +0 -1
- package/script/gen/types/SettingsToolbarItem.d.ts +0 -61
- package/script/gen/types/SettingsToolbarItem.d.ts.map +0 -1
- package/script/gen/types/TextToolbarItem.d.ts +0 -121
- package/script/gen/types/TextToolbarItem.d.ts.map +0 -1
- package/script/gen/types/ToolbarModuleType.d.ts +0 -16
- package/script/gen/types/ToolbarModuleType.d.ts.map +0 -1
- package/script/gen/types/ToolbarModuleType.js +0 -20
- package/script/gen/types/UserApplication.d.ts +0 -7
- package/script/gen/types/UserApplication.d.ts.map +0 -1
- package/script/gen/types/UserToolbarItem.d.ts +0 -73
- package/script/gen/types/UserToolbarItem.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItem.d.ts +0 -63
- package/script/gen/types/WorkspaceToolbarItem.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts +0 -6
- package/script/gen/types/WorkspaceToolbarItemMode.d.ts.map +0 -1
- package/script/gen/types/WorkspaceToolbarItemMode.js +0 -10
- package/script/gen/types/WsdGroup.d.ts +0 -8
- package/script/gen/types/WsdGroup.d.ts.map +0 -1
- package/script/gen/types/WsdGroupEntry.d.ts +0 -13
- package/script/gen/types/WsdGroupEntry.d.ts.map +0 -1
- package/script/gen/types/WsdItem.d.ts +0 -20
- package/script/gen/types/WsdItem.d.ts.map +0 -1
- package/script/gen/types/WsdItemColor.d.ts +0 -25
- package/script/gen/types/WsdItemColor.d.ts.map +0 -1
- package/script/gen/types/WsdItemInputNumber.d.ts +0 -26
- package/script/gen/types/WsdItemInputNumber.d.ts.map +0 -1
- package/script/gen/types/WsdItemInputText.d.ts +0 -24
- package/script/gen/types/WsdItemInputText.d.ts.map +0 -1
- package/script/gen/types/WsdItemRange.d.ts +0 -27
- package/script/gen/types/WsdItemRange.d.ts.map +0 -1
- package/script/gen/types/WsdItemSelect.d.ts +0 -28
- package/script/gen/types/WsdItemSelect.d.ts.map +0 -1
- package/script/gen/types/WsdItemSelect.js +0 -2
- package/script/gen/types/WsdItemSelectOption.d.ts +0 -16
- package/script/gen/types/WsdItemSelectOption.d.ts.map +0 -1
- package/script/gen/types/WsdItemSelectOption.js +0 -2
- package/script/gen/types/WsdItemSelectSubtype.d.ts +0 -2
- package/script/gen/types/WsdItemSelectSubtype.d.ts.map +0 -1
- package/script/gen/types/WsdItemSwitch.d.ts +0 -24
- package/script/gen/types/WsdItemSwitch.d.ts.map +0 -1
- package/script/gen/types/WsdItemSwitch.js +0 -2
- package/script/src/state/placeholder.d.ts +0 -2
- package/script/src/state/placeholder.d.ts.map +0 -1
- package/script/src/state/placeholder.js +0 -2
- package/script/src/state/profile.d.ts +0 -6
- package/script/src/state/profile.d.ts.map +0 -1
- package/script/src/state/profile.js +0 -12
- package/script/src/state/settings/settings_by_monitor.d.ts +0 -7
- package/script/src/state/settings/settings_by_monitor.d.ts.map +0 -1
- package/script/src/state/settings/settings_by_monitor.js +0 -15
- package/script/src/state/settings_by_app.d.ts +0 -8
- package/script/src/state/settings_by_app.d.ts.map +0 -1
- package/script/src/state/settings_by_app.js +0 -16
- package/script/src/state/startup.d.ts +0 -5
- package/script/src/state/startup.d.ts.map +0 -1
- package/script/src/state/startup.js +0 -13
- /package/esm/gen/types/{BluetoothToolbarItem.js → AppsConfigurationList.js} +0 -0
- /package/esm/gen/types/{DateToolbarItem.js → ContextMenu.js} +0 -0
- /package/esm/gen/types/{DeviceToolbarItem.js → ContextMenuItem.js} +0 -0
- /package/esm/gen/types/{Brightness.js → Core.js} +0 -0
- /package/esm/gen/types/{File.js → Disk.js} +0 -0
- /package/esm/gen/types/{LauncherHistory.js → Frame.js} +0 -0
- /package/esm/gen/types/{ProfileSettings.js → ImeStatus.js} +0 -0
- /package/esm/gen/types/{SeelenCommandSendKeysArgs.js → Memory.js} +0 -0
- /package/esm/gen/types/{SeelenCommandSetMainMonitorBrightnessArgs.js → MonitorBrightness.js} +0 -0
- /package/esm/gen/types/{SeelenCommandWegRequestUpdatePreviewsArgs.js → NetworkStatistics.js} +0 -0
- /package/esm/gen/types/{SeelenLauncherRunner.js → Point.js} +0 -0
- /package/esm/gen/types/{GenericToolbarItem.js → SeelenCommandCreateWorkspaceArgs.js} +0 -0
- /package/esm/gen/types/{KeyboardToolbarItem.js → SeelenCommandDestroyWorkspaceArgs.js} +0 -0
- /package/esm/gen/types/{UserApplication.js → SeelenCommandGetKeyStateArgs.js} +0 -0
- /package/esm/gen/types/{WsdItemSelectSubtype.js → SeelenCommandReadFileArgs.js} +0 -0
- /package/esm/gen/types/{MediaToolbarItem.js → SeelenCommandRenameWorkspaceArgs.js} +0 -0
- /package/esm/gen/types/{NetworkToolbarItem.js → SeelenCommandSetSelfPositionArgs.js} +0 -0
- /package/esm/gen/types/{NotificationsToolbarItem.js → SeelenCommandStateWriteToolbarItemsArgs.js} +0 -0
- /package/esm/gen/types/{Placeholder.js → SeelenCommandTriggerContextMenuArgs.js} +0 -0
- /package/esm/gen/types/{PowerToolbarItem.js → SeelenCommandWallpaperSaveThumbnailArgs.js} +0 -0
- /package/esm/gen/types/{Profile.js → StartMenuLayout.js} +0 -0
- /package/esm/gen/types/{SeelenCommandRunAsAdminArgs.js → ToolbarState.js} +0 -0
- /package/esm/gen/types/{SeelenCommandSetUserFolderLimitArgs.js → WallpaperCollection.js} +0 -0
- /package/esm/gen/types/{SeelenLauncherSettings.js → WidgetConfigDefinition.js} +0 -0
- /package/esm/gen/types/{SettingsToolbarItem.js → WidgetConfigGroup.js} +0 -0
- /package/esm/gen/types/{TextToolbarItem.js → WidgetSelectOption.js} +0 -0
- /package/esm/gen/types/{UserToolbarItem.js → WidgetSettingColor.js} +0 -0
- /package/esm/gen/types/{WorkspaceToolbarItem.js → WidgetSettingInputNumber.js} +0 -0
- /package/esm/gen/types/{WsdGroup.js → WidgetSettingInputText.js} +0 -0
- /package/esm/gen/types/{WsdGroupEntry.js → WidgetSettingItem.js} +0 -0
- /package/esm/gen/types/{WsdItem.js → WidgetSettingRange.js} +0 -0
- /package/esm/gen/types/{WsdItemColor.js → WidgetSettingSelect.js} +0 -0
- /package/esm/gen/types/{WsdItemInputNumber.js → WidgetSettingSwitch.js} +0 -0
- /package/esm/gen/types/{WsdItemInputText.js → WmRenderTree.js} +0 -0
- /package/esm/{gen/types/WsdItemRange.js → src/state/widget/interfaces.js} +0 -0
- /package/script/gen/types/{BluetoothToolbarItem.js → AppsConfigurationList.js} +0 -0
- /package/script/gen/types/{DateToolbarItem.js → ContextMenu.js} +0 -0
- /package/script/gen/types/{DeviceToolbarItem.js → ContextMenuItem.js} +0 -0
- /package/script/gen/types/{Brightness.js → Core.js} +0 -0
- /package/script/gen/types/{File.js → Disk.js} +0 -0
- /package/script/gen/types/{LauncherHistory.js → Frame.js} +0 -0
- /package/script/gen/types/{ProfileSettings.js → ImeStatus.js} +0 -0
- /package/script/gen/types/{SeelenCommandSendKeysArgs.js → Memory.js} +0 -0
- /package/script/gen/types/{SeelenCommandSetMainMonitorBrightnessArgs.js → MonitorBrightness.js} +0 -0
- /package/script/gen/types/{SeelenCommandWegRequestUpdatePreviewsArgs.js → NetworkStatistics.js} +0 -0
- /package/script/gen/types/{SeelenLauncherRunner.js → Point.js} +0 -0
- /package/script/gen/types/{GenericToolbarItem.js → SeelenCommandCreateWorkspaceArgs.js} +0 -0
- /package/script/gen/types/{KeyboardToolbarItem.js → SeelenCommandDestroyWorkspaceArgs.js} +0 -0
- /package/script/gen/types/{UserApplication.js → SeelenCommandGetKeyStateArgs.js} +0 -0
- /package/script/gen/types/{WsdItemSelectSubtype.js → SeelenCommandReadFileArgs.js} +0 -0
- /package/script/gen/types/{MediaToolbarItem.js → SeelenCommandRenameWorkspaceArgs.js} +0 -0
- /package/script/gen/types/{NetworkToolbarItem.js → SeelenCommandSetSelfPositionArgs.js} +0 -0
- /package/script/gen/types/{NotificationsToolbarItem.js → SeelenCommandStateWriteToolbarItemsArgs.js} +0 -0
- /package/script/gen/types/{Placeholder.js → SeelenCommandTriggerContextMenuArgs.js} +0 -0
- /package/script/gen/types/{PowerToolbarItem.js → SeelenCommandWallpaperSaveThumbnailArgs.js} +0 -0
- /package/script/gen/types/{Profile.js → StartMenuLayout.js} +0 -0
- /package/script/gen/types/{SeelenCommandRunAsAdminArgs.js → ToolbarState.js} +0 -0
- /package/script/gen/types/{SeelenCommandSetUserFolderLimitArgs.js → WallpaperCollection.js} +0 -0
- /package/script/gen/types/{SeelenLauncherSettings.js → WidgetConfigDefinition.js} +0 -0
- /package/script/gen/types/{SettingsToolbarItem.js → WidgetConfigGroup.js} +0 -0
- /package/script/gen/types/{TextToolbarItem.js → WidgetSelectOption.js} +0 -0
- /package/script/gen/types/{UserToolbarItem.js → WidgetSettingColor.js} +0 -0
- /package/script/gen/types/{WorkspaceToolbarItem.js → WidgetSettingInputNumber.js} +0 -0
- /package/script/gen/types/{WsdGroup.js → WidgetSettingInputText.js} +0 -0
- /package/script/gen/types/{WsdGroupEntry.js → WidgetSettingItem.js} +0 -0
- /package/script/gen/types/{WsdItem.js → WidgetSettingRange.js} +0 -0
- /package/script/gen/types/{WsdItemColor.js → WidgetSettingSelect.js} +0 -0
- /package/script/gen/types/{WsdItemInputNumber.js → WidgetSettingSwitch.js} +0 -0
- /package/script/gen/types/{WsdItemInputText.js → WmRenderTree.js} +0 -0
- /package/script/{gen/types/WsdItemRange.js → src/state/widget/interfaces.js} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare enum ToolbarJsScope {
|
|
2
|
+
"Date" = "Date",
|
|
3
|
+
"Notifications" = "Notifications",
|
|
4
|
+
"Media" = "Media",
|
|
5
|
+
"Network" = "Network",
|
|
6
|
+
"Keyboard" = "Keyboard",
|
|
7
|
+
"User" = "User",
|
|
8
|
+
"Bluetooth" = "Bluetooth",
|
|
9
|
+
"Power" = "Power",
|
|
10
|
+
"FocusedApp" = "FocusedApp",
|
|
11
|
+
"Workspaces" = "Workspaces",
|
|
12
|
+
"Disk" = "Disk",
|
|
13
|
+
"NetworkStatistics" = "NetworkStatistics",
|
|
14
|
+
"Memory" = "Memory",
|
|
15
|
+
"Cpu" = "Cpu"
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=ToolbarJsScope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarJsScope.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarJsScope.ts"],"names":[],"mappings":"AAEA,oBAAY,cAAc;IAAG,MAAM,SAAS;IAAE,eAAe,kBAAkB;IAAE,OAAO,UAAU;IAAE,SAAS,YAAY;IAAE,UAAU,aAAa;IAAE,MAAM,SAAS;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,YAAY,eAAe;IAAE,YAAY,eAAe;IAAE,MAAM,SAAS;IAAE,mBAAmB,sBAAsB;IAAE,QAAQ,WAAW;IAAE,KAAK,QAAQ;CAAE"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
2
|
+
export var ToolbarJsScope;
|
|
3
|
+
(function (ToolbarJsScope) {
|
|
4
|
+
ToolbarJsScope["Date"] = "Date";
|
|
5
|
+
ToolbarJsScope["Notifications"] = "Notifications";
|
|
6
|
+
ToolbarJsScope["Media"] = "Media";
|
|
7
|
+
ToolbarJsScope["Network"] = "Network";
|
|
8
|
+
ToolbarJsScope["Keyboard"] = "Keyboard";
|
|
9
|
+
ToolbarJsScope["User"] = "User";
|
|
10
|
+
ToolbarJsScope["Bluetooth"] = "Bluetooth";
|
|
11
|
+
ToolbarJsScope["Power"] = "Power";
|
|
12
|
+
ToolbarJsScope["FocusedApp"] = "FocusedApp";
|
|
13
|
+
ToolbarJsScope["Workspaces"] = "Workspaces";
|
|
14
|
+
ToolbarJsScope["Disk"] = "Disk";
|
|
15
|
+
ToolbarJsScope["NetworkStatistics"] = "NetworkStatistics";
|
|
16
|
+
ToolbarJsScope["Memory"] = "Memory";
|
|
17
|
+
ToolbarJsScope["Cpu"] = "Cpu";
|
|
18
|
+
})(ToolbarJsScope || (ToolbarJsScope = {}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ToolbarItem2 } from "./ToolbarItem2.js";
|
|
2
|
-
export type
|
|
2
|
+
export type ToolbarState = {
|
|
3
3
|
/**
|
|
4
4
|
* Whether the reordering possible on the toolbar
|
|
5
5
|
*/
|
|
@@ -17,4 +17,4 @@ export type Placeholder = {
|
|
|
17
17
|
*/
|
|
18
18
|
right: Array<ToolbarItem2>;
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=
|
|
20
|
+
//# sourceMappingURL=ToolbarState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarState.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IAC3B;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC1B;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UniqueIconPackEntry.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UniqueIconPackEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"UniqueIconPackEntry.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UniqueIconPackEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
package/esm/gen/types/User.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/gen/types/User.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../src/gen/types/User.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserAppWindowPreview.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UserAppWindowPreview.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { DesktopWorkspace } from "./DesktopWorkspace.js";
|
|
2
|
-
import type { MonitorId } from "./MonitorId.js";
|
|
3
2
|
import type { WorkspaceId } from "./WorkspaceId.js";
|
|
4
3
|
export type VirtualDesktopMonitor = {
|
|
5
|
-
id: MonitorId;
|
|
6
4
|
workspaces: Array<DesktopWorkspace>;
|
|
7
|
-
|
|
5
|
+
active_workspace: WorkspaceId;
|
|
8
6
|
};
|
|
9
7
|
//# sourceMappingURL=VirtualDesktopMonitor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualDesktopMonitor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/VirtualDesktopMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"VirtualDesktopMonitor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/VirtualDesktopMonitor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,qBAAqB,GAAG;IAAE,UAAU,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,gBAAgB,EAAE,WAAW,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualDesktops.d.ts","sourceRoot":"","sources":["../../../src/gen/types/VirtualDesktops.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG;IAC9B;;OAEG;IACH,QAAQ,EAAE;SAAG,GAAG,IAAI,SAAS,
|
|
1
|
+
{"version":3,"file":"VirtualDesktops.d.ts","sourceRoot":"","sources":["../../../src/gen/types/VirtualDesktops.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG;IAC9B;;OAEG;IACH,QAAQ,EAAE;SAAG,GAAG,IAAI,SAAS,GAAG,qBAAqB;KAAE,CAAC;IACxD;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WallpaperCollection.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WallpaperCollection.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1 +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,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
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,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,UAAU,CAAA;CAAE,GAAG,iBAAiB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,WAAW,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,aAAa,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WegItemType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItemType.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IAAG,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,WAAW,cAAc;CAAE"}
|
|
1
|
+
{"version":3,"file":"WegItemType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WegItemType.ts"],"names":[],"mappings":"AAEA,oBAAY,WAAW;IAAG,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,WAAW,cAAc;IAAE,aAAa,gBAAgB;CAAE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { WidgetConfigGroup } from "./WidgetConfigGroup.js";
|
|
2
|
+
import type { WidgetSettingItem } from "./WidgetSettingItem.js";
|
|
3
|
+
/**
|
|
4
|
+
* A widget configuration definition that can be either a group container or a settings item
|
|
5
|
+
*/
|
|
6
|
+
export type WidgetConfigDefinition = {
|
|
7
|
+
"group": WidgetConfigGroup;
|
|
8
|
+
} | WidgetSettingItem;
|
|
9
|
+
//# sourceMappingURL=WidgetConfigDefinition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetConfigDefinition.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetConfigDefinition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IAAE,OAAO,EAAE,iBAAiB,CAAA;CAAE,GAAG,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
import type { WidgetConfigDefinition } from "./WidgetConfigDefinition.js";
|
|
3
|
+
/**
|
|
4
|
+
* A group of widget configuration items with a label
|
|
5
|
+
*/
|
|
6
|
+
export type WidgetConfigGroup = {
|
|
7
|
+
/**
|
|
8
|
+
* Label for this group, can use `t::` prefix for translation
|
|
9
|
+
*/
|
|
10
|
+
label: ResourceText;
|
|
11
|
+
/**
|
|
12
|
+
* Optional description or tooltip for this group
|
|
13
|
+
*/
|
|
14
|
+
description: ResourceText | null;
|
|
15
|
+
/**
|
|
16
|
+
* List of items or nested groups in this group
|
|
17
|
+
*/
|
|
18
|
+
items: Array<WidgetConfigDefinition>;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=WidgetConfigGroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetConfigGroup.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetConfigGroup.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WidgetLoader.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetLoader.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IAAG,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,YAAY,eAAe;CAAE"}
|
|
1
|
+
{"version":3,"file":"WidgetLoader.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetLoader.ts"],"names":[],"mappings":"AAEA,oBAAY,YAAY;IAAG,QAAQ,WAAW;IAAE,eAAe,kBAAkB;IAAE,UAAU,aAAa;IAAE,YAAY,eAAe;CAAE"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export var WidgetLoader;
|
|
3
3
|
(function (WidgetLoader) {
|
|
4
4
|
WidgetLoader["Legacy"] = "Legacy";
|
|
5
|
+
WidgetLoader["InternalReact"] = "InternalReact";
|
|
5
6
|
WidgetLoader["Internal"] = "Internal";
|
|
6
7
|
WidgetLoader["ThirdParty"] = "ThirdParty";
|
|
7
8
|
})(WidgetLoader || (WidgetLoader = {}));
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
/**
|
|
3
|
+
* An option in a select widget setting
|
|
4
|
+
*/
|
|
5
|
+
export type WidgetSelectOption = {
|
|
6
|
+
/**
|
|
7
|
+
* Optional React icon name to display with this option
|
|
8
|
+
*/
|
|
9
|
+
icon: string | null;
|
|
10
|
+
/**
|
|
11
|
+
* Label to display for this option (can use `t::` prefix)
|
|
12
|
+
*/
|
|
13
|
+
label: ResourceText;
|
|
14
|
+
/**
|
|
15
|
+
* Value to store when this option is selected (must be unique)
|
|
16
|
+
*/
|
|
17
|
+
value: string;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=WidgetSelectOption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSelectOption.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSelectOption.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSelectSubtype.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSelectSubtype.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,mBAAmB;IAAG,MAAM,SAAS;IAAE,QAAQ,WAAW;CAAE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
2
|
+
/**
|
|
3
|
+
* Visual style for rendering select options
|
|
4
|
+
*/
|
|
5
|
+
export var WidgetSelectSubtype;
|
|
6
|
+
(function (WidgetSelectSubtype) {
|
|
7
|
+
WidgetSelectSubtype["List"] = "List";
|
|
8
|
+
WidgetSelectSubtype["Inline"] = "Inline";
|
|
9
|
+
})(WidgetSelectSubtype || (WidgetSelectSubtype = {}));
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
export type WidgetSettingColor = {
|
|
3
|
+
/**
|
|
4
|
+
* Default color value (hex format: #RRGGBB or #RRGGBBAA)
|
|
5
|
+
*/
|
|
6
|
+
defaultValue: string;
|
|
7
|
+
/**
|
|
8
|
+
* Whether to allow alpha/transparency channel
|
|
9
|
+
*/
|
|
10
|
+
allowAlpha: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Unique key for this setting, used to identify it in the configuration.\
|
|
13
|
+
* Must be unique within the widget. Duplicates will be ignored.
|
|
14
|
+
*/
|
|
15
|
+
key: string;
|
|
16
|
+
/**
|
|
17
|
+
* Label to display to the user
|
|
18
|
+
*/
|
|
19
|
+
label: ResourceText;
|
|
20
|
+
/**
|
|
21
|
+
* Optional detailed description shown under the label
|
|
22
|
+
*/
|
|
23
|
+
description: ResourceText | null;
|
|
24
|
+
/**
|
|
25
|
+
* Optional tooltip icon with extra information
|
|
26
|
+
*/
|
|
27
|
+
tip: ResourceText | null;
|
|
28
|
+
/**
|
|
29
|
+
* Whether this setting can be configured per monitor in monitor-specific settings
|
|
30
|
+
*/
|
|
31
|
+
allowSetByMonitor: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Keys of settings that must be enabled for this item to be active.\
|
|
34
|
+
* Uses JavaScript truthy logic (!!value) to determine if dependency is met.
|
|
35
|
+
*/
|
|
36
|
+
dependencies: Array<string>;
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=WidgetSettingColor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingColor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingColor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
export type WidgetSettingInputNumber = {
|
|
3
|
+
/**
|
|
4
|
+
* Default numeric value
|
|
5
|
+
*/
|
|
6
|
+
defaultValue: number;
|
|
7
|
+
/**
|
|
8
|
+
* Minimum allowed value
|
|
9
|
+
*/
|
|
10
|
+
min: number | null;
|
|
11
|
+
/**
|
|
12
|
+
* Maximum allowed value
|
|
13
|
+
*/
|
|
14
|
+
max: number | null;
|
|
15
|
+
/**
|
|
16
|
+
* Step increment for input controls
|
|
17
|
+
*/
|
|
18
|
+
step: number | null;
|
|
19
|
+
/**
|
|
20
|
+
* Unique key for this setting, used to identify it in the configuration.\
|
|
21
|
+
* Must be unique within the widget. Duplicates will be ignored.
|
|
22
|
+
*/
|
|
23
|
+
key: string;
|
|
24
|
+
/**
|
|
25
|
+
* Label to display to the user
|
|
26
|
+
*/
|
|
27
|
+
label: ResourceText;
|
|
28
|
+
/**
|
|
29
|
+
* Optional detailed description shown under the label
|
|
30
|
+
*/
|
|
31
|
+
description: ResourceText | null;
|
|
32
|
+
/**
|
|
33
|
+
* Optional tooltip icon with extra information
|
|
34
|
+
*/
|
|
35
|
+
tip: ResourceText | null;
|
|
36
|
+
/**
|
|
37
|
+
* Whether this setting can be configured per monitor in monitor-specific settings
|
|
38
|
+
*/
|
|
39
|
+
allowSetByMonitor: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Keys of settings that must be enabled for this item to be active.\
|
|
42
|
+
* Uses JavaScript truthy logic (!!value) to determine if dependency is met.
|
|
43
|
+
*/
|
|
44
|
+
dependencies: Array<string>;
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=WidgetSettingInputNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingInputNumber.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingInputNumber.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,wBAAwB,GAAG;IACvC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
export type WidgetSettingInputText = {
|
|
3
|
+
/**
|
|
4
|
+
* Default text value
|
|
5
|
+
*/
|
|
6
|
+
defaultValue: string;
|
|
7
|
+
/**
|
|
8
|
+
* Whether to render as a multiline textarea
|
|
9
|
+
*/
|
|
10
|
+
multiline: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Minimum text length validation
|
|
13
|
+
*/
|
|
14
|
+
minLength: number | null;
|
|
15
|
+
/**
|
|
16
|
+
* Maximum text length validation
|
|
17
|
+
*/
|
|
18
|
+
maxLength: number | null;
|
|
19
|
+
/**
|
|
20
|
+
* Unique key for this setting, used to identify it in the configuration.\
|
|
21
|
+
* Must be unique within the widget. Duplicates will be ignored.
|
|
22
|
+
*/
|
|
23
|
+
key: string;
|
|
24
|
+
/**
|
|
25
|
+
* Label to display to the user
|
|
26
|
+
*/
|
|
27
|
+
label: ResourceText;
|
|
28
|
+
/**
|
|
29
|
+
* Optional detailed description shown under the label
|
|
30
|
+
*/
|
|
31
|
+
description: ResourceText | null;
|
|
32
|
+
/**
|
|
33
|
+
* Optional tooltip icon with extra information
|
|
34
|
+
*/
|
|
35
|
+
tip: ResourceText | null;
|
|
36
|
+
/**
|
|
37
|
+
* Whether this setting can be configured per monitor in monitor-specific settings
|
|
38
|
+
*/
|
|
39
|
+
allowSetByMonitor: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Keys of settings that must be enabled for this item to be active.\
|
|
42
|
+
* Uses JavaScript truthy logic (!!value) to determine if dependency is met.
|
|
43
|
+
*/
|
|
44
|
+
dependencies: Array<string>;
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=WidgetSettingInputText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingInputText.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingInputText.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,sBAAsB,GAAG;IACrC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { WidgetSettingColor } from "./WidgetSettingColor.js";
|
|
2
|
+
import type { WidgetSettingInputNumber } from "./WidgetSettingInputNumber.js";
|
|
3
|
+
import type { WidgetSettingInputText } from "./WidgetSettingInputText.js";
|
|
4
|
+
import type { WidgetSettingRange } from "./WidgetSettingRange.js";
|
|
5
|
+
import type { WidgetSettingSelect } from "./WidgetSettingSelect.js";
|
|
6
|
+
import type { WidgetSettingSwitch } from "./WidgetSettingSwitch.js";
|
|
7
|
+
/**
|
|
8
|
+
* Individual widget setting item with type-specific configuration
|
|
9
|
+
*/
|
|
10
|
+
export type WidgetSettingItem = {
|
|
11
|
+
"type": "Switch";
|
|
12
|
+
} & WidgetSettingSwitch | {
|
|
13
|
+
"type": "Select";
|
|
14
|
+
} & WidgetSettingSelect | {
|
|
15
|
+
"type": "InputText";
|
|
16
|
+
} & WidgetSettingInputText | {
|
|
17
|
+
"type": "InputNumber";
|
|
18
|
+
} & WidgetSettingInputNumber | {
|
|
19
|
+
"type": "Range";
|
|
20
|
+
} & WidgetSettingRange | {
|
|
21
|
+
"type": "Color";
|
|
22
|
+
} & WidgetSettingColor;
|
|
23
|
+
//# sourceMappingURL=WidgetSettingItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,mBAAmB,GAAG;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,GAAG,sBAAsB,GAAG;IAAE,MAAM,EAAE,aAAa,CAAA;CAAE,GAAG,wBAAwB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,kBAAkB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
export type WidgetSettingRange = {
|
|
3
|
+
/**
|
|
4
|
+
* Default value for the range slider
|
|
5
|
+
*/
|
|
6
|
+
defaultValue: number;
|
|
7
|
+
/**
|
|
8
|
+
* Minimum value of the range
|
|
9
|
+
*/
|
|
10
|
+
min: number | null;
|
|
11
|
+
/**
|
|
12
|
+
* Maximum value of the range
|
|
13
|
+
*/
|
|
14
|
+
max: number | null;
|
|
15
|
+
/**
|
|
16
|
+
* Step increment for the slider
|
|
17
|
+
*/
|
|
18
|
+
step: number | null;
|
|
19
|
+
/**
|
|
20
|
+
* Unique key for this setting, used to identify it in the configuration.\
|
|
21
|
+
* Must be unique within the widget. Duplicates will be ignored.
|
|
22
|
+
*/
|
|
23
|
+
key: string;
|
|
24
|
+
/**
|
|
25
|
+
* Label to display to the user
|
|
26
|
+
*/
|
|
27
|
+
label: ResourceText;
|
|
28
|
+
/**
|
|
29
|
+
* Optional detailed description shown under the label
|
|
30
|
+
*/
|
|
31
|
+
description: ResourceText | null;
|
|
32
|
+
/**
|
|
33
|
+
* Optional tooltip icon with extra information
|
|
34
|
+
*/
|
|
35
|
+
tip: ResourceText | null;
|
|
36
|
+
/**
|
|
37
|
+
* Whether this setting can be configured per monitor in monitor-specific settings
|
|
38
|
+
*/
|
|
39
|
+
allowSetByMonitor: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Keys of settings that must be enabled for this item to be active.\
|
|
42
|
+
* Uses JavaScript truthy logic (!!value) to determine if dependency is met.
|
|
43
|
+
*/
|
|
44
|
+
dependencies: Array<string>;
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=WidgetSettingRange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingRange.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingRange.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;OAEG;IACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
import type { WidgetSelectOption } from "./WidgetSelectOption.js";
|
|
3
|
+
import type { WidgetSelectSubtype } from "./WidgetSelectSubtype.js";
|
|
4
|
+
export type WidgetSettingSelect = {
|
|
5
|
+
/**
|
|
6
|
+
* Default selected value (must match one of the option values)
|
|
7
|
+
*/
|
|
8
|
+
defaultValue: string;
|
|
9
|
+
/**
|
|
10
|
+
* List of available options
|
|
11
|
+
*/
|
|
12
|
+
options: Array<WidgetSelectOption>;
|
|
13
|
+
/**
|
|
14
|
+
* How to render the select options
|
|
15
|
+
*/
|
|
16
|
+
subtype: WidgetSelectSubtype;
|
|
17
|
+
/**
|
|
18
|
+
* Unique key for this setting, used to identify it in the configuration.\
|
|
19
|
+
* Must be unique within the widget. Duplicates will be ignored.
|
|
20
|
+
*/
|
|
21
|
+
key: string;
|
|
22
|
+
/**
|
|
23
|
+
* Label to display to the user
|
|
24
|
+
*/
|
|
25
|
+
label: ResourceText;
|
|
26
|
+
/**
|
|
27
|
+
* Optional detailed description shown under the label
|
|
28
|
+
*/
|
|
29
|
+
description: ResourceText | null;
|
|
30
|
+
/**
|
|
31
|
+
* Optional tooltip icon with extra information
|
|
32
|
+
*/
|
|
33
|
+
tip: ResourceText | null;
|
|
34
|
+
/**
|
|
35
|
+
* Whether this setting can be configured per monitor in monitor-specific settings
|
|
36
|
+
*/
|
|
37
|
+
allowSetByMonitor: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Keys of settings that must be enabled for this item to be active.\
|
|
40
|
+
* Uses JavaScript truthy logic (!!value) to determine if dependency is met.
|
|
41
|
+
*/
|
|
42
|
+
dependencies: Array<string>;
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=WidgetSettingSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingSelect.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingSelect.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IACnC;;OAEG;IACH,OAAO,EAAE,mBAAmB,CAAC;IAC7B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
+
export type WidgetSettingSwitch = {
|
|
3
|
+
/**
|
|
4
|
+
* Default value for this switch
|
|
5
|
+
*/
|
|
6
|
+
defaultValue: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Unique key for this setting, used to identify it in the configuration.\
|
|
9
|
+
* Must be unique within the widget. Duplicates will be ignored.
|
|
10
|
+
*/
|
|
11
|
+
key: string;
|
|
12
|
+
/**
|
|
13
|
+
* Label to display to the user
|
|
14
|
+
*/
|
|
15
|
+
label: ResourceText;
|
|
16
|
+
/**
|
|
17
|
+
* Optional detailed description shown under the label
|
|
18
|
+
*/
|
|
19
|
+
description: ResourceText | null;
|
|
20
|
+
/**
|
|
21
|
+
* Optional tooltip icon with extra information
|
|
22
|
+
*/
|
|
23
|
+
tip: ResourceText | null;
|
|
24
|
+
/**
|
|
25
|
+
* Whether this setting can be configured per monitor in monitor-specific settings
|
|
26
|
+
*/
|
|
27
|
+
allowSetByMonitor: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Keys of settings that must be enabled for this item to be active.\
|
|
30
|
+
* Uses JavaScript truthy logic (!!value) to determine if dependency is met.
|
|
31
|
+
*/
|
|
32
|
+
dependencies: Array<string>;
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=WidgetSettingSwitch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WidgetSettingSwitch.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WidgetSettingSwitch.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|