abledom 0.6.3 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +6 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/ts3.9/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/ts3.9/index.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ declare class AbleDOM {
|
|
|
109
109
|
private _onFocusOut;
|
|
110
110
|
private _notifyAsync;
|
|
111
111
|
private _getCurrentIssues;
|
|
112
|
-
idle(markAsRead?: boolean, timeout?: number): Promise<ValidationIssue[]
|
|
112
|
+
idle(markAsRead?: boolean, timeout?: number): Promise<ValidationIssue[]>;
|
|
113
113
|
clearCurrentIssues(anchored?: boolean, notAnchored?: boolean): void;
|
|
114
114
|
highlightElement(element: HTMLElement | null, scrollIntoView?: boolean, autoHideTime?: number): void;
|
|
115
115
|
log: typeof console.error;
|