@seelen-ui/lib 2.5.8 → 2.5.9
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 +3 -0
- package/esm/gen/types/AppNotification.d.ts.map +1 -1
- package/esm/gen/types/BackupStatus.d.ts +10 -0
- package/esm/gen/types/BackupStatus.d.ts.map +1 -0
- package/esm/gen/types/BluetoothDevice.d.ts +1 -0
- package/esm/gen/types/BluetoothDevice.d.ts.map +1 -1
- package/esm/gen/types/ClipboardData.d.ts +15 -0
- package/esm/gen/types/ClipboardData.d.ts.map +1 -0
- package/esm/gen/types/ClipboardEntry.d.ts +24 -0
- package/esm/gen/types/ClipboardEntry.d.ts.map +1 -0
- package/esm/gen/types/ClipboardEntry.js +1 -0
- package/esm/gen/types/ClipboardEntryContent.d.ts +16 -0
- package/esm/gen/types/ClipboardEntryContent.d.ts.map +1 -0
- package/esm/gen/types/FancyToolbarSettings.d.ts +6 -0
- package/esm/gen/types/FancyToolbarSettings.d.ts.map +1 -1
- package/esm/gen/types/NotificationsMode.d.ts +6 -0
- package/esm/gen/types/NotificationsMode.d.ts.map +1 -0
- package/esm/gen/types/NotificationsMode.js +7 -0
- package/esm/gen/types/ResolvedShortcut.d.ts +9 -0
- package/esm/gen/types/ResolvedShortcut.d.ts.map +1 -0
- package/esm/gen/types/ResolvedShortcut.js +2 -0
- package/esm/gen/types/ResourceId.d.ts +6 -2
- package/esm/gen/types/ResourceId.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts +3 -0
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandActivateNotificationArgs.js +0 -1
- package/esm/gen/types/SeelenCommandArgument.d.ts +36 -5
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandClipboardDeleteEntryArgs.js +2 -0
- package/esm/gen/types/SeelenCommandClipboardPasteArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandClipboardPasteArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandClipboardPasteArgs.js +2 -0
- package/esm/gen/types/SeelenCommandClipboardSetContentArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandClipboardSetContentArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandClipboardSetContentArgs.js +2 -0
- package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandConnectBluetoothDeviceArgs.js +2 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts +34 -6
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSetFocusAssistArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandSetFocusAssistArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSetFocusAssistArgs.js +2 -0
- package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSetNotificationsModeArgs.js +1 -0
- package/esm/gen/types/SeelenCommandWlanForgetArgs.d.ts +4 -0
- package/esm/gen/types/SeelenCommandWlanForgetArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandWlanForgetArgs.js +2 -0
- package/esm/gen/types/SeelenEventPayload.d.ts +16 -2
- package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/gen/types/SeelenFont.d.ts +4 -0
- package/esm/gen/types/SeelenFont.d.ts.map +1 -0
- package/esm/gen/types/SeelenFont.js +2 -0
- package/esm/gen/types/SeelenWallSettings.d.ts +6 -0
- package/esm/gen/types/SeelenWallSettings.d.ts.map +1 -1
- package/esm/gen/types/SeelenWegSettings.d.ts +11 -0
- package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/esm/gen/types/Settings.d.ts +4 -0
- package/esm/gen/types/Settings.d.ts.map +1 -1
- package/esm/gen/types/SettingsByWidget.d.ts +7 -0
- package/esm/gen/types/SettingsByWidget.d.ts.map +1 -1
- package/esm/gen/types/SluShortcutsSettings.d.ts +9 -2
- package/esm/gen/types/SluShortcutsSettings.d.ts.map +1 -1
- package/esm/gen/types/SluShortcutsSettings.js +1 -0
- package/esm/gen/types/SystemShortcutDeclaration.d.ts +16 -0
- package/esm/gen/types/SystemShortcutDeclaration.d.ts.map +1 -0
- package/esm/gen/types/SystemShortcutDeclaration.js +2 -0
- package/esm/gen/types/ThemeConfigDefinition.d.ts +2 -4
- package/esm/gen/types/ThemeConfigDefinition.d.ts.map +1 -1
- package/esm/gen/types/ThemeConfigGroupVariant.d.ts +5 -0
- package/esm/gen/types/ThemeConfigGroupVariant.d.ts.map +1 -0
- package/esm/gen/types/ThemeConfigGroupVariant.js +1 -0
- package/esm/gen/types/ThemeVariableDefinition.d.ts +2 -0
- package/esm/gen/types/ThemeVariableDefinition.d.ts.map +1 -1
- package/esm/gen/types/ThirdPartyWidgetSettings.d.ts +7 -0
- package/esm/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/esm/gen/types/WegMiddleClickAction.d.ts +5 -0
- package/esm/gen/types/WegMiddleClickAction.d.ts.map +1 -0
- package/esm/gen/types/WegMiddleClickAction.js +6 -0
- package/esm/gen/types/Widget.d.ts +7 -0
- package/esm/gen/types/Widget.d.ts.map +1 -1
- package/esm/gen/types/WidgetConfigDefinition.d.ts +2 -4
- package/esm/gen/types/WidgetConfigDefinition.d.ts.map +1 -1
- package/esm/gen/types/WidgetConfigGroupVariant.d.ts +5 -0
- package/esm/gen/types/WidgetConfigGroupVariant.d.ts.map +1 -0
- package/esm/gen/types/WidgetConfigGroupVariant.js +1 -0
- package/esm/gen/types/WidgetSelectOption.d.ts +1 -1
- package/esm/gen/types/WidgetSelectOption.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingColor.d.ts +4 -4
- package/esm/gen/types/WidgetSettingColor.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingFont.d.ts +34 -0
- package/esm/gen/types/WidgetSettingFont.d.ts.map +1 -0
- package/esm/gen/types/WidgetSettingFont.js +1 -0
- package/esm/gen/types/WidgetSettingInputNumber.d.ts +4 -4
- package/esm/gen/types/WidgetSettingInputNumber.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingInputText.d.ts +4 -4
- package/esm/gen/types/WidgetSettingInputText.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingItem.d.ts +4 -1
- package/esm/gen/types/WidgetSettingItem.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingRange.d.ts +4 -4
- package/esm/gen/types/WidgetSettingRange.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingSelect.d.ts +4 -4
- package/esm/gen/types/WidgetSettingSelect.d.ts.map +1 -1
- package/esm/gen/types/WidgetSettingSwitch.d.ts +4 -4
- package/esm/gen/types/WidgetSettingSwitch.d.ts.map +1 -1
- package/esm/gen/types/WidgetShortcutDeclaration.d.ts +33 -0
- package/esm/gen/types/WidgetShortcutDeclaration.d.ts.map +1 -0
- package/esm/gen/types/WidgetShortcutDeclaration.js +1 -0
- package/esm/gen/types/WindowManagerSettings.d.ts +6 -0
- package/esm/gen/types/WindowManagerSettings.d.ts.map +1 -1
- package/esm/gen/types/WlanBssEntry.d.ts +15 -6
- package/esm/gen/types/WlanBssEntry.d.ts.map +1 -1
- package/esm/gen/types/mod.d.ts +264 -247
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +264 -247
- package/esm/src/handlers/commands.d.ts +16 -4
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +15 -3
- package/esm/src/handlers/events.d.ts +7 -2
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +6 -1
- package/esm/src/state/theme/theming.d.ts +1 -0
- package/esm/src/state/theme/theming.d.ts.map +1 -1
- package/esm/src/state/theme/theming.js +21 -1
- package/esm/src/state/widget/interfaces.d.ts +11 -0
- package/esm/src/state/widget/interfaces.d.ts.map +1 -1
- package/esm/src/state/widget/mod.d.ts +9 -6
- package/esm/src/state/widget/mod.d.ts.map +1 -1
- package/esm/src/state/widget/mod.js +62 -79
- package/esm/src/state/widget/positioning.js +1 -1
- package/esm/src/state/widget/sizing.d.ts +14 -3
- package/esm/src/state/widget/sizing.d.ts.map +1 -1
- package/esm/src/state/widget/sizing.js +60 -17
- package/esm/src/utils/async.d.ts +12 -0
- package/esm/src/utils/async.d.ts.map +1 -1
- package/esm/src/utils/async.js +46 -0
- package/esm/src/utils/mod.d.ts +1 -0
- package/esm/src/utils/mod.d.ts.map +1 -1
- package/esm/src/utils/mod.js +4 -0
- package/package.json +4 -3
- package/script/gen/types/AppNotification.d.ts +3 -0
- package/script/gen/types/AppNotification.d.ts.map +1 -1
- package/script/gen/types/BackupStatus.d.ts +10 -0
- package/script/gen/types/BackupStatus.d.ts.map +1 -0
- package/script/gen/types/BluetoothDevice.d.ts +1 -0
- package/script/gen/types/BluetoothDevice.d.ts.map +1 -1
- package/script/gen/types/ClipboardData.d.ts +15 -0
- package/script/gen/types/ClipboardData.d.ts.map +1 -0
- package/script/gen/types/ClipboardEntry.d.ts +24 -0
- package/script/gen/types/ClipboardEntry.d.ts.map +1 -0
- package/script/gen/types/ClipboardEntry.js +2 -0
- package/script/gen/types/ClipboardEntryContent.d.ts +16 -0
- package/script/gen/types/ClipboardEntryContent.d.ts.map +1 -0
- package/script/gen/types/FancyToolbarSettings.d.ts +6 -0
- package/script/gen/types/FancyToolbarSettings.d.ts.map +1 -1
- package/script/gen/types/NotificationsMode.d.ts +6 -0
- package/script/gen/types/NotificationsMode.d.ts.map +1 -0
- package/script/gen/types/NotificationsMode.js +10 -0
- package/script/gen/types/ResolvedShortcut.d.ts +9 -0
- package/script/gen/types/ResolvedShortcut.d.ts.map +1 -0
- package/script/gen/types/ResolvedShortcut.js +3 -0
- package/script/gen/types/ResourceId.d.ts +6 -2
- package/script/gen/types/ResourceId.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts +3 -0
- package/script/gen/types/SeelenCommandActivateNotificationArgs.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandActivateNotificationArgs.js +0 -1
- package/script/gen/types/SeelenCommandArgument.d.ts +36 -5
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandClipboardDeleteEntryArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandClipboardDeleteEntryArgs.js +3 -0
- package/script/gen/types/SeelenCommandClipboardPasteArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandClipboardPasteArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandClipboardPasteArgs.js +3 -0
- package/script/gen/types/SeelenCommandClipboardSetContentArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandClipboardSetContentArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandClipboardSetContentArgs.js +3 -0
- package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandConnectBluetoothDeviceArgs.js +3 -0
- package/script/gen/types/SeelenCommandReturn.d.ts +34 -6
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSetFocusAssistArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandSetFocusAssistArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSetFocusAssistArgs.js +3 -0
- package/script/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSetNotificationsModeArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSetNotificationsModeArgs.js +2 -0
- package/script/gen/types/SeelenCommandWlanForgetArgs.d.ts +4 -0
- package/script/gen/types/SeelenCommandWlanForgetArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandWlanForgetArgs.js +3 -0
- package/script/gen/types/SeelenEventPayload.d.ts +16 -2
- package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/gen/types/SeelenFont.d.ts +4 -0
- package/script/gen/types/SeelenFont.d.ts.map +1 -0
- package/script/gen/types/SeelenFont.js +3 -0
- package/script/gen/types/SeelenWallSettings.d.ts +6 -0
- package/script/gen/types/SeelenWallSettings.d.ts.map +1 -1
- package/script/gen/types/SeelenWegSettings.d.ts +11 -0
- package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/script/gen/types/Settings.d.ts +4 -0
- package/script/gen/types/Settings.d.ts.map +1 -1
- package/script/gen/types/SettingsByWidget.d.ts +7 -0
- package/script/gen/types/SettingsByWidget.d.ts.map +1 -1
- package/script/gen/types/SluShortcutsSettings.d.ts +9 -2
- package/script/gen/types/SluShortcutsSettings.d.ts.map +1 -1
- package/script/gen/types/SluShortcutsSettings.js +1 -0
- package/script/gen/types/SystemShortcutDeclaration.d.ts +16 -0
- package/script/gen/types/SystemShortcutDeclaration.d.ts.map +1 -0
- package/script/gen/types/SystemShortcutDeclaration.js +3 -0
- package/script/gen/types/ThemeConfigDefinition.d.ts +2 -4
- package/script/gen/types/ThemeConfigDefinition.d.ts.map +1 -1
- package/script/gen/types/ThemeConfigGroupVariant.d.ts +5 -0
- package/script/gen/types/ThemeConfigGroupVariant.d.ts.map +1 -0
- package/script/gen/types/ThemeConfigGroupVariant.js +2 -0
- package/script/gen/types/ThemeVariableDefinition.d.ts +2 -0
- package/script/gen/types/ThemeVariableDefinition.d.ts.map +1 -1
- package/script/gen/types/ThirdPartyWidgetSettings.d.ts +7 -0
- package/script/gen/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/script/gen/types/WegMiddleClickAction.d.ts +5 -0
- package/script/gen/types/WegMiddleClickAction.d.ts.map +1 -0
- package/script/gen/types/WegMiddleClickAction.js +9 -0
- package/script/gen/types/Widget.d.ts +7 -0
- package/script/gen/types/Widget.d.ts.map +1 -1
- package/script/gen/types/WidgetConfigDefinition.d.ts +2 -4
- package/script/gen/types/WidgetConfigDefinition.d.ts.map +1 -1
- package/script/gen/types/WidgetConfigGroupVariant.d.ts +5 -0
- package/script/gen/types/WidgetConfigGroupVariant.d.ts.map +1 -0
- package/script/gen/types/WidgetConfigGroupVariant.js +2 -0
- package/script/gen/types/WidgetSelectOption.d.ts +1 -1
- package/script/gen/types/WidgetSelectOption.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingColor.d.ts +4 -4
- package/script/gen/types/WidgetSettingColor.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingFont.d.ts +34 -0
- package/script/gen/types/WidgetSettingFont.d.ts.map +1 -0
- package/script/gen/types/WidgetSettingFont.js +2 -0
- package/script/gen/types/WidgetSettingInputNumber.d.ts +4 -4
- package/script/gen/types/WidgetSettingInputNumber.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingInputText.d.ts +4 -4
- package/script/gen/types/WidgetSettingInputText.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingItem.d.ts +4 -1
- package/script/gen/types/WidgetSettingItem.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingRange.d.ts +4 -4
- package/script/gen/types/WidgetSettingRange.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingSelect.d.ts +4 -4
- package/script/gen/types/WidgetSettingSelect.d.ts.map +1 -1
- package/script/gen/types/WidgetSettingSwitch.d.ts +4 -4
- package/script/gen/types/WidgetSettingSwitch.d.ts.map +1 -1
- package/script/gen/types/WidgetShortcutDeclaration.d.ts +33 -0
- package/script/gen/types/WidgetShortcutDeclaration.d.ts.map +1 -0
- package/script/gen/types/WidgetShortcutDeclaration.js +2 -0
- package/script/gen/types/WindowManagerSettings.d.ts +6 -0
- package/script/gen/types/WindowManagerSettings.d.ts.map +1 -1
- package/script/gen/types/WlanBssEntry.d.ts +15 -6
- package/script/gen/types/WlanBssEntry.d.ts.map +1 -1
- package/script/gen/types/mod.d.ts +264 -247
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +264 -247
- package/script/src/handlers/commands.d.ts +16 -4
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +15 -3
- package/script/src/handlers/events.d.ts +7 -2
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +6 -1
- package/script/src/state/theme/theming.d.ts +1 -0
- package/script/src/state/theme/theming.d.ts.map +1 -1
- package/script/src/state/theme/theming.js +22 -1
- package/script/src/state/widget/interfaces.d.ts +11 -0
- package/script/src/state/widget/interfaces.d.ts.map +1 -1
- package/script/src/state/widget/mod.d.ts +9 -6
- package/script/src/state/widget/mod.d.ts.map +1 -1
- package/script/src/state/widget/mod.js +61 -78
- package/script/src/state/widget/positioning.js +2 -2
- package/script/src/state/widget/sizing.d.ts +14 -3
- package/script/src/state/widget/sizing.d.ts.map +1 -1
- package/script/src/state/widget/sizing.js +61 -18
- package/script/src/utils/async.d.ts +12 -0
- package/script/src/utils/async.d.ts.map +1 -1
- package/script/src/utils/async.js +49 -0
- package/script/src/utils/mod.d.ts +1 -0
- package/script/src/utils/mod.d.ts.map +1 -1
- package/script/src/utils/mod.js +5 -0
- package/styles/colors.css +521 -0
- package/styles/reset.css +129 -0
- package/styles/spacings.css +9 -0
- package/esm/gen/types/SluHotkey.d.ts +0 -17
- package/esm/gen/types/SluHotkey.d.ts.map +0 -1
- package/esm/gen/types/SluHotkeyAction.d.ts +0 -96
- package/esm/gen/types/SluHotkeyAction.d.ts.map +0 -1
- package/esm/gen/types/WlanProfile.d.ts +0 -8
- package/esm/gen/types/WlanProfile.d.ts.map +0 -1
- package/script/gen/types/SluHotkey.d.ts +0 -17
- package/script/gen/types/SluHotkey.d.ts.map +0 -1
- package/script/gen/types/SluHotkeyAction.d.ts +0 -96
- package/script/gen/types/SluHotkeyAction.d.ts.map +0 -1
- package/script/gen/types/WlanProfile.d.ts +0 -8
- package/script/gen/types/WlanProfile.d.ts.map +0 -1
- /package/esm/gen/types/{SluHotkeyAction.js → BackupStatus.js} +0 -0
- /package/esm/gen/types/{SluHotkey.js → ClipboardData.js} +0 -0
- /package/esm/gen/types/{WlanProfile.js → ClipboardEntryContent.js} +0 -0
- /package/script/gen/types/{SluHotkeyAction.js → BackupStatus.js} +0 -0
- /package/script/gen/types/{SluHotkey.js → ClipboardData.js} +0 -0
- /package/script/gen/types/{WlanProfile.js → ClipboardEntryContent.js} +0 -0
package/esm/gen/types/mod.js
CHANGED
|
@@ -1,274 +1,291 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './ResourceAttribute.js';
|
|
5
|
-
export * from './WidgetSettingColor.js';
|
|
6
|
-
export * from './Theme.js';
|
|
7
|
-
export * from './WidgetSettingSwitch.js';
|
|
8
|
-
export * from './MediaDevice.js';
|
|
9
|
-
export * from './SeelenCommandSetRadioStateArgs.js';
|
|
10
|
-
export * from './PowerMode.js';
|
|
11
|
-
export * from './AppExtraFlag.js';
|
|
12
|
-
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
13
|
-
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
14
|
-
export * from './WallpaperId.js';
|
|
15
|
-
export * from './Toast.js';
|
|
16
|
-
export * from './StartMenuLayout.js';
|
|
17
|
-
export * from './MonitorId.js';
|
|
18
|
-
export * from './SeelenCommandCreatePopupArgs.js';
|
|
19
|
-
export * from './OldWegItemData.js';
|
|
20
|
-
export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
|
|
21
|
-
export * from './MixBlendMode.js';
|
|
22
|
-
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
23
|
-
export * from './FancyToolbarSide.js';
|
|
24
|
-
export * from './UpdaterSettings.js';
|
|
25
|
-
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
26
|
-
export * from './SeelenCommandGetIconArgs.js';
|
|
27
|
-
export * from './BluetoothHealthMinor.js';
|
|
28
|
-
export * from './ToolbarJsScope.js';
|
|
29
|
-
export * from './ToastImage.js';
|
|
30
|
-
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
31
|
-
export * from './SeelenCommandArgument.js';
|
|
32
|
-
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
33
|
-
export * from './WegItemType.js';
|
|
34
|
-
export * from './WorkspaceConfiguration.js';
|
|
35
|
-
export * from './MonitorBrightness.js';
|
|
36
|
-
export * from './ToastInputType.js';
|
|
37
|
-
export * from './ToastSubGroup.js';
|
|
38
|
-
export * from './SluPopupConfig.js';
|
|
39
|
-
export * from './SluHotkey.js';
|
|
40
|
-
export * from './StartOfWeek.js';
|
|
41
|
-
export * from './BluetoothMinorClass.js';
|
|
42
|
-
export * from './ResourceStatus.js';
|
|
43
|
-
export * from './WidgetSettingInputText.js';
|
|
44
|
-
export * from './SluHotkeyAction.js';
|
|
1
|
+
export * from './IconPackId.js';
|
|
2
|
+
export * from './UIColors.js';
|
|
3
|
+
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
45
4
|
export * from './RadioDevice.js';
|
|
46
|
-
export * from './
|
|
47
|
-
export * from './
|
|
5
|
+
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
6
|
+
export * from './BluetoothImagingSubMinor.js';
|
|
7
|
+
export * from './AppNotification.js';
|
|
8
|
+
export * from './SeelenSession.js';
|
|
9
|
+
export * from './ToastActionAfterActivationBehavior.js';
|
|
10
|
+
export * from './ToastVisual.js';
|
|
11
|
+
export * from './WegItem.js';
|
|
12
|
+
export * from './WidgetSelectOption.js';
|
|
48
13
|
export * from './UserAppWindowPreview.js';
|
|
49
|
-
export * from './
|
|
50
|
-
export * from './ObjectFit.js';
|
|
51
|
-
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
52
|
-
export * from './BluetoothPhoneMinor.js';
|
|
53
|
-
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
54
|
-
export * from './VirtualDesktops.js';
|
|
55
|
-
export * from './NetworkStatistics.js';
|
|
56
|
-
export * from './BluetoothNetworkMinor.js';
|
|
57
|
-
export * from './Point.js';
|
|
58
|
-
export * from './FolderChangedArgs.js';
|
|
59
|
-
export * from './WidgetTriggerPayload.js';
|
|
60
|
-
export * from './WlanProfile.js';
|
|
61
|
-
export * from './ResourceMetadata.js';
|
|
62
|
-
export * from './SharedIconPackEntry.js';
|
|
63
|
-
export * from './Widget.js';
|
|
64
|
-
export * from './DevicePairingNeededAction.js';
|
|
65
|
-
export * from './WmDragBehavior.js';
|
|
14
|
+
export * from './WallpaperCollection.js';
|
|
66
15
|
export * from './ToastImagePlacement.js';
|
|
67
|
-
export * from './
|
|
16
|
+
export * from './NetworkAdapter.js';
|
|
17
|
+
export * from './BluetoothMajorClass.js';
|
|
18
|
+
export * from './WmNodeLifetime.js';
|
|
19
|
+
export * from './SeelenCommandLogFromWebviewArgs.js';
|
|
20
|
+
export * from './WidgetSelectSubtype.js';
|
|
21
|
+
export * from './BluetoothMinorClass.js';
|
|
22
|
+
export * from './BluetoothComputerMinor.js';
|
|
23
|
+
export * from './BluetoothPeripheralSubMinor.js';
|
|
68
24
|
export * from './ToolbarItem2.js';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
72
|
-
export * from './
|
|
73
|
-
export * from './
|
|
74
|
-
export * from './
|
|
75
|
-
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
76
|
-
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
77
|
-
export * from './HideMode.js';
|
|
78
|
-
export * from './IconPackId.js';
|
|
79
|
-
export * from './MonitorSettingsByWidget.js';
|
|
80
|
-
export * from './StartMenuLayoutItem.js';
|
|
81
|
-
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
82
|
-
export * from './ToastActionPlacement.js';
|
|
83
|
-
export * from './OldWegItemSubtype.js';
|
|
84
|
-
export * from './WegTemporalItemsVisibility.js';
|
|
85
|
-
export * from './ResourcePendingUpdate.js';
|
|
86
|
-
export * from './WmRenderTree.js';
|
|
87
|
-
export * from './ThemeSettings.js';
|
|
88
|
-
export * from './KeyboardLayout.js';
|
|
89
|
-
export * from './WidgetConfigDefinition.js';
|
|
90
|
-
export * from './WmAnimations.js';
|
|
25
|
+
export * from './SystemLanguage.js';
|
|
26
|
+
export * from './ToastActionButtonStyle.js';
|
|
27
|
+
export * from './WindowManagerSettings.js';
|
|
28
|
+
export * from './OldWegItemData.js';
|
|
29
|
+
export * from './DevicePairingAnswer.js';
|
|
30
|
+
export * from './WidgetSettingsDeclarationList.js';
|
|
91
31
|
export * from './FloatingWindowSettings.js';
|
|
92
|
-
export * from './ToastActionsChild.js';
|
|
93
|
-
export * from './SeelenCommandWegKillAppArgs.js';
|
|
94
|
-
export * from './SysTrayIcon.js';
|
|
95
|
-
export * from './Color.js';
|
|
96
|
-
export * from './UIColors.js';
|
|
97
|
-
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
98
|
-
export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
99
|
-
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
100
32
|
export * from './ToastDuration.js';
|
|
101
|
-
export * from './SeelenCommandOpenFileArgs.js';
|
|
102
|
-
export * from './ObjectPosition.js';
|
|
103
|
-
export * from './SeelenCommandReadFileArgs.js';
|
|
104
33
|
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
34
|
+
export * from './MediaPlayer.js';
|
|
35
|
+
export * from './Core.js';
|
|
36
|
+
export * from './MediaDeviceType.js';
|
|
37
|
+
export * from './WidgetStatus.js';
|
|
38
|
+
export * from './BluetoothPhoneMinor.js';
|
|
39
|
+
export * from './ResourceMetadata.js';
|
|
40
|
+
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
41
|
+
export * from './WmRenderTree.js';
|
|
42
|
+
export * from './SeelenCommandWegKillAppArgs.js';
|
|
43
|
+
export * from './ToastActionPlacement.js';
|
|
44
|
+
export * from './SluPopupConfig.js';
|
|
45
|
+
export * from './BluetoothWearableMinor.js';
|
|
113
46
|
export * from './Alignment.js';
|
|
114
|
-
export * from './MediaPlayerTimeline.js';
|
|
115
|
-
export * from './TsUnknown.js';
|
|
116
|
-
export * from './MatchingStrategy.js';
|
|
117
|
-
export * from './ToastBindingChild.js';
|
|
118
|
-
export * from './WegItem.js';
|
|
119
|
-
export * from './NetworkAdapter.js';
|
|
120
|
-
export * from './Frame.js';
|
|
121
|
-
export * from './PerformanceModeSettings.js';
|
|
122
47
|
export * from './ToastProgress.js';
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './ToastGroup.js';
|
|
129
|
-
export * from './BluetoothAudioVideoMinor.js';
|
|
48
|
+
export * from './WegTemporalItemsVisibility.js';
|
|
49
|
+
export * from './SeelenCommandReadFileArgs.js';
|
|
50
|
+
export * from './ToastImageCropType.js';
|
|
51
|
+
export * from './MediaPlayerTimeline.js';
|
|
52
|
+
export * from './MediaDevice.js';
|
|
130
53
|
export * from './SeelenCommandRunArgs.js';
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './
|
|
135
|
-
export * from './
|
|
136
|
-
export * from './
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './
|
|
139
|
-
export * from './
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './SeelenCommandGetKeyStateArgs.js';
|
|
145
|
-
export * from './PerformanceMode.js';
|
|
146
|
-
export * from './FancyToolbarSettings.js';
|
|
147
|
-
export * from './User.js';
|
|
148
|
-
export * from './SysTrayIconId.js';
|
|
149
|
-
export * from './SeelenCommandMediaPrevArgs.js';
|
|
150
|
-
export * from './SeelenWegSettings.js';
|
|
151
|
-
export * from './BluetoothMajorClass.js';
|
|
152
|
-
export * from './ResourceId.js';
|
|
153
|
-
export * from './SluShortcutsSettings.js';
|
|
154
|
-
export * from './Memory.js';
|
|
155
|
-
export * from './ToastActionActivationType.js';
|
|
156
|
-
export * from './BluetoothImagingSubMinor.js';
|
|
157
|
-
export * from './ToastHeader.js';
|
|
158
|
-
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
159
|
-
export * from './UniqueIconPackEntry.js';
|
|
160
|
-
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
161
|
-
export * from './MediaPlayerOwner.js';
|
|
162
|
-
export * from './SeelenWallSettings.js';
|
|
163
|
-
export * from './WlanBssEntry.js';
|
|
164
|
-
export * from './BluetoothComputerMinor.js';
|
|
165
|
-
export * from './ResourceText.js';
|
|
54
|
+
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
55
|
+
export * from './ContextMenu.js';
|
|
56
|
+
export * from './SeelenCommandWlanForgetArgs.js';
|
|
57
|
+
export * from './WidgetSettingInputNumber.js';
|
|
58
|
+
export * from './FolderType.js';
|
|
59
|
+
export * from './SeelenCommandSetNotificationsModeArgs.js';
|
|
60
|
+
export * from './PowerMode.js';
|
|
61
|
+
export * from './SettingsByWidget.js';
|
|
62
|
+
export * from './IconPackEntry.js';
|
|
63
|
+
export * from './SystemShortcutDeclaration.js';
|
|
64
|
+
export * from './ThemeConfigGroup.js';
|
|
65
|
+
export * from './WidgetSettingInputText.js';
|
|
66
|
+
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
166
67
|
export * from './WmNodeKind.js';
|
|
167
|
-
export * from './
|
|
168
|
-
export * from './
|
|
169
|
-
export * from './
|
|
68
|
+
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
69
|
+
export * from './UpdateChannel.js';
|
|
70
|
+
export * from './StartMenuLayoutItem.js';
|
|
71
|
+
export * from './ToastInput.js';
|
|
72
|
+
export * from './Color.js';
|
|
73
|
+
export * from './CustomIconPackEntry.js';
|
|
74
|
+
export * from './WidgetSettingItem.js';
|
|
75
|
+
export * from './SeelenCommandReturn.js';
|
|
170
76
|
export * from './ToastInputSelection.js';
|
|
77
|
+
export * from './WidgetSettingRange.js';
|
|
78
|
+
export * from './WmDragBehavior.js';
|
|
79
|
+
export * from './NotificationsMode.js';
|
|
80
|
+
export * from './BluetoothNetworkMinor.js';
|
|
81
|
+
export * from './ClipboardEntryContent.js';
|
|
82
|
+
export * from './BluetoothDevice.js';
|
|
83
|
+
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
84
|
+
export * from './PluginId.js';
|
|
85
|
+
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
86
|
+
export * from './WmAnimations.js';
|
|
87
|
+
export * from './WidgetId.js';
|
|
88
|
+
export * from './ToastImage.js';
|
|
89
|
+
export * from './PowerStatus.js';
|
|
90
|
+
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
91
|
+
export * from './SeelenCommandClipboardSetContentArgs.js';
|
|
92
|
+
export * from './ThirdPartyPlugin.js';
|
|
93
|
+
export * from './KnownPlugin.js';
|
|
94
|
+
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
95
|
+
export * from './SeelenCommandWlanConnectArgs.js';
|
|
96
|
+
export * from './SeelenEventPayload.js';
|
|
171
97
|
export * from './PhysicalMonitor.js';
|
|
172
|
-
export * from './
|
|
173
|
-
export * from './
|
|
98
|
+
export * from './SeelenWegSide.js';
|
|
99
|
+
export * from './WorkspaceConfiguration.js';
|
|
174
100
|
export * from './ToastSubGroupChild.js';
|
|
175
|
-
export * from './
|
|
176
|
-
export * from './
|
|
177
|
-
export * from './
|
|
178
|
-
export * from './
|
|
179
|
-
export * from './
|
|
180
|
-
export * from './
|
|
181
|
-
export * from './
|
|
182
|
-
export * from './
|
|
101
|
+
export * from './Relaunch.js';
|
|
102
|
+
export * from './SeelenCommandConnectBluetoothDeviceArgs.js';
|
|
103
|
+
export * from './BluetoothToyMinor.js';
|
|
104
|
+
export * from './SeelenCommandActivateNotificationArgs.js';
|
|
105
|
+
export * from './WidgetConfigGroupVariant.js';
|
|
106
|
+
export * from './WidgetSettingColor.js';
|
|
107
|
+
export * from './MonitorBrightness.js';
|
|
108
|
+
export * from './SeelenCommandWriteFileArgs.js';
|
|
109
|
+
export * from './HideMode.js';
|
|
110
|
+
export * from './StartOfWeek.js';
|
|
183
111
|
export * from './ThemeSettingsDefinition.js';
|
|
184
|
-
export * from './
|
|
185
|
-
export * from './
|
|
186
|
-
export * from './
|
|
187
|
-
export * from './
|
|
188
|
-
export * from './
|
|
189
|
-
export * from './
|
|
190
|
-
export * from './
|
|
112
|
+
export * from './ToolbarItem.js';
|
|
113
|
+
export * from './CssVariableName.js';
|
|
114
|
+
export * from './ObjectPosition.js';
|
|
115
|
+
export * from './ThirdPartyWidgetSettings.js';
|
|
116
|
+
export * from './MonitorSettingsByWidget.js';
|
|
117
|
+
export * from './KeyboardLayout.js';
|
|
118
|
+
export * from './SeelenCommandSimulatePermArgs.js';
|
|
119
|
+
export * from './ProcessInformation.js';
|
|
120
|
+
export * from './SeelenCommandClipboardPasteArgs.js';
|
|
121
|
+
export * from './ThemeSettings.js';
|
|
122
|
+
export * from './AppIdentifier.js';
|
|
123
|
+
export * from './SluShortcutsSettings.js';
|
|
124
|
+
export * from './SeelenCommandSetFocusAssistArgs.js';
|
|
125
|
+
export * from './WmNode.js';
|
|
126
|
+
export * from './SeelenCommandOpenFileArgs.js';
|
|
127
|
+
export * from './SeelenCommandGetKeyStateArgs.js';
|
|
128
|
+
export * from './ImeStatus.js';
|
|
129
|
+
export * from './WegPinnedItemsVisibility.js';
|
|
130
|
+
export * from './MediaPlayerOwner.js';
|
|
131
|
+
export * from './Battery.js';
|
|
132
|
+
export * from './Point.js';
|
|
133
|
+
export * from './BluetoothNetworkSubMinor.js';
|
|
134
|
+
export * from './TrashBinInfo.js';
|
|
135
|
+
export * from './PerformanceModeSettings.js';
|
|
136
|
+
export * from './MultimonitorBehaviour.js';
|
|
137
|
+
export * from './SeelenWallSettings.js';
|
|
138
|
+
export * from './RadioDeviceKind.js';
|
|
139
|
+
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
140
|
+
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
141
|
+
export * from './ThemeVariableWithUnit.js';
|
|
142
|
+
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
143
|
+
export * from './ToastActionsChild.js';
|
|
144
|
+
export * from './ToastActionActivationType.js';
|
|
145
|
+
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
146
|
+
export * from './WallpaperKind.js';
|
|
147
|
+
export * from './PerformanceMode.js';
|
|
148
|
+
export * from './ThemeVariable.js';
|
|
149
|
+
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
150
|
+
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
191
151
|
export * from './WidgetInstanceMode.js';
|
|
192
|
-
export * from './
|
|
193
|
-
export * from './
|
|
194
|
-
export * from './
|
|
195
|
-
export * from './
|
|
196
|
-
export * from './
|
|
197
|
-
export * from './
|
|
198
|
-
export * from './
|
|
152
|
+
export * from './SeelenCommandTriggerContextMenuArgs.js';
|
|
153
|
+
export * from './SeelenCommandCreatePopupArgs.js';
|
|
154
|
+
export * from './ContextMenuItem.js';
|
|
155
|
+
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
156
|
+
export * from './MixBlendMode.js';
|
|
157
|
+
export * from './SeelenCommandSetRadioStateArgs.js';
|
|
158
|
+
export * from './Plugin.js';
|
|
199
159
|
export * from './Border.js';
|
|
200
|
-
export * from './
|
|
201
|
-
export * from './
|
|
160
|
+
export * from './Disk.js';
|
|
161
|
+
export * from './SystrayIconAction.js';
|
|
162
|
+
export * from './UpdaterSettings.js';
|
|
163
|
+
export * from './SeelenCommandClipboardDeleteEntryArgs.js';
|
|
202
164
|
export * from './AppIdentifierType.js';
|
|
203
|
-
export * from './
|
|
204
|
-
export * from './
|
|
205
|
-
export * from './
|
|
165
|
+
export * from './AppConfig.js';
|
|
166
|
+
export * from './WidgetSettingSelect.js';
|
|
167
|
+
export * from './FancyToolbarSettings.js';
|
|
168
|
+
export * from './SeelenCommandMediaNextArgs.js';
|
|
206
169
|
export * from './SluResourceFile.js';
|
|
207
|
-
export * from './
|
|
208
|
-
export * from './
|
|
209
|
-
export * from './
|
|
210
|
-
export * from './
|
|
211
|
-
export * from './
|
|
212
|
-
export * from './
|
|
170
|
+
export * from './UserAppWindow.js';
|
|
171
|
+
export * from './SeelenFont.js';
|
|
172
|
+
export * from './ResourceId.js';
|
|
173
|
+
export * from './ResourceStatus.js';
|
|
174
|
+
export * from './ClipboardEntry.js';
|
|
175
|
+
export * from './BluetoothAudioVideoMinor.js';
|
|
176
|
+
export * from './BluetoothImagingMinor.js';
|
|
213
177
|
export * from './MonitorConfiguration.js';
|
|
214
|
-
export * from './
|
|
178
|
+
export * from './ThemeId.js';
|
|
179
|
+
export * from './UniqueIconPackEntry.js';
|
|
180
|
+
export * from './ToastText.js';
|
|
181
|
+
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
182
|
+
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
183
|
+
export * from './RelaunchArguments.js';
|
|
184
|
+
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
185
|
+
export * from './Wallpaper.js';
|
|
186
|
+
export * from './PlaybackSpeed.js';
|
|
187
|
+
export * from './ToastHeader.js';
|
|
188
|
+
export * from './WorkspaceId.js';
|
|
189
|
+
export * from './SeelenWegMode.js';
|
|
215
190
|
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
216
|
-
export * from './
|
|
217
|
-
export * from './
|
|
218
|
-
export * from './
|
|
219
|
-
export * from './
|
|
220
|
-
export * from './Core.js';
|
|
221
|
-
export * from './Settings.js';
|
|
222
|
-
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
191
|
+
export * from './MonitorId.js';
|
|
192
|
+
export * from './ToastBindingChild.js';
|
|
193
|
+
export * from './FocusedApp.js';
|
|
194
|
+
export * from './WlanBssEntry.js';
|
|
223
195
|
export * from './ToolbarState.js';
|
|
224
|
-
export * from './
|
|
225
|
-
export * from './
|
|
196
|
+
export * from './Settings.js';
|
|
197
|
+
export * from './MatchingStrategy.js';
|
|
198
|
+
export * from './ResolvedShortcut.js';
|
|
199
|
+
export * from './User.js';
|
|
226
200
|
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
227
|
-
export * from './
|
|
228
|
-
export * from './
|
|
229
|
-
export * from './
|
|
230
|
-
export * from './
|
|
231
|
-
export * from './
|
|
232
|
-
export * from './
|
|
233
|
-
export * from './
|
|
234
|
-
export * from './
|
|
235
|
-
export * from './
|
|
236
|
-
export * from './
|
|
237
|
-
export * from './
|
|
238
|
-
export * from './
|
|
239
|
-
export * from './
|
|
240
|
-
export * from './
|
|
241
|
-
export * from './
|
|
242
|
-
export * from './
|
|
243
|
-
export * from './
|
|
201
|
+
export * from './ToastTemplateType.js';
|
|
202
|
+
export * from './ResourceAttribute.js';
|
|
203
|
+
export * from './DesktopWorkspace.js';
|
|
204
|
+
export * from './Memory.js';
|
|
205
|
+
export * from './ThemeConfigDefinition.js';
|
|
206
|
+
export * from './ToolbarJsScope.js';
|
|
207
|
+
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
208
|
+
export * from './SeelenCommandMediaPrevArgs.js';
|
|
209
|
+
export * from './Theme.js';
|
|
210
|
+
export * from './FancyToolbarSide.js';
|
|
211
|
+
export * from './ThemeConfigGroupVariant.js';
|
|
212
|
+
export * from './BLEAppearance.js';
|
|
213
|
+
export * from './ToastGroup.js';
|
|
214
|
+
export * from './SeelenCommandGetIconArgs.js';
|
|
215
|
+
export * from './StartMenuItem.js';
|
|
216
|
+
export * from './BLEAppearanceSubCategory.js';
|
|
217
|
+
export * from './ToastInputType.js';
|
|
218
|
+
export * from './WidgetSettingSwitch.js';
|
|
244
219
|
export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
|
|
245
|
-
export * from './
|
|
246
|
-
export * from './
|
|
247
|
-
export * from './
|
|
248
|
-
export * from './
|
|
249
|
-
export * from './
|
|
250
|
-
export * from './
|
|
251
|
-
export * from './
|
|
252
|
-
export * from './WidgetSettingItem.js';
|
|
253
|
-
export * from './Icon.js';
|
|
254
|
-
export * from './ToolbarItem.js';
|
|
255
|
-
export * from './UserAppWindow.js';
|
|
256
|
-
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
257
|
-
export * from './Disk.js';
|
|
220
|
+
export * from './WegMiddleClickAction.js';
|
|
221
|
+
export * from './VirtualDesktopMonitor.js';
|
|
222
|
+
export * from './SeelenCommandWegPinItemArgs.js';
|
|
223
|
+
export * from './TsUnknown.js';
|
|
224
|
+
export * from './WallpaperInstanceSettings.js';
|
|
225
|
+
export * from './WindowManagerLayout.js';
|
|
226
|
+
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
258
227
|
export * from './SeelenCommandRequestFocusArgs.js';
|
|
259
|
-
export * from './
|
|
260
|
-
export * from './
|
|
261
|
-
export * from './
|
|
262
|
-
export * from './
|
|
263
|
-
export * from './
|
|
264
|
-
export * from './
|
|
265
|
-
export * from './
|
|
266
|
-
export * from './
|
|
267
|
-
export * from './
|
|
268
|
-
export * from './
|
|
269
|
-
export * from './
|
|
270
|
-
export * from './
|
|
271
|
-
export * from './
|
|
228
|
+
export * from './Rect.js';
|
|
229
|
+
export * from './SeelenCommandArgument.js';
|
|
230
|
+
export * from './BluetoothHealthMinor.js';
|
|
231
|
+
export * from './MediaDeviceSession.js';
|
|
232
|
+
export * from './WidgetConfigGroup.js';
|
|
233
|
+
export * from './SysTrayIcon.js';
|
|
234
|
+
export * from './WidgetLoader.js';
|
|
235
|
+
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
236
|
+
export * from './Resource.js';
|
|
237
|
+
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
238
|
+
export * from './AppsConfigurationList.js';
|
|
239
|
+
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
240
|
+
export * from './WegItemType.js';
|
|
272
241
|
export * from './IconPack.js';
|
|
273
|
-
export * from './
|
|
242
|
+
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
243
|
+
export * from './WegItemData.js';
|
|
244
|
+
export * from './RemoteDataDeclaration.js';
|
|
245
|
+
export * from './FolderChangedArgs.js';
|
|
274
246
|
export * from './ToastActions.js';
|
|
247
|
+
export * from './ResourceText.js';
|
|
248
|
+
export * from './ObjectFit.js';
|
|
249
|
+
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
250
|
+
export * from './ThemeVariableDefinition.js';
|
|
251
|
+
export * from './BackupStatus.js';
|
|
252
|
+
export * from './WidgetPreset.js';
|
|
253
|
+
export * from './ToastBinding.js';
|
|
254
|
+
export * from './VirtualDesktops.js';
|
|
255
|
+
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
256
|
+
export * from './WidgetShortcutDeclaration.js';
|
|
257
|
+
export * from './SysTrayIconId.js';
|
|
258
|
+
export * from './ResourceKind.js';
|
|
259
|
+
export * from './StartMenuLayout.js';
|
|
260
|
+
export * from './SharedIconPackEntry.js';
|
|
261
|
+
export * from './SluPopupContent.js';
|
|
262
|
+
export * from './BluetoothPeripheralMinor.js';
|
|
263
|
+
export * from './WidgetConfigDefinition.js';
|
|
264
|
+
export * from './AppExtraFlag.js';
|
|
265
|
+
export * from './OldWegItemSubtype.js';
|
|
266
|
+
export * from './CssStyles.js';
|
|
267
|
+
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
268
|
+
export * from './Slug.js';
|
|
269
|
+
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
270
|
+
export * from './ResourcePendingUpdate.js';
|
|
271
|
+
export * from './DevicePairingNeededAction.js';
|
|
272
|
+
export * from './ToastSubGroup.js';
|
|
273
|
+
export * from './StyleValue.js';
|
|
274
|
+
export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
|
|
275
|
+
export * from './SeelenCommandClosePopupArgs.js';
|
|
276
|
+
export * from './ClipboardData.js';
|
|
277
|
+
export * from './ToastAction.js';
|
|
278
|
+
export * from './WidgetTriggerPayload.js';
|
|
279
|
+
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
280
|
+
export * from './WegItems.js';
|
|
281
|
+
export * from './AdapterStatus.js';
|
|
282
|
+
export * from './SeelenWegSettings.js';
|
|
283
|
+
export * from './Widget.js';
|
|
284
|
+
export * from './NetworkStatistics.js';
|
|
285
|
+
export * from './Icon.js';
|
|
286
|
+
export * from './WidgetSettingFont.js';
|
|
287
|
+
export * from './BluetoothMajorServiceClass.js';
|
|
288
|
+
export * from './Frame.js';
|
|
289
|
+
export * from './Toast.js';
|
|
290
|
+
export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
291
|
+
export * from './WallpaperId.js';
|
|
@@ -46,6 +46,7 @@ export declare enum SeelenCommand {
|
|
|
46
46
|
StateGetSettingsByApp = "state_get_settings_by_app",
|
|
47
47
|
StateGetPlugins = "state_get_plugins",
|
|
48
48
|
StateGetWidgets = "state_get_widgets",
|
|
49
|
+
StateGetSystemShortcuts = "state_get_system_shortcuts",
|
|
49
50
|
StateGetIconPacks = "state_get_icon_packs",
|
|
50
51
|
StateGetWallpapers = "state_get_wallpapers",
|
|
51
52
|
StateSetCustomIconPack = "state_add_icon_to_custom_icon_pack",
|
|
@@ -96,11 +97,10 @@ export declare enum SeelenCommand {
|
|
|
96
97
|
UpdatePopup = "update_popup",
|
|
97
98
|
ClosePopup = "close_popup",
|
|
98
99
|
GetPopupConfig = "get_popup_config",
|
|
99
|
-
|
|
100
|
-
WlanStartScanning = "wlan_start_scanning",
|
|
101
|
-
WlanStopScanning = "wlan_stop_scanning",
|
|
100
|
+
WlanScan = "wlan_scan",
|
|
102
101
|
WlanConnect = "wlan_connect",
|
|
103
102
|
WlanDisconnect = "wlan_disconnect",
|
|
103
|
+
WlanForget = "wlan_forget",
|
|
104
104
|
GetNetworkDefaultLocalIp = "get_network_default_local_ip",
|
|
105
105
|
GetNetworkAdapters = "get_network_adapters",
|
|
106
106
|
GetNetworkInternetConnection = "get_network_internet_connection",
|
|
@@ -122,6 +122,7 @@ export declare enum SeelenCommand {
|
|
|
122
122
|
RequestPairBluetoothDevice = "request_pair_bluetooth_device",
|
|
123
123
|
ConfirmBluetoothDevicePairing = "confirm_bluetooth_device_pairing",
|
|
124
124
|
DisconnectBluetoothDevice = "disconnect_bluetooth_device",
|
|
125
|
+
ConnectBluetoothDevice = "connect_bluetooth_device",
|
|
125
126
|
ForgetBluetoothDevice = "forget_bluetooth_device",
|
|
126
127
|
GetStartMenuItems = "get_start_menu_items",
|
|
127
128
|
GetNativeStartMenu = "get_native_start_menu",
|
|
@@ -129,6 +130,17 @@ export declare enum SeelenCommand {
|
|
|
129
130
|
TrashBinEmpty = "trash_bin_empty",
|
|
130
131
|
GetSeelenSession = "get_seelen_session",
|
|
131
132
|
SeelenLogin = "seelen_login",
|
|
132
|
-
SeelenLogout = "seelen_logout"
|
|
133
|
+
SeelenLogout = "seelen_logout",
|
|
134
|
+
GetBackupStatus = "get_backup_status",
|
|
135
|
+
ClipboardGetData = "clipboard_get_data",
|
|
136
|
+
ClipboardDeleteEntry = "clipboard_delete_entry",
|
|
137
|
+
ClipboardClearHistory = "clipboard_clear_history",
|
|
138
|
+
ClipboardSetContent = "clipboard_set_content",
|
|
139
|
+
ClipboardPaste = "clipboard_paste",
|
|
140
|
+
GetFonts = "get_fonts",
|
|
141
|
+
GetFocusAssist = "get_focus_assist",
|
|
142
|
+
SetFocusAssist = "set_focus_assist",
|
|
143
|
+
GetNotificationsMode = "get_notifications_mode",
|
|
144
|
+
SetNotificationsMode = "set_notifications_mode"
|
|
133
145
|
}
|
|
134
146
|
//# sourceMappingURL=commands.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,uBAAuB,yBAAyB;IAChD,eAAe,qBAAqB;IACpC,eAAe,qBAAqB;IACpC,gBAAgB,sBAAsB;IACtC,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,aAAa,mBAAmB;IAChC,sBAAsB,6BAA6B;IACnD,cAAc,qBAAqB;IACnC,QAAQ,cAAc;IACtB,oBAAoB,4BAA4B;IAChD,GAAG,QAAQ;IACX,YAAY,kBAAkB;IAC9B,SAAS,gBAAgB;IACzB,aAAa,oBAAoB;IACjC,eAAe,sBAAsB;IACrC,aAAa,oBAAoB;IACjC,gBAAgB,uBAAuB;IACvC,WAAW,kBAAkB;IAC7B,WAAW,kBAAkB;IAC7B,aAAa,oBAAoB;IACjC,OAAO,aAAa;IACpB,WAAW,iBAAiB;IAC5B,0BAA0B,mCAAmC;IAC7D,eAAe,sBAAsB;IACrC,0BAA0B,kCAAkC;IAC5D,8BAA8B,gCAAgC;IAC9D,iBAAiB,2BAA2B;IAC5C,eAAe,sBAAsB;IACrC,kBAAkB,yBAAyB;IAC3C,uBAAuB,+BAA+B;IACtD,uBAAuB,+BAA+B;IACtD,8BAA8B,uCAAuC;IACrE,gCAAgC,yCAAyC;IACzE,YAAY,mBAAmB;IAC/B,kBAAkB,0BAA0B;IAC5C,cAAc,oBAAoB;IAClC,cAAc,qBAAqB;IACnC,gBAAgB,wBAAwB;IACxC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,sBAAsB,8BAA8B;IACpD,gBAAgB,uBAAuB;IACvC,kBAAkB,yBAAyB;IAC3C,qBAAqB,8BAA8B;IACnD,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,iBAAiB,yBAAyB;IAC1C,kBAAkB,yBAAyB;IAC3C,sBAAsB,uCAAuC;IAC7D,sBAAsB,8BAA8B;IACpD,6BAA6B,qCAAqC;IAClE,uBAAuB,+BAA+B;IACtD,aAAa,mBAAmB;IAChC,kBAAkB,yBAAyB;IAC3C,sBAAsB,8BAA8B;IACpD,eAAe,2BAA2B;IAC1C,eAAe,sBAAsB;IACrC,cAAc,sBAAsB;IACpC,SAAS,oBAAoB;IAC7B,QAAQ,mBAAmB;IAC3B,uBAAuB,+BAA+B;IACtD,uBAAuB,+BAA+B;IACtD,OAAO,aAAa;IACpB,oBAAoB,4BAA4B;IAChD,iBAAiB,yBAAyB;IAC1C,yBAAyB,kCAAkC;IAC3D,eAAe,sBAAsB;IACrC,gBAAgB,uBAAuB;IACvC,SAAS,eAAe;IACxB,oBAAoB,4BAA4B;IAChD,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,eAAe,sBAAsB;IACrC,qBAAqB,6BAA6B;IAClD,wBAAwB,gCAAgC;IACxD,oBAAoB,2BAA2B;IAC/C,cAAc,qBAAqB;IACnC,YAAY,mBAAmB;IAC/B,YAAY,kBAAkB;IAC9B,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,WAAW,kBAAkB;IAC7B,UAAU,iBAAiB;IAC3B,oBAAoB,4BAA4B;IAChD,UAAU,iBAAiB;IAC3B,eAAe,uBAAuB;IACtC,sBAAsB,8BAA8B;IACpD,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,WAAW,iBAAiB;IAC5B,UAAU,gBAAgB;IAC1B,cAAc,qBAAqB;IACnC,
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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"}
|