Comparing version 1.0.3 to 1.0.4
@@ -13,5 +13,7 @@ /*! | ||
private _dummyManager?; | ||
private _isFocused; | ||
constructor(tabster: Types.TabsterInternal, element: HTMLElement, props: Types.RootProps); | ||
dispose(): void; | ||
moveOutWithDefaultAction(backwards: boolean): void; | ||
private _setFocused; | ||
private _onFocus; | ||
@@ -30,2 +32,3 @@ private _add; | ||
}; | ||
eventTarget: EventTarget; | ||
constructor(tabster: Types.TabsterCore, autoRoot?: Types.RootProps); | ||
@@ -32,0 +35,0 @@ private _init; |
@@ -442,3 +442,8 @@ /*! | ||
} | ||
export interface RootFocusEventDetails { | ||
element: HTMLElement; | ||
fromAdjacent?: boolean; | ||
} | ||
export interface RootAPI { | ||
eventTarget: EventTarget; | ||
} | ||
@@ -445,0 +450,0 @@ export interface UncontrolledAPI { |
@@ -139,3 +139,3 @@ /*! | ||
export declare function getLastChild(container: HTMLElement): HTMLElement | null; | ||
export declare function triggerEvent<D>(target: HTMLElement, name: string, details: D): boolean; | ||
export declare function triggerEvent<D>(target: HTMLElement | EventTarget, name: string, details: D): boolean; | ||
export {}; |
{ | ||
"name": "tabster", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Focus Management Tools for Web", | ||
@@ -54,3 +54,3 @@ "author": "Marat Abdullin <marata@microsoft.com>", | ||
}, | ||
"gitHead": "0ccd26243d6b89e200bb3c3d1f7e77a06d061bbd" | ||
"gitHead": "d367d002016613163b87e7cf6851fe6305525ee4" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
620327
14501