@seelen-ui/lib 2.5.7 → 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/Resource.d.ts +3 -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/SeelenCommandArgument.d.ts +6 -0
- package/esm/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/gen/types/SeelenCommandReturn.d.ts +7 -0
- package/esm/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/gen/types/SeelenEventPayload.d.ts +3 -0
- package/esm/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/gen/types/SeelenSession.d.ts +15 -0
- package/esm/gen/types/SeelenSession.d.ts.map +1 -0
- package/esm/gen/types/SeelenSession.js +2 -0
- package/esm/gen/types/Settings.d.ts +5 -0
- package/esm/gen/types/Settings.d.ts.map +1 -1
- package/esm/gen/types/Slug.d.ts +9 -0
- package/esm/gen/types/Slug.d.ts.map +1 -0
- package/esm/gen/types/Slug.js +2 -0
- package/esm/gen/types/mod.d.ts +245 -243
- package/esm/gen/types/mod.d.ts.map +1 -1
- package/esm/gen/types/mod.js +245 -243
- package/esm/src/handlers/commands.d.ts +4 -1
- package/esm/src/handlers/commands.d.ts.map +1 -1
- package/esm/src/handlers/commands.js +3 -0
- package/esm/src/handlers/events.d.ts +2 -1
- package/esm/src/handlers/events.d.ts.map +1 -1
- package/esm/src/handlers/events.js +1 -0
- package/package.json +1 -1
- package/script/gen/types/Resource.d.ts +3 -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/SeelenCommandArgument.d.ts +6 -0
- package/script/gen/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/gen/types/SeelenCommandReturn.d.ts +7 -0
- package/script/gen/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/gen/types/SeelenEventPayload.d.ts +3 -0
- package/script/gen/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/gen/types/SeelenSession.d.ts +15 -0
- package/script/gen/types/SeelenSession.d.ts.map +1 -0
- package/script/gen/types/SeelenSession.js +3 -0
- package/script/gen/types/Settings.d.ts +5 -0
- package/script/gen/types/Settings.d.ts.map +1 -1
- package/script/gen/types/Slug.d.ts +9 -0
- package/script/gen/types/Slug.d.ts.map +1 -0
- package/script/gen/types/Slug.js +3 -0
- package/script/gen/types/mod.d.ts +245 -243
- package/script/gen/types/mod.d.ts.map +1 -1
- package/script/gen/types/mod.js +245 -243
- package/script/src/handlers/commands.d.ts +4 -1
- package/script/src/handlers/commands.d.ts.map +1 -1
- package/script/src/handlers/commands.js +3 -0
- package/script/src/handlers/events.d.ts +2 -1
- package/script/src/handlers/events.d.ts.map +1 -1
- package/script/src/handlers/events.js +1 -0
package/esm/gen/types/mod.js
CHANGED
|
@@ -1,272 +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 './
|
|
25
|
+
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
26
|
+
export * from './SeelenCommandGetIconArgs.js';
|
|
27
|
+
export * from './BluetoothHealthMinor.js';
|
|
28
|
+
export * from './ToolbarJsScope.js';
|
|
29
|
+
export * from './ToastImage.js';
|
|
30
|
+
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
31
|
+
export * from './SeelenCommandArgument.js';
|
|
32
|
+
export * from './SeelenCommandWallpaperSaveThumbnailArgs.js';
|
|
33
|
+
export * from './WegItemType.js';
|
|
34
|
+
export * from './WorkspaceConfiguration.js';
|
|
35
|
+
export * from './MonitorBrightness.js';
|
|
36
|
+
export * from './ToastInputType.js';
|
|
37
|
+
export * from './ToastSubGroup.js';
|
|
38
|
+
export * from './SluPopupConfig.js';
|
|
39
|
+
export * from './SluHotkey.js';
|
|
40
|
+
export * from './StartOfWeek.js';
|
|
41
|
+
export * from './BluetoothMinorClass.js';
|
|
42
|
+
export * from './ResourceStatus.js';
|
|
43
|
+
export * from './WidgetSettingInputText.js';
|
|
44
|
+
export * from './SluHotkeyAction.js';
|
|
68
45
|
export * from './RadioDevice.js';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
71
|
-
export * from './
|
|
72
|
-
export * from './
|
|
73
|
-
export * from './
|
|
46
|
+
export * from './VirtualDesktopMonitor.js';
|
|
47
|
+
export * from './SeelenEventPayload.js';
|
|
48
|
+
export * from './UserAppWindowPreview.js';
|
|
49
|
+
export * from './Rect.js';
|
|
50
|
+
export * from './ObjectFit.js';
|
|
51
|
+
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
52
|
+
export * from './BluetoothPhoneMinor.js';
|
|
53
|
+
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
54
|
+
export * from './VirtualDesktops.js';
|
|
55
|
+
export * from './NetworkStatistics.js';
|
|
56
|
+
export * from './BluetoothNetworkMinor.js';
|
|
74
57
|
export * from './Point.js';
|
|
75
|
-
export * from './
|
|
76
|
-
export * from './
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './
|
|
81
|
-
export * from './
|
|
82
|
-
export * from './
|
|
83
|
-
export * from './
|
|
58
|
+
export * from './FolderChangedArgs.js';
|
|
59
|
+
export * from './WidgetTriggerPayload.js';
|
|
60
|
+
export * from './WlanProfile.js';
|
|
61
|
+
export * from './ResourceMetadata.js';
|
|
62
|
+
export * from './SharedIconPackEntry.js';
|
|
63
|
+
export * from './Widget.js';
|
|
64
|
+
export * from './DevicePairingNeededAction.js';
|
|
65
|
+
export * from './WmDragBehavior.js';
|
|
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';
|
|
73
|
+
export * from './BluetoothImagingMinor.js';
|
|
74
|
+
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
75
|
+
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
76
|
+
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
77
|
+
export * from './HideMode.js';
|
|
78
|
+
export * from './IconPackId.js';
|
|
79
|
+
export * from './MonitorSettingsByWidget.js';
|
|
80
|
+
export * from './StartMenuLayoutItem.js';
|
|
81
|
+
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
84
82
|
export * from './ToastActionPlacement.js';
|
|
85
|
-
export * from './SeelenCommandWegKillAppArgs.js';
|
|
86
|
-
export * from './SeelenCommandSimulatePermArgs.js';
|
|
87
|
-
export * from './AppsConfigurationList.js';
|
|
88
|
-
export * from './SluShortcutsSettings.js';
|
|
89
|
-
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
90
|
-
export * from './FocusedApp.js';
|
|
91
83
|
export * from './OldWegItemSubtype.js';
|
|
92
|
-
export * from './
|
|
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';
|
|
104
|
-
export * from './ToastSubGroup.js';
|
|
105
|
-
export * from './KeyboardLayout.js';
|
|
106
|
-
export * from './Rect.js';
|
|
107
|
-
export * from './WegPinnedItemsVisibility.js';
|
|
108
|
-
export * from './BluetoothPeripheralSubMinor.js';
|
|
109
|
-
export * from './OldWegItemData.js';
|
|
110
|
-
export * from './ToastBinding.js';
|
|
111
|
-
export * from './SeelenCommandConfirmBluetoothDevicePairingArgs.js';
|
|
84
|
+
export * from './WegTemporalItemsVisibility.js';
|
|
112
85
|
export * from './ResourcePendingUpdate.js';
|
|
113
|
-
export * from './
|
|
114
|
-
export * from './
|
|
86
|
+
export * from './WmRenderTree.js';
|
|
87
|
+
export * from './ThemeSettings.js';
|
|
88
|
+
export * from './KeyboardLayout.js';
|
|
89
|
+
export * from './WidgetConfigDefinition.js';
|
|
115
90
|
export * from './WmAnimations.js';
|
|
116
|
-
export * from './
|
|
117
|
-
export * from './
|
|
118
|
-
export * from './
|
|
119
|
-
export * from './
|
|
120
|
-
export * from './
|
|
121
|
-
export * from './
|
|
122
|
-
export * from './
|
|
123
|
-
export * from './
|
|
124
|
-
export * from './
|
|
125
|
-
export * from './
|
|
91
|
+
export * from './FloatingWindowSettings.js';
|
|
92
|
+
export * from './ToastActionsChild.js';
|
|
93
|
+
export * from './SeelenCommandWegKillAppArgs.js';
|
|
94
|
+
export * from './SysTrayIcon.js';
|
|
95
|
+
export * from './Color.js';
|
|
96
|
+
export * from './UIColors.js';
|
|
97
|
+
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
98
|
+
export * from './SeelenCommandSetAppWindowsPositionsArgs.js';
|
|
99
|
+
export * from './SeelenCommandSetSelfPositionArgs.js';
|
|
100
|
+
export * from './ToastDuration.js';
|
|
101
|
+
export * from './SeelenCommandOpenFileArgs.js';
|
|
102
|
+
export * from './ObjectPosition.js';
|
|
103
|
+
export * from './SeelenCommandReadFileArgs.js';
|
|
104
|
+
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
105
|
+
export * from './ToastActionAfterActivationBehavior.js';
|
|
126
106
|
export * from './AppNotification.js';
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './
|
|
129
|
-
export * from './
|
|
130
|
-
export * from './
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './WegItemType.js';
|
|
135
|
-
export * from './ContextMenu.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';
|
|
136
114
|
export * from './MediaPlayerTimeline.js';
|
|
137
|
-
export * from './
|
|
115
|
+
export * from './TsUnknown.js';
|
|
116
|
+
export * from './MatchingStrategy.js';
|
|
117
|
+
export * from './ToastBindingChild.js';
|
|
118
|
+
export * from './WegItem.js';
|
|
119
|
+
export * from './NetworkAdapter.js';
|
|
120
|
+
export * from './Frame.js';
|
|
138
121
|
export * from './PerformanceModeSettings.js';
|
|
122
|
+
export * from './ToastProgress.js';
|
|
123
|
+
export * from './WidgetSettingSelect.js';
|
|
139
124
|
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
142
|
-
export * from './
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './
|
|
125
|
+
export * from './AppConfig.js';
|
|
126
|
+
export * from './CustomIconPackEntry.js';
|
|
127
|
+
export * from './AppsConfigurationList.js';
|
|
128
|
+
export * from './ToastGroup.js';
|
|
129
|
+
export * from './BluetoothAudioVideoMinor.js';
|
|
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';
|
|
146
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';
|
|
147
141
|
export * from './Relaunch.js';
|
|
148
|
-
export * from './
|
|
149
|
-
export * from './
|
|
150
|
-
export * from './
|
|
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';
|
|
158
|
+
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
159
|
+
export * from './UniqueIconPackEntry.js';
|
|
160
|
+
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
161
|
+
export * from './MediaPlayerOwner.js';
|
|
162
|
+
export * from './SeelenWallSettings.js';
|
|
163
|
+
export * from './WlanBssEntry.js';
|
|
164
|
+
export * from './BluetoothComputerMinor.js';
|
|
165
|
+
export * from './ResourceText.js';
|
|
151
166
|
export * from './WmNodeKind.js';
|
|
152
|
-
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
153
|
-
export * from './AdapterStatus.js';
|
|
154
|
-
export * from './PlaybackSpeed.js';
|
|
155
|
-
export * from './ThirdPartyPlugin.js';
|
|
156
|
-
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
157
|
-
export * from './FolderType.js';
|
|
158
|
-
export * from './FancyToolbarSide.js';
|
|
159
|
-
export * from './ThemeConfigDefinition.js';
|
|
160
|
-
export * from './SluPopupContent.js';
|
|
161
|
-
export * from './WmRenderTree.js';
|
|
162
|
-
export * from './SeelenCommandClosePopupArgs.js';
|
|
163
|
-
export * from './CssVariableName.js';
|
|
164
|
-
export * from './PowerStatus.js';
|
|
165
|
-
export * from './ToastImage.js';
|
|
166
|
-
export * from './ToastSubGroupChild.js';
|
|
167
|
-
export * from './BluetoothPhoneMinor.js';
|
|
168
|
-
export * from './SeelenCommandSetMonitorBrightnessArgs.js';
|
|
169
167
|
export * from './WidgetPreset.js';
|
|
170
|
-
export * from './
|
|
171
|
-
export * from './WmDragBehavior.js';
|
|
172
|
-
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
173
|
-
export * from './IconPackId.js';
|
|
174
|
-
export * from './AppConfig.js';
|
|
175
|
-
export * from './Core.js';
|
|
176
|
-
export * from './ProcessInformation.js';
|
|
177
|
-
export * from './StartMenuItem.js';
|
|
178
|
-
export * from './NetworkStatistics.js';
|
|
179
|
-
export * from './WidgetSettingInputNumber.js';
|
|
180
|
-
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
181
|
-
export * from './FancyToolbarSettings.js';
|
|
182
|
-
export * from './ToastImagePlacement.js';
|
|
183
|
-
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
184
|
-
export * from './Settings.js';
|
|
185
|
-
export * from './WidgetConfigDefinition.js';
|
|
168
|
+
export * from './AppIdentifier.js';
|
|
186
169
|
export * from './WidgetSettingsDeclarationList.js';
|
|
187
|
-
export * from './
|
|
188
|
-
export * from './
|
|
189
|
-
export * from './
|
|
190
|
-
export * from './
|
|
191
|
-
export * from './
|
|
192
|
-
export * from './
|
|
193
|
-
export * from './
|
|
194
|
-
export * from './
|
|
195
|
-
export * from './
|
|
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';
|
|
176
|
+
export * from './BluetoothDevice.js';
|
|
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';
|
|
196
189
|
export * from './WallpaperCollection.js';
|
|
197
|
-
export * from './
|
|
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';
|
|
198
204
|
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
199
|
-
export * from './
|
|
200
|
-
export * from './
|
|
201
|
-
export * from './WallpaperInstanceSettings.js';
|
|
202
|
-
export * from './SluHotkey.js';
|
|
203
|
-
export * from './ToastImageCropType.js';
|
|
204
|
-
export * from './TrashBinInfo.js';
|
|
205
|
-
export * from './Frame.js';
|
|
205
|
+
export * from './ThirdPartyPlugin.js';
|
|
206
|
+
export * from './SluResourceFile.js';
|
|
206
207
|
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
207
|
-
export * from './
|
|
208
|
-
export * from './ImeStatus.js';
|
|
209
|
-
export * from './SeelenCommandOpenFileArgs.js';
|
|
210
|
-
export * from './WidgetStatus.js';
|
|
211
|
-
export * from './SeelenCommandCreatePopupArgs.js';
|
|
212
|
-
export * from './SeelenCommandMediaPrevArgs.js';
|
|
213
|
-
export * from './ThemeVariableWithUnit.js';
|
|
208
|
+
export * from './WidgetSettingRange.js';
|
|
214
209
|
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
215
|
-
export * from './NetworkAdapter.js';
|
|
216
|
-
export * from './SeelenCommandSetCurrentWidgetStatusArgs.js';
|
|
217
|
-
export * from './BluetoothComputerMinor.js';
|
|
218
|
-
export * from './MediaDeviceType.js';
|
|
219
|
-
export * from './SeelenCommandGetIconArgs.js';
|
|
220
|
-
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
221
|
-
export * from './DevicePairingNeededAction.js';
|
|
222
|
-
export * from './Theme.js';
|
|
223
|
-
export * from './Color.js';
|
|
224
|
-
export * from './AppExtraFlag.js';
|
|
225
|
-
export * from './ResourceStatus.js';
|
|
226
|
-
export * from './WegItem.js';
|
|
227
|
-
export * from './AppIdentifierType.js';
|
|
228
|
-
export * from './ToastProgress.js';
|
|
229
|
-
export * from './Border.js';
|
|
230
|
-
export * from './MonitorBrightness.js';
|
|
231
|
-
export * from './SeelenCommandDisconnectBluetoothDeviceArgs.js';
|
|
232
|
-
export * from './SeelenCommandSetRadioStateArgs.js';
|
|
233
|
-
export * from './BluetoothAudioVideoMinor.js';
|
|
234
|
-
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
235
|
-
export * from './ResourceAttribute.js';
|
|
236
|
-
export * from './UserAppWindowPreview.js';
|
|
237
|
-
export * from './UserAppWindow.js';
|
|
238
|
-
export * from './ThemeSettings.js';
|
|
239
|
-
export * from './IconPack.js';
|
|
240
|
-
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
241
|
-
export * from './UniqueIconPackEntry.js';
|
|
242
|
-
export * from './MonitorId.js';
|
|
243
|
-
export * from './RemoteDataDeclaration.js';
|
|
244
|
-
export * from './MatchingStrategy.js';
|
|
245
|
-
export * from './ThemeVariable.js';
|
|
246
|
-
export * from './WindowManagerSettings.js';
|
|
247
|
-
export * from './BluetoothNetworkMinor.js';
|
|
248
|
-
export * from './PluginId.js';
|
|
249
|
-
export * from './WidgetTriggerPayload.js';
|
|
250
|
-
export * from './CssStyles.js';
|
|
251
|
-
export * from './SeelenCommandWlanConnectArgs.js';
|
|
252
|
-
export * from './SeelenCommandDestroyWorkspaceArgs.js';
|
|
253
|
-
export * from './Widget.js';
|
|
254
|
-
export * from './PerformanceMode.js';
|
|
255
|
-
export * from './BluetoothDevice.js';
|
|
256
|
-
export * from './WorkspaceId.js';
|
|
257
|
-
export * from './SeelenCommandRequestPairBluetoothDeviceArgs.js';
|
|
258
|
-
export * from './WmNodeLifetime.js';
|
|
259
|
-
export * from './SeelenCommandCreateWorkspaceArgs.js';
|
|
260
210
|
export * from './ToastAction.js';
|
|
261
|
-
export * from './
|
|
262
|
-
export * from './
|
|
263
|
-
export * from './
|
|
264
|
-
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';
|
|
265
229
|
export * from './ToastInput.js';
|
|
266
|
-
export * from './
|
|
267
|
-
export * from './
|
|
268
|
-
export * from './
|
|
230
|
+
export * from './SeelenCommandActivateNotificationArgs.js';
|
|
231
|
+
export * from './BluetoothWearableMinor.js';
|
|
232
|
+
export * from './WegPinnedItemsVisibility.js';
|
|
269
233
|
export * from './SeelenCommandWegPinItemArgs.js';
|
|
234
|
+
export * from './WidgetSelectSubtype.js';
|
|
270
235
|
export * from './ThemeVariableDefinition.js';
|
|
271
|
-
export * from './
|
|
272
|
-
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';
|
|
@@ -126,6 +126,9 @@ export declare enum SeelenCommand {
|
|
|
126
126
|
GetStartMenuItems = "get_start_menu_items",
|
|
127
127
|
GetNativeStartMenu = "get_native_start_menu",
|
|
128
128
|
GetTrashBinInfo = "get_trash_bin_info",
|
|
129
|
-
TrashBinEmpty = "trash_bin_empty"
|
|
129
|
+
TrashBinEmpty = "trash_bin_empty",
|
|
130
|
+
GetSeelenSession = "get_seelen_session",
|
|
131
|
+
SeelenLogin = "seelen_login",
|
|
132
|
+
SeelenLogout = "seelen_logout"
|
|
130
133
|
}
|
|
131
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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"}
|
|
@@ -129,4 +129,7 @@ export var SeelenCommand;
|
|
|
129
129
|
SeelenCommand["GetNativeStartMenu"] = "get_native_start_menu";
|
|
130
130
|
SeelenCommand["GetTrashBinInfo"] = "get_trash_bin_info";
|
|
131
131
|
SeelenCommand["TrashBinEmpty"] = "trash_bin_empty";
|
|
132
|
+
SeelenCommand["GetSeelenSession"] = "get_seelen_session";
|
|
133
|
+
SeelenCommand["SeelenLogin"] = "seelen_login";
|
|
134
|
+
SeelenCommand["SeelenLogout"] = "seelen_logout";
|
|
132
135
|
})(SeelenCommand || (SeelenCommand = {}));
|
|
@@ -45,6 +45,7 @@ export declare enum SeelenEvent {
|
|
|
45
45
|
BluetoothDevicesChanged = "bluetooth-devices-changed",
|
|
46
46
|
StartMenuItemsChanged = "start-menu::items-changed",
|
|
47
47
|
WegAddItem = "weg::add-item",
|
|
48
|
-
TrashBinChanged = "trash-bin::changed"
|
|
48
|
+
TrashBinChanged = "trash-bin::changed",
|
|
49
|
+
SeelenSessionChanged = "session::changed"
|
|
49
50
|
}
|
|
50
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,yBAAyB,oBAAoB;IAC7C,kBAAkB,WAAW;IAC7B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;IACnD,UAAU,kBAAkB;IAC5B,eAAe,uBAAuB;
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/src/handlers/events.ts"],"names":[],"mappings":"AACA,oBAAY,WAAW;IACrB,sBAAsB,8BAA8B;IACpD,kBAAkB,yBAAyB;IAC3C,eAAe,sBAAsB;IACrC,qBAAqB,mBAAmB;IACxC,qBAAqB,6BAA6B;IAClD,sBAAsB,8BAA8B;IACpD,+BAA+B,wCAAwC;IACvE,WAAW,iBAAiB;IAC5B,iBAAiB,+BAA+B;IAChD,qBAAqB,0BAA0B;IAC/C,6BAA6B,mCAAmC;IAChE,aAAa,mBAAmB;IAChC,YAAY,mBAAmB;IAC/B,WAAW,iBAAiB;IAC5B,YAAY,kBAAkB;IAC9B,qBAAqB,6BAA6B;IAClD,eAAe,qBAAqB;IACpC,yBAAyB,gCAAgC;IACzD,kBAAkB,iBAAiB;IACnC,aAAa,kBAAkB;IAC/B,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,eAAe,qBAAqB;IACpC,aAAa,mBAAmB;IAChC,gBAAgB,wBAAwB;IACxC,eAAe,uBAAuB;IACtC,aAAa,qBAAqB;IAClC,mBAAmB,0BAA0B;IAC7C,oBAAoB,qBAAqB;IACzC,yBAAyB,oBAAoB;IAC7C,kBAAkB,WAAW;IAC7B,qBAAqB,eAAe;IACpC,mBAAmB,oBAAoB;IACvC,mBAAmB,oBAAoB;IACvC,sBAAsB,sCAAsC;IAC5D,iBAAiB,yBAAyB;IAC1C,2BAA2B,oCAAoC;IAC/D,eAAe,sBAAsB;IACrC,aAAa,mBAAmB;IAChC,kBAAkB,0BAA0B;IAC5C,oBAAoB,4BAA4B;IAChD,mBAAmB,2BAA2B;IAC9C,kBAAkB,0BAA0B;IAC5C,uBAAuB,8BAA8B;IACrD,qBAAqB,8BAA8B;IACnD,UAAU,kBAAkB;IAC5B,eAAe,uBAAuB;IACtC,oBAAoB,qBAAqB;CAC1C"}
|
|
@@ -48,4 +48,5 @@ export var SeelenEvent;
|
|
|
48
48
|
SeelenEvent["StartMenuItemsChanged"] = "start-menu::items-changed";
|
|
49
49
|
SeelenEvent["WegAddItem"] = "weg::add-item";
|
|
50
50
|
SeelenEvent["TrashBinChanged"] = "trash-bin::changed";
|
|
51
|
+
SeelenEvent["SeelenSessionChanged"] = "session::changed";
|
|
51
52
|
})(SeelenEvent || (SeelenEvent = {}));
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ResourceAttribute } from "./ResourceAttribute.js";
|
|
2
|
-
import type { ResourceId } from "./ResourceId.js";
|
|
3
2
|
import type { ResourceKind } from "./ResourceKind.js";
|
|
4
3
|
import type { ResourceMetadata } from "./ResourceMetadata.js";
|
|
5
4
|
import type { ResourcePendingUpdate } from "./ResourcePendingUpdate.js";
|
|
6
5
|
import type { ResourceStatus } from "./ResourceStatus.js";
|
|
6
|
+
import type { Slug } from "./Slug.js";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a resource in the cloud, uploaded by a user
|
|
9
9
|
*/
|
|
@@ -21,11 +21,9 @@ export type Resource = {
|
|
|
21
21
|
*/
|
|
22
22
|
creatorId: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
25
|
-
* Warning: as username and resource name could be changed, this id is not stable.\
|
|
26
|
-
* Use it for display purposes only
|
|
24
|
+
* slug to shown in the url, could be changed.
|
|
27
25
|
*/
|
|
28
|
-
|
|
26
|
+
slug: Slug;
|
|
29
27
|
kind: ResourceKind;
|
|
30
28
|
metadata: ResourceMetadata;
|
|
31
29
|
createdAt: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Resource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../src/gen/types/Resource.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEtC;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,YAAY,CAAC;IAAC,QAAQ,EAAE,gBAAgB,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IACjG;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IACvB;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACrC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAC5C;;OAEG;IACH,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
@@ -31,6 +31,10 @@ export type ResourceMetadata = {
|
|
|
31
31
|
* match the current app version, the resource will be shown with a warning message
|
|
32
32
|
*/
|
|
33
33
|
appTargetVersion: [number, number, number] | null;
|
|
34
|
+
/**
|
|
35
|
+
* Whether the resource is premium content that requires active subscription to access.
|
|
36
|
+
*/
|
|
37
|
+
premium: boolean;
|
|
34
38
|
/**
|
|
35
39
|
* Extra metadata for the resource
|
|
36
40
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceMetadata.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ResourceMetadata.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;OAIG;IACH,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,MAAM,EAAE;SAAG,GAAG,IAAI,MAAM,GAAG,MAAM;KAAE,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IACtF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,IAAI,CAAC;CAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"ResourceMetadata.d.ts","sourceRoot":"","sources":["../../../src/gen/types/ResourceMetadata.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,WAAW,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACpB;;;;OAIG;IACH,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE;SAAG,GAAG,IAAI,MAAM,GAAG,MAAM;KAAE,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IACtF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,MAAM,EAAE,QAAQ,GAAG,IAAI,CAAC;CAAE,CAAC"}
|