@seelen-ui/lib 2.5.7 → 2.5.8-next.2604111036
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/ClipboardData.d.ts +15 -0
- package/esm/gen/types/ClipboardData.d.ts.map +1 -0
- package/esm/gen/types/ClipboardData.js +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/ClipboardEntryContent.js +2 -0
- package/esm/gen/types/Resource.d.ts +3 -5
- package/esm/gen/types/Resource.d.ts.map +1 -1
- package/esm/gen/types/ResourceId.d.ts +6 -2
- package/esm/gen/types/ResourceId.d.ts.map +1 -1
- package/esm/gen/types/ResourceMetadata.d.ts +4 -0
- package/esm/gen/types/ResourceMetadata.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandArgument.d.ts +19 -0
- 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/SeelenCommandReturn.d.ts +18 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenEventPayload.d.ts +6 -0
- package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/gen/types/SeelenSession.d.ts +15 -0
- package/esm/gen/types/SeelenSession.d.ts.map +1 -0
- package/esm/gen/types/SeelenSession.js +2 -0
- package/esm/gen/types/Settings.d.ts +5 -0
- package/esm/gen/types/Settings.d.ts.map +1 -1
- package/esm/gen/types/SluHotkeyAction.d.ts +2 -0
- package/esm/gen/types/SluHotkeyAction.d.ts.map +1 -1
- package/esm/gen/types/Slug.d.ts +9 -0
- package/esm/gen/types/Slug.d.ts.map +1 -0
- package/esm/gen/types/Slug.js +2 -0
- package/esm/gen/types/mod.d.ts +252 -244
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +252 -244
- package/esm/src/handlers/commands.d.ts +9 -1
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +8 -0
- package/esm/src/handlers/events.d.ts +3 -1
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +2 -0
- 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/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 +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/ClipboardData.js +2 -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/ClipboardEntryContent.js +3 -0
- package/script/gen/types/Resource.d.ts +3 -5
- package/script/gen/types/Resource.d.ts.map +1 -1
- package/script/gen/types/ResourceId.d.ts +6 -2
- package/script/gen/types/ResourceId.d.ts.map +1 -1
- package/script/gen/types/ResourceMetadata.d.ts +4 -0
- package/script/gen/types/ResourceMetadata.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandArgument.d.ts +19 -0
- 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/SeelenCommandReturn.d.ts +18 -0
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenEventPayload.d.ts +6 -0
- package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/gen/types/SeelenSession.d.ts +15 -0
- package/script/gen/types/SeelenSession.d.ts.map +1 -0
- package/script/gen/types/SeelenSession.js +3 -0
- package/script/gen/types/Settings.d.ts +5 -0
- package/script/gen/types/Settings.d.ts.map +1 -1
- package/script/gen/types/SluHotkeyAction.d.ts +2 -0
- package/script/gen/types/SluHotkeyAction.d.ts.map +1 -1
- package/script/gen/types/Slug.d.ts +9 -0
- package/script/gen/types/Slug.d.ts.map +1 -0
- package/script/gen/types/Slug.js +3 -0
- package/script/gen/types/mod.d.ts +252 -244
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +252 -244
- package/script/src/handlers/commands.d.ts +9 -1
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +8 -0
- package/script/src/handlers/events.d.ts +3 -1
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +2 -0
- 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/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/esm/gen/types/mod.js
CHANGED
|
@@ -1,272 +1,280 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './SystemLanguage.js';
|
|
3
|
-
export * from './PowerMode.js';
|
|
4
|
-
export * from './Plugin.js';
|
|
5
|
-
export * from './ToastActionsChild.js';
|
|
6
|
-
export * from './KnownPlugin.js';
|
|
7
|
-
export * from './MediaPlayerOwner.js';
|
|
8
|
-
export * from './BluetoothNetworkSubMinor.js';
|
|
9
|
-
export * from './SeelenCommandArgument.js';
|
|
10
|
-
export * from './SluResourceFile.js';
|
|
11
|
-
export * from './WindowManagerLayout.js';
|
|
12
|
-
export * from './SeelenCommandRequestFocusArgs.js';
|
|
13
|
-
export * from './FloatingWindowSettings.js';
|
|
14
|
-
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
15
|
-
export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
16
|
-
export * from './Battery.js';
|
|
17
|
-
export * from './HideMode.js';
|
|
18
|
-
export * from './ThemeId.js';
|
|
19
|
-
export * from './ObjectPosition.js';
|
|
20
|
-
export * from './SeelenCommandActivateNotificationArgs.js';
|
|
21
|
-
export * from './VirtualDesktopMonitor.js';
|
|
22
|
-
export * from './SeelenCommandTriggerContextMenuArgs.js';
|
|
23
|
-
export * from './SeelenEventPayload.js';
|
|
24
|
-
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
25
|
-
export * from './ThemeConfigGroup.js';
|
|
26
|
-
export * from './User.js';
|
|
27
|
-
export * from './IconPackEntry.js';
|
|
28
|
-
export * from './ToolbarJsScope.js';
|
|
29
|
-
export * from './SeelenWallSettings.js';
|
|
30
|
-
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
31
|
-
export * from './ToolbarItem2.js';
|
|
32
|
-
export * from './ToolbarState.js';
|
|
33
|
-
export * from './WidgetInstanceMode.js';
|
|
34
|
-
export * from './WidgetSettingSwitch.js';
|
|
35
|
-
export * from './SeelenCommandReturn.js';
|
|
36
|
-
export * from './SettingsByWidget.js';
|
|
37
|
-
export * from './SeelenWegSide.js';
|
|
1
|
+
export * from './IconPackId.js';
|
|
38
2
|
export * from './UIColors.js';
|
|
39
|
-
export * from './WidgetLoader.js';
|
|
40
|
-
export * from './BluetoothMinorClass.js';
|
|
41
|
-
export * from './MediaDeviceSession.js';
|
|
42
|
-
export * from './SluPopupConfig.js';
|
|
43
|
-
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
44
|
-
export * from './WidgetSettingInputText.js';
|
|
45
|
-
export * from './UpdateChannel.js';
|
|
46
|
-
export * from './WidgetSettingRange.js';
|
|
47
|
-
export * from './Toast.js';
|
|
48
|
-
export * from './Wallpaper.js';
|
|
49
|
-
export * from './ResourceKind.js';
|
|
50
|
-
export * from './MixBlendMode.js';
|
|
51
|
-
export * from './BLEAppearanceSubCategory.js';
|
|
52
|
-
export * from './ToastTemplateType.js';
|
|
53
|
-
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
54
3
|
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
55
|
-
export * from './TsUnknown.js';
|
|
56
|
-
export * from './UpdaterSettings.js';
|
|
57
|
-
export * from './ContextMenuItem.js';
|
|
58
|
-
export * from './ResourceText.js';
|
|
59
|
-
export * from './MultimonitorBehaviour.js';
|
|
60
|
-
export * from './RadioDeviceKind.js';
|
|
61
|
-
export * from './SeelenCommandWriteFileArgs.js';
|
|
62
|
-
export * from './SeelenCommandReadFileArgs.js';
|
|
63
|
-
export * from './AppIdentifier.js';
|
|
64
|
-
export * from './ToastVisual.js';
|
|
65
|
-
export * from './VirtualDesktops.js';
|
|
66
|
-
export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
|
|
67
|
-
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
68
4
|
export * from './RadioDevice.js';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
72
|
-
export * from './
|
|
73
|
-
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
74
|
-
export * from './Point.js';
|
|
75
|
-
export * from './WlanBssEntry.js';
|
|
76
|
-
export * from './SeelenCommandRunArgs.js';
|
|
77
|
-
export * from './BluetoothMajorServiceClass.js';
|
|
78
|
-
export * from './WegTemporalItemsVisibility.js';
|
|
79
|
-
export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
|
|
5
|
+
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
6
|
+
export * from './BluetoothImagingSubMinor.js';
|
|
7
|
+
export * from './AppNotification.js';
|
|
8
|
+
export * from './SeelenSession.js';
|
|
80
9
|
export * from './ToastActionAfterActivationBehavior.js';
|
|
81
|
-
export * from './
|
|
82
|
-
export * from './
|
|
83
|
-
export * from './WidgetSelectSubtype.js';
|
|
84
|
-
export * from './ToastActionPlacement.js';
|
|
85
|
-
export * from './SeelenCommandWegKillAppArgs.js';
|
|
86
|
-
export * from './SeelenCommandSimulatePermArgs.js';
|
|
87
|
-
export * from './AppsConfigurationList.js';
|
|
88
|
-
export * from './SluShortcutsSettings.js';
|
|
89
|
-
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
90
|
-
export * from './FocusedApp.js';
|
|
91
|
-
export * from './OldWegItemSubtype.js';
|
|
92
|
-
export * from './ToastInputSelection.js';
|
|
93
|
-
export * from './ToastBindingChild.js';
|
|
94
|
-
export * from './Icon.js';
|
|
95
|
-
export * from './MediaPlayer.js';
|
|
10
|
+
export * from './ToastVisual.js';
|
|
11
|
+
export * from './WegItem.js';
|
|
96
12
|
export * from './WidgetSelectOption.js';
|
|
97
|
-
export * from './
|
|
98
|
-
export * from './
|
|
99
|
-
export * from './
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
102
|
-
export * from './
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './WegPinnedItemsVisibility.js';
|
|
13
|
+
export * from './UserAppWindowPreview.js';
|
|
14
|
+
export * from './WallpaperCollection.js';
|
|
15
|
+
export * from './ToastImagePlacement.js';
|
|
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';
|
|
108
23
|
export * from './BluetoothPeripheralSubMinor.js';
|
|
24
|
+
export * from './ToolbarItem2.js';
|
|
25
|
+
export * from './SystemLanguage.js';
|
|
26
|
+
export * from './ToastActionButtonStyle.js';
|
|
27
|
+
export * from './WindowManagerSettings.js';
|
|
109
28
|
export * from './OldWegItemData.js';
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './ThemeSettingsDefinition.js';
|
|
29
|
+
export * from './DevicePairingAnswer.js';
|
|
30
|
+
export * from './WidgetSettingsDeclarationList.js';
|
|
31
|
+
export * from './FloatingWindowSettings.js';
|
|
32
|
+
export * from './ToastDuration.js';
|
|
33
|
+
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
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';
|
|
121
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';
|
|
122
45
|
export * from './BluetoothWearableMinor.js';
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './MonitorConfiguration.js';
|
|
129
|
-
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
130
|
-
export * from './WegItems.js';
|
|
131
|
-
export * from './WidgetSettingColor.js';
|
|
132
|
-
export * from './Resource.js';
|
|
133
|
-
export * from './SeelenCommandLogFromWebviewArgs.js';
|
|
134
|
-
export * from './WegItemType.js';
|
|
135
|
-
export * from './ContextMenu.js';
|
|
46
|
+
export * from './Alignment.js';
|
|
47
|
+
export * from './ToastProgress.js';
|
|
48
|
+
export * from './WegTemporalItemsVisibility.js';
|
|
49
|
+
export * from './SeelenCommandReadFileArgs.js';
|
|
50
|
+
export * from './ToastImageCropType.js';
|
|
136
51
|
export * from './MediaPlayerTimeline.js';
|
|
52
|
+
export * from './MediaDevice.js';
|
|
53
|
+
export * from './SeelenCommandRunArgs.js';
|
|
54
|
+
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
55
|
+
export * from './ContextMenu.js';
|
|
56
|
+
export * from './WidgetSettingInputNumber.js';
|
|
57
|
+
export * from './FolderType.js';
|
|
58
|
+
export * from './PowerMode.js';
|
|
59
|
+
export * from './SettingsByWidget.js';
|
|
60
|
+
export * from './IconPackEntry.js';
|
|
61
|
+
export * from './ThemeConfigGroup.js';
|
|
62
|
+
export * from './WidgetSettingInputText.js';
|
|
63
|
+
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
64
|
+
export * from './WmNodeKind.js';
|
|
65
|
+
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
66
|
+
export * from './UpdateChannel.js';
|
|
67
|
+
export * from './StartMenuLayoutItem.js';
|
|
68
|
+
export * from './ToastInput.js';
|
|
69
|
+
export * from './Color.js';
|
|
137
70
|
export * from './CustomIconPackEntry.js';
|
|
138
|
-
export * from './
|
|
71
|
+
export * from './WidgetSettingItem.js';
|
|
72
|
+
export * from './SeelenCommandReturn.js';
|
|
73
|
+
export * from './ToastInputSelection.js';
|
|
74
|
+
export * from './WidgetSettingRange.js';
|
|
75
|
+
export * from './WmDragBehavior.js';
|
|
76
|
+
export * from './BluetoothNetworkMinor.js';
|
|
77
|
+
export * from './ClipboardEntryContent.js';
|
|
78
|
+
export * from './BluetoothDevice.js';
|
|
79
|
+
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
80
|
+
export * from './PluginId.js';
|
|
81
|
+
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
82
|
+
export * from './WmAnimations.js';
|
|
83
|
+
export * from './WidgetId.js';
|
|
84
|
+
export * from './ToastImage.js';
|
|
85
|
+
export * from './PowerStatus.js';
|
|
86
|
+
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
87
|
+
export * from './SeelenCommandClipboardSetContentArgs.js';
|
|
88
|
+
export * from './ThirdPartyPlugin.js';
|
|
89
|
+
export * from './KnownPlugin.js';
|
|
139
90
|
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './
|
|
146
|
-
export * from './DesktopWorkspace.js';
|
|
91
|
+
export * from './SeelenCommandWlanConnectArgs.js';
|
|
92
|
+
export * from './SeelenEventPayload.js';
|
|
93
|
+
export * from './PhysicalMonitor.js';
|
|
94
|
+
export * from './SeelenWegSide.js';
|
|
95
|
+
export * from './WorkspaceConfiguration.js';
|
|
96
|
+
export * from './ToastSubGroupChild.js';
|
|
147
97
|
export * from './Relaunch.js';
|
|
148
|
-
export * from './
|
|
149
|
-
export * from './
|
|
150
|
-
export * from './
|
|
151
|
-
export * from './
|
|
152
|
-
export * from './
|
|
153
|
-
export * from './
|
|
154
|
-
export * from './
|
|
155
|
-
export * from './
|
|
156
|
-
export * from './
|
|
157
|
-
export * from './FolderType.js';
|
|
158
|
-
export * from './FancyToolbarSide.js';
|
|
159
|
-
export * from './ThemeConfigDefinition.js';
|
|
160
|
-
export * from './SluPopupContent.js';
|
|
161
|
-
export * from './WmRenderTree.js';
|
|
162
|
-
export * from './SeelenCommandClosePopupArgs.js';
|
|
98
|
+
export * from './BluetoothToyMinor.js';
|
|
99
|
+
export * from './SeelenCommandActivateNotificationArgs.js';
|
|
100
|
+
export * from './WidgetSettingColor.js';
|
|
101
|
+
export * from './MonitorBrightness.js';
|
|
102
|
+
export * from './SeelenCommandWriteFileArgs.js';
|
|
103
|
+
export * from './HideMode.js';
|
|
104
|
+
export * from './StartOfWeek.js';
|
|
105
|
+
export * from './ThemeSettingsDefinition.js';
|
|
106
|
+
export * from './ToolbarItem.js';
|
|
163
107
|
export * from './CssVariableName.js';
|
|
164
|
-
export * from './
|
|
165
|
-
export * from './ToastImage.js';
|
|
166
|
-
export * from './ToastSubGroupChild.js';
|
|
167
|
-
export * from './BluetoothPhoneMinor.js';
|
|
168
|
-
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
169
|
-
export * from './WidgetPreset.js';
|
|
170
|
-
export * from './StartMenuLayoutItem.js';
|
|
171
|
-
export * from './WmDragBehavior.js';
|
|
172
|
-
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
173
|
-
export * from './IconPackId.js';
|
|
174
|
-
export * from './AppConfig.js';
|
|
175
|
-
export * from './Core.js';
|
|
176
|
-
export * from './ProcessInformation.js';
|
|
177
|
-
export * from './StartMenuItem.js';
|
|
178
|
-
export * from './NetworkStatistics.js';
|
|
179
|
-
export * from './WidgetSettingInputNumber.js';
|
|
180
|
-
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
181
|
-
export * from './FancyToolbarSettings.js';
|
|
182
|
-
export * from './ToastImagePlacement.js';
|
|
183
|
-
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
184
|
-
export * from './Settings.js';
|
|
185
|
-
export * from './WidgetConfigDefinition.js';
|
|
186
|
-
export * from './WidgetSettingsDeclarationList.js';
|
|
187
|
-
export * from './SeelenCommandMediaNextArgs.js';
|
|
188
|
-
export * from './MediaDevice.js';
|
|
189
|
-
export * from './SysTrayIcon.js';
|
|
108
|
+
export * from './ObjectPosition.js';
|
|
190
109
|
export * from './ThirdPartyWidgetSettings.js';
|
|
191
|
-
export * from './
|
|
192
|
-
export * from './
|
|
110
|
+
export * from './MonitorSettingsByWidget.js';
|
|
111
|
+
export * from './KeyboardLayout.js';
|
|
112
|
+
export * from './SeelenCommandSimulatePermArgs.js';
|
|
113
|
+
export * from './ProcessInformation.js';
|
|
114
|
+
export * from './SeelenCommandClipboardPasteArgs.js';
|
|
115
|
+
export * from './ThemeSettings.js';
|
|
116
|
+
export * from './AppIdentifier.js';
|
|
117
|
+
export * from './SluShortcutsSettings.js';
|
|
118
|
+
export * from './WmNode.js';
|
|
119
|
+
export * from './SeelenCommandOpenFileArgs.js';
|
|
120
|
+
export * from './SeelenCommandGetKeyStateArgs.js';
|
|
193
121
|
export * from './SluHotkeyAction.js';
|
|
194
|
-
export * from './StartOfWeek.js';
|
|
195
|
-
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
196
|
-
export * from './WallpaperCollection.js';
|
|
197
|
-
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
198
|
-
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
199
|
-
export * from './SystrayIconAction.js';
|
|
200
|
-
export * from './SeelenWegMode.js';
|
|
201
|
-
export * from './WallpaperInstanceSettings.js';
|
|
202
|
-
export * from './SluHotkey.js';
|
|
203
|
-
export * from './ToastImageCropType.js';
|
|
204
|
-
export * from './TrashBinInfo.js';
|
|
205
|
-
export * from './Frame.js';
|
|
206
|
-
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
207
|
-
export * from './ToastDuration.js';
|
|
208
122
|
export * from './ImeStatus.js';
|
|
209
|
-
export * from './
|
|
210
|
-
export * from './
|
|
211
|
-
export * from './
|
|
212
|
-
export * from './
|
|
123
|
+
export * from './WegPinnedItemsVisibility.js';
|
|
124
|
+
export * from './MediaPlayerOwner.js';
|
|
125
|
+
export * from './Battery.js';
|
|
126
|
+
export * from './Point.js';
|
|
127
|
+
export * from './BluetoothNetworkSubMinor.js';
|
|
128
|
+
export * from './TrashBinInfo.js';
|
|
129
|
+
export * from './PerformanceModeSettings.js';
|
|
130
|
+
export * from './MultimonitorBehaviour.js';
|
|
131
|
+
export * from './SeelenWallSettings.js';
|
|
132
|
+
export * from './RadioDeviceKind.js';
|
|
133
|
+
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
134
|
+
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
213
135
|
export * from './ThemeVariableWithUnit.js';
|
|
214
136
|
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
215
|
-
export * from './
|
|
216
|
-
export * from './
|
|
217
|
-
export * from './
|
|
218
|
-
export * from './
|
|
219
|
-
export * from './
|
|
220
|
-
export * from './
|
|
221
|
-
export * from './
|
|
222
|
-
export * from './
|
|
223
|
-
export * from './
|
|
224
|
-
export * from './
|
|
225
|
-
export * from './
|
|
226
|
-
export * from './
|
|
227
|
-
export * from './
|
|
228
|
-
export * from './
|
|
229
|
-
export * from './Border.js';
|
|
230
|
-
export * from './MonitorBrightness.js';
|
|
231
|
-
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
137
|
+
export * from './ToastActionsChild.js';
|
|
138
|
+
export * from './ToastActionActivationType.js';
|
|
139
|
+
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
140
|
+
export * from './WallpaperKind.js';
|
|
141
|
+
export * from './PerformanceMode.js';
|
|
142
|
+
export * from './ThemeVariable.js';
|
|
143
|
+
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
144
|
+
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
145
|
+
export * from './WidgetInstanceMode.js';
|
|
146
|
+
export * from './SeelenCommandTriggerContextMenuArgs.js';
|
|
147
|
+
export * from './SeelenCommandCreatePopupArgs.js';
|
|
148
|
+
export * from './ContextMenuItem.js';
|
|
149
|
+
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
150
|
+
export * from './MixBlendMode.js';
|
|
232
151
|
export * from './SeelenCommandSetRadioStateArgs.js';
|
|
233
|
-
export * from './
|
|
234
|
-
export * from './
|
|
235
|
-
export * from './
|
|
236
|
-
export * from './
|
|
152
|
+
export * from './Plugin.js';
|
|
153
|
+
export * from './Border.js';
|
|
154
|
+
export * from './Disk.js';
|
|
155
|
+
export * from './SystrayIconAction.js';
|
|
156
|
+
export * from './UpdaterSettings.js';
|
|
157
|
+
export * from './SeelenCommandClipboardDeleteEntryArgs.js';
|
|
158
|
+
export * from './AppIdentifierType.js';
|
|
159
|
+
export * from './AppConfig.js';
|
|
160
|
+
export * from './WidgetSettingSelect.js';
|
|
161
|
+
export * from './FancyToolbarSettings.js';
|
|
162
|
+
export * from './SeelenCommandMediaNextArgs.js';
|
|
163
|
+
export * from './SluResourceFile.js';
|
|
237
164
|
export * from './UserAppWindow.js';
|
|
238
|
-
export * from './
|
|
239
|
-
export * from './
|
|
240
|
-
export * from './
|
|
165
|
+
export * from './ResourceId.js';
|
|
166
|
+
export * from './ResourceStatus.js';
|
|
167
|
+
export * from './ClipboardEntry.js';
|
|
168
|
+
export * from './BluetoothAudioVideoMinor.js';
|
|
169
|
+
export * from './BluetoothImagingMinor.js';
|
|
170
|
+
export * from './MonitorConfiguration.js';
|
|
171
|
+
export * from './ThemeId.js';
|
|
241
172
|
export * from './UniqueIconPackEntry.js';
|
|
173
|
+
export * from './ToastText.js';
|
|
174
|
+
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
175
|
+
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
176
|
+
export * from './RelaunchArguments.js';
|
|
177
|
+
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
178
|
+
export * from './Wallpaper.js';
|
|
179
|
+
export * from './PlaybackSpeed.js';
|
|
180
|
+
export * from './ToastHeader.js';
|
|
181
|
+
export * from './WorkspaceId.js';
|
|
182
|
+
export * from './SeelenWegMode.js';
|
|
183
|
+
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
242
184
|
export * from './MonitorId.js';
|
|
243
|
-
export * from './
|
|
185
|
+
export * from './ToastBindingChild.js';
|
|
186
|
+
export * from './FocusedApp.js';
|
|
187
|
+
export * from './WlanBssEntry.js';
|
|
188
|
+
export * from './ToolbarState.js';
|
|
189
|
+
export * from './Settings.js';
|
|
244
190
|
export * from './MatchingStrategy.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 './
|
|
253
|
-
export * from './Widget.js';
|
|
254
|
-
export * from './PerformanceMode.js';
|
|
255
|
-
export * from './BluetoothDevice.js';
|
|
256
|
-
export * from './WorkspaceId.js';
|
|
191
|
+
export * from './User.js';
|
|
192
|
+
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
193
|
+
export * from './ToastTemplateType.js';
|
|
194
|
+
export * from './ResourceAttribute.js';
|
|
195
|
+
export * from './DesktopWorkspace.js';
|
|
196
|
+
export * from './Memory.js';
|
|
197
|
+
export * from './ThemeConfigDefinition.js';
|
|
198
|
+
export * from './ToolbarJsScope.js';
|
|
257
199
|
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
258
|
-
export * from './
|
|
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 './
|
|
200
|
+
export * from './SeelenCommandMediaPrevArgs.js';
|
|
201
|
+
export * from './Theme.js';
|
|
202
|
+
export * from './FancyToolbarSide.js';
|
|
203
|
+
export * from './BLEAppearance.js';
|
|
204
|
+
export * from './ToastGroup.js';
|
|
205
|
+
export * from './SeelenCommandGetIconArgs.js';
|
|
206
|
+
export * from './StartMenuItem.js';
|
|
207
|
+
export * from './BLEAppearanceSubCategory.js';
|
|
208
|
+
export * from './ToastInputType.js';
|
|
209
|
+
export * from './WidgetSettingSwitch.js';
|
|
210
|
+
export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
|
|
211
|
+
export * from './VirtualDesktopMonitor.js';
|
|
269
212
|
export * from './SeelenCommandWegPinItemArgs.js';
|
|
213
|
+
export * from './TsUnknown.js';
|
|
214
|
+
export * from './WallpaperInstanceSettings.js';
|
|
215
|
+
export * from './WindowManagerLayout.js';
|
|
216
|
+
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
217
|
+
export * from './SeelenCommandRequestFocusArgs.js';
|
|
218
|
+
export * from './Rect.js';
|
|
219
|
+
export * from './SeelenCommandArgument.js';
|
|
220
|
+
export * from './BluetoothHealthMinor.js';
|
|
221
|
+
export * from './MediaDeviceSession.js';
|
|
222
|
+
export * from './WidgetConfigGroup.js';
|
|
223
|
+
export * from './SysTrayIcon.js';
|
|
224
|
+
export * from './WidgetLoader.js';
|
|
225
|
+
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
226
|
+
export * from './Resource.js';
|
|
227
|
+
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
228
|
+
export * from './AppsConfigurationList.js';
|
|
229
|
+
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
230
|
+
export * from './WegItemType.js';
|
|
231
|
+
export * from './IconPack.js';
|
|
232
|
+
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
233
|
+
export * from './WegItemData.js';
|
|
234
|
+
export * from './RemoteDataDeclaration.js';
|
|
235
|
+
export * from './FolderChangedArgs.js';
|
|
236
|
+
export * from './ToastActions.js';
|
|
237
|
+
export * from './ResourceText.js';
|
|
238
|
+
export * from './ObjectFit.js';
|
|
239
|
+
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
270
240
|
export * from './ThemeVariableDefinition.js';
|
|
241
|
+
export * from './WidgetPreset.js';
|
|
242
|
+
export * from './ToastBinding.js';
|
|
243
|
+
export * from './VirtualDesktops.js';
|
|
244
|
+
export * from './SluHotkey.js';
|
|
245
|
+
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
271
246
|
export * from './SysTrayIconId.js';
|
|
272
|
-
export * from './
|
|
247
|
+
export * from './ResourceKind.js';
|
|
248
|
+
export * from './StartMenuLayout.js';
|
|
249
|
+
export * from './SharedIconPackEntry.js';
|
|
250
|
+
export * from './SluPopupContent.js';
|
|
251
|
+
export * from './BluetoothPeripheralMinor.js';
|
|
252
|
+
export * from './WidgetConfigDefinition.js';
|
|
253
|
+
export * from './AppExtraFlag.js';
|
|
254
|
+
export * from './WlanProfile.js';
|
|
255
|
+
export * from './OldWegItemSubtype.js';
|
|
256
|
+
export * from './CssStyles.js';
|
|
257
|
+
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
258
|
+
export * from './Slug.js';
|
|
259
|
+
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
260
|
+
export * from './ResourcePendingUpdate.js';
|
|
261
|
+
export * from './DevicePairingNeededAction.js';
|
|
262
|
+
export * from './ToastSubGroup.js';
|
|
263
|
+
export * from './StyleValue.js';
|
|
264
|
+
export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
|
|
265
|
+
export * from './SeelenCommandClosePopupArgs.js';
|
|
266
|
+
export * from './ClipboardData.js';
|
|
267
|
+
export * from './ToastAction.js';
|
|
268
|
+
export * from './WidgetTriggerPayload.js';
|
|
269
|
+
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
270
|
+
export * from './WegItems.js';
|
|
271
|
+
export * from './AdapterStatus.js';
|
|
272
|
+
export * from './SeelenWegSettings.js';
|
|
273
|
+
export * from './Widget.js';
|
|
274
|
+
export * from './NetworkStatistics.js';
|
|
275
|
+
export * from './Icon.js';
|
|
276
|
+
export * from './BluetoothMajorServiceClass.js';
|
|
277
|
+
export * from './Frame.js';
|
|
278
|
+
export * from './Toast.js';
|
|
279
|
+
export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
280
|
+
export * from './WallpaperId.js';
|
|
@@ -126,6 +126,14 @@ export declare enum SeelenCommand {
|
|
|
126
126
|
GetStartMenuItems = "get_start_menu_items",
|
|
127
127
|
GetNativeStartMenu = "get_native_start_menu",
|
|
128
128
|
GetTrashBinInfo = "get_trash_bin_info",
|
|
129
|
-
TrashBinEmpty = "trash_bin_empty"
|
|
129
|
+
TrashBinEmpty = "trash_bin_empty",
|
|
130
|
+
GetSeelenSession = "get_seelen_session",
|
|
131
|
+
SeelenLogin = "seelen_login",
|
|
132
|
+
SeelenLogout = "seelen_logout",
|
|
133
|
+
ClipboardGetData = "clipboard_get_data",
|
|
134
|
+
ClipboardDeleteEntry = "clipboard_delete_entry",
|
|
135
|
+
ClipboardClearHistory = "clipboard_clear_history",
|
|
136
|
+
ClipboardSetContent = "clipboard_set_content",
|
|
137
|
+
ClipboardPaste = "clipboard_paste"
|
|
130
138
|
}
|
|
131
139
|
//# 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,eAAe,sBAAsB;IACrC,iBAAiB,wBAAwB;IACzC,gBAAgB,uBAAuB;IACvC,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,wBAAwB,iCAAiC;IACzD,kBAAkB,yBAAyB;IAC3C,4BAA4B,oCAAoC;IAChE,kBAAkB,0BAA0B;IAC5C,wBAAwB,iCAAiC;IACzD,gBAAgB,sBAAsB;IACtC,kBAAkB,wBAAwB;IAC1C,qBAAqB,4BAA4B;IACjD,oBAAoB,0BAA0B;IAC9C,SAAS,eAAe;IACxB,aAAa,qBAAqB;IAClC,cAAc,qBAAqB;IACnC,gBAAgB,uBAAuB;IACvC,eAAe,sBAAsB;IACrC,cAAc,qBAAqB;IACnC,mBAAmB,0BAA0B;IAC7C,sBAAsB,6BAA6B;IACnD,qBAAqB,4BAA4B;IACjD,0BAA0B,kCAAkC;IAC5D,6BAA6B,qCAAqC;IAClE,yBAAyB,gCAAgC;IACzD,qBAAqB,4BAA4B;IACjD,iBAAiB,yBAAyB;IAC1C,kBAAkB,0BAA0B;IAC5C,eAAe,uBAAuB;IACtC,aAAa,oBAAoB;
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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"}
|
|
@@ -129,4 +129,12 @@ export var SeelenCommand;
|
|
|
129
129
|
SeelenCommand["GetNativeStartMenu"] = "get_native_start_menu";
|
|
130
130
|
SeelenCommand["GetTrashBinInfo"] = "get_trash_bin_info";
|
|
131
131
|
SeelenCommand["TrashBinEmpty"] = "trash_bin_empty";
|
|
132
|
+
SeelenCommand["GetSeelenSession"] = "get_seelen_session";
|
|
133
|
+
SeelenCommand["SeelenLogin"] = "seelen_login";
|
|
134
|
+
SeelenCommand["SeelenLogout"] = "seelen_logout";
|
|
135
|
+
SeelenCommand["ClipboardGetData"] = "clipboard_get_data";
|
|
136
|
+
SeelenCommand["ClipboardDeleteEntry"] = "clipboard_delete_entry";
|
|
137
|
+
SeelenCommand["ClipboardClearHistory"] = "clipboard_clear_history";
|
|
138
|
+
SeelenCommand["ClipboardSetContent"] = "clipboard_set_content";
|
|
139
|
+
SeelenCommand["ClipboardPaste"] = "clipboard_paste";
|
|
132
140
|
})(SeelenCommand || (SeelenCommand = {}));
|
|
@@ -45,6 +45,8 @@ export declare enum SeelenEvent {
|
|
|
45
45
|
BluetoothDevicesChanged = "bluetooth-devices-changed",
|
|
46
46
|
StartMenuItemsChanged = "start-menu::items-changed",
|
|
47
47
|
WegAddItem = "weg::add-item",
|
|
48
|
-
TrashBinChanged = "trash-bin::changed"
|
|
48
|
+
TrashBinChanged = "trash-bin::changed",
|
|
49
|
+
SeelenSessionChanged = "session::changed",
|
|
50
|
+
ClipboardDataChanged = "clipboard::data-changed"
|
|
49
51
|
}
|
|
50
52
|
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,+BAA+B,wCAAwC;IACvE,WAAW,iBAAiB;IAC5B,iBAAiB,+BAA+B;IAChD,qBAAqB,0BAA0B;IAC/C,6BAA6B,mCAAmC;IAChE,aAAa,mBAAmB;IAChC,YAAY,mBAAmB;IAC/B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,gBAAgB,wBAAwB;IACxC,eAAe,uBAAuB;IACtC,aAAa,qBAAqB;IAClC,mBAAmB,0BAA0B;IAC7C,oBAAoB,qBAAqB;IACzC,yBAAyB,oBAAoB;IAC7C,kBAAkB,WAAW;IAC7B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;IACnD,UAAU,kBAAkB;IAC5B,eAAe,uBAAuB;
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,+BAA+B,wCAAwC;IACvE,WAAW,iBAAiB;IAC5B,iBAAiB,+BAA+B;IAChD,qBAAqB,0BAA0B;IAC/C,6BAA6B,mCAAmC;IAChE,aAAa,mBAAmB;IAChC,YAAY,mBAAmB;IAC/B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,gBAAgB,wBAAwB;IACxC,eAAe,uBAAuB;IACtC,aAAa,qBAAqB;IAClC,mBAAmB,0BAA0B;IAC7C,oBAAoB,qBAAqB;IACzC,yBAAyB,oBAAoB;IAC7C,kBAAkB,WAAW;IAC7B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;IACnD,UAAU,kBAAkB;IAC5B,eAAe,uBAAuB;IACtC,oBAAoB,qBAAqB;IACzC,oBAAoB,4BAA4B;CACjD"}
|
|
@@ -48,4 +48,6 @@ export var SeelenEvent;
|
|
|
48
48
|
SeelenEvent["StartMenuItemsChanged"] = "start-menu::items-changed";
|
|
49
49
|
SeelenEvent["WegAddItem"] = "weg::add-item";
|
|
50
50
|
SeelenEvent["TrashBinChanged"] = "trash-bin::changed";
|
|
51
|
+
SeelenEvent["SeelenSessionChanged"] = "session::changed";
|
|
52
|
+
SeelenEvent["ClipboardDataChanged"] = "clipboard::data-changed";
|
|
51
53
|
})(SeelenEvent || (SeelenEvent = {}));
|
|
@@ -3,5 +3,6 @@
|
|
|
3
3
|
* when the themes or settings change. Also will add the systehm ui colors to the document.
|
|
4
4
|
*/
|
|
5
5
|
export declare function startThemingTool(): Promise<void>;
|
|
6
|
+
export declare function setPerformanceStyles(): void;
|
|
6
7
|
export declare function startDateCssVariables(): void;
|
|
7
8
|
//# sourceMappingURL=theming.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theming.d.ts","sourceRoot":"","sources":["../../../../src/src/state/theme/theming.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAsB,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"theming.d.ts","sourceRoot":"","sources":["../../../../src/src/state/theme/theming.ts"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAsB,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC,CAqBtD;AAiBD,wBAAgB,oBAAoB,IAAI,IAAI,CAI3C;AAED,wBAAgB,qBAAqB,IAAI,IAAI,CAK5C"}
|
|
@@ -17,11 +17,31 @@ export async function startThemingTool() {
|
|
|
17
17
|
settings = newSettings;
|
|
18
18
|
themes.applyToDocument(settings.activeThemes, settings.byTheme);
|
|
19
19
|
});
|
|
20
|
+
setPerformanceStyles();
|
|
21
|
+
startDateCssVariables();
|
|
20
22
|
(await UIColors.getAsync()).setAsCssVariables();
|
|
21
23
|
await UIColors.onChange((colors) => colors.setAsCssVariables());
|
|
22
|
-
startDateCssVariables();
|
|
23
24
|
themes.applyToDocument(settings.activeThemes, settings.byTheme);
|
|
24
25
|
}
|
|
26
|
+
// Used by performance mode to reduce cpu/gpu usage
|
|
27
|
+
const PERF_CSS = `
|
|
28
|
+
html[data-animations-off] *,
|
|
29
|
+
html[data-animations-off] *::before,
|
|
30
|
+
html[data-animations-off] *::after {
|
|
31
|
+
animation-duration: 0.001ms !important;
|
|
32
|
+
animation-iteration-count: 1 !important;
|
|
33
|
+
animation-delay: 0s !important;
|
|
34
|
+
|
|
35
|
+
transition-duration: 0.001ms !important;
|
|
36
|
+
transition-delay: 0s !important;
|
|
37
|
+
|
|
38
|
+
scroll-behavior: auto !important;
|
|
39
|
+
}`;
|
|
40
|
+
export function setPerformanceStyles() {
|
|
41
|
+
const styleSheet = new RuntimeStyleSheet("@static/performance");
|
|
42
|
+
styleSheet.addStyle(PERF_CSS);
|
|
43
|
+
styleSheet.applyToDocument();
|
|
44
|
+
}
|
|
25
45
|
export function startDateCssVariables() {
|
|
26
46
|
// Set initial values immediately
|
|
27
47
|
updateDateCssVariables();
|