@seelen-ui/lib 2.5.3 → 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/ClipboardEntry.d.ts +24 -0
- package/esm/gen/types/ClipboardEntry.d.ts.map +1 -0
- package/esm/gen/types/ClipboardEntryContent.d.ts +16 -0
- package/esm/gen/types/ClipboardEntryContent.d.ts.map +1 -0
- package/esm/gen/types/FancyToolbarSettings.d.ts +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/Relaunch.js +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/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/ResourcePendingUpdate.d.ts +20 -0
- package/esm/gen/types/ResourcePendingUpdate.d.ts.map +1 -0
- package/esm/gen/types/ResourcePendingUpdate.js +1 -0
- package/esm/gen/types/SeelenCommandArgument.d.ts +26 -2
- 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 +25 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenEventPayload.d.ts +13 -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/SeelenSession.js +2 -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/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/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 +252 -242
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +252 -242
- package/esm/src/handlers/commands.d.ts +12 -1
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +11 -0
- package/esm/src/handlers/events.d.ts +6 -3
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +5 -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/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 +17 -0
- package/esm/src/state/widget/interfaces.d.ts.map +1 -1
- package/esm/src/state/widget/mod.d.ts +15 -9
- package/esm/src/state/widget/mod.d.ts.map +1 -1
- package/esm/src/state/widget/mod.js +87 -94
- 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.d.ts +14 -3
- package/esm/src/state/widget/sizing.d.ts.map +1 -1
- package/esm/src/state/widget/sizing.js +61 -18
- 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/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/ClipboardEntry.d.ts +24 -0
- package/script/gen/types/ClipboardEntry.d.ts.map +1 -0
- package/script/gen/types/ClipboardEntryContent.d.ts +16 -0
- package/script/gen/types/ClipboardEntryContent.d.ts.map +1 -0
- package/script/gen/types/FancyToolbarSettings.d.ts +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/Relaunch.js +2 -0
- package/script/gen/types/Resource.d.ts +12 -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/ResourcePendingUpdate.d.ts +20 -0
- package/script/gen/types/ResourcePendingUpdate.d.ts.map +1 -0
- package/script/gen/types/ResourcePendingUpdate.js +2 -0
- package/script/gen/types/SeelenCommandArgument.d.ts +26 -2
- 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 +25 -0
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenEventPayload.d.ts +13 -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/SeelenSession.js +3 -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/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/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 +252 -242
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +252 -242
- package/script/src/handlers/commands.d.ts +12 -1
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +11 -0
- package/script/src/handlers/events.d.ts +6 -3
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +5 -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/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 +17 -0
- package/script/src/state/widget/interfaces.d.ts.map +1 -1
- package/script/src/state/widget/mod.d.ts +15 -9
- package/script/src/state/widget/mod.d.ts.map +1 -1
- package/script/src/state/widget/mod.js +86 -93
- 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.d.ts +14 -3
- package/script/src/state/widget/sizing.d.ts.map +1 -1
- package/script/src/state/widget/sizing.js +62 -19
- 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/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/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 → ClipboardData.js} +0 -0
- /package/esm/gen/types/{SeelenCommandStateGetWegItemsArgs.js → ClipboardEntry.js} +0 -0
- /package/esm/gen/types/{WegAppGroupItem.js → ClipboardEntryContent.js} +0 -0
- /package/esm/{src/state/wm_layout.js → gen/types/OldWegItemData.js} +0 -0
- /package/script/gen/types/{PinnedWegItemData.js → ClipboardData.js} +0 -0
- /package/script/gen/types/{SeelenCommandStateGetWegItemsArgs.js → ClipboardEntry.js} +0 -0
- /package/script/gen/types/{WegAppGroupItem.js → ClipboardEntryContent.js} +0 -0
- /package/script/{src/state/wm_layout.js → gen/types/OldWegItemData.js} +0 -0
|
@@ -1,271 +1,281 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './IconPackId.js';
|
|
2
|
+
export * from './UIColors.js';
|
|
3
|
+
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
4
|
+
export * from './RadioDevice.js';
|
|
5
|
+
export * from './SeelenCommandRenameWorkspaceArgs.js';
|
|
6
|
+
export * from './BluetoothImagingSubMinor.js';
|
|
7
|
+
export * from './AppNotification.js';
|
|
8
|
+
export * from './SeelenSession.js';
|
|
9
|
+
export * from './ToastActionAfterActivationBehavior.js';
|
|
10
|
+
export * from './ToastVisual.js';
|
|
11
|
+
export * from './WegItem.js';
|
|
12
|
+
export * from './WidgetSelectOption.js';
|
|
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';
|
|
23
|
+
export * from './BluetoothPeripheralSubMinor.js';
|
|
24
|
+
export * from './ToolbarItem2.js';
|
|
2
25
|
export * from './SystemLanguage.js';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
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';
|
|
26
|
+
export * from './ToastActionButtonStyle.js';
|
|
27
|
+
export * from './WindowManagerSettings.js';
|
|
28
|
+
export * from './OldWegItemData.js';
|
|
29
|
+
export * from './DevicePairingAnswer.js';
|
|
30
|
+
export * from './WidgetSettingsDeclarationList.js';
|
|
13
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';
|
|
39
|
+
export * from './ResourceMetadata.js';
|
|
14
40
|
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
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';
|
|
38
|
-
export * from './UIColors.js';
|
|
39
|
-
export * from './WidgetLoader.js';
|
|
40
|
-
export * from './BluetoothMinorClass.js';
|
|
41
|
-
export * from './MediaDeviceSession.js';
|
|
41
|
+
export * from './WmRenderTree.js';
|
|
42
|
+
export * from './SeelenCommandWegKillAppArgs.js';
|
|
43
|
+
export * from './ToastActionPlacement.js';
|
|
42
44
|
export * from './SluPopupConfig.js';
|
|
43
|
-
export * from './
|
|
45
|
+
export * from './BluetoothWearableMinor.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';
|
|
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';
|
|
44
62
|
export * from './WidgetSettingInputText.js';
|
|
63
|
+
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
64
|
+
export * from './WmNodeKind.js';
|
|
65
|
+
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
45
66
|
export * from './UpdateChannel.js';
|
|
67
|
+
export * from './StartMenuLayoutItem.js';
|
|
68
|
+
export * from './ToastInput.js';
|
|
69
|
+
export * from './Color.js';
|
|
70
|
+
export * from './CustomIconPackEntry.js';
|
|
71
|
+
export * from './WidgetSettingItem.js';
|
|
72
|
+
export * from './SeelenCommandReturn.js';
|
|
73
|
+
export * from './ToastInputSelection.js';
|
|
46
74
|
export * from './WidgetSettingRange.js';
|
|
47
|
-
export * from './
|
|
48
|
-
export * from './
|
|
49
|
-
export * from './
|
|
50
|
-
export * from './
|
|
51
|
-
export * from './
|
|
52
|
-
export * from './
|
|
53
|
-
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
54
|
-
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
|
-
export * from './RadioDevice.js';
|
|
69
|
-
export * from './BluetoothMajorClass.js';
|
|
70
|
-
export * from './ToastActions.js';
|
|
71
|
-
export * from './ResourceId.js';
|
|
72
|
-
export * from './RelaunchArguments.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';
|
|
73
81
|
export * from './SeelenCommandTriggerWidgetArgs.js';
|
|
74
|
-
export * from './
|
|
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 './WmAnimations.js';
|
|
82
83
|
export * from './WidgetId.js';
|
|
83
|
-
export * from './
|
|
84
|
-
export * from './
|
|
85
|
-
export * from './
|
|
86
|
-
export * from './
|
|
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';
|
|
90
|
+
export * from './SeelenCommandMediaSetDefaultDeviceArgs.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';
|
|
97
|
+
export * from './Relaunch.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';
|
|
107
|
+
export * from './CssVariableName.js';
|
|
108
|
+
export * from './ObjectPosition.js';
|
|
109
|
+
export * from './ThirdPartyWidgetSettings.js';
|
|
110
|
+
export * from './MonitorSettingsByWidget.js';
|
|
111
|
+
export * from './KeyboardLayout.js';
|
|
87
112
|
export * from './SeelenCommandSimulatePermArgs.js';
|
|
88
|
-
export * from './
|
|
113
|
+
export * from './ProcessInformation.js';
|
|
114
|
+
export * from './SeelenCommandClipboardPasteArgs.js';
|
|
115
|
+
export * from './ThemeSettings.js';
|
|
116
|
+
export * from './AppIdentifier.js';
|
|
89
117
|
export * from './SluShortcutsSettings.js';
|
|
118
|
+
export * from './WmNode.js';
|
|
119
|
+
export * from './SeelenCommandOpenFileArgs.js';
|
|
120
|
+
export * from './SeelenCommandGetKeyStateArgs.js';
|
|
121
|
+
export * from './SluHotkeyAction.js';
|
|
122
|
+
export * from './ImeStatus.js';
|
|
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';
|
|
90
133
|
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
91
|
-
export * from './
|
|
92
|
-
export * from './
|
|
93
|
-
export * from './
|
|
94
|
-
export * from './
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './
|
|
97
|
-
export * from './
|
|
98
|
-
export * from './
|
|
99
|
-
export * from './
|
|
100
|
-
export * from './
|
|
101
|
-
export * from './
|
|
134
|
+
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
135
|
+
export * from './ThemeVariableWithUnit.js';
|
|
136
|
+
export * from './SeelenCommandWegToggleWindowStateArgs.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';
|
|
151
|
+
export * from './SeelenCommandSetRadioStateArgs.js';
|
|
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';
|
|
102
160
|
export * from './WidgetSettingSelect.js';
|
|
103
|
-
export * from './
|
|
104
|
-
export * from './
|
|
105
|
-
export * from './
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
112
|
-
export * from './MonitorSettingsByWidget.js';
|
|
113
|
-
export * from './WmAnimations.js';
|
|
114
|
-
export * from './SharedIconPackEntry.js';
|
|
161
|
+
export * from './FancyToolbarSettings.js';
|
|
162
|
+
export * from './SeelenCommandMediaNextArgs.js';
|
|
163
|
+
export * from './SluResourceFile.js';
|
|
164
|
+
export * from './UserAppWindow.js';
|
|
165
|
+
export * from './ResourceId.js';
|
|
166
|
+
export * from './ResourceStatus.js';
|
|
167
|
+
export * from './ClipboardEntry.js';
|
|
168
|
+
export * from './BluetoothAudioVideoMinor.js';
|
|
115
169
|
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
170
|
export * from './MonitorConfiguration.js';
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './
|
|
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';
|
|
171
|
+
export * from './ThemeId.js';
|
|
172
|
+
export * from './UniqueIconPackEntry.js';
|
|
139
173
|
export * from './ToastText.js';
|
|
140
|
-
export * from './
|
|
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';
|
|
141
180
|
export * from './ToastHeader.js';
|
|
142
|
-
export * from './
|
|
181
|
+
export * from './WorkspaceId.js';
|
|
182
|
+
export * from './SeelenWegMode.js';
|
|
183
|
+
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
184
|
+
export * from './MonitorId.js';
|
|
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';
|
|
190
|
+
export * from './MatchingStrategy.js';
|
|
191
|
+
export * from './User.js';
|
|
192
|
+
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
193
|
+
export * from './ToastTemplateType.js';
|
|
194
|
+
export * from './ResourceAttribute.js';
|
|
143
195
|
export * from './DesktopWorkspace.js';
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './WmNode.js';
|
|
146
|
-
export * from './WallpaperId.js';
|
|
147
|
-
export * from './WmNodeKind.js';
|
|
148
|
-
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';
|
|
196
|
+
export * from './Memory.js';
|
|
156
197
|
export * from './ThemeConfigDefinition.js';
|
|
157
|
-
export * from './
|
|
158
|
-
export * from './
|
|
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
|
-
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';
|
|
186
|
-
export * from './SysTrayIcon.js';
|
|
187
|
-
export * from './ThirdPartyWidgetSettings.js';
|
|
188
|
-
export * from './WlanProfile.js';
|
|
189
|
-
export * from './StartMenuLayout.js';
|
|
190
|
-
export * from './SluHotkeyAction.js';
|
|
191
|
-
export * from './StartOfWeek.js';
|
|
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';
|
|
203
|
-
export * from './ToastDuration.js';
|
|
204
|
-
export * from './ImeStatus.js';
|
|
205
|
-
export * from './SeelenCommandOpenFileArgs.js';
|
|
206
|
-
export * from './WidgetStatus.js';
|
|
207
|
-
export * from './SeelenCommandCreatePopupArgs.js';
|
|
198
|
+
export * from './ToolbarJsScope.js';
|
|
199
|
+
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
208
200
|
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';
|
|
214
|
-
export * from './MediaDeviceType.js';
|
|
215
|
-
export * from './SeelenCommandGetIconArgs.js';
|
|
216
|
-
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
217
|
-
export * from './DevicePairingNeededAction.js';
|
|
218
201
|
export * from './Theme.js';
|
|
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 './
|
|
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';
|
|
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';
|
|
230
229
|
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
231
|
-
export * from './
|
|
232
|
-
export * from './UserAppWindowPreview.js';
|
|
233
|
-
export * from './UserAppWindow.js';
|
|
234
|
-
export * from './ThemeSettings.js';
|
|
230
|
+
export * from './WegItemType.js';
|
|
235
231
|
export * from './IconPack.js';
|
|
236
232
|
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
237
|
-
export * from './
|
|
238
|
-
export * from './MonitorId.js';
|
|
233
|
+
export * from './WegItemData.js';
|
|
239
234
|
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';
|
|
256
|
-
export * from './SeelenCommandCreateWorkspaceArgs.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';
|
|
263
|
-
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
264
|
-
export * from './WegItemSubtype.js';
|
|
265
|
-
export * from './WidgetSettingItem.js';
|
|
266
235
|
export * from './FolderChangedArgs.js';
|
|
267
|
-
export * from './
|
|
236
|
+
export * from './ToastActions.js';
|
|
237
|
+
export * from './ResourceText.js';
|
|
238
|
+
export * from './ObjectFit.js';
|
|
239
|
+
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
268
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';
|
|
269
246
|
export * from './SysTrayIconId.js';
|
|
270
|
-
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';
|
|
271
281
|
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/gen/types/mod.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../src/gen/types/mod.ts"],"names":[],"mappings":"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"}
|