Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,2 @@ /*! | ||
*/ | ||
export { createTabster, disposeTabster, forceCleanup, getTabsterAttribute, setTabsterAttribute, getGroupper, getMover, getCrossOrigin, getDeloser, getModalizer, getObservedElement, getOutline, getCurrentTabster, overrideBasics, makeNoOp, isNoOp, Types } from './Tabster'; | ||
export { createTabster, disposeTabster, forceCleanup, getTabsterAttribute, setTabsterAttribute, getGroupper, getMover, getCrossOrigin, getDeloser, getModalizer, getObservedElement, getOutline, getCurrentTabster, getInternal, overrideBasics, makeNoOp, isNoOp, Types } from './Tabster'; |
@@ -7,2 +7,2 @@ /*! | ||
import { HTMLElementWithUID } from './Utils'; | ||
export declare function observeMutations(doc: HTMLDocument, tabster: Types.TabsterInternal, updateTabsterByAttribute: (tabster: Types.TabsterInternal, element: HTMLElementWithUID, dispose?: boolean) => void): () => void; | ||
export declare function observeMutations(doc: HTMLDocument, tabster: Types.TabsterInternal, updateTabsterByAttribute: (tabster: Types.TabsterInternal, element: HTMLElementWithUID, dispose?: boolean) => void, syncState: boolean): () => void; |
@@ -25,2 +25,3 @@ /*! | ||
uncontrolled: Types.UncontrolledAPI; | ||
internal: Types.InternalAPI; | ||
groupper?: Types.GroupperAPI; | ||
@@ -88,2 +89,3 @@ mover?: Types.MoverAPI; | ||
export declare function getCrossOrigin(tabster: Types.TabsterCore): Types.CrossOriginAPI; | ||
export declare function getInternal(tabster: Types.TabsterCore): Types.InternalAPI; | ||
export declare function disposeTabster(tabster: Types.TabsterCore): void; | ||
@@ -90,0 +92,0 @@ export declare function getTabsterAttribute(props: Types.TabsterAttributeProps): Types.TabsterDOMAttribute; |
@@ -517,2 +517,6 @@ /*! | ||
export declare type DisposeFunc = () => void; | ||
export interface InternalAPI { | ||
stopObserver(): void; | ||
resumeObserver(syncState: boolean): void; | ||
} | ||
export interface TabsterInternal extends TabsterCore { | ||
@@ -529,2 +533,3 @@ storageEntry(element: HTMLElement, addremove?: boolean): TabsterElementStorageEntry | undefined; | ||
uncontrolled: UncontrolledAPI; | ||
internal: InternalAPI; | ||
groupperDispose?: DisposeFunc; | ||
@@ -531,0 +536,0 @@ moverDispose?: DisposeFunc; |
{ | ||
"name": "tabster", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Focus Management Tools for Web", | ||
@@ -54,3 +54,3 @@ "author": "Marat Abdullin <marata@microsoft.com>", | ||
}, | ||
"gitHead": "9f5a6bb26e1444e3672ba217b8f7181857325e12" | ||
"gitHead": "2def22548b23906f4847c6bfd82fafd602eeebae" | ||
} |
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
598149
41
14016