@seelen-ui/lib 2.3.6 → 2.4.1-next.20250825015552
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/constants/mod.d.ts +17 -9
- package/esm/constants/mod.d.ts.map +1 -1
- package/esm/constants/mod.js +6 -4
- package/esm/handlers/commands.d.ts +17 -8
- package/esm/handlers/commands.d.ts.map +1 -1
- package/esm/handlers/commands.js +17 -8
- package/esm/handlers/events.d.ts +3 -5
- package/esm/handlers/events.d.ts.map +1 -1
- package/esm/handlers/events.js +3 -5
- package/esm/lib.d.ts +1 -1
- package/esm/lib.d.ts.map +1 -1
- package/esm/lib.js +1 -1
- package/esm/resource/mod.d.ts +6 -0
- package/esm/resource/mod.d.ts.map +1 -0
- package/esm/state/icon_pack.d.ts +23 -52
- package/esm/state/icon_pack.d.ts.map +1 -1
- package/esm/state/icon_pack.js +137 -131
- package/esm/state/mod.d.ts +2 -1
- package/esm/state/mod.d.ts.map +1 -1
- package/esm/state/mod.js +1 -0
- package/esm/state/plugin/mod.d.ts +1 -1
- package/esm/state/plugin/mod.d.ts.map +1 -1
- package/esm/state/settings/mod.d.ts +6 -5
- package/esm/state/settings/mod.d.ts.map +1 -1
- package/esm/state/settings/mod.js +5 -8
- package/esm/state/settings/settings_by_monitor.d.ts +1 -4
- package/esm/state/settings/settings_by_monitor.d.ts.map +1 -1
- package/esm/state/settings/settings_by_monitor.js +0 -8
- package/esm/state/settings_by_app.d.ts +1 -1
- package/esm/state/settings_by_app.d.ts.map +1 -1
- package/esm/state/theme/mod.d.ts +19 -3
- package/esm/state/theme/mod.d.ts.map +1 -1
- package/esm/state/theme/mod.js +96 -0
- package/esm/state/wallpaper/mod.d.ts +15 -0
- package/esm/state/wallpaper/mod.d.ts.map +1 -0
- package/esm/state/wallpaper/mod.js +31 -0
- package/esm/state/weg_items.d.ts +6 -9
- package/esm/state/weg_items.d.ts.map +1 -1
- package/esm/state/weg_items.js +9 -17
- package/esm/state/widget/mod.d.ts +9 -4
- package/esm/state/widget/mod.d.ts.map +1 -1
- package/esm/state/widget/mod.js +31 -12
- package/esm/state/wm_layout.d.ts +4 -5
- package/esm/state/wm_layout.d.ts.map +1 -1
- package/esm/state/wm_layout.js +3 -8
- package/esm/system_state/bluetooth/mod.d.ts +2 -2
- package/esm/system_state/bluetooth/mod.d.ts.map +1 -1
- package/esm/system_state/language.d.ts +1 -1
- package/esm/system_state/language.d.ts.map +1 -1
- package/esm/system_state/monitors.d.ts +1 -1
- package/esm/system_state/monitors.d.ts.map +1 -1
- package/esm/system_state/ui_colors.d.ts +1 -1
- package/esm/system_state/ui_colors.d.ts.map +1 -1
- package/esm/system_state/ui_colors.js +8 -2
- package/esm/system_state/user.d.ts +1 -1
- package/esm/system_state/user.d.ts.map +1 -1
- package/esm/types/CssVariableName.d.ts +5 -0
- package/esm/types/CssVariableName.d.ts.map +1 -0
- package/esm/types/CustomIconPackEntry.d.ts +16 -0
- package/esm/types/CustomIconPackEntry.d.ts.map +1 -0
- package/esm/types/DesktopWorkspace.d.ts +5 -0
- package/esm/types/DesktopWorkspace.d.ts.map +1 -1
- package/esm/types/FocusedApp.d.ts +4 -0
- package/esm/types/FocusedApp.d.ts.map +1 -1
- package/esm/types/FocusedApp.js +0 -1
- package/esm/types/Icon.d.ts +17 -10
- package/esm/types/Icon.d.ts.map +1 -1
- package/esm/types/IconPack.d.ts +7 -19
- package/esm/types/IconPack.d.ts.map +1 -1
- package/esm/types/IconPackEntry.d.ts +11 -0
- package/esm/types/IconPackEntry.d.ts.map +1 -0
- package/esm/types/IconPackId.d.ts +3 -0
- package/esm/types/IconPackId.d.ts.map +1 -1
- package/esm/types/MediaPlayer.d.ts +2 -0
- package/esm/types/MediaPlayer.d.ts.map +1 -1
- package/esm/types/MediaPlayerTimeline.d.ts +24 -0
- package/esm/types/MediaPlayerTimeline.d.ts.map +1 -0
- package/esm/types/MixBlendMode.d.ts +2 -0
- package/esm/types/MixBlendMode.d.ts.map +1 -0
- package/esm/types/MonitorConfiguration.d.ts +0 -5
- package/esm/types/MonitorConfiguration.d.ts.map +1 -1
- package/esm/types/MonitorId.d.ts +2 -0
- package/esm/types/MonitorId.d.ts.map +1 -0
- package/esm/types/MonitorSettingsByWidget.d.ts +1 -10
- package/esm/types/MonitorSettingsByWidget.d.ts.map +1 -1
- package/esm/types/ObjectFit.d.ts +2 -0
- package/esm/types/ObjectFit.d.ts.map +1 -0
- package/esm/types/ObjectPosition.d.ts +2 -0
- package/esm/types/ObjectPosition.d.ts.map +1 -0
- package/esm/types/PhysicalMonitor.d.ts +2 -1
- package/esm/types/PhysicalMonitor.d.ts.map +1 -1
- package/esm/types/PlaybackSpeed.d.ts +2 -0
- package/esm/types/PlaybackSpeed.d.ts.map +1 -0
- package/esm/types/PluginId.d.ts +3 -0
- package/esm/types/PluginId.d.ts.map +1 -1
- package/esm/types/Resource.d.ts +35 -3
- package/esm/types/Resource.d.ts.map +1 -1
- package/esm/types/ResourceAttribute.d.ts +2 -0
- package/esm/types/ResourceAttribute.d.ts.map +1 -0
- package/esm/types/ResourceId.d.ts +4 -2
- package/esm/types/ResourceId.d.ts.map +1 -1
- package/esm/types/ResourceMetadata.d.ts +2 -6
- package/esm/types/ResourceMetadata.d.ts.map +1 -1
- package/esm/types/SeelenCommandArgument.d.ts +43 -18
- package/esm/types/SeelenCommandArgument.d.ts.map +1 -1
- package/esm/types/SeelenCommandClosePopupArgs.d.ts +4 -0
- package/esm/types/SeelenCommandClosePopupArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandClosePopupArgs.js +2 -0
- package/esm/types/SeelenCommandCreatePopupArgs.d.ts +5 -0
- package/esm/types/SeelenCommandCreatePopupArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandRemoveResourceArgs.d.ts +7 -0
- package/esm/types/SeelenCommandRemoveResourceArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts +4 -0
- package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandRequestToUserInputShortcutArgs.js +2 -0
- package/esm/types/SeelenCommandReturn.d.ts +38 -16
- package/esm/types/SeelenCommandReturn.d.ts.map +1 -1
- package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts +4 -0
- package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandSetNativeShellWallpaperArgs.js +2 -0
- package/esm/types/SeelenCommandStateGetWegItemsArgs.d.ts +5 -0
- package/esm/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandStateSetCustomIconPackArgs.d.ts +5 -0
- package/esm/types/SeelenCommandStateSetCustomIconPackArgs.d.ts.map +1 -0
- package/esm/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -0
- package/esm/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/esm/types/SeelenCommandSwitchWorkspaceArgs.js +0 -1
- package/esm/types/SeelenCommandUpdatePopupArgs.d.ts +6 -0
- package/esm/types/SeelenCommandUpdatePopupArgs.d.ts.map +1 -0
- package/esm/types/SeelenEventPayload.d.ts +10 -14
- package/esm/types/SeelenEventPayload.d.ts.map +1 -1
- package/esm/types/SeelenWallSettings.d.ts +5 -2
- package/esm/types/SeelenWallSettings.d.ts.map +1 -1
- package/esm/types/SeelenWegSettings.d.ts +4 -0
- package/esm/types/SeelenWegSettings.d.ts.map +1 -1
- package/esm/types/Settings.d.ts +23 -16
- package/esm/types/Settings.d.ts.map +1 -1
- package/esm/types/SettingsByWidget.d.ts +19 -3
- package/esm/types/SettingsByWidget.d.ts.map +1 -1
- package/esm/types/SharedIconPackEntry.d.ts +12 -0
- package/esm/types/SharedIconPackEntry.d.ts.map +1 -0
- package/esm/types/SluHotkey.d.ts +8 -0
- package/esm/types/SluHotkey.d.ts.map +1 -0
- package/esm/types/SluHotkeyAction.d.ts +84 -0
- package/esm/types/SluHotkeyAction.d.ts.map +1 -0
- package/esm/types/SluHotkeyAction.js +2 -0
- package/esm/types/SluPopupConfig.d.ts +2 -0
- package/esm/types/SluPopupConfig.d.ts.map +1 -1
- package/esm/types/SluShortcutsSettings.d.ts +6 -0
- package/esm/types/SluShortcutsSettings.d.ts.map +1 -0
- package/esm/types/Theme.d.ts +5 -0
- package/esm/types/Theme.d.ts.map +1 -1
- package/esm/types/ThemeConfigDefinition.d.ts +6 -0
- package/esm/types/ThemeConfigDefinition.d.ts.map +1 -0
- package/esm/types/ThemeConfigGroup.d.ts +7 -0
- package/esm/types/ThemeConfigGroup.d.ts.map +1 -0
- package/esm/types/ThemeConfigGroup.js +1 -0
- package/esm/types/ThemeId.d.ts +3 -0
- package/esm/types/ThemeId.d.ts.map +1 -1
- package/esm/types/ThemeSettings.d.ts +5 -0
- package/esm/types/ThemeSettings.d.ts.map +1 -0
- package/esm/types/ThemeSettings.js +1 -0
- package/esm/types/ThemeSettingsDefinition.d.ts +2 -2
- package/esm/types/ThemeSettingsDefinition.d.ts.map +1 -1
- package/esm/types/ThemeVariable.d.ts +16 -2
- package/esm/types/ThemeVariable.d.ts.map +1 -1
- package/esm/types/ThemeVariableWithUnit.d.ts +11 -2
- package/esm/types/ThemeVariableWithUnit.d.ts.map +1 -1
- package/esm/types/ThirdPartyPlugin.d.ts +2 -2
- package/esm/types/ThirdPartyPlugin.d.ts.map +1 -1
- package/esm/types/ThirdPartyWidgetSettings.d.ts +1 -1
- package/esm/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/esm/types/UniqueIconPackEntry.d.ts +24 -0
- package/esm/types/UniqueIconPackEntry.d.ts.map +1 -0
- package/esm/types/UniqueIconPackEntry.js +1 -0
- package/esm/types/VirtualDesktopMonitor.d.ts +9 -0
- package/esm/types/VirtualDesktopMonitor.d.ts.map +1 -0
- package/esm/types/VirtualDesktopMonitor.js +1 -0
- package/esm/types/VirtualDesktops.d.ts +15 -0
- package/esm/types/VirtualDesktops.d.ts.map +1 -0
- package/esm/types/VirtualDesktops.js +1 -0
- package/esm/types/Wallpaper.d.ts +11 -0
- package/esm/types/Wallpaper.d.ts.map +1 -0
- package/esm/types/Wallpaper.js +1 -0
- package/esm/types/WallpaperId.d.ts +6 -0
- package/esm/types/WallpaperId.d.ts.map +1 -0
- package/esm/types/WallpaperId.js +1 -0
- package/esm/types/WallpaperInstanceSettings.d.ts +45 -0
- package/esm/types/WallpaperInstanceSettings.d.ts.map +1 -0
- package/esm/types/WallpaperInstanceSettings.js +1 -0
- package/esm/types/WidgetId.d.ts +3 -0
- package/esm/types/WidgetId.d.ts.map +1 -1
- package/esm/types/WindowManagerLayout.d.ts +1 -2
- package/esm/types/WindowManagerLayout.d.ts.map +1 -1
- package/esm/types/WmNode.d.ts +40 -15
- package/esm/types/WmNode.d.ts.map +1 -1
- package/esm/types/WmNodeKind.d.ts +2 -0
- package/esm/types/WmNodeKind.d.ts.map +1 -0
- package/esm/types/WmNodeKind.js +2 -0
- package/esm/types/WmNodeLifetime.d.ts +2 -0
- package/esm/types/WmNodeLifetime.d.ts.map +1 -0
- package/esm/types/WmNodeLifetime.js +2 -0
- package/esm/types/mod.d.ts +215 -201
- package/esm/types/mod.d.ts.map +1 -1
- package/esm/types/mod.js +215 -201
- package/esm/utils/Wrapper.d.ts +3 -0
- package/esm/utils/Wrapper.d.ts.map +1 -0
- package/esm/utils/Wrapper.js +5 -0
- package/package.json +6 -6
- package/script/constants/mod.d.ts +17 -9
- package/script/constants/mod.d.ts.map +1 -1
- package/script/constants/mod.js +6 -4
- package/script/handlers/commands.d.ts +17 -8
- package/script/handlers/commands.d.ts.map +1 -1
- package/script/handlers/commands.js +17 -8
- package/script/handlers/events.d.ts +3 -5
- package/script/handlers/events.d.ts.map +1 -1
- package/script/handlers/events.js +3 -5
- package/script/lib.d.ts +1 -1
- package/script/lib.d.ts.map +1 -1
- package/script/lib.js +1 -1
- package/script/resource/mod.d.ts +6 -0
- package/script/resource/mod.d.ts.map +1 -0
- package/script/state/icon_pack.d.ts +23 -52
- package/script/state/icon_pack.d.ts.map +1 -1
- package/script/state/icon_pack.js +137 -131
- package/script/state/mod.d.ts +2 -1
- package/script/state/mod.d.ts.map +1 -1
- package/script/state/mod.js +1 -0
- package/script/state/plugin/mod.d.ts +1 -1
- package/script/state/plugin/mod.d.ts.map +1 -1
- package/script/state/settings/mod.d.ts +6 -5
- package/script/state/settings/mod.d.ts.map +1 -1
- package/script/state/settings/mod.js +5 -9
- package/script/state/settings/settings_by_monitor.d.ts +1 -4
- package/script/state/settings/settings_by_monitor.d.ts.map +1 -1
- package/script/state/settings/settings_by_monitor.js +1 -9
- package/script/state/settings_by_app.d.ts +1 -1
- package/script/state/settings_by_app.d.ts.map +1 -1
- package/script/state/theme/mod.d.ts +19 -3
- package/script/state/theme/mod.d.ts.map +1 -1
- package/script/state/theme/mod.js +100 -1
- package/script/state/wallpaper/mod.d.ts +15 -0
- package/script/state/wallpaper/mod.d.ts.map +1 -0
- package/script/state/wallpaper/mod.js +36 -0
- package/script/state/weg_items.d.ts +6 -9
- package/script/state/weg_items.d.ts.map +1 -1
- package/script/state/weg_items.js +7 -15
- package/script/state/widget/mod.d.ts +9 -4
- package/script/state/widget/mod.d.ts.map +1 -1
- package/script/state/widget/mod.js +31 -12
- package/script/state/wm_layout.d.ts +4 -5
- package/script/state/wm_layout.d.ts.map +1 -1
- package/script/state/wm_layout.js +5 -11
- package/script/system_state/bluetooth/mod.d.ts +2 -2
- package/script/system_state/bluetooth/mod.d.ts.map +1 -1
- package/script/system_state/language.d.ts +1 -1
- package/script/system_state/language.d.ts.map +1 -1
- package/script/system_state/monitors.d.ts +1 -1
- package/script/system_state/monitors.d.ts.map +1 -1
- package/script/system_state/ui_colors.d.ts +1 -1
- package/script/system_state/ui_colors.d.ts.map +1 -1
- package/script/system_state/ui_colors.js +8 -2
- package/script/system_state/user.d.ts +1 -1
- package/script/system_state/user.d.ts.map +1 -1
- package/script/types/CssVariableName.d.ts +5 -0
- package/script/types/CssVariableName.d.ts.map +1 -0
- package/script/types/CustomIconPackEntry.d.ts +16 -0
- package/script/types/CustomIconPackEntry.d.ts.map +1 -0
- package/script/types/DesktopWorkspace.d.ts +5 -0
- package/script/types/DesktopWorkspace.d.ts.map +1 -1
- package/script/types/FocusedApp.d.ts +4 -0
- package/script/types/FocusedApp.d.ts.map +1 -1
- package/script/types/FocusedApp.js +0 -1
- package/script/types/Icon.d.ts +17 -10
- package/script/types/Icon.d.ts.map +1 -1
- package/script/types/IconPack.d.ts +7 -19
- package/script/types/IconPack.d.ts.map +1 -1
- package/script/types/IconPackEntry.d.ts +11 -0
- package/script/types/IconPackEntry.d.ts.map +1 -0
- package/script/types/IconPackId.d.ts +3 -0
- package/script/types/IconPackId.d.ts.map +1 -1
- package/script/types/MediaPlayer.d.ts +2 -0
- package/script/types/MediaPlayer.d.ts.map +1 -1
- package/script/types/MediaPlayerTimeline.d.ts +24 -0
- package/script/types/MediaPlayerTimeline.d.ts.map +1 -0
- package/script/types/MixBlendMode.d.ts +2 -0
- package/script/types/MixBlendMode.d.ts.map +1 -0
- package/script/types/MonitorConfiguration.d.ts +0 -5
- package/script/types/MonitorConfiguration.d.ts.map +1 -1
- package/script/types/MonitorId.d.ts +2 -0
- package/script/types/MonitorId.d.ts.map +1 -0
- package/script/types/MonitorSettingsByWidget.d.ts +1 -10
- package/script/types/MonitorSettingsByWidget.d.ts.map +1 -1
- package/script/types/ObjectFit.d.ts +2 -0
- package/script/types/ObjectFit.d.ts.map +1 -0
- package/script/types/ObjectPosition.d.ts +2 -0
- package/script/types/ObjectPosition.d.ts.map +1 -0
- package/script/types/PhysicalMonitor.d.ts +2 -1
- package/script/types/PhysicalMonitor.d.ts.map +1 -1
- package/script/types/PlaybackSpeed.d.ts +2 -0
- package/script/types/PlaybackSpeed.d.ts.map +1 -0
- package/script/types/PluginId.d.ts +3 -0
- package/script/types/PluginId.d.ts.map +1 -1
- package/script/types/Resource.d.ts +35 -3
- package/script/types/Resource.d.ts.map +1 -1
- package/script/types/ResourceAttribute.d.ts +2 -0
- package/script/types/ResourceAttribute.d.ts.map +1 -0
- package/script/types/ResourceId.d.ts +4 -2
- package/script/types/ResourceId.d.ts.map +1 -1
- package/script/types/ResourceMetadata.d.ts +2 -6
- package/script/types/ResourceMetadata.d.ts.map +1 -1
- package/script/types/SeelenCommandArgument.d.ts +43 -18
- package/script/types/SeelenCommandArgument.d.ts.map +1 -1
- package/script/types/SeelenCommandClosePopupArgs.d.ts +4 -0
- package/script/types/SeelenCommandClosePopupArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandClosePopupArgs.js +3 -0
- package/script/types/SeelenCommandCreatePopupArgs.d.ts +5 -0
- package/script/types/SeelenCommandCreatePopupArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandRemoveResourceArgs.d.ts +7 -0
- package/script/types/SeelenCommandRemoveResourceArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts +4 -0
- package/script/types/SeelenCommandRequestToUserInputShortcutArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandRequestToUserInputShortcutArgs.js +3 -0
- package/script/types/SeelenCommandReturn.d.ts +38 -16
- package/script/types/SeelenCommandReturn.d.ts.map +1 -1
- package/script/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts +4 -0
- package/script/types/SeelenCommandSetNativeShellWallpaperArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandSetNativeShellWallpaperArgs.js +3 -0
- package/script/types/SeelenCommandStateGetWegItemsArgs.d.ts +5 -0
- package/script/types/SeelenCommandStateGetWegItemsArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandStateSetCustomIconPackArgs.d.ts +5 -0
- package/script/types/SeelenCommandStateSetCustomIconPackArgs.d.ts.map +1 -0
- package/script/types/SeelenCommandSwitchWorkspaceArgs.d.ts +2 -0
- package/script/types/SeelenCommandSwitchWorkspaceArgs.d.ts.map +1 -1
- package/script/types/SeelenCommandSwitchWorkspaceArgs.js +0 -1
- package/script/types/SeelenCommandUpdatePopupArgs.d.ts +6 -0
- package/script/types/SeelenCommandUpdatePopupArgs.d.ts.map +1 -0
- package/script/types/SeelenEventPayload.d.ts +10 -14
- package/script/types/SeelenEventPayload.d.ts.map +1 -1
- package/script/types/SeelenWallSettings.d.ts +5 -2
- package/script/types/SeelenWallSettings.d.ts.map +1 -1
- package/script/types/SeelenWegSettings.d.ts +4 -0
- package/script/types/SeelenWegSettings.d.ts.map +1 -1
- package/script/types/Settings.d.ts +23 -16
- package/script/types/Settings.d.ts.map +1 -1
- package/script/types/SettingsByWidget.d.ts +19 -3
- package/script/types/SettingsByWidget.d.ts.map +1 -1
- package/script/types/SharedIconPackEntry.d.ts +12 -0
- package/script/types/SharedIconPackEntry.d.ts.map +1 -0
- package/script/types/SluHotkey.d.ts +8 -0
- package/script/types/SluHotkey.d.ts.map +1 -0
- package/script/types/SluHotkeyAction.d.ts +84 -0
- package/script/types/SluHotkeyAction.d.ts.map +1 -0
- package/script/types/SluHotkeyAction.js +3 -0
- package/script/types/SluPopupConfig.d.ts +2 -0
- package/script/types/SluPopupConfig.d.ts.map +1 -1
- package/script/types/SluShortcutsSettings.d.ts +6 -0
- package/script/types/SluShortcutsSettings.d.ts.map +1 -0
- package/script/types/Theme.d.ts +5 -0
- package/script/types/Theme.d.ts.map +1 -1
- package/script/types/ThemeConfigDefinition.d.ts +6 -0
- package/script/types/ThemeConfigDefinition.d.ts.map +1 -0
- package/script/types/ThemeConfigGroup.d.ts +7 -0
- package/script/types/ThemeConfigGroup.d.ts.map +1 -0
- package/script/types/ThemeConfigGroup.js +2 -0
- package/script/types/ThemeId.d.ts +3 -0
- package/script/types/ThemeId.d.ts.map +1 -1
- package/script/types/ThemeSettings.d.ts +5 -0
- package/script/types/ThemeSettings.d.ts.map +1 -0
- package/script/types/ThemeSettings.js +2 -0
- package/script/types/ThemeSettingsDefinition.d.ts +2 -2
- package/script/types/ThemeSettingsDefinition.d.ts.map +1 -1
- package/script/types/ThemeVariable.d.ts +16 -2
- package/script/types/ThemeVariable.d.ts.map +1 -1
- package/script/types/ThemeVariableWithUnit.d.ts +11 -2
- package/script/types/ThemeVariableWithUnit.d.ts.map +1 -1
- package/script/types/ThirdPartyPlugin.d.ts +2 -2
- package/script/types/ThirdPartyPlugin.d.ts.map +1 -1
- package/script/types/ThirdPartyWidgetSettings.d.ts +1 -1
- package/script/types/ThirdPartyWidgetSettings.d.ts.map +1 -1
- package/script/types/UniqueIconPackEntry.d.ts +24 -0
- package/script/types/UniqueIconPackEntry.d.ts.map +1 -0
- package/script/types/UniqueIconPackEntry.js +2 -0
- package/script/types/VirtualDesktopMonitor.d.ts +9 -0
- package/script/types/VirtualDesktopMonitor.d.ts.map +1 -0
- package/script/types/VirtualDesktopMonitor.js +2 -0
- package/script/types/VirtualDesktops.d.ts +15 -0
- package/script/types/VirtualDesktops.d.ts.map +1 -0
- package/script/types/VirtualDesktops.js +2 -0
- package/script/types/Wallpaper.d.ts +11 -0
- package/script/types/Wallpaper.d.ts.map +1 -0
- package/script/types/Wallpaper.js +2 -0
- package/script/types/WallpaperId.d.ts +6 -0
- package/script/types/WallpaperId.d.ts.map +1 -0
- package/script/types/WallpaperId.js +2 -0
- package/script/types/WallpaperInstanceSettings.d.ts +45 -0
- package/script/types/WallpaperInstanceSettings.d.ts.map +1 -0
- package/script/types/WallpaperInstanceSettings.js +2 -0
- package/script/types/WidgetId.d.ts +3 -0
- package/script/types/WidgetId.d.ts.map +1 -1
- package/script/types/WindowManagerLayout.d.ts +1 -2
- package/script/types/WindowManagerLayout.d.ts.map +1 -1
- package/script/types/WmNode.d.ts +40 -15
- package/script/types/WmNode.d.ts.map +1 -1
- package/script/types/WmNodeKind.d.ts +2 -0
- package/script/types/WmNodeKind.d.ts.map +1 -0
- package/script/types/WmNodeKind.js +3 -0
- package/script/types/WmNodeLifetime.d.ts +2 -0
- package/script/types/WmNodeLifetime.d.ts.map +1 -0
- package/script/types/WmNodeLifetime.js +3 -0
- package/script/types/mod.d.ts +215 -201
- package/script/types/mod.d.ts.map +1 -1
- package/script/types/mod.js +215 -201
- package/script/utils/Wrapper.d.ts +3 -0
- package/script/utils/Wrapper.d.ts.map +1 -0
- package/script/utils/Wrapper.js +8 -0
- package/esm/resource.d.ts +0 -6
- package/esm/resource.d.ts.map +0 -1
- package/esm/types/AhkVar.d.ts +0 -7
- package/esm/types/AhkVar.d.ts.map +0 -1
- package/esm/types/AhkVarList.d.ts +0 -64
- package/esm/types/AhkVarList.d.ts.map +0 -1
- package/esm/types/FancyToolbarSettingsByMonitor.d.ts +0 -4
- package/esm/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/NoFallbackBehavior.d.ts +0 -2
- package/esm/types/NoFallbackBehavior.d.ts.map +0 -1
- package/esm/types/NodeSubtype.d.ts +0 -2
- package/esm/types/NodeSubtype.d.ts.map +0 -1
- package/esm/types/SeelenCommandStateSetWallpaperArgs.d.ts +0 -4
- package/esm/types/SeelenCommandStateSetWallpaperArgs.d.ts.map +0 -1
- package/esm/types/SeelenWallSettingsByMonitor.d.ts +0 -6
- package/esm/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/SeelenWallWallpaper.d.ts +0 -5
- package/esm/types/SeelenWallWallpaper.d.ts.map +0 -1
- package/esm/types/SeelenWegSettingsByMonitor.d.ts +0 -8
- package/esm/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/VirtualDesktopStrategy.d.ts +0 -2
- package/esm/types/VirtualDesktopStrategy.d.ts.map +0 -1
- package/esm/types/WindowManagerSettingsByMonitor.d.ts +0 -9
- package/esm/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
- package/esm/types/WmFallbackNode.d.ts +0 -25
- package/esm/types/WmFallbackNode.d.ts.map +0 -1
- package/esm/types/WmHorizontalNode.d.ts +0 -19
- package/esm/types/WmHorizontalNode.d.ts.map +0 -1
- package/esm/types/WmLeafNode.d.ts +0 -21
- package/esm/types/WmLeafNode.d.ts.map +0 -1
- package/esm/types/WmStackNode.d.ts +0 -25
- package/esm/types/WmStackNode.d.ts.map +0 -1
- package/esm/types/WmVerticalNode.d.ts +0 -19
- package/esm/types/WmVerticalNode.d.ts.map +0 -1
- package/esm/types/WorkspaceConfiguration.d.ts +0 -8
- package/esm/types/WorkspaceConfiguration.d.ts.map +0 -1
- package/esm/types/WorkspaceIdentifier.d.ts +0 -6
- package/esm/types/WorkspaceIdentifier.d.ts.map +0 -1
- package/esm/types/WorkspaceIdentifierType.d.ts +0 -2
- package/esm/types/WorkspaceIdentifierType.d.ts.map +0 -1
- package/script/resource.d.ts +0 -6
- package/script/resource.d.ts.map +0 -1
- package/script/types/AhkVar.d.ts +0 -7
- package/script/types/AhkVar.d.ts.map +0 -1
- package/script/types/AhkVarList.d.ts +0 -64
- package/script/types/AhkVarList.d.ts.map +0 -1
- package/script/types/FancyToolbarSettingsByMonitor.d.ts +0 -4
- package/script/types/FancyToolbarSettingsByMonitor.d.ts.map +0 -1
- package/script/types/NoFallbackBehavior.d.ts +0 -2
- package/script/types/NoFallbackBehavior.d.ts.map +0 -1
- package/script/types/NodeSubtype.d.ts +0 -2
- package/script/types/NodeSubtype.d.ts.map +0 -1
- package/script/types/SeelenCommandStateSetWallpaperArgs.d.ts +0 -4
- package/script/types/SeelenCommandStateSetWallpaperArgs.d.ts.map +0 -1
- package/script/types/SeelenWallSettingsByMonitor.d.ts +0 -6
- package/script/types/SeelenWallSettingsByMonitor.d.ts.map +0 -1
- package/script/types/SeelenWallWallpaper.d.ts +0 -5
- package/script/types/SeelenWallWallpaper.d.ts.map +0 -1
- package/script/types/SeelenWegSettingsByMonitor.d.ts +0 -8
- package/script/types/SeelenWegSettingsByMonitor.d.ts.map +0 -1
- package/script/types/VirtualDesktopStrategy.d.ts +0 -2
- package/script/types/VirtualDesktopStrategy.d.ts.map +0 -1
- package/script/types/WindowManagerSettingsByMonitor.d.ts +0 -9
- package/script/types/WindowManagerSettingsByMonitor.d.ts.map +0 -1
- package/script/types/WmFallbackNode.d.ts +0 -25
- package/script/types/WmFallbackNode.d.ts.map +0 -1
- package/script/types/WmHorizontalNode.d.ts +0 -19
- package/script/types/WmHorizontalNode.d.ts.map +0 -1
- package/script/types/WmLeafNode.d.ts +0 -21
- package/script/types/WmLeafNode.d.ts.map +0 -1
- package/script/types/WmStackNode.d.ts +0 -25
- package/script/types/WmStackNode.d.ts.map +0 -1
- package/script/types/WmVerticalNode.d.ts +0 -19
- package/script/types/WmVerticalNode.d.ts.map +0 -1
- package/script/types/WorkspaceConfiguration.d.ts +0 -8
- package/script/types/WorkspaceConfiguration.d.ts.map +0 -1
- package/script/types/WorkspaceIdentifier.d.ts +0 -6
- package/script/types/WorkspaceIdentifier.d.ts.map +0 -1
- package/script/types/WorkspaceIdentifierType.d.ts +0 -2
- package/script/types/WorkspaceIdentifierType.d.ts.map +0 -1
- /package/esm/{resource.js → resource/mod.js} +0 -0
- /package/esm/types/{AhkVar.js → CssVariableName.js} +0 -0
- /package/esm/types/{AhkVarList.js → CustomIconPackEntry.js} +0 -0
- /package/esm/types/{SeelenWallSettingsByMonitor.js → IconPackEntry.js} +0 -0
- /package/esm/types/{FancyToolbarSettingsByMonitor.js → MediaPlayerTimeline.js} +0 -0
- /package/esm/types/{NoFallbackBehavior.js → MixBlendMode.js} +0 -0
- /package/esm/types/{NodeSubtype.js → MonitorId.js} +0 -0
- /package/esm/types/{SeelenCommandStateSetWallpaperArgs.js → ObjectFit.js} +0 -0
- /package/esm/types/{SeelenWallWallpaper.js → ObjectPosition.js} +0 -0
- /package/esm/types/{VirtualDesktopStrategy.js → PlaybackSpeed.js} +0 -0
- /package/esm/types/{WorkspaceIdentifierType.js → ResourceAttribute.js} +0 -0
- /package/esm/types/{SeelenWegSettingsByMonitor.js → SeelenCommandCreatePopupArgs.js} +0 -0
- /package/esm/types/{WindowManagerSettingsByMonitor.js → SeelenCommandRemoveResourceArgs.js} +0 -0
- /package/esm/types/{WmFallbackNode.js → SeelenCommandStateGetWegItemsArgs.js} +0 -0
- /package/esm/types/{WmHorizontalNode.js → SeelenCommandStateSetCustomIconPackArgs.js} +0 -0
- /package/esm/types/{WmLeafNode.js → SeelenCommandUpdatePopupArgs.js} +0 -0
- /package/esm/types/{WmStackNode.js → SharedIconPackEntry.js} +0 -0
- /package/esm/types/{WmVerticalNode.js → SluHotkey.js} +0 -0
- /package/esm/types/{WorkspaceConfiguration.js → SluShortcutsSettings.js} +0 -0
- /package/esm/types/{WorkspaceIdentifier.js → ThemeConfigDefinition.js} +0 -0
- /package/script/{resource.js → resource/mod.js} +0 -0
- /package/script/types/{AhkVar.js → CssVariableName.js} +0 -0
- /package/script/types/{AhkVarList.js → CustomIconPackEntry.js} +0 -0
- /package/script/types/{SeelenWallSettingsByMonitor.js → IconPackEntry.js} +0 -0
- /package/script/types/{FancyToolbarSettingsByMonitor.js → MediaPlayerTimeline.js} +0 -0
- /package/script/types/{NoFallbackBehavior.js → MixBlendMode.js} +0 -0
- /package/script/types/{NodeSubtype.js → MonitorId.js} +0 -0
- /package/script/types/{SeelenCommandStateSetWallpaperArgs.js → ObjectFit.js} +0 -0
- /package/script/types/{SeelenWallWallpaper.js → ObjectPosition.js} +0 -0
- /package/script/types/{VirtualDesktopStrategy.js → PlaybackSpeed.js} +0 -0
- /package/script/types/{WorkspaceIdentifierType.js → ResourceAttribute.js} +0 -0
- /package/script/types/{SeelenWegSettingsByMonitor.js → SeelenCommandCreatePopupArgs.js} +0 -0
- /package/script/types/{WindowManagerSettingsByMonitor.js → SeelenCommandRemoveResourceArgs.js} +0 -0
- /package/script/types/{WmFallbackNode.js → SeelenCommandStateGetWegItemsArgs.js} +0 -0
- /package/script/types/{WmHorizontalNode.js → SeelenCommandStateSetCustomIconPackArgs.js} +0 -0
- /package/script/types/{WmLeafNode.js → SeelenCommandUpdatePopupArgs.js} +0 -0
- /package/script/types/{WmStackNode.js → SharedIconPackEntry.js} +0 -0
- /package/script/types/{WmVerticalNode.js → SluHotkey.js} +0 -0
- /package/script/types/{WorkspaceConfiguration.js → SluShortcutsSettings.js} +0 -0
- /package/script/types/{WorkspaceIdentifier.js → ThemeConfigDefinition.js} +0 -0
package/esm/types/mod.js
CHANGED
|
@@ -1,229 +1,243 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
1
|
+
export * from './Battery.js';
|
|
2
|
+
export * from './Theme.js';
|
|
3
|
+
export * from './SeelenCommandOpenFileArgs.js';
|
|
4
|
+
export * from './AppExtraFlag.js';
|
|
5
|
+
export * from './ThirdPartyWidgetSettings.js';
|
|
6
|
+
export * from './WallpaperInstanceSettings.js';
|
|
7
|
+
export * from './SeelenCommandClosePopupArgs.js';
|
|
8
|
+
export * from './Settings.js';
|
|
9
|
+
export * from './UniqueIconPackEntry.js';
|
|
10
|
+
export * from './ThemeConfigGroup.js';
|
|
11
|
+
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
12
|
+
export * from './WsdItemSelectOption.js';
|
|
13
|
+
export * from './ResourceAttribute.js';
|
|
14
|
+
export * from './BluetoothWearableMinor.js';
|
|
15
|
+
export * from './WidgetId.js';
|
|
16
|
+
export * from './SeelenCommandConfirmBluetoothDevicePairArgs.js';
|
|
17
|
+
export * from './ResourceId.js';
|
|
18
|
+
export * from './UIColors.js';
|
|
19
|
+
export * from './SluResourceFile.js';
|
|
4
20
|
export * from './SystemLanguage.js';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './Binding.js';
|
|
13
|
-
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
14
|
-
export * from './Widget.js';
|
|
15
|
-
export * from './SeelenCommandGetIconArgs.js';
|
|
16
|
-
export * from './UserToolbarItem.js';
|
|
17
|
-
export * from './FancyToolbarSettings.js';
|
|
18
|
-
export * from './WegPinnedItemsVisibility.js';
|
|
19
|
-
export * from './SeelenCommandOnClickTrayIconArgs.js';
|
|
20
|
-
export * from './BluetoothHealthMinor.js';
|
|
21
|
-
export * from './ToastActionsEntry.js';
|
|
21
|
+
export * from './Icon.js';
|
|
22
|
+
export * from './MediaDeviceSession.js';
|
|
23
|
+
export * from './BluetoothDevicePairShowPinRequest.js';
|
|
24
|
+
export * from './ToastImageCropType.js';
|
|
25
|
+
export * from './WindowManagerLayout.js';
|
|
26
|
+
export * from './WsdItem.js';
|
|
27
|
+
export * from './BluetoothNetworkMinor.js';
|
|
22
28
|
export * from './ToastText.js';
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './ToastHeader.js';
|
|
25
|
-
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
26
|
-
export * from './PinnedWegItemData.js';
|
|
27
|
-
export * from './BluetoothImagingMinor.js';
|
|
28
|
-
export * from './WsdItemInputNumber.js';
|
|
29
|
-
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
30
|
-
export * from './SluPopupContent.js';
|
|
31
|
-
export * from './MediaPlayer.js';
|
|
29
|
+
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
32
30
|
export * from './SluPopupConfig.js';
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
35
|
-
export * from './
|
|
36
|
-
export * from './WidgetSettingsDeclarationList.js';
|
|
37
|
-
export * from './SeelenWegSettingsByMonitor.js';
|
|
38
|
-
export * from './WorkspaceIdentifier.js';
|
|
39
|
-
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
40
|
-
export * from './WsdItem.js';
|
|
41
|
-
export * from './SettingsByWidget.js';
|
|
42
|
-
export * from './BluetoothPeripheralSubMinor.js';
|
|
43
|
-
export * from './BluetoothDevice.js';
|
|
44
|
-
export * from './ToastAction.js';
|
|
31
|
+
export * from './SeelenCommandSetNativeShellWallpaperArgs.js';
|
|
32
|
+
export * from './ToastSubGroup.js';
|
|
33
|
+
export * from './WorkspaceToolbarItemMode.js';
|
|
45
34
|
export * from './Border.js';
|
|
46
|
-
export * from './ThirdPartyWidgetSettings.js';
|
|
47
|
-
export * from './IconPackId.js';
|
|
48
|
-
export * from './BLEAppearanceSubCategory.js';
|
|
49
|
-
export * from './BluetoothToolbarItem.js';
|
|
50
|
-
export * from './ToastInputSelection.js';
|
|
51
35
|
export * from './WorkspaceToolbarItem.js';
|
|
52
|
-
export * from './SeelenCommandSetWindowPositionArgs.js';
|
|
53
36
|
export * from './ToolbarItem.js';
|
|
54
|
-
export * from './
|
|
55
|
-
export * from './
|
|
56
|
-
export * from './
|
|
57
|
-
export * from './ToastActionActivationType.js';
|
|
58
|
-
export * from './Plugin.js';
|
|
59
|
-
export * from './RegistryNotifyIcon.js';
|
|
60
|
-
export * from './SeelenLauncherMonitor.js';
|
|
61
|
-
export * from './ThemeId.js';
|
|
62
|
-
export * from './SeelenCommandArgument.js';
|
|
63
|
-
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
64
|
-
export * from './StyleValue.js';
|
|
65
|
-
export * from './ToastVisual.js';
|
|
37
|
+
export * from './Profile.js';
|
|
38
|
+
export * from './ToastInput.js';
|
|
39
|
+
export * from './ThemeVariableDefinition.js';
|
|
66
40
|
export * from './WsdItemRange.js';
|
|
67
|
-
export * from './
|
|
68
|
-
export * from './WsdGroupEntry.js';
|
|
69
|
-
export * from './SeelenCommandOpenFileArgs.js';
|
|
70
|
-
export * from './WorkspaceToolbarItemMode.js';
|
|
71
|
-
export * from './ToastTemplateType.js';
|
|
72
|
-
export * from './WorkspaceIdentifierType.js';
|
|
73
|
-
export * from './UIColors.js';
|
|
74
|
-
export * from './PowerStatus.js';
|
|
75
|
-
export * from './PowerToolbarItem.js';
|
|
76
|
-
export * from './WsdItemSelectSubtype.js';
|
|
77
|
-
export * from './MediaDeviceType.js';
|
|
78
|
-
export * from './MediaPlayerOwner.js';
|
|
79
|
-
export * from './Resource.js';
|
|
80
|
-
export * from './SeelenCommandMediaSetDefaultDeviceArgs.js';
|
|
81
|
-
export * from './SeelenLauncherRunner.js';
|
|
82
|
-
export * from './SeelenCommandRunAsAdminArgs.js';
|
|
83
|
-
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
84
|
-
export * from './DesktopWorkspace.js';
|
|
85
|
-
export * from './WsdItemSwitch.js';
|
|
86
|
-
export * from './SeelenCommandPairBluetoothDeviceArgs.js';
|
|
87
|
-
export * from './WmHorizontalNode.js';
|
|
88
|
-
export * from './RelaunchArguments.js';
|
|
89
|
-
export * from './ToastSubGroup.js';
|
|
41
|
+
export * from './WorkspaceId.js';
|
|
90
42
|
export * from './WindowManagerSettings.js';
|
|
91
43
|
export * from './DateToolbarItem.js';
|
|
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 './MediaDeviceSession.js';
|
|
102
|
-
export * from './BluetoothNetworkSubMinor.js';
|
|
103
|
-
export * from './TsUnknown.js';
|
|
104
|
-
export * from './NodeSubtype.js';
|
|
105
|
-
export * from './WsdItemInputText.js';
|
|
44
|
+
export * from './CustomIconPackEntry.js';
|
|
45
|
+
export * from './MediaDevice.js';
|
|
46
|
+
export * from './ThemeSettings.js';
|
|
47
|
+
export * from './SeelenCommandRequestToUserInputShortcutArgs.js';
|
|
48
|
+
export * from './SluPopupContent.js';
|
|
49
|
+
export * from './AppConfig.js';
|
|
50
|
+
export * from './WsdItemColor.js';
|
|
51
|
+
export * from './PlaybackSpeed.js';
|
|
52
|
+
export * from './GenericToolbarItem.js';
|
|
106
53
|
export * from './FocusedApp.js';
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './
|
|
112
|
-
export * from './
|
|
113
|
-
export * from './
|
|
54
|
+
export * from './WegItem.js';
|
|
55
|
+
export * from './Placeholder.js';
|
|
56
|
+
export * from './ThirdPartyPlugin.js';
|
|
57
|
+
export * from './WlanProfile.js';
|
|
58
|
+
export * from './WsdItemInputText.js';
|
|
59
|
+
export * from './MediaPlayerTimeline.js';
|
|
60
|
+
export * from './FancyToolbarSettings.js';
|
|
61
|
+
export * from './MonitorSettingsByWidget.js';
|
|
62
|
+
export * from './WsdItemSwitch.js';
|
|
63
|
+
export * from './SeelenLauncherRunner.js';
|
|
64
|
+
export * from './WsdGroupEntry.js';
|
|
65
|
+
export * from './WegPinnedItemsVisibility.js';
|
|
66
|
+
export * from './SeelenCommandSetVolumeLevelArgs.js';
|
|
67
|
+
export * from './SeelenCommandSetUserFolderLimitArgs.js';
|
|
68
|
+
export * from './WegItemSubtype.js';
|
|
69
|
+
export * from './ThemeVariableWithUnit.js';
|
|
70
|
+
export * from './BluetoothAudioVideoMinor.js';
|
|
71
|
+
export * from './UpdaterSettings.js';
|
|
72
|
+
export * from './SeelenCommandStateSetCustomIconPackArgs.js';
|
|
73
|
+
export * from './BluetoothToolbarItem.js';
|
|
74
|
+
export * from './BLEAppearanceSubCategory.js';
|
|
75
|
+
export * from './SeelenCommandPairBluetoothDeviceArgs.js';
|
|
76
|
+
export * from './TsUnknown.js';
|
|
77
|
+
export * from './Rect.js';
|
|
114
78
|
export * from './ResourceStatus.js';
|
|
115
|
-
export * from './
|
|
116
|
-
export * from './WindowManagerSettingsByMonitor.js';
|
|
117
|
-
export * from './ToastActionPlacement.js';
|
|
118
|
-
export * from './Theme.js';
|
|
119
|
-
export * from './File.js';
|
|
120
|
-
export * from './SeelenCommandWlanConnectArgs.js';
|
|
121
|
-
export * from './ToastImageCropType.js';
|
|
122
|
-
export * from './SeelenCommandRunArgs.js';
|
|
123
|
-
export * from './SeelenCommandRequestFocusArgs.js';
|
|
79
|
+
export * from './AppNotification.js';
|
|
124
80
|
export * from './SeelenLauncherSettings.js';
|
|
125
|
-
export * from './
|
|
126
|
-
export * from './
|
|
127
|
-
export * from './
|
|
128
|
-
export * from './
|
|
129
|
-
export * from './
|
|
130
|
-
export * from './
|
|
131
|
-
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
132
|
-
export * from './ResourceKind.js';
|
|
133
|
-
export * from './ToastSubGroupEntry.js';
|
|
134
|
-
export * from './SeelenCommandSetUserFolderLimitArgs.js';
|
|
135
|
-
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
81
|
+
export * from './ObjectPosition.js';
|
|
82
|
+
export * from './PowerToolbarItem.js';
|
|
83
|
+
export * from './TrayToolbarItem.js';
|
|
84
|
+
export * from './StyleValue.js';
|
|
85
|
+
export * from './SeelenCommandRequestFocusArgs.js';
|
|
86
|
+
export * from './WallpaperId.js';
|
|
136
87
|
export * from './TrayIcon.js';
|
|
137
|
-
export * from './
|
|
138
|
-
export * from './
|
|
139
|
-
export * from './
|
|
140
|
-
export * from './
|
|
141
|
-
export * from './
|
|
88
|
+
export * from './SeelenCommandMediaNextArgs.js';
|
|
89
|
+
export * from './FloatingWindowSettings.js';
|
|
90
|
+
export * from './Wallpaper.js';
|
|
91
|
+
export * from './MonitorId.js';
|
|
92
|
+
export * from './Toast.js';
|
|
93
|
+
export * from './WsdGroup.js';
|
|
94
|
+
export * from './PluginId.js';
|
|
95
|
+
export * from './ToastActionAfterActivationBehavior.js';
|
|
96
|
+
export * from './ThemeConfigDefinition.js';
|
|
97
|
+
export * from './ToastActionActivationType.js';
|
|
142
98
|
export * from './SeelenCommandWegToggleWindowStateArgs.js';
|
|
143
|
-
export * from './
|
|
144
|
-
export * from './
|
|
145
|
-
export * from './
|
|
146
|
-
export * from './
|
|
99
|
+
export * from './SeelenCommandGetUserFolderContentArgs.js';
|
|
100
|
+
export * from './WsdItemInputNumber.js';
|
|
101
|
+
export * from './FolderChangedArgs.js';
|
|
102
|
+
export * from './BluetoothPeripheralMinor.js';
|
|
147
103
|
export * from './BluetoothToyMinor.js';
|
|
148
|
-
export * from './
|
|
149
|
-
export * from './
|
|
150
|
-
export * from './
|
|
151
|
-
export * from './Battery.js';
|
|
152
|
-
export * from './WegAppGroupItem.js';
|
|
104
|
+
export * from './UserToolbarItem.js';
|
|
105
|
+
export * from './MonitorConfiguration.js';
|
|
106
|
+
export * from './SettingsToolbarItem.js';
|
|
153
107
|
export * from './NotificationsToolbarItem.js';
|
|
108
|
+
export * from './WidgetInstanceType.js';
|
|
109
|
+
export * from './BluetoothImagingSubMinor.js';
|
|
110
|
+
export * from './SeelenCommandSetAutoStartArgs.js';
|
|
111
|
+
export * from './ToastTemplateType.js';
|
|
112
|
+
export * from './MediaDeviceType.js';
|
|
154
113
|
export * from './SeelenCommandGetPopupConfigArgs.js';
|
|
155
|
-
export * from './
|
|
156
|
-
export * from './
|
|
157
|
-
export * from './
|
|
158
|
-
export * from './
|
|
159
|
-
export * from './
|
|
160
|
-
export * from './
|
|
161
|
-
export * from './
|
|
162
|
-
export * from './
|
|
163
|
-
export * from './
|
|
164
|
-
export * from './
|
|
165
|
-
export * from './
|
|
114
|
+
export * from './WegTemporalItemsVisibility.js';
|
|
115
|
+
export * from './SeelenLauncherMonitor.js';
|
|
116
|
+
export * from './SeelenWegSettings.js';
|
|
117
|
+
export * from './WegItems.js';
|
|
118
|
+
export * from './SeelenCommandMediaToggleMuteArgs.js';
|
|
119
|
+
export * from './BluetoothMajorClass.js';
|
|
120
|
+
export * from './SeelenCommandRunAsAdminArgs.js';
|
|
121
|
+
export * from './User.js';
|
|
122
|
+
export * from './SeelenCommandMediaTogglePlayPauseArgs.js';
|
|
123
|
+
export * from './RelaunchArguments.js';
|
|
124
|
+
export * from './ThemeVariable.js';
|
|
166
125
|
export * from './SeelenCommandWegKillAppArgs.js';
|
|
167
|
-
export * from './BluetoothComputerMinor.js';
|
|
168
|
-
export * from './WindowManagerLayout.js';
|
|
169
|
-
export * from './SeelenCommandReturn.js';
|
|
170
|
-
export * from './Placeholder.js';
|
|
171
|
-
export * from './Color.js';
|
|
172
|
-
export * from './Settings.js';
|
|
173
|
-
export * from './LauncherHistory.js';
|
|
174
|
-
export * from './ToastImage.js';
|
|
175
|
-
export * from './ThemeVariableDefinition.js';
|
|
176
|
-
export * from './SettingsToolbarItem.js';
|
|
177
126
|
export * from './WmNode.js';
|
|
127
|
+
export * from './VirtualDesktops.js';
|
|
128
|
+
export * from './RegistryNotifyIcon.js';
|
|
129
|
+
export * from './ProfileSettings.js';
|
|
130
|
+
export * from './MediaPlayer.js';
|
|
131
|
+
export * from './SeelenCommandSwitchWorkspaceArgs.js';
|
|
132
|
+
export * from './DesktopWorkspace.js';
|
|
178
133
|
export * from './ToastBindingEntry.js';
|
|
179
|
-
export * from './
|
|
180
|
-
export * from './
|
|
181
|
-
export * from './
|
|
182
|
-
export * from './
|
|
183
|
-
export * from './AhkVarList.js';
|
|
184
|
-
export * from './CssStyles.js';
|
|
185
|
-
export * from './SeelenCommandForgetBluetoothDeviceArgs.js';
|
|
186
|
-
export * from './User.js';
|
|
134
|
+
export * from './ToastAction.js';
|
|
135
|
+
export * from './NetworkAdapter.js';
|
|
136
|
+
export * from './Color.js';
|
|
137
|
+
export * from './ToastActionPlacement.js';
|
|
187
138
|
export * from './SeelenCommandOnContextMenuTrayIconArgs.js';
|
|
139
|
+
export * from './ToastSubGroupEntry.js';
|
|
140
|
+
export * from './WlanBssEntry.js';
|
|
141
|
+
export * from './SeelenWegSide.js';
|
|
142
|
+
export * from './SeelenCommandSetWindowPositionArgs.js';
|
|
143
|
+
export * from './BluetoothComputerMinor.js';
|
|
144
|
+
export * from './WmNodeKind.js';
|
|
145
|
+
export * from './ToastActionButtonStyle.js';
|
|
146
|
+
export * from './AppIdentifier.js';
|
|
147
|
+
export * from './Resource.js';
|
|
148
|
+
export * from './WegAppGroupItem.js';
|
|
149
|
+
export * from './File.js';
|
|
150
|
+
export * from './BluetoothImagingMinor.js';
|
|
151
|
+
export * from './MediaPlayerOwner.js';
|
|
152
|
+
export * from './IconPackId.js';
|
|
153
|
+
export * from './PhysicalMonitor.js';
|
|
154
|
+
export * from './BLEAppearance.js';
|
|
155
|
+
export * from './SluHotkeyAction.js';
|
|
156
|
+
export * from './ToastProgress.js';
|
|
157
|
+
export * from './PowerMode.js';
|
|
158
|
+
export * from './MatchingStrategy.js';
|
|
159
|
+
export * from './BluetoothPeripheralSubMinor.js';
|
|
160
|
+
export * from './IconPack.js';
|
|
161
|
+
export * from './ToastHeader.js';
|
|
162
|
+
export * from './IconPackEntry.js';
|
|
163
|
+
export * from './CssVariableName.js';
|
|
164
|
+
export * from './UpdateChannel.js';
|
|
165
|
+
export * from './ToolbarItem2.js';
|
|
166
|
+
export * from './DeviceToolbarItem.js';
|
|
167
|
+
export * from './WidgetSettingsDeclarationList.js';
|
|
188
168
|
export * from './RemoteDataDeclaration.js';
|
|
189
|
-
export * from './ToastActions.js';
|
|
190
|
-
export * from './SeelenCommandStateSetWallpaperArgs.js';
|
|
191
|
-
export * from './BluetoothImagingSubMinor.js';
|
|
192
|
-
export * from './AppConfig.js';
|
|
193
|
-
export * from './VirtualDesktopStrategy.js';
|
|
194
|
-
export * from './FolderType.js';
|
|
195
|
-
export * from './ThemeSettingsDefinition.js';
|
|
196
169
|
export * from './ToastImagePlacement.js';
|
|
197
|
-
export * from './
|
|
198
|
-
export * from './
|
|
170
|
+
export * from './KnownPlugin.js';
|
|
171
|
+
export * from './SeelenCommandNotificationsCloseArgs.js';
|
|
172
|
+
export * from './SeelenCommandWegCloseAppArgs.js';
|
|
173
|
+
export * from './ThemeSettingsDefinition.js';
|
|
174
|
+
export * from './ObjectFit.js';
|
|
175
|
+
export * from './SeelenCommandSystemSetKeyboardLayoutArgs.js';
|
|
176
|
+
export * from './ResourceMetadata.js';
|
|
177
|
+
export * from './SharedIconPackEntry.js';
|
|
178
|
+
export * from './WsdItemSelectSubtype.js';
|
|
199
179
|
export * from './ToastGroup.js';
|
|
200
|
-
export * from './
|
|
201
|
-
export * from './
|
|
202
|
-
export * from './
|
|
203
|
-
export * from './
|
|
204
|
-
export * from './ThirdPartyPlugin.js';
|
|
205
|
-
export * from './SeelenCommandSendKeysArgs.js';
|
|
206
|
-
export * from './SeelenEventPayload.js';
|
|
207
|
-
export * from './SeelenWallSettingsByMonitor.js';
|
|
208
|
-
export * from './PluginId.js';
|
|
180
|
+
export * from './AppIdentifierType.js';
|
|
181
|
+
export * from './BluetoothPhoneMinor.js';
|
|
182
|
+
export * from './SeelenCommandWlanConnectArgs.js';
|
|
183
|
+
export * from './SeelenCommandMediaPrevArgs.js';
|
|
209
184
|
export * from './BluetoothMajorServiceClass.js';
|
|
210
|
-
export * from './
|
|
211
|
-
export * from './
|
|
212
|
-
export * from './
|
|
213
|
-
export * from './
|
|
214
|
-
export * from './ToastActionAfterActivationBehavior.js';
|
|
215
|
-
export * from './MonitorConfiguration.js';
|
|
185
|
+
export * from './SeelenCommandOnClickTrayIconArgs.js';
|
|
186
|
+
export * from './VirtualDesktopMonitor.js';
|
|
187
|
+
export * from './WsdItemSelect.js';
|
|
188
|
+
export * from './FolderType.js';
|
|
216
189
|
export * from './ResourceText.js';
|
|
217
|
-
export * from './
|
|
218
|
-
export * from './
|
|
219
|
-
export * from './
|
|
220
|
-
export * from './
|
|
221
|
-
export * from './
|
|
222
|
-
export * from './
|
|
223
|
-
export * from './
|
|
224
|
-
export * from './
|
|
190
|
+
export * from './PinnedWegItemData.js';
|
|
191
|
+
export * from './ToastImage.js';
|
|
192
|
+
export * from './SeelenCommandReturn.js';
|
|
193
|
+
export * from './Plugin.js';
|
|
194
|
+
export * from './SeelenCommandStateWriteSettingsArgs.js';
|
|
195
|
+
export * from './AdapterStatus.js';
|
|
196
|
+
export * from './MixBlendMode.js';
|
|
197
|
+
export * from './Binding.js';
|
|
198
|
+
export * from './ResourceKind.js';
|
|
199
|
+
export * from './SeelenCommandStateGetWegItemsArgs.js';
|
|
200
|
+
export * from './StartMenuItem.js';
|
|
201
|
+
export * from './MediaToolbarItem.js';
|
|
202
|
+
export * from './SeelenCommandStateGetSettingsArgs.js';
|
|
203
|
+
export * from './CssStyles.js';
|
|
204
|
+
export * from './SeelenCommandRunArgs.js';
|
|
205
|
+
export * from './BluetoothMinorClass.js';
|
|
206
|
+
export * from './HideMode.js';
|
|
207
|
+
export * from './ToastInputSelection.js';
|
|
208
|
+
export * from './SeelenCommandTranslateTextArgs.js';
|
|
209
|
+
export * from './BluetoothDevice.js';
|
|
210
|
+
export * from './PowerStatus.js';
|
|
211
|
+
export * from './BluetoothHealthMinor.js';
|
|
212
|
+
export * from './SettingsByWidget.js';
|
|
213
|
+
export * from './SeelenCommandWegPinItemArgs.js';
|
|
214
|
+
export * from './KeyboardToolbarItem.js';
|
|
215
|
+
export * from './BluetoothNetworkSubMinor.js';
|
|
216
|
+
export * from './ThemeId.js';
|
|
217
|
+
export * from './SeelenCommandGetIconArgs.js';
|
|
218
|
+
export * from './Widget.js';
|
|
225
219
|
export * from './Brightness.js';
|
|
226
|
-
export * from './
|
|
220
|
+
export * from './WmNodeLifetime.js';
|
|
221
|
+
export * from './NetworkToolbarItem.js';
|
|
222
|
+
export * from './LauncherHistory.js';
|
|
223
|
+
export * from './SeelenEventPayload.js';
|
|
224
|
+
export * from './ToastActionsEntry.js';
|
|
225
|
+
export * from './SeelenCommandSetMainMonitorBrightnessArgs.js';
|
|
226
|
+
export * from './SeelenCommandArgument.js';
|
|
227
|
+
export * from './TextToolbarItem.js';
|
|
228
|
+
export * from './SluShortcutsSettings.js';
|
|
227
229
|
export * from './SeelenCommandWegRequestUpdatePreviewsArgs.js';
|
|
228
|
-
export * from './
|
|
229
|
-
export * from './
|
|
230
|
+
export * from './ToastActions.js';
|
|
231
|
+
export * from './SeelenCommandSendKeysArgs.js';
|
|
232
|
+
export * from './FancyToolbarSide.js';
|
|
233
|
+
export * from './ToastVisual.js';
|
|
234
|
+
export * from './SeelenCommandStateWriteWegItemsArgs.js';
|
|
235
|
+
export * from './SeelenWallSettings.js';
|
|
236
|
+
export * from './SeelenWegMode.js';
|
|
237
|
+
export * from './SeelenCommandSelectFileOnExplorerArgs.js';
|
|
238
|
+
export * from './SeelenCommandUpdatePopupArgs.js';
|
|
239
|
+
export * from './SeelenCommandCreatePopupArgs.js';
|
|
240
|
+
export * from './SeelenCommandRemoveResourceArgs.js';
|
|
241
|
+
export * from './KeyboardLayout.js';
|
|
242
|
+
export * from './ToastInputType.js';
|
|
243
|
+
export * from './SluHotkey.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/utils/Wrapper.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AAE7C,eAAO,MAAM,OAAO,EAIf,OAAO,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seelen-ui/lib",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.1-next.20250825015552",
|
|
4
4
|
"description": "Seelen UI Library for Widgets",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@tauri-apps/api": "^2.
|
|
31
|
-
"@tauri-apps/plugin-dialog": "^2.
|
|
32
|
-
"@tauri-apps/plugin-fs": "^2.
|
|
33
|
-
"@tauri-apps/plugin-log": "^2.
|
|
34
|
-
"@tauri-apps/plugin-process": "^2.
|
|
30
|
+
"@tauri-apps/api": "^2.8.0",
|
|
31
|
+
"@tauri-apps/plugin-dialog": "^2.3.3",
|
|
32
|
+
"@tauri-apps/plugin-fs": "^2.4.2",
|
|
33
|
+
"@tauri-apps/plugin-log": "^2.6.0",
|
|
34
|
+
"@tauri-apps/plugin-process": "^2.3.0"
|
|
35
35
|
},
|
|
36
36
|
"_generatedBy": "dnt@dev"
|
|
37
37
|
}
|
|
@@ -15,9 +15,13 @@ declare const _languageList: readonly [{
|
|
|
15
15
|
readonly enLabel: "Korean";
|
|
16
16
|
readonly value: "ko";
|
|
17
17
|
}, {
|
|
18
|
-
readonly label: "中文";
|
|
19
|
-
readonly enLabel: "Chinese";
|
|
20
|
-
readonly value: "zh";
|
|
18
|
+
readonly label: "中文 (简体)";
|
|
19
|
+
readonly enLabel: "Chinese (Simplified)";
|
|
20
|
+
readonly value: "zh-CN";
|
|
21
|
+
}, {
|
|
22
|
+
readonly label: "中文 (繁體)";
|
|
23
|
+
readonly enLabel: "Chinese (Traditional)";
|
|
24
|
+
readonly value: "zh-TW";
|
|
21
25
|
}, {
|
|
22
26
|
readonly label: "Français";
|
|
23
27
|
readonly enLabel: "French";
|
|
@@ -27,9 +31,13 @@ declare const _languageList: readonly [{
|
|
|
27
31
|
readonly enLabel: "Arabic";
|
|
28
32
|
readonly value: "ar";
|
|
29
33
|
}, {
|
|
30
|
-
readonly label: "Português";
|
|
31
|
-
readonly enLabel: "Portuguese";
|
|
32
|
-
readonly value: "pt";
|
|
34
|
+
readonly label: "Português (Portugal)";
|
|
35
|
+
readonly enLabel: "Portuguese (Portugal)";
|
|
36
|
+
readonly value: "pt-PT";
|
|
37
|
+
}, {
|
|
38
|
+
readonly label: "Português (Brasil)";
|
|
39
|
+
readonly enLabel: "Portuguese (Brazil)";
|
|
40
|
+
readonly value: "pt-BR";
|
|
33
41
|
}, {
|
|
34
42
|
readonly label: "Русский";
|
|
35
43
|
readonly enLabel: "Russian";
|
|
@@ -123,7 +131,7 @@ declare const _languageList: readonly [{
|
|
|
123
131
|
readonly enLabel: "Estonian";
|
|
124
132
|
readonly value: "et";
|
|
125
133
|
}, {
|
|
126
|
-
readonly label: "
|
|
134
|
+
readonly label: "Tagalog";
|
|
127
135
|
readonly enLabel: "Filipino";
|
|
128
136
|
readonly value: "tl";
|
|
129
137
|
}, {
|
|
@@ -156,7 +164,7 @@ declare const _languageList: readonly [{
|
|
|
156
164
|
readonly value: "bn";
|
|
157
165
|
}, {
|
|
158
166
|
readonly label: "فارسی";
|
|
159
|
-
readonly enLabel: "
|
|
167
|
+
readonly enLabel: "Persian";
|
|
160
168
|
readonly value: "fa";
|
|
161
169
|
}, {
|
|
162
170
|
readonly label: "ਪੰਜਾਬੀ";
|
|
@@ -283,7 +291,7 @@ export type SupportedLanguagesCode = (typeof _languageList)[number]['value'];
|
|
|
283
291
|
export interface SupportedLanguage {
|
|
284
292
|
label: string;
|
|
285
293
|
enLabel: string;
|
|
286
|
-
/** language code @example 'de' 'es' 'zh' '
|
|
294
|
+
/** language code @example 'de' 'es' 'zh' 'en-US' 'en-UK' */
|
|
287
295
|
value: string;
|
|
288
296
|
}
|
|
289
297
|
export declare const SupportedLanguages: SupportedLanguage[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/constants/mod.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../src/constants/mod.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyET,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC;AAE7E,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,4DAA4D;IAC5D,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,EAAqE,CAAC"}
|
package/script/constants/mod.js
CHANGED
|
@@ -6,10 +6,12 @@ const _languageList = [
|
|
|
6
6
|
{ label: 'English', enLabel: 'English', value: 'en' },
|
|
7
7
|
{ label: 'Español', enLabel: 'Spanish', value: 'es' },
|
|
8
8
|
{ label: '한국어', enLabel: 'Korean', value: 'ko' },
|
|
9
|
-
{ label: '中文', enLabel: 'Chinese', value: 'zh' },
|
|
9
|
+
{ label: '中文 (简体)', enLabel: 'Chinese (Simplified)', value: 'zh-CN' },
|
|
10
|
+
{ label: '中文 (繁體)', enLabel: 'Chinese (Traditional)', value: 'zh-TW' },
|
|
10
11
|
{ label: 'Français', enLabel: 'French', value: 'fr' },
|
|
11
12
|
{ label: 'العربية', enLabel: 'Arabic', value: 'ar' },
|
|
12
|
-
{ label: 'Português', enLabel: 'Portuguese', value: 'pt' },
|
|
13
|
+
{ label: 'Português (Portugal)', enLabel: 'Portuguese (Portugal)', value: 'pt-PT' },
|
|
14
|
+
{ label: 'Português (Brasil)', enLabel: 'Portuguese (Brazil)', value: 'pt-BR' },
|
|
13
15
|
{ label: 'Русский', enLabel: 'Russian', value: 'ru' },
|
|
14
16
|
{ label: 'हिन्दी', enLabel: 'Hindi', value: 'hi' },
|
|
15
17
|
{ label: '日本語', enLabel: 'Japanese', value: 'ja' },
|
|
@@ -33,7 +35,7 @@ const _languageList = [
|
|
|
33
35
|
{ label: 'Lietuvių', enLabel: 'Lithuanian', value: 'lt' },
|
|
34
36
|
{ label: 'Latviešu', enLabel: 'Latvian', value: 'lv' },
|
|
35
37
|
{ label: 'Eesti', enLabel: 'Estonian', value: 'et' },
|
|
36
|
-
{ label: '
|
|
38
|
+
{ label: 'Tagalog', enLabel: 'Filipino', value: 'tl' }, // or fil
|
|
37
39
|
{ label: 'Tiếng Việt', enLabel: 'Vietnamese', value: 'vi' },
|
|
38
40
|
{ label: 'ไทย', enLabel: 'Thai', value: 'th' },
|
|
39
41
|
{ label: 'Indonesia', enLabel: 'Indonesian', value: 'id' },
|
|
@@ -41,7 +43,7 @@ const _languageList = [
|
|
|
41
43
|
{ label: 'Català', enLabel: 'Catalan', value: 'ca' },
|
|
42
44
|
{ label: 'Afrikaans', enLabel: 'Afrikaans', value: 'af' },
|
|
43
45
|
{ label: 'বাংলা', enLabel: 'Bengali', value: 'bn' },
|
|
44
|
-
{ label: 'فارسی', enLabel: '
|
|
46
|
+
{ label: 'فارسی', enLabel: 'Persian', value: 'fa' },
|
|
45
47
|
{ label: 'ਪੰਜਾਬੀ', enLabel: 'Punjabi', value: 'pa' },
|
|
46
48
|
{ label: 'Kiswahili', enLabel: 'Swahili', value: 'sw' },
|
|
47
49
|
{ label: 'தமிழ்', enLabel: 'Tamil', value: 'ta' },
|