@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandSetUserFolderLimitArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandSetUserFolderLimitArgs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,mCAAmC,GAAG;IAAE,UAAU,EAAE,UAAU,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenCommandWegRequestUpdatePreviewsArgs.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenCommandWegRequestUpdatePreviewsArgs.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,yCAAyC,GAAG;IAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenLauncherMonitor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenLauncherMonitor.ts"],"names":[],"mappings":"AAEA,oBAAY,qBAAqB;IAAG,SAAS,YAAY;IAAE,WAAW,cAAc;CAAE"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.SeelenLauncherMonitor = void 0;
|
|
5
|
-
var SeelenLauncherMonitor;
|
|
6
|
-
(function (SeelenLauncherMonitor) {
|
|
7
|
-
SeelenLauncherMonitor["Primary"] = "Primary";
|
|
8
|
-
SeelenLauncherMonitor["MouseOver"] = "MouseOver";
|
|
9
|
-
})(SeelenLauncherMonitor || (exports.SeelenLauncherMonitor = SeelenLauncherMonitor = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenLauncherRunner.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenLauncherRunner.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { SeelenLauncherMonitor } from "./SeelenLauncherMonitor.js";
|
|
2
|
-
import type { SeelenLauncherRunner } from "./SeelenLauncherRunner.js";
|
|
3
|
-
export type SeelenLauncherSettings = {
|
|
4
|
-
enabled: boolean;
|
|
5
|
-
monitor: SeelenLauncherMonitor;
|
|
6
|
-
runners: Array<SeelenLauncherRunner>;
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=SeelenLauncherSettings.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeelenLauncherSettings.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SeelenLauncherSettings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,MAAM,MAAM,sBAAsB,GAAG;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,qBAAqB,CAAC;IAAC,OAAO,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type SettingsToolbarItem = {
|
|
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
|
-
* ## Settings Item Scope
|
|
14
|
-
* this module does no expand the scope of the item
|
|
15
|
-
*/
|
|
16
|
-
template: string;
|
|
17
|
-
/**
|
|
18
|
-
* Content to display in tooltip of the item.
|
|
19
|
-
*
|
|
20
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
21
|
-
*
|
|
22
|
-
* ## Settings Item Scope
|
|
23
|
-
* this module does no expand the scope of the item
|
|
24
|
-
*/
|
|
25
|
-
tooltip: string | null;
|
|
26
|
-
/**
|
|
27
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
28
|
-
*
|
|
29
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
30
|
-
*
|
|
31
|
-
* ## Settings Item Scope
|
|
32
|
-
* this module does no expand the scope of the item
|
|
33
|
-
*/
|
|
34
|
-
badge: string | null;
|
|
35
|
-
/**
|
|
36
|
-
* Deprecated use `onClickV2` instead.
|
|
37
|
-
*/
|
|
38
|
-
onClick: string | null;
|
|
39
|
-
/**
|
|
40
|
-
* This code will be parsed and executed when the item is clicked.
|
|
41
|
-
*
|
|
42
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
43
|
-
*
|
|
44
|
-
* ## Settings Item Scope
|
|
45
|
-
* this module does no expand the scope of the item
|
|
46
|
-
*/
|
|
47
|
-
onClickV2: string | null;
|
|
48
|
-
/**
|
|
49
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
50
|
-
*/
|
|
51
|
-
style: {
|
|
52
|
-
[key in string]?: StyleValue | null;
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* Remote data to be added to the item scope.
|
|
56
|
-
*/
|
|
57
|
-
remoteData: {
|
|
58
|
-
[key in string]?: RemoteDataDeclaration;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
//# sourceMappingURL=SettingsToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/SettingsToolbarItem.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;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;IAC/C;;OAEG;IACH,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;CAAE,CAAC"}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type TextToolbarItem = {
|
|
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
|
-
* ## Base Item Scope
|
|
14
|
-
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
15
|
-
* ```js
|
|
16
|
-
* const icon: object;
|
|
17
|
-
* ```
|
|
18
|
-
* Haves all environment variables defined on the system as properties of the object.
|
|
19
|
-
* ```js
|
|
20
|
-
* const env: object;
|
|
21
|
-
* ```
|
|
22
|
-
* Functions to add images to the item.
|
|
23
|
-
* ```js
|
|
24
|
-
* function getIcon(name: string, size: number = 16): string
|
|
25
|
-
* function imgFromUrl (url: string, size: number = 16): string
|
|
26
|
-
* function imgFromPath (path: string, size: number = 16): string
|
|
27
|
-
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
28
|
-
* function t(path: string): string
|
|
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
|
-
* ## Base Item Scope
|
|
38
|
-
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
39
|
-
* ```js
|
|
40
|
-
* const icon: object;
|
|
41
|
-
* ```
|
|
42
|
-
* Haves all environment variables defined on the system as properties of the object.
|
|
43
|
-
* ```js
|
|
44
|
-
* const env: object;
|
|
45
|
-
* ```
|
|
46
|
-
* Functions to add images to the item.
|
|
47
|
-
* ```js
|
|
48
|
-
* function getIcon(name: string, size: number = 16): string
|
|
49
|
-
* function imgFromUrl (url: string, size: number = 16): string
|
|
50
|
-
* function imgFromPath (path: string, size: number = 16): string
|
|
51
|
-
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
52
|
-
* function t(path: string): string
|
|
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
|
-
* ## Base Item Scope
|
|
62
|
-
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
63
|
-
* ```js
|
|
64
|
-
* const icon: object;
|
|
65
|
-
* ```
|
|
66
|
-
* Haves all environment variables defined on the system as properties of the object.
|
|
67
|
-
* ```js
|
|
68
|
-
* const env: object;
|
|
69
|
-
* ```
|
|
70
|
-
* Functions to add images to the item.
|
|
71
|
-
* ```js
|
|
72
|
-
* function getIcon(name: string, size: number = 16): string
|
|
73
|
-
* function imgFromUrl (url: string, size: number = 16): string
|
|
74
|
-
* function imgFromPath (path: string, size: number = 16): string
|
|
75
|
-
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
76
|
-
* function t(path: string): string
|
|
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
|
-
* ## Base Item Scope
|
|
90
|
-
* Have all icons defined on [React Icons](https://react-icons.github.io/react-icons) as properties of the object.
|
|
91
|
-
* ```js
|
|
92
|
-
* const icon: object;
|
|
93
|
-
* ```
|
|
94
|
-
* Haves all environment variables defined on the system as properties of the object.
|
|
95
|
-
* ```js
|
|
96
|
-
* const env: object;
|
|
97
|
-
* ```
|
|
98
|
-
* Functions to add images to the item.
|
|
99
|
-
* ```js
|
|
100
|
-
* function getIcon(name: string, size: number = 16): string
|
|
101
|
-
* function imgFromUrl (url: string, size: number = 16): string
|
|
102
|
-
* function imgFromPath (path: string, size: number = 16): string
|
|
103
|
-
* function imgFromExe (exe_path: string, size: number = 16): string
|
|
104
|
-
* function t(path: string): string
|
|
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
|
-
//# sourceMappingURL=TextToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TextToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/TextToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG;IAC9B;;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;CAAE,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum ToolbarModuleType {
|
|
2
|
-
"Text" = "Text",
|
|
3
|
-
"Generic" = "Generic",
|
|
4
|
-
"Date" = "Date",
|
|
5
|
-
"Power" = "Power",
|
|
6
|
-
"Keyboard" = "Keyboard",
|
|
7
|
-
"Network" = "Network",
|
|
8
|
-
"Bluetooth" = "Bluetooth",
|
|
9
|
-
"Media" = "Media",
|
|
10
|
-
"User" = "User",
|
|
11
|
-
"Notifications" = "Notifications",
|
|
12
|
-
"Device" = "Device",
|
|
13
|
-
"Settings" = "Settings",
|
|
14
|
-
"Workspaces" = "Workspaces"
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=ToolbarModuleType.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ToolbarModuleType.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ToolbarModuleType.ts"],"names":[],"mappings":"AAEA,oBAAY,iBAAiB;IAAG,MAAM,SAAS;IAAE,SAAS,YAAY;IAAE,MAAM,SAAS;IAAE,OAAO,UAAU;IAAE,UAAU,aAAa;IAAE,SAAS,YAAY;IAAE,WAAW,cAAc;IAAE,OAAO,UAAU;IAAE,MAAM,SAAS;IAAE,eAAe,kBAAkB;IAAE,QAAQ,WAAW;IAAE,UAAU,aAAa;IAAE,YAAY,eAAe;CAAE"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ToolbarModuleType = void 0;
|
|
5
|
-
var ToolbarModuleType;
|
|
6
|
-
(function (ToolbarModuleType) {
|
|
7
|
-
ToolbarModuleType["Text"] = "Text";
|
|
8
|
-
ToolbarModuleType["Generic"] = "Generic";
|
|
9
|
-
ToolbarModuleType["Date"] = "Date";
|
|
10
|
-
ToolbarModuleType["Power"] = "Power";
|
|
11
|
-
ToolbarModuleType["Keyboard"] = "Keyboard";
|
|
12
|
-
ToolbarModuleType["Network"] = "Network";
|
|
13
|
-
ToolbarModuleType["Bluetooth"] = "Bluetooth";
|
|
14
|
-
ToolbarModuleType["Media"] = "Media";
|
|
15
|
-
ToolbarModuleType["User"] = "User";
|
|
16
|
-
ToolbarModuleType["Notifications"] = "Notifications";
|
|
17
|
-
ToolbarModuleType["Device"] = "Device";
|
|
18
|
-
ToolbarModuleType["Settings"] = "Settings";
|
|
19
|
-
ToolbarModuleType["Workspaces"] = "Workspaces";
|
|
20
|
-
})(ToolbarModuleType || (exports.ToolbarModuleType = ToolbarModuleType = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserApplication.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UserApplication.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,aAAa,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type UserToolbarItem = {
|
|
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
|
-
* Show user control popup on click
|
|
70
|
-
*/
|
|
71
|
-
withUserFolder: boolean;
|
|
72
|
-
};
|
|
73
|
-
//# sourceMappingURL=UserToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/UserToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG;IAC9B;;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;IACxD;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
import type { WorkspaceToolbarItemMode } from "./WorkspaceToolbarItemMode.js";
|
|
4
|
-
export type WorkspaceToolbarItem = {
|
|
5
|
-
/**
|
|
6
|
-
* Id to identify the item, should be unique.
|
|
7
|
-
*/
|
|
8
|
-
id: string;
|
|
9
|
-
/**
|
|
10
|
-
* Content to display in the item.
|
|
11
|
-
*
|
|
12
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
13
|
-
*
|
|
14
|
-
* ## Workspace Item Scope
|
|
15
|
-
* this module does no expand the scope of the item
|
|
16
|
-
*/
|
|
17
|
-
template: string;
|
|
18
|
-
/**
|
|
19
|
-
* Content to display in tooltip of the item.
|
|
20
|
-
*
|
|
21
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
22
|
-
*
|
|
23
|
-
* ## Workspace Item Scope
|
|
24
|
-
* this module does no expand the scope of the item
|
|
25
|
-
*/
|
|
26
|
-
tooltip: string | null;
|
|
27
|
-
/**
|
|
28
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
29
|
-
*
|
|
30
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
31
|
-
*
|
|
32
|
-
* ## Workspace Item Scope
|
|
33
|
-
* this module does no expand the scope of the item
|
|
34
|
-
*/
|
|
35
|
-
badge: string | null;
|
|
36
|
-
/**
|
|
37
|
-
* Deprecated use `onClickV2` instead.
|
|
38
|
-
*/
|
|
39
|
-
onClick: string | null;
|
|
40
|
-
/**
|
|
41
|
-
* This code will be parsed and executed when the item is clicked.
|
|
42
|
-
*
|
|
43
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
44
|
-
*
|
|
45
|
-
* ## Workspace Item Scope
|
|
46
|
-
* this module does no expand the scope of the item
|
|
47
|
-
*/
|
|
48
|
-
onClickV2: string | null;
|
|
49
|
-
/**
|
|
50
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
51
|
-
*/
|
|
52
|
-
style: {
|
|
53
|
-
[key in string]?: StyleValue | null;
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Remote data to be added to the item scope.
|
|
57
|
-
*/
|
|
58
|
-
remoteData: {
|
|
59
|
-
[key in string]?: RemoteDataDeclaration;
|
|
60
|
-
};
|
|
61
|
-
mode: WorkspaceToolbarItemMode;
|
|
62
|
-
};
|
|
63
|
-
//# sourceMappingURL=WorkspaceToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,MAAM,MAAM,oBAAoB,GAAG;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;IAC/C;;OAEG;IACH,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;IAAC,IAAI,EAAE,wBAAwB,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceToolbarItemMode.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WorkspaceToolbarItemMode.ts"],"names":[],"mappings":"AAEA,oBAAY,wBAAwB;IAAG,QAAQ,WAAW;IAAE,OAAO,UAAU;IAAE,UAAU,aAAa;CAAE"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.WorkspaceToolbarItemMode = void 0;
|
|
5
|
-
var WorkspaceToolbarItemMode;
|
|
6
|
-
(function (WorkspaceToolbarItemMode) {
|
|
7
|
-
WorkspaceToolbarItemMode["dotted"] = "dotted";
|
|
8
|
-
WorkspaceToolbarItemMode["named"] = "named";
|
|
9
|
-
WorkspaceToolbarItemMode["numbered"] = "numbered";
|
|
10
|
-
})(WorkspaceToolbarItemMode || (exports.WorkspaceToolbarItemMode = WorkspaceToolbarItemMode = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WsdGroup.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WsdGroup.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,QAAQ,GAAG;IACvB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { WsdItem } from "./WsdItem.js";
|
|
2
|
-
export type WsdGroupEntry = {
|
|
3
|
-
/**
|
|
4
|
-
* Declaration of key and value to be used as configuration.
|
|
5
|
-
* If children is not empty, this will beused as header of the subgroup.
|
|
6
|
-
*/
|
|
7
|
-
config: WsdItem;
|
|
8
|
-
/**
|
|
9
|
-
* List of items in this subgroup
|
|
10
|
-
*/
|
|
11
|
-
children: Array<WsdGroupEntry>;
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=WsdGroupEntry.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WsdGroupEntry.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WsdGroupEntry.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG;IAC5B;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CAAE,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { WsdItemColor } from "./WsdItemColor.js";
|
|
2
|
-
import type { WsdItemInputNumber } from "./WsdItemInputNumber.js";
|
|
3
|
-
import type { WsdItemInputText } from "./WsdItemInputText.js";
|
|
4
|
-
import type { WsdItemRange } from "./WsdItemRange.js";
|
|
5
|
-
import type { WsdItemSelect } from "./WsdItemSelect.js";
|
|
6
|
-
import type { WsdItemSwitch } from "./WsdItemSwitch.js";
|
|
7
|
-
export type WsdItem = {
|
|
8
|
-
"type": "switch";
|
|
9
|
-
} & WsdItemSwitch | {
|
|
10
|
-
"type": "select";
|
|
11
|
-
} & WsdItemSelect | {
|
|
12
|
-
"type": "input-text";
|
|
13
|
-
} & WsdItemInputText | {
|
|
14
|
-
"type": "input-number";
|
|
15
|
-
} & WsdItemInputNumber | {
|
|
16
|
-
"type": "range";
|
|
17
|
-
} & WsdItemRange | {
|
|
18
|
-
"type": "color";
|
|
19
|
-
} & WsdItemColor;
|
|
20
|
-
//# sourceMappingURL=WsdItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WsdItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WsdItem.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,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,OAAO,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,aAAa,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG,aAAa,GAAG;IAAE,MAAM,EAAE,YAAY,CAAA;CAAE,GAAG,gBAAgB,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,GAAG,kBAAkB,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,YAAY,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,GAAG,YAAY,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
-
export type WsdItemColor = {
|
|
3
|
-
/**
|
|
4
|
-
* Unique key for this item, used to identify it in the settings, should be unique.\
|
|
5
|
-
* If duplicated, duplicated items will be ignored.
|
|
6
|
-
*/
|
|
7
|
-
key: string;
|
|
8
|
-
/**
|
|
9
|
-
* Label for this item could start with the prefix `t::` for translation
|
|
10
|
-
*/
|
|
11
|
-
label: ResourceText;
|
|
12
|
-
/**
|
|
13
|
-
* This setting could be set by monitor on the settings by monitor section.
|
|
14
|
-
*/
|
|
15
|
-
allowSetByMonitor: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Keys of items to be set in order to enable this item.
|
|
18
|
-
*
|
|
19
|
-
* it uses js logic (!!value) to determine if the item is enabled
|
|
20
|
-
*/
|
|
21
|
-
dependencies: Array<string>;
|
|
22
|
-
defaultValue: string;
|
|
23
|
-
allowAlpha: boolean;
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=WsdItemColor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WsdItemColor.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WsdItemColor.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IAC3B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
-
export type WsdItemInputNumber = {
|
|
3
|
-
/**
|
|
4
|
-
* Unique key for this item, used to identify it in the settings, should be unique.\
|
|
5
|
-
* If duplicated, duplicated items will be ignored.
|
|
6
|
-
*/
|
|
7
|
-
key: string;
|
|
8
|
-
/**
|
|
9
|
-
* Label for this item could start with the prefix `t::` for translation
|
|
10
|
-
*/
|
|
11
|
-
label: ResourceText;
|
|
12
|
-
/**
|
|
13
|
-
* This setting could be set by monitor on the settings by monitor section.
|
|
14
|
-
*/
|
|
15
|
-
allowSetByMonitor: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Keys of items to be set in order to enable this item.
|
|
18
|
-
*
|
|
19
|
-
* it uses js logic (!!value) to determine if the item is enabled
|
|
20
|
-
*/
|
|
21
|
-
dependencies: Array<string>;
|
|
22
|
-
defaultValue: number;
|
|
23
|
-
min: number | null;
|
|
24
|
-
max: number | null;
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=WsdItemInputNumber.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WsdItemInputNumber.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WsdItemInputNumber.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IACjC;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ResourceText } from "./ResourceText.js";
|
|
2
|
-
export type WsdItemInputText = {
|
|
3
|
-
/**
|
|
4
|
-
* Unique key for this item, used to identify it in the settings, should be unique.\
|
|
5
|
-
* If duplicated, duplicated items will be ignored.
|
|
6
|
-
*/
|
|
7
|
-
key: string;
|
|
8
|
-
/**
|
|
9
|
-
* Label for this item could start with the prefix `t::` for translation
|
|
10
|
-
*/
|
|
11
|
-
label: ResourceText;
|
|
12
|
-
/**
|
|
13
|
-
* This setting could be set by monitor on the settings by monitor section.
|
|
14
|
-
*/
|
|
15
|
-
allowSetByMonitor: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Keys of items to be set in order to enable this item.
|
|
18
|
-
*
|
|
19
|
-
* it uses js logic (!!value) to determine if the item is enabled
|
|
20
|
-
*/
|
|
21
|
-
dependencies: Array<string>;
|
|
22
|
-
defaultValue: string;
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=WsdItemInputText.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WsdItemInputText.d.ts","sourceRoot":"","sources":["../../../src/gen/types/WsdItemInputText.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,EAAE,YAAY,CAAC;IACpB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,YAAY,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;CAAE,CAAC"}
|