decky-frontend-lib
Advanced tools
Comparing version 3.21.2 to 3.21.3
@@ -53,3 +53,3 @@ import type { ComponentType, ReactNode } from 'react'; | ||
toaster: Toaster; | ||
openFilePicker(startPath: string, includeFiles?: boolean, regex?: RegExp): Promise<FilePickerRes>; | ||
openFilePicker(startPath: string, includeFiles?: boolean, filter?: RegExp | ((file: File) => boolean), includeFolders?: boolean, extensions?: string[], showHiddenFiles?: boolean, allowAllFiles?: boolean, max?: number): Promise<FilePickerRes>; | ||
callPluginMethod<TArgs = {}, TRes = {}>(methodName: string, args: TArgs): Promise<ServerResponse<TRes>>; | ||
@@ -56,0 +56,0 @@ callServerMethod<TArgs = {}, TRes = {}>(methodName: string, args: TArgs): Promise<ServerResponse<TRes>>; |
{ | ||
"name": "decky-frontend-lib", | ||
"version": "3.21.2", | ||
"version": "3.21.3", | ||
"description": "A library for building decky plugins", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220983
5308