@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
|
@@ -2,45 +2,69 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WidgetAutoSizer = void 0;
|
|
4
4
|
const dpi_1 = require("@tauri-apps/api/dpi");
|
|
5
|
+
const mod_js_1 = require("../../../gen/types/mod.js");
|
|
5
6
|
class WidgetAutoSizer {
|
|
6
|
-
|
|
7
|
+
widget;
|
|
7
8
|
element;
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
/** From which side the widget will grow */
|
|
10
|
+
originX = mod_js_1.Alignment.Start;
|
|
11
|
+
/** From which side the widget will grow */
|
|
12
|
+
originY = mod_js_1.Alignment.Start;
|
|
13
|
+
constructor(widget, element) {
|
|
14
|
+
this.widget = widget;
|
|
10
15
|
this.element = element;
|
|
11
16
|
this.execute = this.execute.bind(this);
|
|
12
17
|
this.setup();
|
|
13
18
|
}
|
|
14
19
|
setup() {
|
|
15
20
|
// Disable resizing by the user
|
|
16
|
-
this.webview.setResizable(false);
|
|
17
|
-
|
|
18
|
-
const observer = new MutationObserver(this.execute);
|
|
21
|
+
this.widget.webview.setResizable(false);
|
|
22
|
+
const observer = new ResizeObserver(this.execute);
|
|
19
23
|
observer.observe(this.element, {
|
|
20
|
-
|
|
21
|
-
subtree: true,
|
|
22
|
-
attributes: true,
|
|
23
|
-
characterData: true,
|
|
24
|
+
box: "border-box",
|
|
24
25
|
});
|
|
25
|
-
// Cleanup function
|
|
26
26
|
return () => {
|
|
27
27
|
observer.disconnect();
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
30
|
async execute() {
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
|
|
31
|
+
const { x, y, width, height } = this.widget.frame;
|
|
32
|
+
const frame = {
|
|
33
|
+
x,
|
|
34
|
+
y,
|
|
35
|
+
width: Math.ceil(this.element.scrollWidth * globalThis.window.devicePixelRatio),
|
|
36
|
+
height: Math.ceil(this.element.scrollHeight * globalThis.window.devicePixelRatio),
|
|
37
|
+
};
|
|
38
|
+
const widthDiff = frame.width - width;
|
|
39
|
+
const heightDiff = frame.height - height;
|
|
40
|
+
// Only update if the difference is more than 1px (avoid infinite loops from decimal differences)
|
|
41
|
+
if (widthDiff === 0 && heightDiff === 0) {
|
|
34
42
|
return;
|
|
35
43
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
if (
|
|
41
|
-
|
|
42
|
-
|
|
44
|
+
console.trace(`Auto resize from ${width}x${height} to ${frame.width}x${frame.height}`);
|
|
45
|
+
if (this.originX === mod_js_1.Alignment.Center) {
|
|
46
|
+
frame.x -= widthDiff / 2;
|
|
47
|
+
}
|
|
48
|
+
else if (this.originX === mod_js_1.Alignment.End) {
|
|
49
|
+
frame.x -= widthDiff;
|
|
50
|
+
}
|
|
51
|
+
if (this.originY === mod_js_1.Alignment.Center) {
|
|
52
|
+
frame.y -= heightDiff / 2;
|
|
43
53
|
}
|
|
54
|
+
else if (this.originY === mod_js_1.Alignment.End) {
|
|
55
|
+
frame.y -= heightDiff;
|
|
56
|
+
}
|
|
57
|
+
// only update size no position on this case
|
|
58
|
+
if (frame.x === x && frame.y === y) {
|
|
59
|
+
await this.widget.webview.setSize(new dpi_1.PhysicalSize(frame.width, frame.height));
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
await this.widget.setPosition({
|
|
63
|
+
left: frame.x,
|
|
64
|
+
top: frame.y,
|
|
65
|
+
right: frame.x + frame.width,
|
|
66
|
+
bottom: frame.y + frame.height,
|
|
67
|
+
});
|
|
44
68
|
}
|
|
45
69
|
}
|
|
46
70
|
exports.WidgetAutoSizer = WidgetAutoSizer;
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
import { type UnSubscriber } from "../handlers/mod.js";
|
|
2
2
|
import { List } from "../utils/List.js";
|
|
3
|
-
|
|
4
|
-
id: string;
|
|
5
|
-
handle: string;
|
|
6
|
-
displayName: string;
|
|
7
|
-
active: boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface SystemLanguage {
|
|
10
|
-
id: string;
|
|
11
|
-
code: string;
|
|
12
|
-
name: string;
|
|
13
|
-
nativeName: string;
|
|
14
|
-
inputMethods: KeyboardLayout[];
|
|
15
|
-
}
|
|
3
|
+
import type { SystemLanguage } from "../../gen/types/mod.js";
|
|
16
4
|
export declare class LanguageList extends List<SystemLanguage> {
|
|
17
5
|
static getAsync(): Promise<LanguageList>;
|
|
18
6
|
static onChange(cb: (payload: LanguageList) => void): Promise<UnSubscriber>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../../src/src/system_state/language.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"language.d.ts","sourceRoot":"","sources":["../../../src/src/system_state/language.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE7D,qBAAa,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC;IACpD,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,YAAY,CAAC;IAIxC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;CAG5E"}
|
|
@@ -1,38 +1,9 @@
|
|
|
1
1
|
import { type UnSubscriber } from "../handlers/mod.js";
|
|
2
|
-
import {
|
|
3
|
-
import { type File, FolderType, type User } from "../../gen/types/mod.js";
|
|
2
|
+
import type { User } from "../../gen/types/mod.js";
|
|
4
3
|
export declare class UserDetails {
|
|
5
4
|
user: User;
|
|
6
5
|
constructor(user: User);
|
|
7
6
|
static getAsync(): Promise<UserDetails>;
|
|
8
7
|
static onChange(cb: (payload: UserDetails) => void): Promise<UnSubscriber>;
|
|
9
8
|
}
|
|
10
|
-
export declare class UserDirectory extends List<File> {
|
|
11
|
-
static readonly folderType: FolderType;
|
|
12
|
-
static getAsync(): Promise<UserDirectory>;
|
|
13
|
-
static setDirectoryLimit(amount: number): Promise<void>;
|
|
14
|
-
static onChange(cb: (instance: RecentFolder) => void): Promise<UnSubscriber>;
|
|
15
|
-
static default(): UserDirectory;
|
|
16
|
-
}
|
|
17
|
-
export declare class RecentFolder extends UserDirectory {
|
|
18
|
-
static readonly folderType = FolderType["Recent"];
|
|
19
|
-
}
|
|
20
|
-
export declare class DesktopFolder extends UserDirectory {
|
|
21
|
-
static readonly folderType = FolderType["Desktop"];
|
|
22
|
-
}
|
|
23
|
-
export declare class DownloadsFolder extends UserDirectory {
|
|
24
|
-
static readonly folderType = FolderType["Downloads"];
|
|
25
|
-
}
|
|
26
|
-
export declare class DocumentsFolder extends UserDirectory {
|
|
27
|
-
static readonly folderType = FolderType["Documents"];
|
|
28
|
-
}
|
|
29
|
-
export declare class PicturesFolder extends UserDirectory {
|
|
30
|
-
static readonly folderType = FolderType["Pictures"];
|
|
31
|
-
}
|
|
32
|
-
export declare class VideosFolder extends UserDirectory {
|
|
33
|
-
static readonly folderType = FolderType["Videos"];
|
|
34
|
-
}
|
|
35
|
-
export declare class MusicFolder extends UserDirectory {
|
|
36
|
-
static readonly folderType = FolderType["Music"];
|
|
37
|
-
}
|
|
38
9
|
//# sourceMappingURL=user.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/src/system_state/user.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/src/system_state/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAEnD,qBAAa,WAAW;IACH,IAAI,EAAE,IAAI;gBAAV,IAAI,EAAE,IAAI;IAE7B,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,WAAW,CAAC;IAIvC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;CAG3E"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UserDetails = void 0;
|
|
4
4
|
const mod_js_1 = require("../handlers/mod.js");
|
|
5
5
|
const State_js_1 = require("../utils/State.js");
|
|
6
|
-
const List_js_1 = require("../utils/List.js");
|
|
7
|
-
const mod_js_2 = require("../../gen/types/mod.js");
|
|
8
6
|
class UserDetails {
|
|
9
7
|
user;
|
|
10
8
|
constructor(user) {
|
|
@@ -18,56 +16,3 @@ class UserDetails {
|
|
|
18
16
|
}
|
|
19
17
|
}
|
|
20
18
|
exports.UserDetails = UserDetails;
|
|
21
|
-
class UserDirectory extends List_js_1.List {
|
|
22
|
-
static folderType = mod_js_2.FolderType.Unknown;
|
|
23
|
-
static async getAsync() {
|
|
24
|
-
return new this(await (0, mod_js_1.invoke)(mod_js_1.SeelenCommand.GetUserFolderContent, {
|
|
25
|
-
folderType: this.folderType,
|
|
26
|
-
}));
|
|
27
|
-
}
|
|
28
|
-
static setDirectoryLimit(amount) {
|
|
29
|
-
return (0, mod_js_1.invoke)(mod_js_1.SeelenCommand.SetUserFolderLimit, {
|
|
30
|
-
folderType: this.folderType,
|
|
31
|
-
amount,
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
static onChange(cb) {
|
|
35
|
-
return (0, mod_js_1.subscribe)(mod_js_1.SeelenEvent.UserFolderChanged, (data) => {
|
|
36
|
-
if (data.payload.ofFolder == this.folderType && data.payload.content) {
|
|
37
|
-
cb(new this(data.payload.content));
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
static default() {
|
|
42
|
-
return new this([]);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.UserDirectory = UserDirectory;
|
|
46
|
-
class RecentFolder extends UserDirectory {
|
|
47
|
-
static folderType = mod_js_2.FolderType.Recent;
|
|
48
|
-
}
|
|
49
|
-
exports.RecentFolder = RecentFolder;
|
|
50
|
-
class DesktopFolder extends UserDirectory {
|
|
51
|
-
static folderType = mod_js_2.FolderType.Desktop;
|
|
52
|
-
}
|
|
53
|
-
exports.DesktopFolder = DesktopFolder;
|
|
54
|
-
class DownloadsFolder extends UserDirectory {
|
|
55
|
-
static folderType = mod_js_2.FolderType.Downloads;
|
|
56
|
-
}
|
|
57
|
-
exports.DownloadsFolder = DownloadsFolder;
|
|
58
|
-
class DocumentsFolder extends UserDirectory {
|
|
59
|
-
static folderType = mod_js_2.FolderType.Documents;
|
|
60
|
-
}
|
|
61
|
-
exports.DocumentsFolder = DocumentsFolder;
|
|
62
|
-
class PicturesFolder extends UserDirectory {
|
|
63
|
-
static folderType = mod_js_2.FolderType.Pictures;
|
|
64
|
-
}
|
|
65
|
-
exports.PicturesFolder = PicturesFolder;
|
|
66
|
-
class VideosFolder extends UserDirectory {
|
|
67
|
-
static folderType = mod_js_2.FolderType.Videos;
|
|
68
|
-
}
|
|
69
|
-
exports.VideosFolder = VideosFolder;
|
|
70
|
-
class MusicFolder extends UserDirectory {
|
|
71
|
-
static folderType = mod_js_2.FolderType.Music;
|
|
72
|
-
}
|
|
73
|
-
exports.MusicFolder = MusicFolder;
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type BluetoothToolbarItem = {
|
|
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
|
-
* ## Bluetooth Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* interface BluetoothDevice
|
|
16
|
-
* {
|
|
17
|
-
* id: string,
|
|
18
|
-
* name: string,
|
|
19
|
-
* address: bigint,
|
|
20
|
-
* majorClass: BluetoothMajor,
|
|
21
|
-
* minorMainClass: BluetoothMinor,
|
|
22
|
-
* minorSubClass: BluetoothMinor,
|
|
23
|
-
* connected: boolean,
|
|
24
|
-
* paired: boolean,
|
|
25
|
-
* canPair: boolean,
|
|
26
|
-
* isBluetoothLoweenergy: boolean,
|
|
27
|
-
* iconPath: string,
|
|
28
|
-
* }
|
|
29
|
-
*
|
|
30
|
-
* type BluetoothMajor = "Miscellaneous" | "Computer" | "Phone" | "NetworkAccessPoint" | "AudioVideo" | "Peripheral" | "Imaging" | "Wearable" | "Toy" | "Health" | "Unkown";
|
|
31
|
-
*
|
|
32
|
-
* type BluetoothMinor = "Uncategorized" | "ComputerDesktop" | "ComputerServer" | "ComputerLaptop" | "ComputerHandheld" | "ComputerPalmSize" | "ComputerWearable" | "ComputerTablet"
|
|
33
|
-
* | "PhoneCellular" | "PhoneCordless" | "PhoneSmartPhone" | "PhoneWired" | "PhoneIsdn" | "NetworkFullyAvailable" | "NetworkUsed01To17Percent" | "NetworkUsed17To33Percent" | "NetworkUsed33To50Percent"
|
|
34
|
-
* | "NetworkUsed50To67Percent" | "NetworkUsed67To83Percent" | "NetworkUsed83To99Percent" | "NetworkNoServiceAvailable" | "AudioVideoWearableHeadset" | "AudioVideoHandsFree" | "AudioVideoMicrophone"
|
|
35
|
-
* | "AudioVideoLoudspeaker" | "AudioVideoHeadphones" | "AudioVideoPortableAudio" | "AudioVideoCarAudio" | "AudioVideoSetTopBox" | "AudioVideoHifiAudioDevice" | "AudioVideoVcr" | "AudioVideoVideoCamera"
|
|
36
|
-
* | "AudioVideoCamcorder" | "AudioVideoVideoMonitor" | "AudioVideoVideoDisplayAndLoudspeaker" | "AudioVideoVideoConferencing" | "AudioVideoGamingOrToy" | "PeripheralJoystick" | "PeripheralGamepad"
|
|
37
|
-
* | "PeripheralRemoteControl" | "PeripheralSensing" | "PeripheralDigitizerTablet" | "PeripheralCardReader" | "PeripheralDigitalPen" | "PeripheralHandheldScanner" | "PeripheralHandheldGesture"
|
|
38
|
-
* | "WearableWristwatch" | "WearablePager" | "WearableJacket" | "WearableHelmet" | "WearableGlasses" | "ToyRobot" | "ToyVehicle" | "ToyDoll" | "ToyController" | "ToyGame" | "HealthBloodPressureMonitor"
|
|
39
|
-
* | "HealthThermometer" | "HealthWeighingScale" | "HealthGlucoseMeter" | "HealthPulseOximeter" | "HealthHeartRateMonitor" | "HealthHealthDataDisplay" | "HealthStepCounter" | "HealthBodyCompositionAnalyzer"
|
|
40
|
-
* | "HealthPeakFlowMonitor" | "HealthMedicationMonitor" | "HealthKneeProsthesis" | "HealthAnkleProsthesis" | "HealthGenericHealthManager" | "HealthPersonalMobilityDevice" | "PeripheralOther" | "PeripheralPointer"
|
|
41
|
-
* | "PeripheralKeyboard" | "PeripheralKeyboardAndPointer";
|
|
42
|
-
*
|
|
43
|
-
* const bluetoothState: boolean;
|
|
44
|
-
* const devices: BluetoothDevice[];
|
|
45
|
-
* const connectedDevices: BluetoothDevice[];
|
|
46
|
-
* ```
|
|
47
|
-
*/
|
|
48
|
-
template: string;
|
|
49
|
-
/**
|
|
50
|
-
* Content to display in tooltip of the item.
|
|
51
|
-
*
|
|
52
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
53
|
-
*
|
|
54
|
-
* ## Bluetooth Item Scope
|
|
55
|
-
* ```ts
|
|
56
|
-
* interface BluetoothDevice
|
|
57
|
-
* {
|
|
58
|
-
* id: string,
|
|
59
|
-
* name: string,
|
|
60
|
-
* address: bigint,
|
|
61
|
-
* majorClass: BluetoothMajor,
|
|
62
|
-
* minorMainClass: BluetoothMinor,
|
|
63
|
-
* minorSubClass: BluetoothMinor,
|
|
64
|
-
* connected: boolean,
|
|
65
|
-
* paired: boolean,
|
|
66
|
-
* canPair: boolean,
|
|
67
|
-
* isBluetoothLoweenergy: boolean,
|
|
68
|
-
* iconPath: string,
|
|
69
|
-
* }
|
|
70
|
-
*
|
|
71
|
-
* type BluetoothMajor = "Miscellaneous" | "Computer" | "Phone" | "NetworkAccessPoint" | "AudioVideo" | "Peripheral" | "Imaging" | "Wearable" | "Toy" | "Health" | "Unkown";
|
|
72
|
-
*
|
|
73
|
-
* type BluetoothMinor = "Uncategorized" | "ComputerDesktop" | "ComputerServer" | "ComputerLaptop" | "ComputerHandheld" | "ComputerPalmSize" | "ComputerWearable" | "ComputerTablet"
|
|
74
|
-
* | "PhoneCellular" | "PhoneCordless" | "PhoneSmartPhone" | "PhoneWired" | "PhoneIsdn" | "NetworkFullyAvailable" | "NetworkUsed01To17Percent" | "NetworkUsed17To33Percent" | "NetworkUsed33To50Percent"
|
|
75
|
-
* | "NetworkUsed50To67Percent" | "NetworkUsed67To83Percent" | "NetworkUsed83To99Percent" | "NetworkNoServiceAvailable" | "AudioVideoWearableHeadset" | "AudioVideoHandsFree" | "AudioVideoMicrophone"
|
|
76
|
-
* | "AudioVideoLoudspeaker" | "AudioVideoHeadphones" | "AudioVideoPortableAudio" | "AudioVideoCarAudio" | "AudioVideoSetTopBox" | "AudioVideoHifiAudioDevice" | "AudioVideoVcr" | "AudioVideoVideoCamera"
|
|
77
|
-
* | "AudioVideoCamcorder" | "AudioVideoVideoMonitor" | "AudioVideoVideoDisplayAndLoudspeaker" | "AudioVideoVideoConferencing" | "AudioVideoGamingOrToy" | "PeripheralJoystick" | "PeripheralGamepad"
|
|
78
|
-
* | "PeripheralRemoteControl" | "PeripheralSensing" | "PeripheralDigitizerTablet" | "PeripheralCardReader" | "PeripheralDigitalPen" | "PeripheralHandheldScanner" | "PeripheralHandheldGesture"
|
|
79
|
-
* | "WearableWristwatch" | "WearablePager" | "WearableJacket" | "WearableHelmet" | "WearableGlasses" | "ToyRobot" | "ToyVehicle" | "ToyDoll" | "ToyController" | "ToyGame" | "HealthBloodPressureMonitor"
|
|
80
|
-
* | "HealthThermometer" | "HealthWeighingScale" | "HealthGlucoseMeter" | "HealthPulseOximeter" | "HealthHeartRateMonitor" | "HealthHealthDataDisplay" | "HealthStepCounter" | "HealthBodyCompositionAnalyzer"
|
|
81
|
-
* | "HealthPeakFlowMonitor" | "HealthMedicationMonitor" | "HealthKneeProsthesis" | "HealthAnkleProsthesis" | "HealthGenericHealthManager" | "HealthPersonalMobilityDevice" | "PeripheralOther" | "PeripheralPointer"
|
|
82
|
-
* | "PeripheralKeyboard" | "PeripheralKeyboardAndPointer";
|
|
83
|
-
*
|
|
84
|
-
* const bluetoothState: boolean;
|
|
85
|
-
* const devices: BluetoothDevice[];
|
|
86
|
-
* const connectedDevices: BluetoothDevice[];
|
|
87
|
-
* ```
|
|
88
|
-
*/
|
|
89
|
-
tooltip: string | null;
|
|
90
|
-
/**
|
|
91
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
92
|
-
*
|
|
93
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
94
|
-
*
|
|
95
|
-
* ## Bluetooth Item Scope
|
|
96
|
-
* ```ts
|
|
97
|
-
* interface BluetoothDevice
|
|
98
|
-
* {
|
|
99
|
-
* id: string,
|
|
100
|
-
* name: string,
|
|
101
|
-
* address: bigint,
|
|
102
|
-
* majorClass: BluetoothMajor,
|
|
103
|
-
* minorMainClass: BluetoothMinor,
|
|
104
|
-
* minorSubClass: BluetoothMinor,
|
|
105
|
-
* connected: boolean,
|
|
106
|
-
* paired: boolean,
|
|
107
|
-
* canPair: boolean,
|
|
108
|
-
* isBluetoothLoweenergy: boolean,
|
|
109
|
-
* iconPath: string,
|
|
110
|
-
* }
|
|
111
|
-
*
|
|
112
|
-
* type BluetoothMajor = "Miscellaneous" | "Computer" | "Phone" | "NetworkAccessPoint" | "AudioVideo" | "Peripheral" | "Imaging" | "Wearable" | "Toy" | "Health" | "Unkown";
|
|
113
|
-
*
|
|
114
|
-
* type BluetoothMinor = "Uncategorized" | "ComputerDesktop" | "ComputerServer" | "ComputerLaptop" | "ComputerHandheld" | "ComputerPalmSize" | "ComputerWearable" | "ComputerTablet"
|
|
115
|
-
* | "PhoneCellular" | "PhoneCordless" | "PhoneSmartPhone" | "PhoneWired" | "PhoneIsdn" | "NetworkFullyAvailable" | "NetworkUsed01To17Percent" | "NetworkUsed17To33Percent" | "NetworkUsed33To50Percent"
|
|
116
|
-
* | "NetworkUsed50To67Percent" | "NetworkUsed67To83Percent" | "NetworkUsed83To99Percent" | "NetworkNoServiceAvailable" | "AudioVideoWearableHeadset" | "AudioVideoHandsFree" | "AudioVideoMicrophone"
|
|
117
|
-
* | "AudioVideoLoudspeaker" | "AudioVideoHeadphones" | "AudioVideoPortableAudio" | "AudioVideoCarAudio" | "AudioVideoSetTopBox" | "AudioVideoHifiAudioDevice" | "AudioVideoVcr" | "AudioVideoVideoCamera"
|
|
118
|
-
* | "AudioVideoCamcorder" | "AudioVideoVideoMonitor" | "AudioVideoVideoDisplayAndLoudspeaker" | "AudioVideoVideoConferencing" | "AudioVideoGamingOrToy" | "PeripheralJoystick" | "PeripheralGamepad"
|
|
119
|
-
* | "PeripheralRemoteControl" | "PeripheralSensing" | "PeripheralDigitizerTablet" | "PeripheralCardReader" | "PeripheralDigitalPen" | "PeripheralHandheldScanner" | "PeripheralHandheldGesture"
|
|
120
|
-
* | "WearableWristwatch" | "WearablePager" | "WearableJacket" | "WearableHelmet" | "WearableGlasses" | "ToyRobot" | "ToyVehicle" | "ToyDoll" | "ToyController" | "ToyGame" | "HealthBloodPressureMonitor"
|
|
121
|
-
* | "HealthThermometer" | "HealthWeighingScale" | "HealthGlucoseMeter" | "HealthPulseOximeter" | "HealthHeartRateMonitor" | "HealthHealthDataDisplay" | "HealthStepCounter" | "HealthBodyCompositionAnalyzer"
|
|
122
|
-
* | "HealthPeakFlowMonitor" | "HealthMedicationMonitor" | "HealthKneeProsthesis" | "HealthAnkleProsthesis" | "HealthGenericHealthManager" | "HealthPersonalMobilityDevice" | "PeripheralOther" | "PeripheralPointer"
|
|
123
|
-
* | "PeripheralKeyboard" | "PeripheralKeyboardAndPointer";
|
|
124
|
-
*
|
|
125
|
-
* const bluetoothState: boolean;
|
|
126
|
-
* const devices: BluetoothDevice[];
|
|
127
|
-
* const connectedDevices: BluetoothDevice[];
|
|
128
|
-
* ```
|
|
129
|
-
*/
|
|
130
|
-
badge: string | null;
|
|
131
|
-
/**
|
|
132
|
-
* Deprecated use `onClickV2` instead.
|
|
133
|
-
*/
|
|
134
|
-
onClick: string | null;
|
|
135
|
-
/**
|
|
136
|
-
* This code will be parsed and executed when the item is clicked.
|
|
137
|
-
*
|
|
138
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
139
|
-
*
|
|
140
|
-
* ## Bluetooth Item Scope
|
|
141
|
-
* ```ts
|
|
142
|
-
* interface BluetoothDevice
|
|
143
|
-
* {
|
|
144
|
-
* id: string,
|
|
145
|
-
* name: string,
|
|
146
|
-
* address: bigint,
|
|
147
|
-
* majorClass: BluetoothMajor,
|
|
148
|
-
* minorMainClass: BluetoothMinor,
|
|
149
|
-
* minorSubClass: BluetoothMinor,
|
|
150
|
-
* connected: boolean,
|
|
151
|
-
* paired: boolean,
|
|
152
|
-
* canPair: boolean,
|
|
153
|
-
* isBluetoothLoweenergy: boolean,
|
|
154
|
-
* iconPath: string,
|
|
155
|
-
* }
|
|
156
|
-
*
|
|
157
|
-
* type BluetoothMajor = "Miscellaneous" | "Computer" | "Phone" | "NetworkAccessPoint" | "AudioVideo" | "Peripheral" | "Imaging" | "Wearable" | "Toy" | "Health" | "Unkown";
|
|
158
|
-
*
|
|
159
|
-
* type BluetoothMinor = "Uncategorized" | "ComputerDesktop" | "ComputerServer" | "ComputerLaptop" | "ComputerHandheld" | "ComputerPalmSize" | "ComputerWearable" | "ComputerTablet"
|
|
160
|
-
* | "PhoneCellular" | "PhoneCordless" | "PhoneSmartPhone" | "PhoneWired" | "PhoneIsdn" | "NetworkFullyAvailable" | "NetworkUsed01To17Percent" | "NetworkUsed17To33Percent" | "NetworkUsed33To50Percent"
|
|
161
|
-
* | "NetworkUsed50To67Percent" | "NetworkUsed67To83Percent" | "NetworkUsed83To99Percent" | "NetworkNoServiceAvailable" | "AudioVideoWearableHeadset" | "AudioVideoHandsFree" | "AudioVideoMicrophone"
|
|
162
|
-
* | "AudioVideoLoudspeaker" | "AudioVideoHeadphones" | "AudioVideoPortableAudio" | "AudioVideoCarAudio" | "AudioVideoSetTopBox" | "AudioVideoHifiAudioDevice" | "AudioVideoVcr" | "AudioVideoVideoCamera"
|
|
163
|
-
* | "AudioVideoCamcorder" | "AudioVideoVideoMonitor" | "AudioVideoVideoDisplayAndLoudspeaker" | "AudioVideoVideoConferencing" | "AudioVideoGamingOrToy" | "PeripheralJoystick" | "PeripheralGamepad"
|
|
164
|
-
* | "PeripheralRemoteControl" | "PeripheralSensing" | "PeripheralDigitizerTablet" | "PeripheralCardReader" | "PeripheralDigitalPen" | "PeripheralHandheldScanner" | "PeripheralHandheldGesture"
|
|
165
|
-
* | "WearableWristwatch" | "WearablePager" | "WearableJacket" | "WearableHelmet" | "WearableGlasses" | "ToyRobot" | "ToyVehicle" | "ToyDoll" | "ToyController" | "ToyGame" | "HealthBloodPressureMonitor"
|
|
166
|
-
* | "HealthThermometer" | "HealthWeighingScale" | "HealthGlucoseMeter" | "HealthPulseOximeter" | "HealthHeartRateMonitor" | "HealthHealthDataDisplay" | "HealthStepCounter" | "HealthBodyCompositionAnalyzer"
|
|
167
|
-
* | "HealthPeakFlowMonitor" | "HealthMedicationMonitor" | "HealthKneeProsthesis" | "HealthAnkleProsthesis" | "HealthGenericHealthManager" | "HealthPersonalMobilityDevice" | "PeripheralOther" | "PeripheralPointer"
|
|
168
|
-
* | "PeripheralKeyboard" | "PeripheralKeyboardAndPointer";
|
|
169
|
-
*
|
|
170
|
-
* const bluetoothState: boolean;
|
|
171
|
-
* const devices: BluetoothDevice[];
|
|
172
|
-
* const connectedDevices: BluetoothDevice[];
|
|
173
|
-
* ```
|
|
174
|
-
*/
|
|
175
|
-
onClickV2: string | null;
|
|
176
|
-
/**
|
|
177
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
178
|
-
*/
|
|
179
|
-
style: {
|
|
180
|
-
[key in string]?: StyleValue | null;
|
|
181
|
-
};
|
|
182
|
-
/**
|
|
183
|
-
* Remote data to be added to the item scope.
|
|
184
|
-
*/
|
|
185
|
-
remoteData: {
|
|
186
|
-
[key in string]?: RemoteDataDeclaration;
|
|
187
|
-
};
|
|
188
|
-
/**
|
|
189
|
-
* Show bluetooth selector popup on click]
|
|
190
|
-
*/
|
|
191
|
-
withBluetoothSelector: boolean;
|
|
192
|
-
};
|
|
193
|
-
//# sourceMappingURL=BluetoothToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BluetoothToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/BluetoothToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,oBAAoB,GAAG;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuCG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuCG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuCG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAuCG;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,qBAAqB,EAAE,OAAO,CAAC;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Brightness.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Brightness.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;CAAE,CAAC"}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type DateToolbarItem = {
|
|
4
|
-
/**
|
|
5
|
-
* Id to identify the item, should be unique.
|
|
6
|
-
*/
|
|
7
|
-
id: string;
|
|
8
|
-
/**
|
|
9
|
-
* Content to display in the item.
|
|
10
|
-
*
|
|
11
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
12
|
-
*
|
|
13
|
-
* ## Date Item Scope
|
|
14
|
-
* ```ts
|
|
15
|
-
* const date: string; // the formatted date
|
|
16
|
-
* ```
|
|
17
|
-
*/
|
|
18
|
-
template: string;
|
|
19
|
-
/**
|
|
20
|
-
* Content to display in tooltip of the item.
|
|
21
|
-
*
|
|
22
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
23
|
-
*
|
|
24
|
-
* ## Date Item Scope
|
|
25
|
-
* ```ts
|
|
26
|
-
* const date: string; // the formatted date
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
tooltip: string | null;
|
|
30
|
-
/**
|
|
31
|
-
* Badge will be displayed over the item, useful as notifications.
|
|
32
|
-
*
|
|
33
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
34
|
-
*
|
|
35
|
-
* ## Date Item Scope
|
|
36
|
-
* ```ts
|
|
37
|
-
* const date: string; // the formatted date
|
|
38
|
-
* ```
|
|
39
|
-
*/
|
|
40
|
-
badge: string | null;
|
|
41
|
-
/**
|
|
42
|
-
* Deprecated use `onClickV2` instead.
|
|
43
|
-
*/
|
|
44
|
-
onClick: string | null;
|
|
45
|
-
/**
|
|
46
|
-
* This code will be parsed and executed when the item is clicked.
|
|
47
|
-
*
|
|
48
|
-
* Should follow the [mathjs expression syntax](https://mathjs.org/docs/expressions/syntax.html).
|
|
49
|
-
*
|
|
50
|
-
* ## Date Item Scope
|
|
51
|
-
* ```ts
|
|
52
|
-
* const date: string; // the formatted date
|
|
53
|
-
* ```
|
|
54
|
-
*/
|
|
55
|
-
onClickV2: string | null;
|
|
56
|
-
/**
|
|
57
|
-
* Styles to be added to the item. This follow the same interface of React's `style` prop.
|
|
58
|
-
*/
|
|
59
|
-
style: {
|
|
60
|
-
[key in string]?: StyleValue | null;
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* Remote data to be added to the item scope.
|
|
64
|
-
*/
|
|
65
|
-
remoteData: {
|
|
66
|
-
[key in string]?: RemoteDataDeclaration;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
//# sourceMappingURL=DateToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DateToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DateToolbarItem.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;CAAE,CAAC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import type { RemoteDataDeclaration } from "./RemoteDataDeclaration.js";
|
|
2
|
-
import type { StyleValue } from "./StyleValue.js";
|
|
3
|
-
export type DeviceToolbarItem = {
|
|
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
|
-
* ## Device 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
|
-
* ## Device 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
|
-
* ## Device 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
|
-
* ## Device 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=DeviceToolbarItem.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceToolbarItem.d.ts","sourceRoot":"","sources":["../../../src/gen/types/DeviceToolbarItem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,iBAAiB,GAAG;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;;;;OAOG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;;;;OAOG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;KAAE,CAAC;IAC/C;;OAEG;IACH,UAAU,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,qBAAqB;KAAE,CAAC;CAAE,CAAC"}
|
package/esm/gen/types/File.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"File.d.ts","sourceRoot":"","sources":["../../../src/gen/types/File.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,CAAC;CAAE,CAAC"}
|