@genesislcap/foundation-utils 14.302.1-alpha-945e484.0 → 14.302.1-alpha-ecc0cfb.0
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/custom-elements.json +38 -38
- package/dist/dts/encoding/base64/decode.d.ts.map +1 -1
- package/dist/dts/encoding/base64/encode.d.ts.map +1 -1
- package/dist/dts/error/errorMap.d.ts +1 -1
- package/dist/dts/error/errorMap.d.ts.map +1 -1
- package/dist/dts/formatters/datetime.d.ts.map +1 -1
- package/dist/dts/formatters/number.d.ts.map +1 -1
- package/dist/dts/mappers/dto/serverRow.d.ts.map +1 -1
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts +223 -264
- package/dist/dts/mixins/lifecycle/lifecycle.d.ts.map +1 -1
- package/dist/dts/mixins/pendingState/pendingState.d.ts +216 -257
- package/dist/dts/mixins/pendingState/pendingState.d.ts.map +1 -1
- package/dist/dts/observer/observer.d.ts.map +1 -1
- package/dist/dts/promise/resolveAfter.d.ts.map +1 -1
- package/dist/dts/serializers/json/json.d.ts.map +1 -1
- package/dist/dts/serializers/json/types.d.ts.map +1 -1
- package/dist/dts/styles/dom.d.ts.map +1 -1
- package/dist/dts/styles/typography.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/dts/utils/delay.d.ts.map +1 -1
- package/dist/dts/window/window.d.ts.map +1 -1
- package/dist/esm/mixins/lifecycle/lifecycle.js +5 -5
- package/dist/esm/mixins/pendingState/pendingState.js +2 -2
- package/dist/esm/uuid/uuid.js +2 -2
- package/dist/foundation-utils.api.json +708 -2075
- package/dist/foundation-utils.d.ts +440 -522
- package/docs/api/foundation-utils.assuredesignsystem.md +3 -31
- package/docs/api/foundation-utils.createerrormap.md +1 -44
- package/docs/api/foundation-utils.createlogger.md +4 -49
- package/docs/api/foundation-utils.createobserver.md +1 -5
- package/docs/api/foundation-utils.customnumberparser.md +3 -31
- package/docs/api/foundation-utils.database.create.md +3 -31
- package/docs/api/foundation-utils.database.delete.md +3 -31
- package/docs/api/foundation-utils.database.md +12 -114
- package/docs/api/foundation-utils.database.onafterupdate.md +3 -31
- package/docs/api/foundation-utils.database.onbeforeupdate.md +3 -31
- package/docs/api/foundation-utils.database.read.md +3 -31
- package/docs/api/foundation-utils.database.update.md +4 -45
- package/docs/api/foundation-utils.database.visit.md +3 -31
- package/docs/api/foundation-utils.databaseaccessresult.access.md +3 -39
- package/docs/api/foundation-utils.databaseaccessresult.delete.md +4 -56
- package/docs/api/foundation-utils.databaseaccessresult.md +7 -57
- package/docs/api/foundation-utils.databaseevent.beforeupdate.md +3 -39
- package/docs/api/foundation-utils.databaseevent.md +5 -39
- package/docs/api/foundation-utils.databaseevent.update.md +3 -39
- package/docs/api/foundation-utils.databaserecord.md +3 -39
- package/docs/api/foundation-utils.decodefrombase64.md +1 -42
- package/docs/api/foundation-utils.decodefrombase64withprefix.md +1 -43
- package/docs/api/foundation-utils.defaulterrormap._constructor_.md +3 -33
- package/docs/api/foundation-utils.defaulterrormap.delete.md +3 -33
- package/docs/api/foundation-utils.defaulterrormap.get.md +3 -33
- package/docs/api/foundation-utils.defaulterrormap.has.md +3 -33
- package/docs/api/foundation-utils.defaulterrormap.md +16 -214
- package/docs/api/foundation-utils.defaulterrormap.set.md +4 -49
- package/docs/api/foundation-utils.defaulterrormap.values.md +2 -2
- package/docs/api/foundation-utils.defaultserverrowdtomapper.md +4 -60
- package/docs/api/foundation-utils.delay.md +1 -43
- package/docs/api/foundation-utils.designsystemmodule.md +3 -21
- package/docs/api/foundation-utils.designsystemmodule.providedesignsystem.md +4 -49
- package/docs/api/foundation-utils.dtomapper.md +5 -75
- package/docs/api/foundation-utils.encodetobase64.md +1 -44
- package/docs/api/foundation-utils.encodetobase64withprefix.md +1 -43
- package/docs/api/foundation-utils.errormap.md +7 -87
- package/docs/api/foundation-utils.errormap.set.md +4 -49
- package/docs/api/foundation-utils.fontstyle.md +4 -45
- package/docs/api/foundation-utils.fontweight.md +8 -101
- package/docs/api/foundation-utils.formatdatetimestamp.md +3 -31
- package/docs/api/foundation-utils.formatdatetimetimestamp.md +3 -31
- package/docs/api/foundation-utils.formatdatetimetimestampwithmilliseconds.md +3 -31
- package/docs/api/foundation-utils.formattimestamp.md +4 -49
- package/docs/api/foundation-utils.genesis.md +8 -60
- package/docs/api/foundation-utils.getcurrentdesignsystemprefix.md +4 -49
- package/docs/api/foundation-utils.getdateformatter.md +4 -49
- package/docs/api/foundation-utils.getfontmixin.md +1 -76
- package/docs/api/foundation-utils.getnumberformatter.md +4 -47
- package/docs/api/foundation-utils.iniframe.md +1 -7
- package/docs/api/foundation-utils.inmemorydatabase._constructor_.md +3 -31
- package/docs/api/foundation-utils.inmemorydatabase.create.md +3 -31
- package/docs/api/foundation-utils.inmemorydatabase.delete.md +3 -31
- package/docs/api/foundation-utils.inmemorydatabase.md +15 -171
- package/docs/api/foundation-utils.inmemorydatabase.onafterupdate.md +3 -31
- package/docs/api/foundation-utils.inmemorydatabase.onbeforeupdate.md +3 -31
- package/docs/api/foundation-utils.inmemorydatabase.read.md +3 -31
- package/docs/api/foundation-utils.inmemorydatabase.update.md +4 -45
- package/docs/api/foundation-utils.inmemorydatabase.visit.md +3 -31
- package/docs/api/foundation-utils.insertdocumentcssrule.md +1 -60
- package/docs/api/foundation-utils.insertdocumentlink.md +1 -42
- package/docs/api/foundation-utils.insymphonydesktop.md +1 -7
- package/docs/api/foundation-utils.isdev.md +1 -5
- package/docs/api/foundation-utils.jsonreplacer.md +4 -49
- package/docs/api/foundation-utils.jsonreviver.md +4 -49
- package/docs/api/foundation-utils.jsonserializer.deserialize.md +3 -33
- package/docs/api/foundation-utils.jsonserializer.deserialize_1.md +3 -33
- package/docs/api/foundation-utils.jsonserializer.deserialize_2.md +3 -33
- package/docs/api/foundation-utils.jsonserializer.serialize.md +3 -33
- package/docs/api/foundation-utils.jsonserializerconfig.md +6 -48
- package/docs/api/foundation-utils.jsonserializerconfig.parse.md +4 -47
- package/docs/api/foundation-utils.jsonserializerconfig.parse_1.md +5 -63
- package/docs/api/foundation-utils.jsonserializerconfig.stringify.md +5 -63
- package/docs/api/foundation-utils.jsonserializerconfig.stringify_1.md +5 -63
- package/docs/api/foundation-utils.lifecyclemixin.md +224 -303
- package/docs/api/foundation-utils.loadfontfaces.md +1 -58
- package/docs/api/foundation-utils.logger.deprecated.md +5 -65
- package/docs/api/foundation-utils.mapgenesisjsonschema.md +3 -31
- package/docs/api/foundation-utils.mapjsonschemafieldtoexprbuilderfield.md +3 -31
- package/docs/api/foundation-utils.md +129 -1301
- package/docs/api/foundation-utils.numberparser._constructor_.md +3 -31
- package/docs/api/foundation-utils.numberparser.hasseparator.md +3 -31
- package/docs/api/foundation-utils.numberparser.md +7 -72
- package/docs/api/foundation-utils.numberparser.parse.md +3 -31
- package/docs/api/foundation-utils.objectvisitor.md +5 -45
- package/docs/api/foundation-utils.objectvisitor.visitarray.md +4 -45
- package/docs/api/foundation-utils.objectvisitor.visitobject.md +4 -45
- package/docs/api/foundation-utils.objectvisitor.visitproperty.md +6 -73
- package/docs/api/foundation-utils.observer.md +4 -56
- package/docs/api/foundation-utils.openpopup.md +1 -92
- package/docs/api/foundation-utils.pendingstate.md +217 -297
- package/docs/api/foundation-utils.pendingstateevents.md +4 -45
- package/docs/api/foundation-utils.reactive.md +4 -49
- package/docs/api/foundation-utils.renderonchange.md +4 -49
- package/docs/api/foundation-utils.resolveafter.md +1 -53
- package/docs/api/foundation-utils.respondtovisibility.md +1 -58
- package/docs/api/foundation-utils.slottedstyles.md +6 -72
- package/docs/api/foundation-utils.slottedstyles.styleschanged.md +4 -49
- package/docs/api/foundation-utils.sync.md +6 -79
- package/docs/api/foundation-utils.toelementstyles.md +3 -33
- package/docs/api/foundation-utils.uuid.createid.md +3 -33
- package/docs/api/foundation-utils.uuid.createremoteid.md +3 -33
- package/docs/api/foundation-utils.visitobject.md +7 -97
- package/docs/api/foundation-utils.whenelse.md +5 -65
- package/docs/api/index.md +3 -21
- package/package.json +11 -11
- package/docs/api-report.md.api.md +0 -1350
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Home](./index.md) > [@genesislcap/foundation-utils](./foundation-utils.md) > [PendingState](./foundation-utils.pendingstate.md)
|
|
4
4
|
|
|
5
|
-
## PendingState
|
|
5
|
+
## PendingState variable
|
|
6
6
|
|
|
7
7
|
The `PendingState` mixin.
|
|
8
8
|
|
|
@@ -14,17 +14,16 @@ PendingState: <TBase extends ConstructablePendingState>(Base: TBase) => {
|
|
|
14
14
|
pendingCount: number;
|
|
15
15
|
resolvedCount: number;
|
|
16
16
|
hasPendingChildren: boolean;
|
|
17
|
-
|
|
17
|
+
readonly progress: number;
|
|
18
18
|
connectedCallback(): void;
|
|
19
19
|
disconnectedCallback(): void;
|
|
20
20
|
onPendingState({ detail }: PendingStateEvent): Promise<void>;
|
|
21
21
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
22
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
22
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
23
23
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
24
24
|
accessKey: string;
|
|
25
25
|
readonly accessKeyLabel: string;
|
|
26
26
|
autocapitalize: string;
|
|
27
|
-
autocorrect: boolean;
|
|
28
27
|
dir: string;
|
|
29
28
|
draggable: boolean;
|
|
30
29
|
hidden: boolean;
|
|
@@ -33,90 +32,74 @@ PendingState: <TBase extends ConstructablePendingState>(Base: TBase) => {
|
|
|
33
32
|
lang: string;
|
|
34
33
|
readonly offsetHeight: number;
|
|
35
34
|
readonly offsetLeft: number;
|
|
36
|
-
readonly offsetParent: Element
|
|
35
|
+
readonly offsetParent: Element;
|
|
37
36
|
readonly offsetTop: number;
|
|
38
37
|
readonly offsetWidth: number;
|
|
39
38
|
outerText: string;
|
|
40
|
-
popover: string | null;
|
|
41
39
|
spellcheck: boolean;
|
|
42
40
|
title: string;
|
|
43
41
|
translate: boolean;
|
|
44
|
-
writingSuggestions: string;
|
|
45
42
|
attachInternals(): ElementInternals;
|
|
46
43
|
click(): void;
|
|
47
|
-
hidePopover(): void;
|
|
48
|
-
showPopover(): void;
|
|
49
|
-
togglePopover(options?: boolean): boolean;
|
|
50
44
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
51
45
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
52
|
-
removeEventListener<
|
|
46
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
53
47
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
54
48
|
readonly attributes: NamedNodeMap;
|
|
55
|
-
|
|
56
|
-
set classList(value: string);
|
|
49
|
+
readonly classList: DOMTokenList;
|
|
57
50
|
className: string;
|
|
58
51
|
readonly clientHeight: number;
|
|
59
52
|
readonly clientLeft: number;
|
|
60
53
|
readonly clientTop: number;
|
|
61
54
|
readonly clientWidth: number;
|
|
62
|
-
readonly currentCSSZoom: number;
|
|
63
55
|
id: string;
|
|
64
|
-
innerHTML: string;
|
|
65
56
|
readonly localName: string;
|
|
66
|
-
readonly namespaceURI: string
|
|
57
|
+
readonly namespaceURI: string;
|
|
67
58
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
68
59
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
69
60
|
outerHTML: string;
|
|
70
61
|
readonly ownerDocument: Document;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
readonly prefix: string | null;
|
|
62
|
+
readonly part: DOMTokenList;
|
|
63
|
+
readonly prefix: string;
|
|
74
64
|
readonly scrollHeight: number;
|
|
75
65
|
scrollLeft: number;
|
|
76
66
|
scrollTop: number;
|
|
77
67
|
readonly scrollWidth: number;
|
|
78
|
-
readonly shadowRoot: ShadowRoot
|
|
68
|
+
readonly shadowRoot: ShadowRoot;
|
|
79
69
|
slot: string;
|
|
80
70
|
readonly tagName: string;
|
|
81
71
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
82
|
-
|
|
83
|
-
closest<
|
|
84
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
85
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
72
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
73
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
86
74
|
closest<E extends Element = Element>(selectors: string): E;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
75
|
+
getAttribute(qualifiedName: string): string;
|
|
76
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
90
77
|
getAttributeNames(): string[];
|
|
91
|
-
getAttributeNode(qualifiedName: string): Attr
|
|
92
|
-
getAttributeNodeNS(namespace: string
|
|
78
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
79
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
93
80
|
getBoundingClientRect(): DOMRect;
|
|
94
81
|
getClientRects(): DOMRectList;
|
|
95
82
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
96
|
-
getElementsByTagName<
|
|
97
|
-
getElementsByTagName<
|
|
98
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
99
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
83
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
84
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
100
85
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
101
86
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
102
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
103
|
-
getElementsByTagNameNS(
|
|
104
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
105
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
88
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
106
89
|
hasAttribute(qualifiedName: string): boolean;
|
|
107
|
-
hasAttributeNS(namespace: string
|
|
90
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
108
91
|
hasAttributes(): boolean;
|
|
109
92
|
hasPointerCapture(pointerId: number): boolean;
|
|
110
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element
|
|
111
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
93
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
94
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
112
95
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
113
96
|
matches(selectors: string): boolean;
|
|
114
97
|
releasePointerCapture(pointerId: number): void;
|
|
115
98
|
removeAttribute(qualifiedName: string): void;
|
|
116
|
-
removeAttributeNS(namespace: string
|
|
99
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
117
100
|
removeAttributeNode(attr: Attr): Attr;
|
|
118
101
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
119
|
-
requestPointerLock(
|
|
102
|
+
requestPointerLock(): void;
|
|
120
103
|
scroll(options?: ScrollToOptions): void;
|
|
121
104
|
scroll(x: number, y: number): void;
|
|
122
105
|
scrollBy(options?: ScrollToOptions): void;
|
|
@@ -125,245 +108,221 @@ PendingState: <TBase extends ConstructablePendingState>(Base: TBase) => {
|
|
|
125
108
|
scrollTo(options?: ScrollToOptions): void;
|
|
126
109
|
scrollTo(x: number, y: number): void;
|
|
127
110
|
setAttribute(qualifiedName: string, value: string): void;
|
|
128
|
-
setAttributeNS(namespace: string
|
|
129
|
-
setAttributeNode(attr: Attr): Attr
|
|
130
|
-
setAttributeNodeNS(attr: Attr): Attr
|
|
131
|
-
setHTMLUnsafe(html: string): void;
|
|
111
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
112
|
+
setAttributeNode(attr: Attr): Attr;
|
|
113
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
132
114
|
setPointerCapture(pointerId: number): void;
|
|
133
115
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
134
116
|
webkitMatchesSelector(selectors: string): boolean;
|
|
135
|
-
textContent: string;
|
|
136
117
|
readonly baseURI: string;
|
|
137
118
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
138
|
-
readonly firstChild: ChildNode
|
|
119
|
+
readonly firstChild: ChildNode;
|
|
139
120
|
readonly isConnected: boolean;
|
|
140
|
-
readonly lastChild: ChildNode
|
|
141
|
-
readonly nextSibling: ChildNode
|
|
121
|
+
readonly lastChild: ChildNode;
|
|
122
|
+
readonly nextSibling: ChildNode;
|
|
142
123
|
readonly nodeName: string;
|
|
143
124
|
readonly nodeType: number;
|
|
144
|
-
nodeValue: string
|
|
145
|
-
readonly parentElement: HTMLElement
|
|
146
|
-
readonly parentNode: ParentNode
|
|
147
|
-
readonly previousSibling: ChildNode
|
|
125
|
+
nodeValue: string;
|
|
126
|
+
readonly parentElement: HTMLElement;
|
|
127
|
+
readonly parentNode: ParentNode;
|
|
128
|
+
readonly previousSibling: ChildNode;
|
|
129
|
+
textContent: string;
|
|
148
130
|
appendChild<T extends Node>(node: T): T;
|
|
149
|
-
cloneNode(
|
|
131
|
+
cloneNode(deep?: boolean): Node;
|
|
150
132
|
compareDocumentPosition(other: Node): number;
|
|
151
|
-
contains(other: Node
|
|
133
|
+
contains(other: Node): boolean;
|
|
152
134
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
153
135
|
hasChildNodes(): boolean;
|
|
154
|
-
insertBefore<
|
|
155
|
-
isDefaultNamespace(namespace: string
|
|
156
|
-
isEqualNode(otherNode: Node
|
|
157
|
-
isSameNode(otherNode: Node
|
|
158
|
-
lookupNamespaceURI(prefix: string
|
|
159
|
-
lookupPrefix(namespace: string
|
|
136
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
|
|
137
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
138
|
+
isEqualNode(otherNode: Node): boolean;
|
|
139
|
+
isSameNode(otherNode: Node): boolean;
|
|
140
|
+
lookupNamespaceURI(prefix: string): string;
|
|
141
|
+
lookupPrefix(namespace: string): string;
|
|
160
142
|
normalize(): void;
|
|
161
|
-
removeChild<
|
|
162
|
-
replaceChild<
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
readonly
|
|
175
|
-
readonly
|
|
176
|
-
readonly
|
|
177
|
-
readonly
|
|
178
|
-
readonly
|
|
179
|
-
readonly
|
|
180
|
-
readonly
|
|
143
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
144
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
145
|
+
readonly ATTRIBUTE_NODE: number;
|
|
146
|
+
readonly CDATA_SECTION_NODE: number;
|
|
147
|
+
readonly COMMENT_NODE: number;
|
|
148
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
149
|
+
readonly DOCUMENT_NODE: number;
|
|
150
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
151
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
152
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
153
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
154
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
155
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
156
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
157
|
+
readonly ELEMENT_NODE: number;
|
|
158
|
+
readonly ENTITY_NODE: number;
|
|
159
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
160
|
+
readonly NOTATION_NODE: number;
|
|
161
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
162
|
+
readonly TEXT_NODE: number;
|
|
181
163
|
dispatchEvent(event: Event): boolean;
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
ariaRowIndex: string | null;
|
|
224
|
-
ariaRowIndexText: string | null;
|
|
225
|
-
ariaRowSpan: string | null;
|
|
226
|
-
ariaSelected: string | null;
|
|
227
|
-
ariaSetSize: string | null;
|
|
228
|
-
ariaSort: string | null;
|
|
229
|
-
ariaValueMax: string | null;
|
|
230
|
-
ariaValueMin: string | null;
|
|
231
|
-
ariaValueNow: string | null;
|
|
232
|
-
ariaValueText: string | null;
|
|
233
|
-
role: string | null;
|
|
234
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
164
|
+
ariaAtomic: string;
|
|
165
|
+
ariaAutoComplete: string;
|
|
166
|
+
ariaBusy: string;
|
|
167
|
+
ariaChecked: string;
|
|
168
|
+
ariaColCount: string;
|
|
169
|
+
ariaColIndex: string;
|
|
170
|
+
ariaColIndexText: string;
|
|
171
|
+
ariaColSpan: string;
|
|
172
|
+
ariaCurrent: string;
|
|
173
|
+
ariaDisabled: string;
|
|
174
|
+
ariaExpanded: string;
|
|
175
|
+
ariaHasPopup: string;
|
|
176
|
+
ariaHidden: string;
|
|
177
|
+
ariaInvalid: string;
|
|
178
|
+
ariaKeyShortcuts: string;
|
|
179
|
+
ariaLabel: string;
|
|
180
|
+
ariaLevel: string;
|
|
181
|
+
ariaLive: string;
|
|
182
|
+
ariaModal: string;
|
|
183
|
+
ariaMultiLine: string;
|
|
184
|
+
ariaMultiSelectable: string;
|
|
185
|
+
ariaOrientation: string;
|
|
186
|
+
ariaPlaceholder: string;
|
|
187
|
+
ariaPosInSet: string;
|
|
188
|
+
ariaPressed: string;
|
|
189
|
+
ariaReadOnly: string;
|
|
190
|
+
ariaRequired: string;
|
|
191
|
+
ariaRoleDescription: string;
|
|
192
|
+
ariaRowCount: string;
|
|
193
|
+
ariaRowIndex: string;
|
|
194
|
+
ariaRowIndexText: string;
|
|
195
|
+
ariaRowSpan: string;
|
|
196
|
+
ariaSelected: string;
|
|
197
|
+
ariaSetSize: string;
|
|
198
|
+
ariaSort: string;
|
|
199
|
+
ariaValueMax: string;
|
|
200
|
+
ariaValueMin: string;
|
|
201
|
+
ariaValueNow: string;
|
|
202
|
+
ariaValueText: string;
|
|
203
|
+
role: string;
|
|
204
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions): Animation;
|
|
235
205
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
236
|
-
after(...nodes: (
|
|
237
|
-
before(...nodes: (
|
|
206
|
+
after(...nodes: (string | Node)[]): void;
|
|
207
|
+
before(...nodes: (string | Node)[]): void;
|
|
238
208
|
remove(): void;
|
|
239
|
-
replaceWith(...nodes: (
|
|
240
|
-
|
|
241
|
-
readonly
|
|
209
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
210
|
+
innerHTML: string;
|
|
211
|
+
readonly nextElementSibling: Element;
|
|
212
|
+
readonly previousElementSibling: Element;
|
|
242
213
|
readonly childElementCount: number;
|
|
243
214
|
readonly children: HTMLCollection;
|
|
244
|
-
readonly firstElementChild: Element
|
|
245
|
-
readonly lastElementChild: Element
|
|
246
|
-
append(...nodes: (
|
|
247
|
-
prepend(...nodes: (
|
|
248
|
-
querySelector<
|
|
249
|
-
querySelector<
|
|
250
|
-
querySelector<
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
querySelectorAll<
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
readonly
|
|
260
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
261
|
-
get style(): CSSStyleDeclaration;
|
|
262
|
-
set style(cssText: string);
|
|
215
|
+
readonly firstElementChild: Element;
|
|
216
|
+
readonly lastElementChild: Element;
|
|
217
|
+
append(...nodes: (string | Node)[]): void;
|
|
218
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
219
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
220
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
221
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
222
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
223
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
224
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
225
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
226
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
227
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
228
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
229
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
230
|
+
readonly style: CSSStyleDeclaration;
|
|
263
231
|
contentEditable: string;
|
|
264
232
|
enterKeyHint: string;
|
|
265
233
|
inputMode: string;
|
|
266
234
|
readonly isContentEditable: boolean;
|
|
267
|
-
onabort: (
|
|
268
|
-
onanimationcancel: (
|
|
269
|
-
onanimationend: (
|
|
270
|
-
onanimationiteration: (
|
|
271
|
-
onanimationstart: (
|
|
272
|
-
onauxclick: (
|
|
273
|
-
onbeforeinput: (
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
359
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
360
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
362
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
363
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
364
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
366
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
235
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
236
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
237
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
238
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
239
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
240
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
241
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
242
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
243
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
244
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
245
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
246
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
247
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
248
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
249
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
250
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
251
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
252
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
253
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
254
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
255
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
256
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
257
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
258
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
259
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
260
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
261
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
262
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
263
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
264
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
265
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
266
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
267
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
268
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
269
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
270
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
271
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
272
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
273
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
274
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
275
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
276
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
278
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
279
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
280
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
281
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
282
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
283
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
284
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
285
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
286
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
287
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
288
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
289
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
290
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
291
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
292
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
293
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
294
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
295
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
296
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
297
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
298
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
300
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
302
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
303
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
304
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
305
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
306
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
307
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
308
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
309
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
310
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
311
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
312
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
313
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
314
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
315
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
316
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
317
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
318
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
319
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
320
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
321
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
322
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
323
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
324
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
325
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
367
326
|
autofocus: boolean;
|
|
368
327
|
readonly dataset: DOMStringMap;
|
|
369
328
|
nonce?: string;
|
|
@@ -373,42 +332,3 @@ PendingState: <TBase extends ConstructablePendingState>(Base: TBase) => {
|
|
|
373
332
|
};
|
|
374
333
|
} & TBase
|
|
375
334
|
```
|
|
376
|
-
|
|
377
|
-
## Parameters
|
|
378
|
-
|
|
379
|
-
<table><thead><tr><th>
|
|
380
|
-
|
|
381
|
-
Parameter
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
</th><th>
|
|
385
|
-
|
|
386
|
-
Type
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
</th><th>
|
|
390
|
-
|
|
391
|
-
Description
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
</th></tr></thead>
|
|
395
|
-
<tbody><tr><td>
|
|
396
|
-
|
|
397
|
-
Base
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
</td><td>
|
|
401
|
-
|
|
402
|
-
TBase
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
</td><td>
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
</td></tr>
|
|
409
|
-
</tbody></table>
|
|
410
|
-
|
|
411
|
-
**Returns:**
|
|
412
|
-
|
|
413
|
-
{ new (...args: any\[\]): { pendingCount: number; resolvedCount: number; hasPendingChildren: boolean; get progress(): number; connectedCallback(): void; disconnectedCallback(): void; onPendingState({ detail }: [PendingStateEvent](./foundation-utils.pendingstateevent.md)<!-- -->): Promise<void>; readonly $fastController: import("@microsoft/fast-element").Controller; $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean \| void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; accessKey: string; readonly accessKeyLabel: string; autocapitalize: string; autocorrect: boolean; dir: string; draggable: boolean; hidden: boolean; inert: boolean; innerText: string; lang: string; readonly offsetHeight: number; readonly offsetLeft: number; readonly offsetParent: Element \| null; readonly offsetTop: number; readonly offsetWidth: number; outerText: string; popover: string \| null; spellcheck: boolean; title: string; translate: boolean; writingSuggestions: string; attachInternals(): ElementInternals; click(): void; hidePopover(): void; showPopover(): void; togglePopover(options?: boolean): boolean; addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap\[K\]) => any, options?: boolean \| AddEventListenerOptions): void; addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean \| AddEventListenerOptions): void; removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap\[K\]) => any, options?: boolean \| EventListenerOptions): void; removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean \| EventListenerOptions): void; readonly attributes: NamedNodeMap; get classList(): DOMTokenList; set classList(value: string); className: string; readonly clientHeight: number; readonly clientLeft: number; readonly clientTop: number; readonly clientWidth: number; readonly currentCSSZoom: number; id: string; innerHTML: string; readonly localName: string; readonly namespaceURI: string \| null; onfullscreenchange: (this: Element, ev: Event) => any; onfullscreenerror: (this: Element, ev: Event) => any; outerHTML: string; readonly ownerDocument: Document; get part(): DOMTokenList; set part(value: string); readonly prefix: string \| null; readonly scrollHeight: number; scrollLeft: number; scrollTop: number; readonly scrollWidth: number; readonly shadowRoot: ShadowRoot \| null; slot: string; readonly tagName: string; attachShadow(init: ShadowRootInit): ShadowRoot; checkVisibility(options?: CheckVisibilityOptions): boolean; closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap\[K\]; closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap\[K\]; closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap\[K\]; closest<E extends Element = Element>(selectors: string): E; computedStyleMap(): StylePropertyMapReadOnly; getAttribute(qualifiedName: string): string \| null; getAttributeNS(namespace: string \| null, localName: string): string \| null; getAttributeNames(): string\[\]; getAttributeNode(qualifiedName: string): Attr \| null; getAttributeNodeNS(namespace: string \| null, localName: string): Attr \| null; getBoundingClientRect(): DOMRect; getClientRects(): DOMRectList; getElementsByClassName(classNames: string): HTMLCollectionOf<Element>; getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap\[K\]>; getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap\[K\]>; getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap\[K\]>; getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap\[K\]>; getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>; getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>; getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>; getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>; getElementsByTagNameNS(namespace: string \| null, localName: string): HTMLCollectionOf<Element>; getHTML(options?: GetHTMLOptions): string; hasAttribute(qualifiedName: string): boolean; hasAttributeNS(namespace: string \| null, localName: string): boolean; hasAttributes(): boolean; hasPointerCapture(pointerId: number): boolean; insertAdjacentElement(where: InsertPosition, element: Element): Element \| null; insertAdjacentHTML(position: InsertPosition, string: string): void; insertAdjacentText(where: InsertPosition, data: string): void; matches(selectors: string): boolean; releasePointerCapture(pointerId: number): void; removeAttribute(qualifiedName: string): void; removeAttributeNS(namespace: string \| null, localName: string): void; removeAttributeNode(attr: Attr): Attr; requestFullscreen(options?: FullscreenOptions): Promise<void>; requestPointerLock(options?: PointerLockOptions): Promise<void>; scroll(options?: ScrollToOptions): void; scroll(x: number, y: number): void; scrollBy(options?: ScrollToOptions): void; scrollBy(x: number, y: number): void; scrollIntoView(arg?: boolean \| ScrollIntoViewOptions): void; scrollTo(options?: ScrollToOptions): void; scrollTo(x: number, y: number): void; setAttribute(qualifiedName: string, value: string): void; setAttributeNS(namespace: string \| null, qualifiedName: string, value: string): void; setAttributeNode(attr: Attr): Attr \| null; setAttributeNodeNS(attr: Attr): Attr \| null; setHTMLUnsafe(html: string): void; setPointerCapture(pointerId: number): void; toggleAttribute(qualifiedName: string, force?: boolean): boolean; webkitMatchesSelector(selectors: string): boolean; textContent: string; readonly baseURI: string; readonly childNodes: NodeListOf<ChildNode>; readonly firstChild: ChildNode \| null; readonly isConnected: boolean; readonly lastChild: ChildNode \| null; readonly nextSibling: ChildNode \| null; readonly nodeName: string; readonly nodeType: number; nodeValue: string \| null; readonly parentElement: HTMLElement \| null; readonly parentNode: ParentNode \| null; readonly previousSibling: ChildNode \| null; appendChild<T extends Node>(node: T): T; cloneNode(subtree?: boolean): Node; compareDocumentPosition(other: Node): number; contains(other: Node \| null): boolean; getRootNode(options?: GetRootNodeOptions): Node; hasChildNodes(): boolean; insertBefore<T extends Node>(node: T, child: Node \| null): T; isDefaultNamespace(namespace: string \| null): boolean; isEqualNode(otherNode: Node \| null): boolean; isSameNode(otherNode: Node \| null): boolean; lookupNamespaceURI(prefix: string \| null): string \| null; lookupPrefix(namespace: string \| null): string \| null; normalize(): void; removeChild<T extends Node>(child: T): T; replaceChild<T extends Node>(node: Node, child: T): T; readonly ELEMENT\_NODE: 1; readonly ATTRIBUTE\_NODE: 2; readonly TEXT\_NODE: 3; readonly CDATA\_SECTION\_NODE: 4; readonly ENTITY\_REFERENCE\_NODE: 5; readonly ENTITY\_NODE: 6; readonly PROCESSING\_INSTRUCTION\_NODE: 7; readonly COMMENT\_NODE: 8; readonly DOCUMENT\_NODE: 9; readonly DOCUMENT\_TYPE\_NODE: 10; readonly DOCUMENT\_FRAGMENT\_NODE: 11; readonly NOTATION\_NODE: 12; readonly DOCUMENT\_POSITION\_DISCONNECTED: 1; readonly DOCUMENT\_POSITION\_PRECEDING: 2; readonly DOCUMENT\_POSITION\_FOLLOWING: 4; readonly DOCUMENT\_POSITION\_CONTAINS: 8; readonly DOCUMENT\_POSITION\_CONTAINED\_BY: 16; readonly DOCUMENT\_POSITION\_IMPLEMENTATION\_SPECIFIC: 32; dispatchEvent(event: Event): boolean; ariaActiveDescendantElement: Element \| null; ariaAtomic: string \| null; ariaAutoComplete: string \| null; ariaBrailleLabel: string \| null; ariaBrailleRoleDescription: string \| null; ariaBusy: string \| null; ariaChecked: string \| null; ariaColCount: string \| null; ariaColIndex: string \| null; ariaColIndexText: string \| null; ariaColSpan: string \| null; ariaControlsElements: ReadonlyArray<Element> \| null; ariaCurrent: string \| null; ariaDescribedByElements: ReadonlyArray<Element> \| null; ariaDescription: string \| null; ariaDetailsElements: ReadonlyArray<Element> \| null; ariaDisabled: string \| null; ariaErrorMessageElements: ReadonlyArray<Element> \| null; ariaExpanded: string \| null; ariaFlowToElements: ReadonlyArray<Element> \| null; ariaHasPopup: string \| null; ariaHidden: string \| null; ariaInvalid: string \| null; ariaKeyShortcuts: string \| null; ariaLabel: string \| null; ariaLabelledByElements: ReadonlyArray<Element> \| null; ariaLevel: string \| null; ariaLive: string \| null; ariaModal: string \| null; ariaMultiLine: string \| null; ariaMultiSelectable: string \| null; ariaOrientation: string \| null; ariaOwnsElements: ReadonlyArray<Element> \| null; ariaPlaceholder: string \| null; ariaPosInSet: string \| null; ariaPressed: string \| null; ariaReadOnly: string \| null; ariaRelevant: string \| null; ariaRequired: string \| null; ariaRoleDescription: string \| null; ariaRowCount: string \| null; ariaRowIndex: string \| null; ariaRowIndexText: string \| null; ariaRowSpan: string \| null; ariaSelected: string \| null; ariaSetSize: string \| null; ariaSort: string \| null; ariaValueMax: string \| null; ariaValueMin: string \| null; ariaValueNow: string \| null; ariaValueText: string \| null; role: string \| null; animate(keyframes: Keyframe\[\] \| PropertyIndexedKeyframes \| null, options?: number \| KeyframeAnimationOptions): Animation; getAnimations(options?: GetAnimationsOptions): Animation\[\]; after(...nodes: (Node \| string)\[\]): void; before(...nodes: (Node \| string)\[\]): void; remove(): void; replaceWith(...nodes: (Node \| string)\[\]): void; readonly nextElementSibling: Element \| null; readonly previousElementSibling: Element \| null; readonly childElementCount: number; readonly children: HTMLCollection; readonly firstElementChild: Element \| null; readonly lastElementChild: Element \| null; append(...nodes: (Node \| string)\[\]): void; prepend(...nodes: (Node \| string)\[\]): void; querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap\[K\] \| null; querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap\[K\] \| null; querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap\[K\] \| null; querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap\[K\] \| null; querySelector<E extends Element = Element>(selectors: string): E \| null; querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap\[K\]>; querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap\[K\]>; querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap\[K\]>; querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap\[K\]>; querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>; replaceChildren(...nodes: (Node \| string)\[\]): void; readonly assignedSlot: HTMLSlotElement \| null; readonly attributeStyleMap: StylePropertyMap; get style(): CSSStyleDeclaration; set style(cssText: string); contentEditable: string; enterKeyHint: string; inputMode: string; readonly isContentEditable: boolean; onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) \| null; onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) \| null; onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) \| null; onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) \| null; onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) \| null; oncancel: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onclose: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) \| null; oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) \| null; ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) \| null; ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onemptied: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onended: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onerror: OnErrorEventHandler; onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) \| null; onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) \| null; ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; oninput: ((this: GlobalEventHandlers, ev: Event) => any) \| null; oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) \| null; onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) \| null; onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) \| null; onload: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) \| null; onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) \| null; onpause: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onplay: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onplaying: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) \| null; onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) \| null; onratechange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onreset: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) \| null; onscroll: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) \| null; onseeked: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onseeking: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onselect: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onstalled: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) \| null; onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) \| null; ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) \| null; ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) \| null \| undefined; ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) \| null; onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) \| null; onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) \| null; autofocus: boolean; readonly dataset: DOMStringMap; nonce?: string; tabIndex: number; blur(): void; focus(options?: FocusOptions): void; }; } & TBase
|
|
414
|
-
|