@wezz/ariatabmanager
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,8 +0,22 @@ | ||
export default class AriaTabManager { | ||
constructor(parent: HTMLElement); | ||
InitiateElements(parent: HTMLElement): void; | ||
export default class ARIATabManager { | ||
private controlelements; | ||
private controlselector; | ||
private contentselector; | ||
private contentcontainerselector; | ||
private buttonselector; | ||
private tabmodeattributename; | ||
private defaultDelay; | ||
constructor(); | ||
InitiateElements(): void; | ||
private initiateElement; | ||
private setDefaultDelay; | ||
private bindEvents; | ||
private onBeforeClick; | ||
private setPageHash; | ||
private checkPageHash; | ||
private getTabContainer; | ||
private displayTarget; | ||
private getTargets; | ||
private getButtons; | ||
private setContentHeight; | ||
} | ||
export interface AriaTabManagerClass { | ||
constructor(parent: HTMLElement): void; | ||
InitiateElements(parent: HTMLElement): void; | ||
} |
{ | ||
"name": "@wezz/ariatabmanager", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/ariatabmanager.umd.cjs", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20059
319
0