adminforth
Advanced tools
Comparing version 1.3.57-next.9 to 1.3.57-next.10
@@ -44,3 +44,3 @@ | ||
*/ | ||
refresh(): Promise<{ error? : string }>; | ||
// refresh(): Promise<{ error? : string }>; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
silentRefresh(): Promise<{ error? : string }>; | ||
// silentRefresh(): Promise<{ error? : string }>; | ||
@@ -58,3 +58,3 @@ /** | ||
*/ | ||
silentRefreshRow (pk: any): Promise<{ error? : string }>; | ||
// silentRefreshRow (pk: any): Promise<{ error? : string }>; | ||
@@ -61,0 +61,0 @@ /** |
@@ -38,5 +38,2 @@ export interface FrontendAPIInterface { | ||
*/ | ||
refresh(): Promise<{ | ||
error?: string; | ||
}>; | ||
/** | ||
@@ -47,11 +44,5 @@ * Silently Refresh existing rows in the list (without loader). | ||
*/ | ||
silentRefresh(): Promise<{ | ||
error?: string; | ||
}>; | ||
/** | ||
* Refresh a specific row in the list without loader, row should be already shown in the list, otherwise method will return an error | ||
*/ | ||
silentRefreshRow(pk: any): Promise<{ | ||
error?: string; | ||
}>; | ||
/** | ||
@@ -58,0 +49,0 @@ * Close the three dots dropdown |
{ | ||
"name": "adminforth", | ||
"version": "1.3.57-next.9", | ||
"version": "1.3.57-next.10", | ||
"description": "OpenSource Vue3 powered forth-generation admin panel", | ||
@@ -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
980258
15023