@joist/di 4.0.0-next.17 → 4.0.0-next.19
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/package.json
CHANGED
|
@@ -22,6 +22,7 @@ export declare function injectableEl<T extends ConstructableToken<HTMLElement>>(
|
|
|
22
22
|
spellcheck: boolean;
|
|
23
23
|
title: string;
|
|
24
24
|
translate: boolean;
|
|
25
|
+
writingSuggestions: string;
|
|
25
26
|
attachInternals(): ElementInternals;
|
|
26
27
|
click(): void;
|
|
27
28
|
hidePopover(): void;
|
|
@@ -38,6 +39,7 @@ export declare function injectableEl<T extends ConstructableToken<HTMLElement>>(
|
|
|
38
39
|
readonly clientLeft: number;
|
|
39
40
|
readonly clientTop: number;
|
|
40
41
|
readonly clientWidth: number;
|
|
42
|
+
readonly currentCSSZoom: number;
|
|
41
43
|
id: string;
|
|
42
44
|
innerHTML: string;
|
|
43
45
|
readonly localName: string;
|
|
@@ -164,6 +166,7 @@ export declare function injectableEl<T extends ConstructableToken<HTMLElement>>(
|
|
|
164
166
|
ariaChecked: string | null;
|
|
165
167
|
ariaColCount: string | null;
|
|
166
168
|
ariaColIndex: string | null;
|
|
169
|
+
ariaColIndexText: string | null;
|
|
167
170
|
ariaColSpan: string | null;
|
|
168
171
|
ariaCurrent: string | null;
|
|
169
172
|
ariaDescription: string | null;
|
|
@@ -188,6 +191,7 @@ export declare function injectableEl<T extends ConstructableToken<HTMLElement>>(
|
|
|
188
191
|
ariaRoleDescription: string | null;
|
|
189
192
|
ariaRowCount: string | null;
|
|
190
193
|
ariaRowIndex: string | null;
|
|
194
|
+
ariaRowIndexText: string | null;
|
|
191
195
|
ariaRowSpan: string | null;
|
|
192
196
|
ariaSelected: string | null;
|
|
193
197
|
ariaSetSize: string | null;
|