@seelen-ui/lib 2.5.3 → 2.5.8
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/FancyToolbarSettings.d.ts +10 -2
- package/esm/gen/types/FancyToolbarSettings.d.ts.map +1 -1
- package/esm/gen/types/{PinnedWegItemData.d.ts → OldWegItemData.d.ts} +5 -10
- package/esm/gen/types/OldWegItemData.d.ts.map +1 -0
- package/esm/gen/types/{WegItemSubtype.d.ts → OldWegItemSubtype.d.ts} +2 -2
- package/esm/gen/types/OldWegItemSubtype.d.ts.map +1 -0
- package/esm/gen/types/OldWegItemSubtype.js +8 -0
- package/esm/gen/types/Relaunch.d.ts +20 -0
- package/esm/gen/types/Relaunch.d.ts.map +1 -0
- package/esm/gen/types/Resource.d.ts +12 -5
- package/esm/gen/types/Resource.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/ResourcePendingUpdate.d.ts +20 -0
- package/esm/gen/types/ResourcePendingUpdate.d.ts.map +1 -0
- package/esm/gen/types/SeelenCommandArgument.d.ts +13 -2
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandReturn.d.ts +14 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenEventPayload.d.ts +10 -3
- 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/SeelenWegSettings.d.ts +4 -0
- package/esm/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/esm/gen/types/Settings.d.ts +9 -0
- package/esm/gen/types/Settings.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/TrashBinInfo.d.ts +11 -0
- package/esm/gen/types/TrashBinInfo.d.ts.map +1 -0
- package/esm/gen/types/TrashBinInfo.js +2 -0
- package/esm/gen/types/UserAppWindow.d.ts +9 -0
- package/esm/gen/types/UserAppWindow.d.ts.map +1 -1
- package/esm/gen/types/WegItem.d.ts +9 -5
- package/esm/gen/types/WegItem.d.ts.map +1 -1
- package/esm/gen/types/WegItemData.d.ts +32 -0
- package/esm/gen/types/WegItemData.d.ts.map +1 -0
- package/esm/gen/types/WegItemData.js +1 -0
- package/esm/gen/types/WegItemType.d.ts +3 -3
- package/esm/gen/types/WegItemType.d.ts.map +1 -1
- package/esm/gen/types/WegItemType.js +2 -2
- package/esm/gen/types/mod.d.ts +246 -242
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +246 -242
- package/esm/src/handlers/commands.d.ts +7 -1
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +6 -0
- package/esm/src/handlers/events.d.ts +5 -3
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +4 -2
- package/esm/src/state/icon_pack.d.ts.map +1 -1
- package/esm/src/state/icon_pack.js +11 -2
- package/esm/src/state/mod.d.ts +0 -2
- package/esm/src/state/mod.d.ts.map +1 -1
- package/esm/src/state/mod.js +0 -2
- package/esm/src/state/widget/interfaces.d.ts +6 -0
- package/esm/src/state/widget/interfaces.d.ts.map +1 -1
- package/esm/src/state/widget/mod.d.ts +6 -3
- package/esm/src/state/widget/mod.d.ts.map +1 -1
- package/esm/src/state/widget/mod.js +38 -28
- package/esm/src/state/widget/performance.d.ts +2 -0
- package/esm/src/state/widget/performance.d.ts.map +1 -0
- package/esm/src/state/widget/performance.js +18 -0
- package/esm/src/state/widget/sizing.js +2 -2
- package/esm/src/system_state/ui_colors.d.ts +0 -2
- package/esm/src/system_state/ui_colors.d.ts.map +1 -1
- package/esm/src/system_state/ui_colors.js +0 -8
- package/package.json +1 -1
- package/script/gen/types/FancyToolbarSettings.d.ts +10 -2
- package/script/gen/types/FancyToolbarSettings.d.ts.map +1 -1
- package/script/gen/types/{PinnedWegItemData.d.ts → OldWegItemData.d.ts} +5 -10
- package/script/gen/types/OldWegItemData.d.ts.map +1 -0
- package/script/gen/types/{WegItemSubtype.d.ts → OldWegItemSubtype.d.ts} +2 -2
- package/script/gen/types/OldWegItemSubtype.d.ts.map +1 -0
- package/script/gen/types/OldWegItemSubtype.js +11 -0
- package/script/gen/types/Relaunch.d.ts +20 -0
- package/script/gen/types/Relaunch.d.ts.map +1 -0
- package/script/gen/types/Resource.d.ts +12 -5
- package/script/gen/types/Resource.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/ResourcePendingUpdate.d.ts +20 -0
- package/script/gen/types/ResourcePendingUpdate.d.ts.map +1 -0
- package/script/gen/types/SeelenCommandArgument.d.ts +13 -2
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandReturn.d.ts +14 -0
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenEventPayload.d.ts +10 -3
- 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/SeelenWegSettings.d.ts +4 -0
- package/script/gen/types/SeelenWegSettings.d.ts.map +1 -1
- package/script/gen/types/Settings.d.ts +9 -0
- package/script/gen/types/Settings.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/TrashBinInfo.d.ts +11 -0
- package/script/gen/types/TrashBinInfo.d.ts.map +1 -0
- package/script/gen/types/TrashBinInfo.js +3 -0
- package/script/gen/types/UserAppWindow.d.ts +9 -0
- package/script/gen/types/UserAppWindow.d.ts.map +1 -1
- package/script/gen/types/WegItem.d.ts +9 -5
- package/script/gen/types/WegItem.d.ts.map +1 -1
- package/script/gen/types/WegItemData.d.ts +32 -0
- package/script/gen/types/WegItemData.d.ts.map +1 -0
- package/script/gen/types/WegItemData.js +2 -0
- package/script/gen/types/WegItemType.d.ts +3 -3
- package/script/gen/types/WegItemType.d.ts.map +1 -1
- package/script/gen/types/WegItemType.js +2 -2
- package/script/gen/types/mod.d.ts +246 -242
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +246 -242
- package/script/src/handlers/commands.d.ts +7 -1
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +6 -0
- package/script/src/handlers/events.d.ts +5 -3
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +4 -2
- package/script/src/state/icon_pack.d.ts.map +1 -1
- package/script/src/state/icon_pack.js +11 -2
- package/script/src/state/mod.d.ts +0 -2
- package/script/src/state/mod.d.ts.map +1 -1
- package/script/src/state/mod.js +0 -2
- package/script/src/state/widget/interfaces.d.ts +6 -0
- package/script/src/state/widget/interfaces.d.ts.map +1 -1
- package/script/src/state/widget/mod.d.ts +6 -3
- package/script/src/state/widget/mod.d.ts.map +1 -1
- package/script/src/state/widget/mod.js +38 -28
- package/script/src/state/widget/performance.d.ts +2 -0
- package/script/src/state/widget/performance.d.ts.map +1 -0
- package/script/src/state/widget/performance.js +21 -0
- package/script/src/state/widget/sizing.js +2 -2
- package/script/src/system_state/ui_colors.d.ts +0 -2
- package/script/src/system_state/ui_colors.d.ts.map +1 -1
- package/script/src/system_state/ui_colors.js +0 -8
- package/esm/gen/types/PinnedWegItemData.d.ts.map +0 -1
- package/esm/gen/types/SeelenCommandStateGetWegItemsArgs.d.ts +0 -5
- package/esm/gen/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +0 -1
- package/esm/gen/types/WegAppGroupItem.d.ts +0 -12
- package/esm/gen/types/WegAppGroupItem.d.ts.map +0 -1
- package/esm/gen/types/WegItemSubtype.d.ts.map +0 -1
- package/esm/gen/types/WegItemSubtype.js +0 -8
- package/esm/src/state/weg_items.d.ts +0 -14
- package/esm/src/state/weg_items.d.ts.map +0 -1
- package/esm/src/state/weg_items.js +0 -23
- package/esm/src/state/wm_layout.d.ts +0 -2
- package/esm/src/state/wm_layout.d.ts.map +0 -1
- package/script/gen/types/PinnedWegItemData.d.ts.map +0 -1
- package/script/gen/types/SeelenCommandStateGetWegItemsArgs.d.ts +0 -5
- package/script/gen/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +0 -1
- package/script/gen/types/WegAppGroupItem.d.ts +0 -12
- package/script/gen/types/WegAppGroupItem.d.ts.map +0 -1
- package/script/gen/types/WegItemSubtype.d.ts.map +0 -1
- package/script/gen/types/WegItemSubtype.js +0 -11
- package/script/src/state/weg_items.d.ts +0 -14
- package/script/src/state/weg_items.d.ts.map +0 -1
- package/script/src/state/weg_items.js +0 -27
- package/script/src/state/wm_layout.d.ts +0 -2
- package/script/src/state/wm_layout.d.ts.map +0 -1
- /package/esm/gen/types/{PinnedWegItemData.js → OldWegItemData.js} +0 -0
- /package/esm/gen/types/{SeelenCommandStateGetWegItemsArgs.js → Relaunch.js} +0 -0
- /package/esm/{src/state/wm_layout.js → gen/types/ResourcePendingUpdate.js} +0 -0
- /package/esm/gen/types/{WegAppGroupItem.js → SeelenSession.js} +0 -0
- /package/script/gen/types/{PinnedWegItemData.js → OldWegItemData.js} +0 -0
- /package/script/gen/types/{SeelenCommandStateGetWegItemsArgs.js → Relaunch.js} +0 -0
- /package/script/{src/state/wm_layout.js → gen/types/ResourcePendingUpdate.js} +0 -0
- /package/script/gen/types/{WegAppGroupItem.js → SeelenSession.js} +0 -0
package/esm/gen/types/mod.js
CHANGED
|
@@ -1,270 +1,274 @@
|
|
|
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
1
|
export * from './BluetoothNetworkSubMinor.js';
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
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';
|
|
2
|
+
export * from './BLEAppearance.js';
|
|
3
|
+
export * from './SeelenCommandSimulatePermArgs.js';
|
|
4
|
+
export * from './ResourceAttribute.js';
|
|
5
|
+
export * from './WidgetSettingColor.js';
|
|
6
|
+
export * from './Theme.js';
|
|
34
7
|
export * from './WidgetSettingSwitch.js';
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
40
|
-
export * from './
|
|
41
|
-
export * from './
|
|
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';
|
|
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';
|
|
47
15
|
export * from './Toast.js';
|
|
48
|
-
export * from './
|
|
49
|
-
export * from './
|
|
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';
|
|
50
21
|
export * from './MixBlendMode.js';
|
|
51
|
-
export * from './BLEAppearanceSubCategory.js';
|
|
52
|
-
export * from './ToastTemplateType.js';
|
|
53
22
|
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './TsUnknown.js';
|
|
23
|
+
export * from './FancyToolbarSide.js';
|
|
56
24
|
export * from './UpdaterSettings.js';
|
|
57
|
-
export * from './
|
|
58
|
-
export * from './
|
|
59
|
-
export * from './
|
|
60
|
-
export * from './
|
|
61
|
-
export * from './
|
|
62
|
-
export * from './
|
|
63
|
-
export * from './
|
|
64
|
-
export * from './
|
|
65
|
-
export * from './
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './
|
|
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';
|
|
82
|
-
export * from './WidgetId.js';
|
|
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';
|
|
97
|
-
export * from './Memory.js';
|
|
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';
|
|
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';
|
|
104
37
|
export * from './ToastSubGroup.js';
|
|
105
|
-
export * from './
|
|
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';
|
|
45
|
+
export * from './RadioDevice.js';
|
|
46
|
+
export * from './VirtualDesktopMonitor.js';
|
|
47
|
+
export * from './SeelenEventPayload.js';
|
|
48
|
+
export * from './UserAppWindowPreview.js';
|
|
106
49
|
export * from './Rect.js';
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
50
|
+
export * from './ObjectFit.js';
|
|
51
|
+
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
52
|
+
export * from './BluetoothPhoneMinor.js';
|
|
110
53
|
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
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';
|
|
114
62
|
export * from './SharedIconPackEntry.js';
|
|
63
|
+
export * from './Widget.js';
|
|
64
|
+
export * from './DevicePairingNeededAction.js';
|
|
65
|
+
export * from './WmDragBehavior.js';
|
|
66
|
+
export * from './ToastImagePlacement.js';
|
|
67
|
+
export * from './SeelenCommandWlanConnectArgs.js';
|
|
68
|
+
export * from './ToolbarItem2.js';
|
|
69
|
+
export * from './WegItemData.js';
|
|
70
|
+
export * from './WidgetLoader.js';
|
|
71
|
+
export * from './WorkspaceId.js';
|
|
72
|
+
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
115
73
|
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';
|
|
122
|
-
export * from './ObjectFit.js';
|
|
123
|
-
export * from './WallpaperKind.js';
|
|
124
|
-
export * from './AppNotification.js';
|
|
125
|
-
export * from './BluetoothImagingSubMinor.js';
|
|
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';
|
|
136
|
-
export * from './PerformanceModeSettings.js';
|
|
137
|
-
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
138
|
-
export * from './DevicePairingAnswer.js';
|
|
139
|
-
export * from './ToastText.js';
|
|
140
|
-
export * from './SeelenWegSettings.js';
|
|
141
|
-
export * from './ToastHeader.js';
|
|
142
|
-
export * from './Alignment.js';
|
|
143
|
-
export * from './DesktopWorkspace.js';
|
|
144
|
-
export * from './BLEAppearance.js';
|
|
145
|
-
export * from './WmNode.js';
|
|
146
|
-
export * from './WallpaperId.js';
|
|
147
|
-
export * from './WmNodeKind.js';
|
|
148
74
|
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
149
|
-
export * from './AdapterStatus.js';
|
|
150
|
-
export * from './PlaybackSpeed.js';
|
|
151
|
-
export * from './ThirdPartyPlugin.js';
|
|
152
|
-
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
153
|
-
export * from './FolderType.js';
|
|
154
|
-
export * from './PinnedWegItemData.js';
|
|
155
|
-
export * from './FancyToolbarSide.js';
|
|
156
|
-
export * from './ThemeConfigDefinition.js';
|
|
157
|
-
export * from './SluPopupContent.js';
|
|
158
|
-
export * from './WmRenderTree.js';
|
|
159
|
-
export * from './SeelenCommandClosePopupArgs.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';
|
|
168
|
-
export * from './WmDragBehavior.js';
|
|
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
75
|
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
178
|
-
export * from './
|
|
179
|
-
export * from './
|
|
180
|
-
export * from './
|
|
181
|
-
export * from './
|
|
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';
|
|
182
89
|
export * from './WidgetConfigDefinition.js';
|
|
183
|
-
export * from './
|
|
184
|
-
export * from './
|
|
185
|
-
export * from './
|
|
90
|
+
export * from './WmAnimations.js';
|
|
91
|
+
export * from './FloatingWindowSettings.js';
|
|
92
|
+
export * from './ToastActionsChild.js';
|
|
93
|
+
export * from './SeelenCommandWegKillAppArgs.js';
|
|
186
94
|
export * from './SysTrayIcon.js';
|
|
187
|
-
export * from './
|
|
188
|
-
export * from './
|
|
189
|
-
export * from './
|
|
190
|
-
export * from './
|
|
191
|
-
export * from './
|
|
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';
|
|
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';
|
|
203
100
|
export * from './ToastDuration.js';
|
|
204
|
-
export * from './ImeStatus.js';
|
|
205
101
|
export * from './SeelenCommandOpenFileArgs.js';
|
|
206
|
-
export * from './
|
|
207
|
-
export * from './
|
|
208
|
-
export * from './
|
|
209
|
-
export * from './
|
|
210
|
-
export * from './
|
|
211
|
-
export * from './
|
|
212
|
-
export * from './
|
|
213
|
-
export * from './
|
|
214
|
-
export * from './
|
|
215
|
-
export * from './
|
|
216
|
-
export * from './
|
|
217
|
-
export * from './
|
|
218
|
-
export * from './
|
|
219
|
-
export * from './
|
|
220
|
-
export * from './
|
|
221
|
-
export * from './
|
|
102
|
+
export * from './ObjectPosition.js';
|
|
103
|
+
export * from './SeelenCommandReadFileArgs.js';
|
|
104
|
+
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
105
|
+
export * from './ToastActionAfterActivationBehavior.js';
|
|
106
|
+
export * from './AppNotification.js';
|
|
107
|
+
export * from './BluetoothPeripheralMinor.js';
|
|
108
|
+
export * from './CssVariableName.js';
|
|
109
|
+
export * from './Battery.js';
|
|
110
|
+
export * from './ThemeVariable.js';
|
|
111
|
+
export * from './SeelenWegMode.js';
|
|
112
|
+
export * from './SeelenCommandMediaNextArgs.js';
|
|
113
|
+
export * from './Alignment.js';
|
|
114
|
+
export * from './MediaPlayerTimeline.js';
|
|
115
|
+
export * from './TsUnknown.js';
|
|
116
|
+
export * from './MatchingStrategy.js';
|
|
117
|
+
export * from './ToastBindingChild.js';
|
|
222
118
|
export * from './WegItem.js';
|
|
223
|
-
export * from './
|
|
119
|
+
export * from './NetworkAdapter.js';
|
|
120
|
+
export * from './Frame.js';
|
|
121
|
+
export * from './PerformanceModeSettings.js';
|
|
224
122
|
export * from './ToastProgress.js';
|
|
225
|
-
export * from './
|
|
226
|
-
export * from './
|
|
227
|
-
export * from './
|
|
228
|
-
export * from './
|
|
123
|
+
export * from './WidgetSettingSelect.js';
|
|
124
|
+
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
125
|
+
export * from './AppConfig.js';
|
|
126
|
+
export * from './CustomIconPackEntry.js';
|
|
127
|
+
export * from './AppsConfigurationList.js';
|
|
128
|
+
export * from './ToastGroup.js';
|
|
229
129
|
export * from './BluetoothAudioVideoMinor.js';
|
|
230
|
-
export * from './
|
|
231
|
-
export * from './
|
|
232
|
-
export * from './
|
|
233
|
-
export * from './
|
|
234
|
-
export * from './
|
|
235
|
-
export * from './
|
|
130
|
+
export * from './SeelenCommandRunArgs.js';
|
|
131
|
+
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
132
|
+
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
133
|
+
export * from './WidgetSelectOption.js';
|
|
134
|
+
export * from './SluPopupContent.js';
|
|
135
|
+
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
136
|
+
export * from './DesktopWorkspace.js';
|
|
137
|
+
export * from './RadioDeviceKind.js';
|
|
138
|
+
export * from './WmNodeLifetime.js';
|
|
139
|
+
export * from './TrashBinInfo.js';
|
|
140
|
+
export * from './SeelenCommandClosePopupArgs.js';
|
|
141
|
+
export * from './Relaunch.js';
|
|
142
|
+
export * from './PluginId.js';
|
|
143
|
+
export * from './Slug.js';
|
|
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';
|
|
236
158
|
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
237
159
|
export * from './UniqueIconPackEntry.js';
|
|
238
|
-
export * from './MonitorId.js';
|
|
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
160
|
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
250
|
-
export * from './
|
|
251
|
-
export * from './
|
|
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';
|
|
166
|
+
export * from './WmNodeKind.js';
|
|
167
|
+
export * from './WidgetPreset.js';
|
|
168
|
+
export * from './AppIdentifier.js';
|
|
169
|
+
export * from './WidgetSettingsDeclarationList.js';
|
|
170
|
+
export * from './ToastInputSelection.js';
|
|
171
|
+
export * from './PhysicalMonitor.js';
|
|
172
|
+
export * from './WidgetConfigGroup.js';
|
|
173
|
+
export * from './BluetoothToyMinor.js';
|
|
174
|
+
export * from './ToastSubGroupChild.js';
|
|
175
|
+
export * from './ToastImageCropType.js';
|
|
252
176
|
export * from './BluetoothDevice.js';
|
|
253
|
-
export * from './
|
|
254
|
-
export * from './
|
|
255
|
-
export * from './
|
|
256
|
-
export * from './
|
|
177
|
+
export * from './FolderType.js';
|
|
178
|
+
export * from './IconPackEntry.js';
|
|
179
|
+
export * from './ThemeConfigDefinition.js';
|
|
180
|
+
export * from './SeelenCommandReturn.js';
|
|
181
|
+
export * from './SeelenCommandTriggerContextMenuArgs.js';
|
|
182
|
+
export * from './WallpaperInstanceSettings.js';
|
|
183
|
+
export * from './ThemeSettingsDefinition.js';
|
|
184
|
+
export * from './WindowManagerLayout.js';
|
|
185
|
+
export * from './SettingsByWidget.js';
|
|
186
|
+
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
187
|
+
export * from './StyleValue.js';
|
|
188
|
+
export * from './MediaPlayer.js';
|
|
189
|
+
export * from './WallpaperCollection.js';
|
|
190
|
+
export * from './RelaunchArguments.js';
|
|
191
|
+
export * from './WidgetInstanceMode.js';
|
|
192
|
+
export * from './PlaybackSpeed.js';
|
|
193
|
+
export * from './SeelenWegSide.js';
|
|
194
|
+
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
195
|
+
export * from './SeelenSession.js';
|
|
196
|
+
export * from './FocusedApp.js';
|
|
197
|
+
export * from './Resource.js';
|
|
198
|
+
export * from './KnownPlugin.js';
|
|
199
|
+
export * from './Border.js';
|
|
200
|
+
export * from './MediaDeviceSession.js';
|
|
201
|
+
export * from './RemoteDataDeclaration.js';
|
|
202
|
+
export * from './AppIdentifierType.js';
|
|
203
|
+
export * from './StartMenuItem.js';
|
|
204
|
+
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
205
|
+
export * from './ThirdPartyPlugin.js';
|
|
206
|
+
export * from './SluResourceFile.js';
|
|
207
|
+
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
208
|
+
export * from './WidgetSettingRange.js';
|
|
209
|
+
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
257
210
|
export * from './ToastAction.js';
|
|
258
|
-
export * from './
|
|
259
|
-
export * from './
|
|
260
|
-
export * from './
|
|
261
|
-
export * from './
|
|
211
|
+
export * from './ProcessInformation.js';
|
|
212
|
+
export * from './ToastText.js';
|
|
213
|
+
export * from './MonitorConfiguration.js';
|
|
214
|
+
export * from './CssStyles.js';
|
|
215
|
+
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
216
|
+
export * from './ToastTemplateType.js';
|
|
217
|
+
export * from './BluetoothPeripheralSubMinor.js';
|
|
218
|
+
export * from './SeelenCommandLogFromWebviewArgs.js';
|
|
219
|
+
export * from './PowerStatus.js';
|
|
220
|
+
export * from './Core.js';
|
|
221
|
+
export * from './Settings.js';
|
|
222
|
+
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
223
|
+
export * from './ToolbarState.js';
|
|
224
|
+
export * from './ContextMenu.js';
|
|
225
|
+
export * from './SystrayIconAction.js';
|
|
226
|
+
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
227
|
+
export * from './MultimonitorBehaviour.js';
|
|
228
|
+
export * from './ThemeVariableWithUnit.js';
|
|
262
229
|
export * from './ToastInput.js';
|
|
263
|
-
export * from './
|
|
264
|
-
export * from './
|
|
265
|
-
export * from './
|
|
266
|
-
export * from './FolderChangedArgs.js';
|
|
230
|
+
export * from './SeelenCommandActivateNotificationArgs.js';
|
|
231
|
+
export * from './BluetoothWearableMinor.js';
|
|
232
|
+
export * from './WegPinnedItemsVisibility.js';
|
|
267
233
|
export * from './SeelenCommandWegPinItemArgs.js';
|
|
234
|
+
export * from './WidgetSelectSubtype.js';
|
|
268
235
|
export * from './ThemeVariableDefinition.js';
|
|
269
|
-
export * from './
|
|
270
|
-
export * from './
|
|
236
|
+
export * from './ResourceKind.js';
|
|
237
|
+
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
238
|
+
export * from './MediaDeviceType.js';
|
|
239
|
+
export * from './WallpaperKind.js';
|
|
240
|
+
export * from './DevicePairingAnswer.js';
|
|
241
|
+
export * from './ToastActionButtonStyle.js';
|
|
242
|
+
export * from './WidgetId.js';
|
|
243
|
+
export * from './ToastVisual.js';
|
|
244
|
+
export * from './SeelenCommandSendSystemTrayIconActionArgs.js';
|
|
245
|
+
export * from './UpdateChannel.js';
|
|
246
|
+
export * from './BluetoothMajorServiceClass.js';
|
|
247
|
+
export * from './ThirdPartyWidgetSettings.js';
|
|
248
|
+
export * from './ToastBinding.js';
|
|
249
|
+
export * from './WmNode.js';
|
|
250
|
+
export * from './ContextMenuItem.js';
|
|
251
|
+
export * from './WidgetStatus.js';
|
|
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';
|
|
258
|
+
export * from './SeelenCommandRequestFocusArgs.js';
|
|
259
|
+
export * from './WindowManagerSettings.js';
|
|
260
|
+
export * from './ThemeId.js';
|
|
261
|
+
export * from './BLEAppearanceSubCategory.js';
|
|
262
|
+
export * from './Plugin.js';
|
|
263
|
+
export * from './SystemLanguage.js';
|
|
264
|
+
export * from './Wallpaper.js';
|
|
265
|
+
export * from './AdapterStatus.js';
|
|
266
|
+
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
267
|
+
export * from './WegItems.js';
|
|
268
|
+
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
269
|
+
export * from './SeelenCommandWriteFileArgs.js';
|
|
270
|
+
export * from './ThemeConfigGroup.js';
|
|
271
|
+
export * from './ImeStatus.js';
|
|
272
|
+
export * from './IconPack.js';
|
|
273
|
+
export * from './WidgetSettingInputNumber.js';
|
|
274
|
+
export * from './ToastActions.js';
|
|
@@ -57,6 +57,7 @@ export declare enum SeelenCommand {
|
|
|
57
57
|
SetCurrentWidgetStatus = "set_current_widget_status",
|
|
58
58
|
GetSelfWindowId = "get_self_window_handle",
|
|
59
59
|
SetSelfPosition = "set_self_position",
|
|
60
|
+
BringSelfToTop = "bring_self_to_top",
|
|
60
61
|
WriteFile = "write_data_file",
|
|
61
62
|
ReadFile = "read_data_file",
|
|
62
63
|
GetNativeShellWallpaper = "get_native_shell_wallpaper",
|
|
@@ -123,6 +124,11 @@ export declare enum SeelenCommand {
|
|
|
123
124
|
DisconnectBluetoothDevice = "disconnect_bluetooth_device",
|
|
124
125
|
ForgetBluetoothDevice = "forget_bluetooth_device",
|
|
125
126
|
GetStartMenuItems = "get_start_menu_items",
|
|
126
|
-
GetNativeStartMenu = "get_native_start_menu"
|
|
127
|
+
GetNativeStartMenu = "get_native_start_menu",
|
|
128
|
+
GetTrashBinInfo = "get_trash_bin_info",
|
|
129
|
+
TrashBinEmpty = "trash_bin_empty",
|
|
130
|
+
GetSeelenSession = "get_seelen_session",
|
|
131
|
+
SeelenLogin = "seelen_login",
|
|
132
|
+
SeelenLogout = "seelen_logout"
|
|
127
133
|
}
|
|
128
134
|
//# sourceMappingURL=commands.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"commands.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/commands.ts"],"names":[],"mappings":"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"}
|
|
@@ -59,6 +59,7 @@ export var SeelenCommand;
|
|
|
59
59
|
SeelenCommand["SetCurrentWidgetStatus"] = "set_current_widget_status";
|
|
60
60
|
SeelenCommand["GetSelfWindowId"] = "get_self_window_handle";
|
|
61
61
|
SeelenCommand["SetSelfPosition"] = "set_self_position";
|
|
62
|
+
SeelenCommand["BringSelfToTop"] = "bring_self_to_top";
|
|
62
63
|
SeelenCommand["WriteFile"] = "write_data_file";
|
|
63
64
|
SeelenCommand["ReadFile"] = "read_data_file";
|
|
64
65
|
SeelenCommand["GetNativeShellWallpaper"] = "get_native_shell_wallpaper";
|
|
@@ -126,4 +127,9 @@ export var SeelenCommand;
|
|
|
126
127
|
SeelenCommand["ForgetBluetoothDevice"] = "forget_bluetooth_device";
|
|
127
128
|
SeelenCommand["GetStartMenuItems"] = "get_start_menu_items";
|
|
128
129
|
SeelenCommand["GetNativeStartMenu"] = "get_native_start_menu";
|
|
130
|
+
SeelenCommand["GetTrashBinInfo"] = "get_trash_bin_info";
|
|
131
|
+
SeelenCommand["TrashBinEmpty"] = "trash_bin_empty";
|
|
132
|
+
SeelenCommand["GetSeelenSession"] = "get_seelen_session";
|
|
133
|
+
SeelenCommand["SeelenLogin"] = "seelen_login";
|
|
134
|
+
SeelenCommand["SeelenLogout"] = "seelen_logout";
|
|
129
135
|
})(SeelenCommand || (SeelenCommand = {}));
|
|
@@ -28,9 +28,8 @@ export declare enum SeelenEvent {
|
|
|
28
28
|
WMTreeChanged = "wm::tree-changed",
|
|
29
29
|
PopupContentChanged = "popup-content-changed",
|
|
30
30
|
StateSettingsChanged = "settings-changed",
|
|
31
|
-
StateWegItemsChanged = "weg-items",
|
|
32
|
-
StateThemesChanged = "themes",
|
|
33
31
|
StateSettingsByAppChanged = "settings-by-app",
|
|
32
|
+
StateThemesChanged = "themes",
|
|
34
33
|
StateIconPacksChanged = "icon-packs",
|
|
35
34
|
StatePluginsChanged = "plugins-changed",
|
|
36
35
|
StateWidgetsChanged = "widgets-changed",
|
|
@@ -44,6 +43,9 @@ export declare enum SeelenEvent {
|
|
|
44
43
|
SystemMemoryChanged = "system::memory-changed",
|
|
45
44
|
SystemCoresChanged = "system::cores-changed",
|
|
46
45
|
BluetoothDevicesChanged = "bluetooth-devices-changed",
|
|
47
|
-
StartMenuItemsChanged = "start-menu::items-changed"
|
|
46
|
+
StartMenuItemsChanged = "start-menu::items-changed",
|
|
47
|
+
WegAddItem = "weg::add-item",
|
|
48
|
+
TrashBinChanged = "trash-bin::changed",
|
|
49
|
+
SeelenSessionChanged = "session::changed"
|
|
48
50
|
}
|
|
49
51
|
//# 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,oBAAoB
|
|
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;CAC1C"}
|
|
@@ -30,9 +30,8 @@ export var SeelenEvent;
|
|
|
30
30
|
SeelenEvent["WMTreeChanged"] = "wm::tree-changed";
|
|
31
31
|
SeelenEvent["PopupContentChanged"] = "popup-content-changed";
|
|
32
32
|
SeelenEvent["StateSettingsChanged"] = "settings-changed";
|
|
33
|
-
SeelenEvent["StateWegItemsChanged"] = "weg-items";
|
|
34
|
-
SeelenEvent["StateThemesChanged"] = "themes";
|
|
35
33
|
SeelenEvent["StateSettingsByAppChanged"] = "settings-by-app";
|
|
34
|
+
SeelenEvent["StateThemesChanged"] = "themes";
|
|
36
35
|
SeelenEvent["StateIconPacksChanged"] = "icon-packs";
|
|
37
36
|
SeelenEvent["StatePluginsChanged"] = "plugins-changed";
|
|
38
37
|
SeelenEvent["StateWidgetsChanged"] = "widgets-changed";
|
|
@@ -47,4 +46,7 @@ export var SeelenEvent;
|
|
|
47
46
|
SeelenEvent["SystemCoresChanged"] = "system::cores-changed";
|
|
48
47
|
SeelenEvent["BluetoothDevicesChanged"] = "bluetooth-devices-changed";
|
|
49
48
|
SeelenEvent["StartMenuItemsChanged"] = "start-menu::items-changed";
|
|
49
|
+
SeelenEvent["WegAddItem"] = "weg::add-item";
|
|
50
|
+
SeelenEvent["TrashBinChanged"] = "trash-bin::changed";
|
|
51
|
+
SeelenEvent["SeelenSessionChanged"] = "session::changed";
|
|
50
52
|
})(SeelenEvent || (SeelenEvent = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon_pack.d.ts","sourceRoot":"","sources":["../../../src/src/state/icon_pack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,IAAI,KAAK,EACb,QAAQ,EACR,QAAQ,IAAI,SAAS,EACrB,wBAAwB,EAEzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAsC,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,qBAAa,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC;IAC/C,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,YAAY,CAAC;IAIxC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;CAG5E;AAED;;GAEG;AACH,qBAAa,eAAe;IASxB,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE;IACzC,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE;IATxC,OAAO,CAAC,SAAS,CAA8B;IAC/C,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,qBAAqB,CAAS;IAGtC,OAAO,CAAC,eAAe,CAAkB;IAEzC,SAAS,aACG,mBAAmB,EAAE,QAAQ,EAAE,EAC/B,kBAAkB,EAAE,MAAM,EAAE;IAGxC,IAAI,SAAS,IAAI,QAAQ,EAAE,CAE1B;IAED,IAAI,iBAAiB,IAAI,MAAM,EAAE,CAEhC;IAED,SAAS,CAAC,qBAAqB,IAAI,IAAI;IAwBvC,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAUtC;;;;;OAKG;WACiB,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC;IAUtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACU,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,UAAU,CAAC;IA6B1D;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACI,WAAW,CAAC,IAAI,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"icon_pack.d.ts","sourceRoot":"","sources":["../../../src/src/state/icon_pack.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,IAAI,KAAK,EACb,QAAQ,EACR,QAAQ,IAAI,SAAS,EACrB,wBAAwB,EAEzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAsC,KAAK,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAE3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAGxD,qBAAa,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC;IAC/C,MAAM,CAAC,QAAQ,IAAI,OAAO,CAAC,YAAY,CAAC;IAIxC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,GAAG,OAAO,CAAC,YAAY,CAAC;CAG5E;AAED;;GAEG;AACH,qBAAa,eAAe;IASxB,SAAS,CAAC,mBAAmB,EAAE,QAAQ,EAAE;IACzC,SAAS,CAAC,kBAAkB,EAAE,MAAM,EAAE;IATxC,OAAO,CAAC,SAAS,CAA8B;IAC/C,OAAO,CAAC,WAAW,CAAoB;IACvC,OAAO,CAAC,qBAAqB,CAAS;IAGtC,OAAO,CAAC,eAAe,CAAkB;IAEzC,SAAS,aACG,mBAAmB,EAAE,QAAQ,EAAE,EAC/B,kBAAkB,EAAE,MAAM,EAAE;IAGxC,IAAI,SAAS,IAAI,QAAQ,EAAE,CAE1B;IAED,IAAI,iBAAiB,IAAI,MAAM,EAAE,CAEhC;IAED,SAAS,CAAC,qBAAqB,IAAI,IAAI;IAwBvC,SAAS,CAAC,oBAAoB,IAAI,IAAI;IAUtC;;;;;OAKG;WACiB,MAAM,IAAI,OAAO,CAAC,eAAe,CAAC;IAUtD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8BG;IACU,QAAQ,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,UAAU,CAAC;IA6B1D;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACI,WAAW,CAAC,IAAI,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;IAyFzD,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,wBAAwB,GAAG,KAAK,GAAG,IAAI;IAKtE;;;OAGG;IACI,kBAAkB,IAAI,KAAK,GAAG,IAAI;IASzC;;;OAGG;IACI,cAAc,IAAI,KAAK,GAAG,IAAI;IAKrC;;;OAGG;IACI,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAUpD;;;OAGG;IACI,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI;IAKhD;;;;;;;;;;;;OAYG;WACW,qBAAqB,CACjC,GAAG,EAAE,wBAAwB,GAC5B,OAAO,CAAC,IAAI,CAAC;IAIhB;;;OAGG;WACW,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;CAGhD"}
|