@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
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type GenericToolbarItem = {
|
|
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
|
-
* ## Generic Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* // the current focused window
|
|
16
|
-
* const window: {
|
|
17
|
-
* name: string;
|
|
18
|
-
* title: string;
|
|
19
|
-
* exe: string | null;
|
|
20
|
-
* };
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
template: string;
|
|
24
|
-
/**
|
|
25
|
-
* Content to display in tooltip of the item.
|
|
26
|
-
*
|
|
27
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
28
|
-
*
|
|
29
|
-
* ## Generic Item Scope
|
|
30
|
-
* ```ts
|
|
31
|
-
* // the current focused window
|
|
32
|
-
* const window: {
|
|
33
|
-
* name: string;
|
|
34
|
-
* title: string;
|
|
35
|
-
* exe: string | null;
|
|
36
|
-
* };
|
|
37
|
-
* ```
|
|
38
|
-
*/
|
|
39
|
-
tooltip: string | null;
|
|
40
|
-
/**
|
|
41
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
42
|
-
*
|
|
43
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
44
|
-
*
|
|
45
|
-
* ## Generic Item Scope
|
|
46
|
-
* ```ts
|
|
47
|
-
* // the current focused window
|
|
48
|
-
* const window: {
|
|
49
|
-
* name: string;
|
|
50
|
-
* title: string;
|
|
51
|
-
* exe: string | null;
|
|
52
|
-
* };
|
|
53
|
-
* ```
|
|
54
|
-
*/
|
|
55
|
-
badge: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* Deprecated use `onClickV2` instead.
|
|
58
|
-
*/
|
|
59
|
-
onClick: string | null;
|
|
60
|
-
/**
|
|
61
|
-
* This code will be parsed and executed when the item is clicked.
|
|
62
|
-
*
|
|
63
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
64
|
-
*
|
|
65
|
-
* ## Generic Item Scope
|
|
66
|
-
* ```ts
|
|
67
|
-
* // the current focused window
|
|
68
|
-
* const window: {
|
|
69
|
-
* name: string;
|
|
70
|
-
* title: string;
|
|
71
|
-
* exe: string | null;
|
|
72
|
-
* };
|
|
73
|
-
* ```
|
|
74
|
-
*/
|
|
75
|
-
onClickV2: string | null;
|
|
76
|
-
/**
|
|
77
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
78
|
-
*/
|
|
79
|
-
style: {
|
|
80
|
-
[key in string]?: StyleValue | null;
|
|
81
|
-
};
|
|
82
|
-
/**
|
|
83
|
-
* Remote data to be added to the item scope.
|
|
84
|
-
*/
|
|
85
|
-
remoteData: {
|
|
86
|
-
[key in string]?: RemoteDataDeclaration;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
//# sourceMappingURL=GenericToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GenericToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/GenericToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;;;;;;OAcG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;OAcG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;OAcG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;OAcG;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,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;CAAE,CAAC"}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type KeyboardToolbarItem = {
|
|
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
|
-
* ## Keyboard Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* interface KeyboardLayout {
|
|
16
|
-
* id: string;
|
|
17
|
-
* handle: string;
|
|
18
|
-
* displayName: string;
|
|
19
|
-
* active: boolean;
|
|
20
|
-
* }
|
|
21
|
-
*
|
|
22
|
-
* interface SystemLanguage {
|
|
23
|
-
* id: string;
|
|
24
|
-
* code: string;
|
|
25
|
-
* name: string;
|
|
26
|
-
* nativeName: string;
|
|
27
|
-
* inputMethods: KeyboardLayout[];
|
|
28
|
-
* }
|
|
29
|
-
*
|
|
30
|
-
* const languages: Language[];
|
|
31
|
-
* const activeLang: Language;
|
|
32
|
-
* const activeKeyboard: KeyboardLayout;
|
|
33
|
-
* const activeLangPrefix: string;
|
|
34
|
-
* const activeKeyboardPrefix: string;
|
|
35
|
-
* ```
|
|
36
|
-
*/
|
|
37
|
-
template: string;
|
|
38
|
-
/**
|
|
39
|
-
* Content to display in tooltip of the item.
|
|
40
|
-
*
|
|
41
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
42
|
-
*
|
|
43
|
-
* ## Keyboard Item Scope
|
|
44
|
-
* ```ts
|
|
45
|
-
* interface KeyboardLayout {
|
|
46
|
-
* id: string;
|
|
47
|
-
* handle: string;
|
|
48
|
-
* displayName: string;
|
|
49
|
-
* active: boolean;
|
|
50
|
-
* }
|
|
51
|
-
*
|
|
52
|
-
* interface SystemLanguage {
|
|
53
|
-
* id: string;
|
|
54
|
-
* code: string;
|
|
55
|
-
* name: string;
|
|
56
|
-
* nativeName: string;
|
|
57
|
-
* inputMethods: KeyboardLayout[];
|
|
58
|
-
* }
|
|
59
|
-
*
|
|
60
|
-
* const languages: Language[];
|
|
61
|
-
* const activeLang: Language;
|
|
62
|
-
* const activeKeyboard: KeyboardLayout;
|
|
63
|
-
* const activeLangPrefix: string;
|
|
64
|
-
* const activeKeyboardPrefix: string;
|
|
65
|
-
* ```
|
|
66
|
-
*/
|
|
67
|
-
tooltip: string | null;
|
|
68
|
-
/**
|
|
69
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
70
|
-
*
|
|
71
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
72
|
-
*
|
|
73
|
-
* ## Keyboard Item Scope
|
|
74
|
-
* ```ts
|
|
75
|
-
* interface KeyboardLayout {
|
|
76
|
-
* id: string;
|
|
77
|
-
* handle: string;
|
|
78
|
-
* displayName: string;
|
|
79
|
-
* active: boolean;
|
|
80
|
-
* }
|
|
81
|
-
*
|
|
82
|
-
* interface SystemLanguage {
|
|
83
|
-
* id: string;
|
|
84
|
-
* code: string;
|
|
85
|
-
* name: string;
|
|
86
|
-
* nativeName: string;
|
|
87
|
-
* inputMethods: KeyboardLayout[];
|
|
88
|
-
* }
|
|
89
|
-
*
|
|
90
|
-
* const languages: Language[];
|
|
91
|
-
* const activeLang: Language;
|
|
92
|
-
* const activeKeyboard: KeyboardLayout;
|
|
93
|
-
* const activeLangPrefix: string;
|
|
94
|
-
* const activeKeyboardPrefix: string;
|
|
95
|
-
* ```
|
|
96
|
-
*/
|
|
97
|
-
badge: string | null;
|
|
98
|
-
/**
|
|
99
|
-
* Deprecated use `onClickV2` instead.
|
|
100
|
-
*/
|
|
101
|
-
onClick: string | null;
|
|
102
|
-
/**
|
|
103
|
-
* This code will be parsed and executed when the item is clicked.
|
|
104
|
-
*
|
|
105
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
106
|
-
*
|
|
107
|
-
* ## Keyboard Item Scope
|
|
108
|
-
* ```ts
|
|
109
|
-
* interface KeyboardLayout {
|
|
110
|
-
* id: string;
|
|
111
|
-
* handle: string;
|
|
112
|
-
* displayName: string;
|
|
113
|
-
* active: boolean;
|
|
114
|
-
* }
|
|
115
|
-
*
|
|
116
|
-
* interface SystemLanguage {
|
|
117
|
-
* id: string;
|
|
118
|
-
* code: string;
|
|
119
|
-
* name: string;
|
|
120
|
-
* nativeName: string;
|
|
121
|
-
* inputMethods: KeyboardLayout[];
|
|
122
|
-
* }
|
|
123
|
-
*
|
|
124
|
-
* const languages: Language[];
|
|
125
|
-
* const activeLang: Language;
|
|
126
|
-
* const activeKeyboard: KeyboardLayout;
|
|
127
|
-
* const activeLangPrefix: string;
|
|
128
|
-
* const activeKeyboardPrefix: string;
|
|
129
|
-
* ```
|
|
130
|
-
*/
|
|
131
|
-
onClickV2: string | null;
|
|
132
|
-
/**
|
|
133
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
134
|
-
*/
|
|
135
|
-
style: {
|
|
136
|
-
[key in string]?: StyleValue | null;
|
|
137
|
-
};
|
|
138
|
-
/**
|
|
139
|
-
* Remote data to be added to the item scope.
|
|
140
|
-
*/
|
|
141
|
-
remoteData: {
|
|
142
|
-
[key in string]?: RemoteDataDeclaration;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
//# sourceMappingURL=KeyboardToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"KeyboardToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/KeyboardToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,mBAAmB,GAAG;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;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,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LauncherHistory.d.ts","sourceRoot":"","sources":["../../../src/gen/types/LauncherHistory.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG;KAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type MediaToolbarItem = {
|
|
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
|
-
* ## Media Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* const volume: number; // output master volume from 0 to 1
|
|
16
|
-
* const isMuted: boolean; // output master volume is muted
|
|
17
|
-
* const inputVolume: number; // input master volume from 0 to 1
|
|
18
|
-
* const inputIsMuted: boolean; // input master volume is muted
|
|
19
|
-
*
|
|
20
|
-
* interface MediaSession {
|
|
21
|
-
* id: string;
|
|
22
|
-
* title: string;
|
|
23
|
-
* author: string;
|
|
24
|
-
* thumbnail: string | null; // path to temporal media session image
|
|
25
|
-
* playing: boolean;
|
|
26
|
-
* default: boolean;
|
|
27
|
-
* owner: {
|
|
28
|
-
* name: string;
|
|
29
|
-
* iconPath: string | null;
|
|
30
|
-
* } | null;
|
|
31
|
-
* }
|
|
32
|
-
*
|
|
33
|
-
* const mediaSession: MediaSession | null;
|
|
34
|
-
* ```
|
|
35
|
-
*/
|
|
36
|
-
template: string;
|
|
37
|
-
/**
|
|
38
|
-
* Content to display in tooltip of the item.
|
|
39
|
-
*
|
|
40
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
41
|
-
*
|
|
42
|
-
* ## Media Item Scope
|
|
43
|
-
* ```ts
|
|
44
|
-
* const volume: number; // output master volume from 0 to 1
|
|
45
|
-
* const isMuted: boolean; // output master volume is muted
|
|
46
|
-
* const inputVolume: number; // input master volume from 0 to 1
|
|
47
|
-
* const inputIsMuted: boolean; // input master volume is muted
|
|
48
|
-
*
|
|
49
|
-
* interface MediaSession {
|
|
50
|
-
* id: string;
|
|
51
|
-
* title: string;
|
|
52
|
-
* author: string;
|
|
53
|
-
* thumbnail: string | null; // path to temporal media session image
|
|
54
|
-
* playing: boolean;
|
|
55
|
-
* default: boolean;
|
|
56
|
-
* owner: {
|
|
57
|
-
* name: string;
|
|
58
|
-
* iconPath: string | null;
|
|
59
|
-
* } | null;
|
|
60
|
-
* }
|
|
61
|
-
*
|
|
62
|
-
* const mediaSession: MediaSession | null;
|
|
63
|
-
* ```
|
|
64
|
-
*/
|
|
65
|
-
tooltip: string | null;
|
|
66
|
-
/**
|
|
67
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
68
|
-
*
|
|
69
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
70
|
-
*
|
|
71
|
-
* ## Media Item Scope
|
|
72
|
-
* ```ts
|
|
73
|
-
* const volume: number; // output master volume from 0 to 1
|
|
74
|
-
* const isMuted: boolean; // output master volume is muted
|
|
75
|
-
* const inputVolume: number; // input master volume from 0 to 1
|
|
76
|
-
* const inputIsMuted: boolean; // input master volume is muted
|
|
77
|
-
*
|
|
78
|
-
* interface MediaSession {
|
|
79
|
-
* id: string;
|
|
80
|
-
* title: string;
|
|
81
|
-
* author: string;
|
|
82
|
-
* thumbnail: string | null; // path to temporal media session image
|
|
83
|
-
* playing: boolean;
|
|
84
|
-
* default: boolean;
|
|
85
|
-
* owner: {
|
|
86
|
-
* name: string;
|
|
87
|
-
* iconPath: string | null;
|
|
88
|
-
* } | null;
|
|
89
|
-
* }
|
|
90
|
-
*
|
|
91
|
-
* const mediaSession: MediaSession | null;
|
|
92
|
-
* ```
|
|
93
|
-
*/
|
|
94
|
-
badge: string | null;
|
|
95
|
-
/**
|
|
96
|
-
* Deprecated use `onClickV2` instead.
|
|
97
|
-
*/
|
|
98
|
-
onClick: string | null;
|
|
99
|
-
/**
|
|
100
|
-
* This code will be parsed and executed when the item is clicked.
|
|
101
|
-
*
|
|
102
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
103
|
-
*
|
|
104
|
-
* ## Media Item Scope
|
|
105
|
-
* ```ts
|
|
106
|
-
* const volume: number; // output master volume from 0 to 1
|
|
107
|
-
* const isMuted: boolean; // output master volume is muted
|
|
108
|
-
* const inputVolume: number; // input master volume from 0 to 1
|
|
109
|
-
* const inputIsMuted: boolean; // input master volume is muted
|
|
110
|
-
*
|
|
111
|
-
* interface MediaSession {
|
|
112
|
-
* id: string;
|
|
113
|
-
* title: string;
|
|
114
|
-
* author: string;
|
|
115
|
-
* thumbnail: string | null; // path to temporal media session image
|
|
116
|
-
* playing: boolean;
|
|
117
|
-
* default: boolean;
|
|
118
|
-
* owner: {
|
|
119
|
-
* name: string;
|
|
120
|
-
* iconPath: string | null;
|
|
121
|
-
* } | null;
|
|
122
|
-
* }
|
|
123
|
-
*
|
|
124
|
-
* const mediaSession: MediaSession | null;
|
|
125
|
-
* ```
|
|
126
|
-
*/
|
|
127
|
-
onClickV2: string | null;
|
|
128
|
-
/**
|
|
129
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
130
|
-
*/
|
|
131
|
-
style: {
|
|
132
|
-
[key in string]?: StyleValue | null;
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* Remote data to be added to the item scope.
|
|
136
|
-
*/
|
|
137
|
-
remoteData: {
|
|
138
|
-
[key in string]?: RemoteDataDeclaration;
|
|
139
|
-
};
|
|
140
|
-
/**
|
|
141
|
-
* Show media controls popup on click
|
|
142
|
-
*/
|
|
143
|
-
withMediaControls: boolean;
|
|
144
|
-
};
|
|
145
|
-
//# sourceMappingURL=MediaToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MediaToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/MediaToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;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,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;IACxD;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type NetworkToolbarItem = {
|
|
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
|
-
* ## Network Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* interface NetworkInterface {
|
|
16
|
-
* name: string;
|
|
17
|
-
* description: string;
|
|
18
|
-
* status: 'up' | 'down';
|
|
19
|
-
* dnsSuffix: string;
|
|
20
|
-
* type: string;
|
|
21
|
-
* gateway: string | null;
|
|
22
|
-
* mac: string;
|
|
23
|
-
* ipv4: string | null;
|
|
24
|
-
* ipv6: string | null;
|
|
25
|
-
* }
|
|
26
|
-
* const online: boolean;
|
|
27
|
-
* const interfaces: NetworkInterface[];
|
|
28
|
-
* const usingInterface: NetworkInterface | null;
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
template: string;
|
|
32
|
-
/**
|
|
33
|
-
* Content to display in tooltip of the item.
|
|
34
|
-
*
|
|
35
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
36
|
-
*
|
|
37
|
-
* ## Network Item Scope
|
|
38
|
-
* ```ts
|
|
39
|
-
* interface NetworkInterface {
|
|
40
|
-
* name: string;
|
|
41
|
-
* description: string;
|
|
42
|
-
* status: 'up' | 'down';
|
|
43
|
-
* dnsSuffix: string;
|
|
44
|
-
* type: string;
|
|
45
|
-
* gateway: string | null;
|
|
46
|
-
* mac: string;
|
|
47
|
-
* ipv4: string | null;
|
|
48
|
-
* ipv6: string | null;
|
|
49
|
-
* }
|
|
50
|
-
* const online: boolean;
|
|
51
|
-
* const interfaces: NetworkInterface[];
|
|
52
|
-
* const usingInterface: NetworkInterface | null;
|
|
53
|
-
* ```
|
|
54
|
-
*/
|
|
55
|
-
tooltip: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
58
|
-
*
|
|
59
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
60
|
-
*
|
|
61
|
-
* ## Network Item Scope
|
|
62
|
-
* ```ts
|
|
63
|
-
* interface NetworkInterface {
|
|
64
|
-
* name: string;
|
|
65
|
-
* description: string;
|
|
66
|
-
* status: 'up' | 'down';
|
|
67
|
-
* dnsSuffix: string;
|
|
68
|
-
* type: string;
|
|
69
|
-
* gateway: string | null;
|
|
70
|
-
* mac: string;
|
|
71
|
-
* ipv4: string | null;
|
|
72
|
-
* ipv6: string | null;
|
|
73
|
-
* }
|
|
74
|
-
* const online: boolean;
|
|
75
|
-
* const interfaces: NetworkInterface[];
|
|
76
|
-
* const usingInterface: NetworkInterface | null;
|
|
77
|
-
* ```
|
|
78
|
-
*/
|
|
79
|
-
badge: string | null;
|
|
80
|
-
/**
|
|
81
|
-
* Deprecated use `onClickV2` instead.
|
|
82
|
-
*/
|
|
83
|
-
onClick: string | null;
|
|
84
|
-
/**
|
|
85
|
-
* This code will be parsed and executed when the item is clicked.
|
|
86
|
-
*
|
|
87
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
88
|
-
*
|
|
89
|
-
* ## Network Item Scope
|
|
90
|
-
* ```ts
|
|
91
|
-
* interface NetworkInterface {
|
|
92
|
-
* name: string;
|
|
93
|
-
* description: string;
|
|
94
|
-
* status: 'up' | 'down';
|
|
95
|
-
* dnsSuffix: string;
|
|
96
|
-
* type: string;
|
|
97
|
-
* gateway: string | null;
|
|
98
|
-
* mac: string;
|
|
99
|
-
* ipv4: string | null;
|
|
100
|
-
* ipv6: string | null;
|
|
101
|
-
* }
|
|
102
|
-
* const online: boolean;
|
|
103
|
-
* const interfaces: NetworkInterface[];
|
|
104
|
-
* const usingInterface: NetworkInterface | null;
|
|
105
|
-
* ```
|
|
106
|
-
*/
|
|
107
|
-
onClickV2: string | null;
|
|
108
|
-
/**
|
|
109
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
110
|
-
*/
|
|
111
|
-
style: {
|
|
112
|
-
[key in string]?: StyleValue | null;
|
|
113
|
-
};
|
|
114
|
-
/**
|
|
115
|
-
* Remote data to be added to the item scope.
|
|
116
|
-
*/
|
|
117
|
-
remoteData: {
|
|
118
|
-
[key in string]?: RemoteDataDeclaration;
|
|
119
|
-
};
|
|
120
|
-
/**
|
|
121
|
-
* Show Wi-fi selector popup on click]
|
|
122
|
-
*/
|
|
123
|
-
withWlanSelector: boolean;
|
|
124
|
-
};
|
|
125
|
-
//# sourceMappingURL=NetworkToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NetworkToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/NetworkToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,kBAAkB,GAAG;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;IAC/C;;OAEG;IACH,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;IACxD;;OAEG;IACH,gBAAgB,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type NotificationsToolbarItem = {
|
|
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
|
-
* ## Notifications Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* const count: number;
|
|
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
|
-
* ## Notifications Item Scope
|
|
25
|
-
* ```ts
|
|
26
|
-
* const count: number;
|
|
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
|
-
* ## Notifications Item Scope
|
|
36
|
-
* ```ts
|
|
37
|
-
* const count: number;
|
|
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
|
-
* ## Notifications Item Scope
|
|
51
|
-
* ```ts
|
|
52
|
-
* const count: number;
|
|
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
|
-
* Remote data to be added to the item scope.
|
|
64
|
-
*/
|
|
65
|
-
remoteData: {
|
|
66
|
-
[key in string]?: RemoteDataDeclaration;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
//# sourceMappingURL=NotificationsToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationsToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/NotificationsToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,wBAAwB,GAAG;IACvC;;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,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Placeholder.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Placeholder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG;IAC1B;;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"}
|