@seelen-ui/lib 2.5.0 → 2.5.3
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/ContextMenu.d.ts +9 -0
- package/esm/gen/types/ContextMenu.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandArgument.d.ts +6 -0
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandLogFromWebviewArgs.d.ts +6 -0
- package/esm/gen/types/SeelenCommandLogFromWebviewArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandLogFromWebviewArgs.js +2 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts +4 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandSimulatePermArgs.d.ts +5 -0
- package/esm/gen/types/SeelenCommandSimulatePermArgs.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandSimulatePermArgs.js +2 -0
- package/esm/gen/types/Settings.d.ts +4 -0
- package/esm/gen/types/Settings.d.ts.map +1 -1
- package/esm/gen/types/mod.d.ts +239 -237
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +239 -237
- package/esm/src/handlers/commands.d.ts +2 -0
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +2 -0
- package/package.json +1 -1
- package/script/gen/types/ContextMenu.d.ts +9 -0
- package/script/gen/types/ContextMenu.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandArgument.d.ts +6 -0
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandLogFromWebviewArgs.d.ts +6 -0
- package/script/gen/types/SeelenCommandLogFromWebviewArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandLogFromWebviewArgs.js +3 -0
- package/script/gen/types/SeelenCommandReturn.d.ts +4 -0
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandSimulatePermArgs.d.ts +5 -0
- package/script/gen/types/SeelenCommandSimulatePermArgs.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandSimulatePermArgs.js +3 -0
- package/script/gen/types/Settings.d.ts +4 -0
- package/script/gen/types/Settings.d.ts.map +1 -1
- package/script/gen/types/mod.d.ts +239 -237
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +239 -237
- package/script/src/handlers/commands.d.ts +2 -0
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +2 -0
package/esm/gen/types/mod.js
CHANGED
|
@@ -1,268 +1,270 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './WorkspaceConfiguration.js';
|
|
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';
|
|
4
20
|
export * from './SeelenCommandActivateNotificationArgs.js';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
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';
|
|
11
37
|
export * from './SeelenWegSide.js';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
38
|
+
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
|
+
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
16
55
|
export * from './TsUnknown.js';
|
|
17
|
-
export * from './
|
|
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';
|
|
18
66
|
export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
|
|
19
|
-
export * from './WallpaperKind.js';
|
|
20
|
-
export * from './ToastActions.js';
|
|
21
|
-
export * from './ResourceMetadata.js';
|
|
22
67
|
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
68
|
+
export * from './RadioDevice.js';
|
|
69
|
+
export * from './BluetoothMajorClass.js';
|
|
70
|
+
export * from './ToastActions.js';
|
|
71
|
+
export * from './ResourceId.js';
|
|
72
|
+
export * from './RelaunchArguments.js';
|
|
73
|
+
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
74
|
+
export * from './Point.js';
|
|
75
|
+
export * from './SeelenCommandStateGetWegItemsArgs.js';
|
|
76
|
+
export * from './WlanBssEntry.js';
|
|
77
|
+
export * from './SeelenCommandRunArgs.js';
|
|
78
|
+
export * from './BluetoothMajorServiceClass.js';
|
|
79
|
+
export * from './WegTemporalItemsVisibility.js';
|
|
80
|
+
export * from './SeelenCommandStateWriteToolbarItemsArgs.js';
|
|
81
|
+
export * from './ToastActionAfterActivationBehavior.js';
|
|
23
82
|
export * from './WidgetId.js';
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
83
|
+
export * from './StyleValue.js';
|
|
84
|
+
export * from './WidgetSelectSubtype.js';
|
|
85
|
+
export * from './ToastActionPlacement.js';
|
|
86
|
+
export * from './SeelenCommandWegKillAppArgs.js';
|
|
87
|
+
export * from './SeelenCommandSimulatePermArgs.js';
|
|
88
|
+
export * from './AppsConfigurationList.js';
|
|
89
|
+
export * from './SluShortcutsSettings.js';
|
|
90
|
+
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
91
|
+
export * from './FocusedApp.js';
|
|
92
|
+
export * from './ToastInputSelection.js';
|
|
93
|
+
export * from './ToastBindingChild.js';
|
|
94
|
+
export * from './Icon.js';
|
|
95
|
+
export * from './MediaPlayer.js';
|
|
96
|
+
export * from './WidgetSelectOption.js';
|
|
26
97
|
export * from './Memory.js';
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
98
|
+
export * from './BluetoothPeripheralMinor.js';
|
|
99
|
+
export * from './ToolbarItem.js';
|
|
100
|
+
export * from './ToastActionButtonStyle.js';
|
|
101
|
+
export * from './WidgetConfigGroup.js';
|
|
102
|
+
export * from './WidgetSettingSelect.js';
|
|
103
|
+
export * from './ToastGroup.js';
|
|
104
|
+
export * from './ToastSubGroup.js';
|
|
105
|
+
export * from './KeyboardLayout.js';
|
|
106
|
+
export * from './Rect.js';
|
|
30
107
|
export * from './WegPinnedItemsVisibility.js';
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './
|
|
108
|
+
export * from './BluetoothPeripheralSubMinor.js';
|
|
109
|
+
export * from './ToastBinding.js';
|
|
110
|
+
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
111
|
+
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
112
|
+
export * from './MonitorSettingsByWidget.js';
|
|
113
|
+
export * from './WmAnimations.js';
|
|
114
|
+
export * from './SharedIconPackEntry.js';
|
|
115
|
+
export * from './BluetoothImagingMinor.js';
|
|
116
|
+
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
117
|
+
export * from './BluetoothToyMinor.js';
|
|
118
|
+
export * from './ThemeSettingsDefinition.js';
|
|
119
|
+
export * from './ResourceMetadata.js';
|
|
120
|
+
export * from './BluetoothWearableMinor.js';
|
|
121
|
+
export * from './ToastInputType.js';
|
|
34
122
|
export * from './ObjectFit.js';
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './ToastProgress.js';
|
|
37
|
-
export * from './DesktopWorkspace.js';
|
|
38
|
-
export * from './UpdateChannel.js';
|
|
39
|
-
export * from './Frame.js';
|
|
40
|
-
export * from './BluetoothMajorServiceClass.js';
|
|
41
|
-
export * from './MediaPlayer.js';
|
|
42
|
-
export * from './PowerStatus.js';
|
|
43
|
-
export * from './PerformanceMode.js';
|
|
44
|
-
export * from './Battery.js';
|
|
45
|
-
export * from './SeelenWegSettings.js';
|
|
46
|
-
export * from './SeelenCommandMediaNextArgs.js';
|
|
47
|
-
export * from './WidgetTriggerPayload.js';
|
|
48
|
-
export * from './SeelenCommandWriteFileArgs.js';
|
|
49
|
-
export * from './FancyToolbarSide.js';
|
|
50
|
-
export * from './DevicePairingNeededAction.js';
|
|
51
|
-
export * from './WidgetSettingSwitch.js';
|
|
52
|
-
export * from './SluPopupContent.js';
|
|
53
|
-
export * from './ThemeConfigGroup.js';
|
|
54
|
-
export * from './SeelenEventPayload.js';
|
|
123
|
+
export * from './WallpaperKind.js';
|
|
55
124
|
export * from './AppNotification.js';
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './ToastVisual.js';
|
|
58
|
-
export * from './CssVariableName.js';
|
|
59
|
-
export * from './Disk.js';
|
|
60
|
-
export * from './UniqueIconPackEntry.js';
|
|
61
|
-
export * from './WallpaperCollection.js';
|
|
62
|
-
export * from './ToastSubGroup.js';
|
|
125
|
+
export * from './BluetoothImagingSubMinor.js';
|
|
63
126
|
export * from './MonitorConfiguration.js';
|
|
127
|
+
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
128
|
+
export * from './WegItems.js';
|
|
129
|
+
export * from './WidgetSettingColor.js';
|
|
130
|
+
export * from './Resource.js';
|
|
131
|
+
export * from './SeelenCommandLogFromWebviewArgs.js';
|
|
132
|
+
export * from './WegItemType.js';
|
|
133
|
+
export * from './ContextMenu.js';
|
|
134
|
+
export * from './MediaPlayerTimeline.js';
|
|
135
|
+
export * from './CustomIconPackEntry.js';
|
|
64
136
|
export * from './PerformanceModeSettings.js';
|
|
65
|
-
export * from './
|
|
137
|
+
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
66
138
|
export * from './DevicePairingAnswer.js';
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './WidgetSettingItem.js';
|
|
71
|
-
export * from './Point.js';
|
|
72
|
-
export * from './SettingsByWidget.js';
|
|
73
|
-
export * from './ToastImagePlacement.js';
|
|
74
|
-
export * from './SeelenCommandReadFileArgs.js';
|
|
75
|
-
export * from './SystemLanguage.js';
|
|
139
|
+
export * from './ToastText.js';
|
|
140
|
+
export * from './SeelenWegSettings.js';
|
|
141
|
+
export * from './ToastHeader.js';
|
|
76
142
|
export * from './Alignment.js';
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
143
|
+
export * from './DesktopWorkspace.js';
|
|
144
|
+
export * from './BLEAppearance.js';
|
|
145
|
+
export * from './WmNode.js';
|
|
146
|
+
export * from './WallpaperId.js';
|
|
80
147
|
export * from './WmNodeKind.js';
|
|
81
|
-
export * from './
|
|
82
|
-
export * from './
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './
|
|
85
|
-
export * from './WegAppGroupItem.js';
|
|
86
|
-
export * from './SharedIconPackEntry.js';
|
|
148
|
+
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
149
|
+
export * from './AdapterStatus.js';
|
|
150
|
+
export * from './PlaybackSpeed.js';
|
|
151
|
+
export * from './ThirdPartyPlugin.js';
|
|
87
152
|
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
88
|
-
export * from './
|
|
89
|
-
export * from './
|
|
90
|
-
export * from './
|
|
91
|
-
export * from './MediaPlayerOwner.js';
|
|
92
|
-
export * from './VirtualDesktopMonitor.js';
|
|
93
|
-
export * from './WidgetSettingColor.js';
|
|
94
|
-
export * from './WlanProfile.js';
|
|
95
|
-
export * from './WallpaperInstanceSettings.js';
|
|
96
|
-
export * from './BluetoothWearableMinor.js';
|
|
97
|
-
export * from './BluetoothPeripheralMinor.js';
|
|
98
|
-
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
99
|
-
export * from './BluetoothDevice.js';
|
|
100
|
-
export * from './ToastText.js';
|
|
101
|
-
export * from './WmAnimations.js';
|
|
102
|
-
export * from './ToastActionsChild.js';
|
|
103
|
-
export * from './SeelenCommandMediaPrevArgs.js';
|
|
104
|
-
export * from './MediaDeviceSession.js';
|
|
105
|
-
export * from './ToastAction.js';
|
|
106
|
-
export * from './WegItems.js';
|
|
107
|
-
export * from './ImeStatus.js';
|
|
108
|
-
export * from './WmNode.js';
|
|
153
|
+
export * from './FolderType.js';
|
|
154
|
+
export * from './PinnedWegItemData.js';
|
|
155
|
+
export * from './FancyToolbarSide.js';
|
|
109
156
|
export * from './ThemeConfigDefinition.js';
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './PhysicalMonitor.js';
|
|
113
|
-
export * from './WmNodeLifetime.js';
|
|
157
|
+
export * from './SluPopupContent.js';
|
|
158
|
+
export * from './WmRenderTree.js';
|
|
114
159
|
export * from './SeelenCommandClosePopupArgs.js';
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './
|
|
121
|
-
export * from './
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './BluetoothMajorClass.js';
|
|
124
|
-
export * from './ToastTemplateType.js';
|
|
125
|
-
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
126
|
-
export * from './PowerMode.js';
|
|
127
|
-
export * from './ToastHeader.js';
|
|
128
|
-
export * from './WidgetConfigGroup.js';
|
|
129
|
-
export * from './CssStyles.js';
|
|
130
|
-
export * from './IconPack.js';
|
|
131
|
-
export * from './WlanBssEntry.js';
|
|
132
|
-
export * from './Rect.js';
|
|
133
|
-
export * from './SluShortcutsSettings.js';
|
|
134
|
-
export * from './ContextMenuItem.js';
|
|
135
|
-
export * from './IconPackEntry.js';
|
|
136
|
-
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
137
|
-
export * from './WegItem.js';
|
|
138
|
-
export * from './ObjectPosition.js';
|
|
139
|
-
export * from './WegTemporalItemsVisibility.js';
|
|
140
|
-
export * from './BluetoothComputerMinor.js';
|
|
141
|
-
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
142
|
-
export * from './SeelenCommandTriggerContextMenuArgs.js';
|
|
143
|
-
export * from './RadioDevice.js';
|
|
144
|
-
export * from './ToastInput.js';
|
|
145
|
-
export * from './ToastActionAfterActivationBehavior.js';
|
|
146
|
-
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
147
|
-
export * from './User.js';
|
|
148
|
-
export * from './SystrayIconAction.js';
|
|
149
|
-
export * from './WindowManagerLayout.js';
|
|
150
|
-
export * from './SeelenCommandStateGetWegItemsArgs.js';
|
|
151
|
-
export * from './SluHotkeyAction.js';
|
|
160
|
+
export * from './CssVariableName.js';
|
|
161
|
+
export * from './PowerStatus.js';
|
|
162
|
+
export * from './ToastImage.js';
|
|
163
|
+
export * from './ToastSubGroupChild.js';
|
|
164
|
+
export * from './BluetoothPhoneMinor.js';
|
|
165
|
+
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
166
|
+
export * from './WidgetPreset.js';
|
|
167
|
+
export * from './StartMenuLayoutItem.js';
|
|
152
168
|
export * from './WmDragBehavior.js';
|
|
153
|
-
export * from './
|
|
154
|
-
export * from './
|
|
155
|
-
export * from './
|
|
156
|
-
export * from './
|
|
157
|
-
export * from './
|
|
158
|
-
export * from './
|
|
169
|
+
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
170
|
+
export * from './IconPackId.js';
|
|
171
|
+
export * from './AppConfig.js';
|
|
172
|
+
export * from './Core.js';
|
|
173
|
+
export * from './ProcessInformation.js';
|
|
174
|
+
export * from './StartMenuItem.js';
|
|
175
|
+
export * from './NetworkStatistics.js';
|
|
176
|
+
export * from './WidgetSettingInputNumber.js';
|
|
177
|
+
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
178
|
+
export * from './FancyToolbarSettings.js';
|
|
179
|
+
export * from './ToastImagePlacement.js';
|
|
180
|
+
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
181
|
+
export * from './Settings.js';
|
|
182
|
+
export * from './WidgetConfigDefinition.js';
|
|
183
|
+
export * from './WidgetSettingsDeclarationList.js';
|
|
184
|
+
export * from './SeelenCommandMediaNextArgs.js';
|
|
185
|
+
export * from './MediaDevice.js';
|
|
159
186
|
export * from './SysTrayIcon.js';
|
|
160
|
-
export * from './
|
|
161
|
-
export * from './
|
|
162
|
-
export * from './ToastImage.js';
|
|
163
|
-
export * from './WorkspaceId.js';
|
|
164
|
-
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
165
|
-
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
166
|
-
export * from './ToolbarState.js';
|
|
187
|
+
export * from './ThirdPartyWidgetSettings.js';
|
|
188
|
+
export * from './WlanProfile.js';
|
|
167
189
|
export * from './StartMenuLayout.js';
|
|
168
|
-
export * from './
|
|
169
|
-
export * from './
|
|
190
|
+
export * from './SluHotkeyAction.js';
|
|
191
|
+
export * from './StartOfWeek.js';
|
|
170
192
|
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
193
|
+
export * from './WallpaperCollection.js';
|
|
194
|
+
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
195
|
+
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
196
|
+
export * from './SystrayIconAction.js';
|
|
197
|
+
export * from './SeelenWegMode.js';
|
|
198
|
+
export * from './WallpaperInstanceSettings.js';
|
|
199
|
+
export * from './SluHotkey.js';
|
|
200
|
+
export * from './ToastImageCropType.js';
|
|
201
|
+
export * from './Frame.js';
|
|
202
|
+
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
171
203
|
export * from './ToastDuration.js';
|
|
172
|
-
export * from './
|
|
173
|
-
export * from './
|
|
174
|
-
export * from './SeelenCommandCreatePopupArgs.js';
|
|
175
|
-
export * from './WidgetSettingsDeclarationList.js';
|
|
176
|
-
export * from './ThemeSettingsDefinition.js';
|
|
177
|
-
export * from './AdapterStatus.js';
|
|
178
|
-
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
179
|
-
export * from './PluginId.js';
|
|
180
|
-
export * from './FolderType.js';
|
|
181
|
-
export * from './SeelenCommandRunArgs.js';
|
|
182
|
-
export * from './ResourceAttribute.js';
|
|
183
|
-
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
184
|
-
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
185
|
-
export * from './Wallpaper.js';
|
|
186
|
-
export * from './CustomIconPackEntry.js';
|
|
187
|
-
export * from './Plugin.js';
|
|
188
|
-
export * from './ToastBinding.js';
|
|
189
|
-
export * from './ToastActionPlacement.js';
|
|
190
|
-
export * from './ToastInputSelection.js';
|
|
191
|
-
export * from './PlaybackSpeed.js';
|
|
192
|
-
export * from './HideMode.js';
|
|
193
|
-
export * from './FolderChangedArgs.js';
|
|
194
|
-
export * from './SeelenCommandRequestFocusArgs.js';
|
|
195
|
-
export * from './BluetoothAudioVideoMinor.js';
|
|
204
|
+
export * from './ImeStatus.js';
|
|
205
|
+
export * from './SeelenCommandOpenFileArgs.js';
|
|
196
206
|
export * from './WidgetStatus.js';
|
|
197
|
-
export * from './
|
|
198
|
-
export * from './
|
|
199
|
-
export * from './
|
|
200
|
-
export * from './
|
|
201
|
-
export * from './
|
|
202
|
-
export * from './
|
|
203
|
-
export * from './
|
|
204
|
-
export * from './ThirdPartyWidgetSettings.js';
|
|
207
|
+
export * from './SeelenCommandCreatePopupArgs.js';
|
|
208
|
+
export * from './SeelenCommandMediaPrevArgs.js';
|
|
209
|
+
export * from './ThemeVariableWithUnit.js';
|
|
210
|
+
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
211
|
+
export * from './NetworkAdapter.js';
|
|
212
|
+
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
213
|
+
export * from './BluetoothComputerMinor.js';
|
|
205
214
|
export * from './MediaDeviceType.js';
|
|
206
|
-
export * from './
|
|
215
|
+
export * from './SeelenCommandGetIconArgs.js';
|
|
216
|
+
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
217
|
+
export * from './DevicePairingNeededAction.js';
|
|
218
|
+
export * from './Theme.js';
|
|
219
|
+
export * from './Color.js';
|
|
220
|
+
export * from './AppExtraFlag.js';
|
|
221
|
+
export * from './ResourceStatus.js';
|
|
222
|
+
export * from './WegItem.js';
|
|
223
|
+
export * from './AppIdentifierType.js';
|
|
224
|
+
export * from './ToastProgress.js';
|
|
207
225
|
export * from './Border.js';
|
|
226
|
+
export * from './MonitorBrightness.js';
|
|
227
|
+
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
208
228
|
export * from './SeelenCommandSetRadioStateArgs.js';
|
|
209
|
-
export * from './
|
|
210
|
-
export * from './
|
|
211
|
-
export * from './
|
|
212
|
-
export * from './
|
|
213
|
-
export * from './
|
|
214
|
-
export * from './PinnedWegItemData.js';
|
|
215
|
-
export * from './StartMenuItem.js';
|
|
216
|
-
export * from './BluetoothPhoneMinor.js';
|
|
217
|
-
export * from './WidgetSelectSubtype.js';
|
|
218
|
-
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
219
|
-
export * from './Toast.js';
|
|
220
|
-
export * from './SeelenCommandArgument.js';
|
|
229
|
+
export * from './BluetoothAudioVideoMinor.js';
|
|
230
|
+
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
231
|
+
export * from './ResourceAttribute.js';
|
|
232
|
+
export * from './UserAppWindowPreview.js';
|
|
233
|
+
export * from './UserAppWindow.js';
|
|
221
234
|
export * from './ThemeSettings.js';
|
|
222
|
-
export * from './
|
|
223
|
-
export * from './
|
|
224
|
-
export * from './
|
|
225
|
-
export * from './SeelenCommandGetIconArgs.js';
|
|
226
|
-
export * from './SeelenCommandReturn.js';
|
|
227
|
-
export * from './FancyToolbarSettings.js';
|
|
228
|
-
export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
229
|
-
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
230
|
-
export * from './WidgetInstanceMode.js';
|
|
231
|
-
export * from './AppIdentifierType.js';
|
|
232
|
-
export * from './WidgetSettingInputText.js';
|
|
233
|
-
export * from './WidgetSettingInputNumber.js';
|
|
235
|
+
export * from './IconPack.js';
|
|
236
|
+
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
237
|
+
export * from './UniqueIconPackEntry.js';
|
|
234
238
|
export * from './MonitorId.js';
|
|
235
|
-
export * from './
|
|
236
|
-
export * from './
|
|
237
|
-
export * from './
|
|
238
|
-
export * from './
|
|
239
|
+
export * from './RemoteDataDeclaration.js';
|
|
240
|
+
export * from './MatchingStrategy.js';
|
|
241
|
+
export * from './ThemeVariable.js';
|
|
242
|
+
export * from './WindowManagerSettings.js';
|
|
243
|
+
export * from './WegAppGroupItem.js';
|
|
244
|
+
export * from './BluetoothNetworkMinor.js';
|
|
245
|
+
export * from './PluginId.js';
|
|
246
|
+
export * from './WidgetTriggerPayload.js';
|
|
247
|
+
export * from './CssStyles.js';
|
|
248
|
+
export * from './SeelenCommandWlanConnectArgs.js';
|
|
249
|
+
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
250
|
+
export * from './Widget.js';
|
|
251
|
+
export * from './PerformanceMode.js';
|
|
252
|
+
export * from './BluetoothDevice.js';
|
|
253
|
+
export * from './WorkspaceId.js';
|
|
254
|
+
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
255
|
+
export * from './WmNodeLifetime.js';
|
|
239
256
|
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
240
|
-
export * from './
|
|
241
|
-
export * from './
|
|
242
|
-
export * from './
|
|
243
|
-
export * from './
|
|
244
|
-
export * from './
|
|
245
|
-
export * from './
|
|
246
|
-
export * from './SeelenCommandWegKillAppArgs.js';
|
|
247
|
-
export * from './StartOfWeek.js';
|
|
248
|
-
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
249
|
-
export * from './ThemeVariableDefinition.js';
|
|
250
|
-
export * from './SluPopupConfig.js';
|
|
251
|
-
export * from './MixBlendMode.js';
|
|
252
|
-
export * from './WegItemSubtype.js';
|
|
253
|
-
export * from './StyleValue.js';
|
|
257
|
+
export * from './ToastAction.js';
|
|
258
|
+
export * from './Disk.js';
|
|
259
|
+
export * from './ToastActionActivationType.js';
|
|
260
|
+
export * from './SeelenCommandGetKeyStateArgs.js';
|
|
261
|
+
export * from './PhysicalMonitor.js';
|
|
262
|
+
export * from './ToastInput.js';
|
|
254
263
|
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
255
|
-
export * from './
|
|
256
|
-
export * from './
|
|
257
|
-
export * from './
|
|
258
|
-
export * from './
|
|
259
|
-
export * from './
|
|
260
|
-
export * from './
|
|
261
|
-
export * from './
|
|
262
|
-
export * from './BluetoothNetworkSubMinor.js';
|
|
263
|
-
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
264
|
-
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
265
|
-
export * from './Color.js';
|
|
266
|
-
export * from './WidgetSettingSelect.js';
|
|
267
|
-
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
268
|
-
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
264
|
+
export * from './WegItemSubtype.js';
|
|
265
|
+
export * from './WidgetSettingItem.js';
|
|
266
|
+
export * from './FolderChangedArgs.js';
|
|
267
|
+
export * from './SeelenCommandWegPinItemArgs.js';
|
|
268
|
+
export * from './ThemeVariableDefinition.js';
|
|
269
|
+
export * from './SysTrayIconId.js';
|
|
270
|
+
export * from './BluetoothHealthMinor.js';
|
|
@@ -7,9 +7,11 @@ export declare enum SeelenCommand {
|
|
|
7
7
|
WallpaperNext = "wallpaper_next",
|
|
8
8
|
WallpaperPrev = "wallpaper_prev",
|
|
9
9
|
WallpaperSaveThumbnail = "wallpaper_save_thumbnail",
|
|
10
|
+
LogFromWebview = "log_from_webview",
|
|
10
11
|
OpenFile = "open_file",
|
|
11
12
|
SelectFileOnExplorer = "select_file_on_explorer",
|
|
12
13
|
Run = "run",
|
|
14
|
+
SimulatePerm = "simulate_perm",
|
|
13
15
|
IsDevMode = "is_dev_mode",
|
|
14
16
|
IsAppxPackage = "is_appx_package",
|
|
15
17
|
HasFixedRuntime = "has_fixed_runtime",
|
|
@@ -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,QAAQ,cAAc;IACtB,oBAAoB,4BAA4B;IAChD,GAAG,QAAQ;IACX,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,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;CAC7C"}
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,9 +9,11 @@ export var SeelenCommand;
|
|
|
9
9
|
SeelenCommand["WallpaperNext"] = "wallpaper_next";
|
|
10
10
|
SeelenCommand["WallpaperPrev"] = "wallpaper_prev";
|
|
11
11
|
SeelenCommand["WallpaperSaveThumbnail"] = "wallpaper_save_thumbnail";
|
|
12
|
+
SeelenCommand["LogFromWebview"] = "log_from_webview";
|
|
12
13
|
SeelenCommand["OpenFile"] = "open_file";
|
|
13
14
|
SeelenCommand["SelectFileOnExplorer"] = "select_file_on_explorer";
|
|
14
15
|
SeelenCommand["Run"] = "run";
|
|
16
|
+
SeelenCommand["SimulatePerm"] = "simulate_perm";
|
|
15
17
|
SeelenCommand["IsDevMode"] = "is_dev_mode";
|
|
16
18
|
SeelenCommand["IsAppxPackage"] = "is_appx_package";
|
|
17
19
|
SeelenCommand["HasFixedRuntime"] = "has_fixed_runtime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
|
+
import type { Alignment } from "./Alignment.js";
|
|
1
2
|
import type { ContextMenuItem } from "./ContextMenuItem.js";
|
|
2
3
|
export type ContextMenu = {
|
|
3
4
|
identifier: string;
|
|
4
5
|
items: Array<ContextMenuItem>;
|
|
6
|
+
/**
|
|
7
|
+
* Alignment of the context menu on the X axis relative to the trigger point.
|
|
8
|
+
*/
|
|
9
|
+
alignX?: Alignment | null;
|
|
10
|
+
/**
|
|
11
|
+
* Alignment of the context menu on the Y axis relative to the trigger point.
|
|
12
|
+
*/
|
|
13
|
+
alignY?: Alignment | null;
|
|
5
14
|
};
|
|
6
15
|
//# sourceMappingURL=ContextMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ContextMenu.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,WAAW,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ContextMenu.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,WAAW,GAAG;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC9E;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -10,6 +10,7 @@ import type { SeelenCommandGetIconArgs } from "./SeelenCommandGetIconArgs.js";
|
|
|
10
10
|
import type { SeelenCommandGetKeyStateArgs } from "./SeelenCommandGetKeyStateArgs.js";
|
|
11
11
|
import type { SeelenCommandGetPopupConfigArgs } from "./SeelenCommandGetPopupConfigArgs.js";
|
|
12
12
|
import type { SeelenCommandGetUserFolderContentArgs } from "./SeelenCommandGetUserFolderContentArgs.js";
|
|
13
|
+
import type { SeelenCommandLogFromWebviewArgs } from "./SeelenCommandLogFromWebviewArgs.js";
|
|
13
14
|
import type { SeelenCommandMediaNextArgs } from "./SeelenCommandMediaNextArgs.js";
|
|
14
15
|
import type { SeelenCommandMediaPrevArgs } from "./SeelenCommandMediaPrevArgs.js";
|
|
15
16
|
import type { SeelenCommandMediaSetDefaultDeviceArgs } from "./SeelenCommandMediaSetDefaultDeviceArgs.js";
|
|
@@ -34,6 +35,7 @@ import type { SeelenCommandSetNativeShellWallpaperArgs } from "./SeelenCommandSe
|
|
|
34
35
|
import type { SeelenCommandSetRadioStateArgs } from "./SeelenCommandSetRadioStateArgs.js";
|
|
35
36
|
import type { SeelenCommandSetSelfPositionArgs } from "./SeelenCommandSetSelfPositionArgs.js";
|
|
36
37
|
import type { SeelenCommandSetVolumeLevelArgs } from "./SeelenCommandSetVolumeLevelArgs.js";
|
|
38
|
+
import type { SeelenCommandSimulatePermArgs } from "./SeelenCommandSimulatePermArgs.js";
|
|
37
39
|
import type { SeelenCommandStateGetSettingsArgs } from "./SeelenCommandStateGetSettingsArgs.js";
|
|
38
40
|
import type { SeelenCommandStateGetWegItemsArgs } from "./SeelenCommandStateGetWegItemsArgs.js";
|
|
39
41
|
import type { SeelenCommandStateSetCustomIconPackArgs } from "./SeelenCommandStateSetCustomIconPackArgs.js";
|
|
@@ -71,12 +73,16 @@ export type SeelenCommandArgument = {
|
|
|
71
73
|
"wallpaper_prev": null;
|
|
72
74
|
} | {
|
|
73
75
|
"wallpaper_save_thumbnail": SeelenCommandWallpaperSaveThumbnailArgs;
|
|
76
|
+
} | {
|
|
77
|
+
"log_from_webview": SeelenCommandLogFromWebviewArgs;
|
|
74
78
|
} | {
|
|
75
79
|
"open_file": SeelenCommandOpenFileArgs;
|
|
76
80
|
} | {
|
|
77
81
|
"select_file_on_explorer": SeelenCommandSelectFileOnExplorerArgs;
|
|
78
82
|
} | {
|
|
79
83
|
"run": SeelenCommandRunArgs;
|
|
84
|
+
} | {
|
|
85
|
+
"simulate_perm": SeelenCommandSimulatePermArgs;
|
|
80
86
|
} | {
|
|
81
87
|
"is_dev_mode": null;
|
|
82
88
|
} | {
|