Comparing version 5.8.0 to 5.8.1
@@ -37,3 +37,3 @@ interface Item { | ||
*/ | ||
onbeforecreate: (el: HTMLElement) => string; | ||
onbeforecreate: (el: HTMLElement, title: string | undefined) => string | false; | ||
/** On change tab position event */ | ||
@@ -40,0 +40,0 @@ onchangeposition: (headers: HTMLElement[], from: number, to: number) => void; |
@@ -29,3 +29,3 @@ { | ||
"types": "dist/jsuites.d.ts", | ||
"version": "5.8.0", | ||
"version": "5.8.1", | ||
"bugs": "https://github.com/jsuites/jsuites/issues", | ||
@@ -32,0 +32,0 @@ "homepage": "https://github.com/jsuites/jsuites", |
Sorry, the diff of this file is too big to display
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
686384