Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -5,2 +5,2 @@ /*! | ||
*/ | ||
export { createTabster, disposeTabster, forceCleanup, getTabsterAttribute, 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, overrideBasics, makeNoOp, isNoOp, Types } from './Tabster'; |
@@ -88,4 +88,14 @@ /*! | ||
export declare function disposeTabster(tabster: Types.TabsterCore): void; | ||
export declare function getTabsterAttribute(props?: Types.TabsterAttributeProps, plain?: boolean): Types.TabsterDOMAttribute | string | undefined; | ||
export declare function getTabsterAttribute(props: Types.TabsterAttributeProps): Types.TabsterDOMAttribute; | ||
export declare function getTabsterAttribute(props: Types.TabsterAttributeProps, plain: true): string; | ||
/** | ||
* Sets or updates Tabster attribute of the element. | ||
* @param element an element to set data-tabster attribute on. | ||
* @param newProps new Tabster props to set. | ||
* @param update if true, newProps will be merged with the existing props. | ||
* When true and the value of a property in newProps is undefined, the property | ||
* will be removed from the attribute. | ||
*/ | ||
export declare function setTabsterAttribute(element: HTMLElement, newProps: Types.TabsterAttributeProps, update?: boolean): void; | ||
/** | ||
* Returns an instance of Tabster if it already exists on the window . | ||
@@ -92,0 +102,0 @@ * @param win window instance that could contain an Tabster instance. |
{ | ||
"name": "tabster", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Focus Management Tools for Web", | ||
@@ -54,3 +54,3 @@ "author": "Marat Abdullin <marata@microsoft.com>", | ||
}, | ||
"gitHead": "a155e6e38f0e9e56f21bb8e9d723cb3cf59e278b" | ||
"gitHead": "cabcce2b3a34ff506f7983021682babe239dcc52" | ||
} |
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
597158
13993