@genesislcap/g2plot-chart 14.302.1-alpha-475e82d.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 +0 -2
- package/dist/dts/chart-datasource/chart-datasource.d.ts +227 -265
- package/dist/dts/chart-datasource/chart-datasource.d.ts.map +1 -1
- package/dist/dts/chart-datasource/chart-datasource.utils.d.ts.map +1 -1
- package/dist/dts/chart.d.ts +231 -264
- package/dist/dts/chart.d.ts.map +1 -1
- package/dist/dts/models/area-chart.d.ts.map +1 -1
- package/dist/dts/models/bar-chart.d.ts.map +1 -1
- package/dist/dts/models/column-chart.d.ts.map +1 -1
- package/dist/dts/models/donut-chart.d.ts.map +1 -1
- package/dist/dts/models/dual-axes-chart.d.ts.map +1 -1
- package/dist/dts/models/line-chart.d.ts.map +1 -1
- package/dist/dts/models/mix-chart.d.ts.map +1 -1
- package/dist/dts/models/pie-chart.d.ts.map +1 -1
- package/dist/dts/models/rose-chart.d.ts.map +1 -1
- package/dist/dts/models/scatter-chart.d.ts.map +1 -1
- package/dist/dts/models/stock-chart.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/g2plot-chart.api.json +1 -1
- package/dist/g2plot-chart.d.ts +458 -529
- package/docs/api/g2plot-chart.chartdatasource.md +19 -351
- package/docs/api/g2plot-chart.charterroritem.md +4 -56
- package/docs/api/g2plot-chart.g2plotchart.md +5 -79
- package/docs/api/g2plot-chart.md +27 -257
- package/docs/api/index.md +3 -21
- package/package.json +17 -15
- package/docs/api-report.md.api.md +0 -229
|
@@ -694,7 +694,6 @@
|
|
|
694
694
|
"type": {
|
|
695
695
|
"text": "string"
|
|
696
696
|
},
|
|
697
|
-
"default": "''",
|
|
698
697
|
"inheritedFrom": {
|
|
699
698
|
"name": "BaseDatasource",
|
|
700
699
|
"module": "src/utils/base-datasource.ts"
|
|
@@ -1696,7 +1695,6 @@
|
|
|
1696
1695
|
"type": {
|
|
1697
1696
|
"text": "string"
|
|
1698
1697
|
},
|
|
1699
|
-
"default": "''",
|
|
1700
1698
|
"fieldName": "resourceName",
|
|
1701
1699
|
"inheritedFrom": {
|
|
1702
1700
|
"name": "BaseDatasource",
|
|
@@ -30,118 +30,104 @@ declare class ConcreteDatasource extends BaseDatasource {
|
|
|
30
30
|
handleStreamUpdates(updatedRows: any[]): void;
|
|
31
31
|
}
|
|
32
32
|
declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
33
|
-
#_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
34
|
-
#_latestTokenCode: string;
|
|
35
|
-
#_hasFirstLoaded: boolean;
|
|
36
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
37
|
-
#_shouldForceLifecycle: boolean;
|
|
33
|
+
"__#1@#_container": import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
34
|
+
"__#1@#_latestTokenCode": string;
|
|
35
|
+
"__#1@#_hasFirstLoaded": boolean;
|
|
36
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
|
37
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
|
38
38
|
cloneNode(deep?: boolean): Node;
|
|
39
39
|
deepClone(): Node;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
43
|
-
#_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
40
|
+
readonly shouldRunDisconnect: boolean;
|
|
41
|
+
readonly shouldRunConnect: boolean;
|
|
42
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
43
|
+
"__#1@#_tryFindContainingLayout"(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
44
44
|
connectedCallback(): void;
|
|
45
45
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
46
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit
|
|
46
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
47
47
|
disconnectedCallback(): void;
|
|
48
48
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
49
49
|
accessKey: string;
|
|
50
50
|
readonly accessKeyLabel: string;
|
|
51
51
|
autocapitalize: string;
|
|
52
|
-
autocorrect: boolean;
|
|
53
52
|
dir: string;
|
|
54
53
|
draggable: boolean;
|
|
55
54
|
hidden: boolean;
|
|
56
|
-
inert: boolean;
|
|
55
|
+
inert: boolean; /**
|
|
56
|
+
* If true, will enable grouped chart plotting numeric values for levels of two categorical variables instead of one.
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
57
59
|
innerText: string;
|
|
58
60
|
lang: string;
|
|
59
61
|
readonly offsetHeight: number;
|
|
60
62
|
readonly offsetLeft: number;
|
|
61
|
-
readonly offsetParent: Element
|
|
63
|
+
readonly offsetParent: Element;
|
|
62
64
|
readonly offsetTop: number;
|
|
63
65
|
readonly offsetWidth: number;
|
|
64
66
|
outerText: string;
|
|
65
|
-
popover: string | null;
|
|
66
67
|
spellcheck: boolean;
|
|
67
68
|
title: string;
|
|
68
69
|
translate: boolean;
|
|
69
|
-
writingSuggestions: string;
|
|
70
70
|
attachInternals(): ElementInternals;
|
|
71
71
|
click(): void;
|
|
72
|
-
hidePopover(): void;
|
|
73
|
-
showPopover(): void;
|
|
74
|
-
togglePopover(options?: boolean): boolean;
|
|
75
72
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
76
73
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
77
|
-
removeEventListener<
|
|
74
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
|
78
75
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
79
76
|
readonly attributes: NamedNodeMap;
|
|
80
|
-
|
|
81
|
-
set classList(value: string): any;
|
|
77
|
+
readonly classList: DOMTokenList;
|
|
82
78
|
className: string;
|
|
83
79
|
readonly clientHeight: number;
|
|
84
80
|
readonly clientLeft: number;
|
|
85
81
|
readonly clientTop: number;
|
|
86
82
|
readonly clientWidth: number;
|
|
87
|
-
readonly currentCSSZoom: number;
|
|
88
83
|
id: string;
|
|
89
|
-
innerHTML: string;
|
|
90
84
|
readonly localName: string;
|
|
91
|
-
readonly namespaceURI: string
|
|
85
|
+
readonly namespaceURI: string;
|
|
92
86
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
93
87
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
94
88
|
outerHTML: string;
|
|
95
89
|
readonly ownerDocument: Document;
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
readonly prefix: string | null;
|
|
90
|
+
readonly part: DOMTokenList;
|
|
91
|
+
readonly prefix: string;
|
|
99
92
|
readonly scrollHeight: number;
|
|
100
93
|
scrollLeft: number;
|
|
101
94
|
scrollTop: number;
|
|
102
95
|
readonly scrollWidth: number;
|
|
103
|
-
readonly shadowRoot: ShadowRoot
|
|
96
|
+
readonly shadowRoot: ShadowRoot;
|
|
104
97
|
slot: string;
|
|
105
98
|
readonly tagName: string;
|
|
106
99
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
107
|
-
|
|
108
|
-
closest<
|
|
109
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
110
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
100
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
101
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
111
102
|
closest<E extends Element = Element>(selectors: string): E;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
103
|
+
getAttribute(qualifiedName: string): string;
|
|
104
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
115
105
|
getAttributeNames(): string[];
|
|
116
|
-
getAttributeNode(qualifiedName: string): Attr
|
|
117
|
-
getAttributeNodeNS(namespace: string
|
|
106
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
107
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
118
108
|
getBoundingClientRect(): DOMRect;
|
|
119
109
|
getClientRects(): DOMRectList;
|
|
120
110
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
121
|
-
getElementsByTagName<
|
|
122
|
-
getElementsByTagName<
|
|
123
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
124
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
111
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
112
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
125
113
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
126
114
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
127
115
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
128
|
-
getElementsByTagNameNS(
|
|
129
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
130
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
116
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
131
117
|
hasAttribute(qualifiedName: string): boolean;
|
|
132
|
-
hasAttributeNS(namespace: string
|
|
118
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
133
119
|
hasAttributes(): boolean;
|
|
134
120
|
hasPointerCapture(pointerId: number): boolean;
|
|
135
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element
|
|
136
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
121
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
122
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
137
123
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
138
124
|
matches(selectors: string): boolean;
|
|
139
125
|
releasePointerCapture(pointerId: number): void;
|
|
140
126
|
removeAttribute(qualifiedName: string): void;
|
|
141
|
-
removeAttributeNS(namespace: string
|
|
127
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
142
128
|
removeAttributeNode(attr: Attr): Attr;
|
|
143
129
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
144
|
-
requestPointerLock(
|
|
130
|
+
requestPointerLock(): void;
|
|
145
131
|
scroll(options?: ScrollToOptions): void;
|
|
146
132
|
scroll(x: number, y: number): void;
|
|
147
133
|
scrollBy(options?: ScrollToOptions): void;
|
|
@@ -150,244 +136,220 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
150
136
|
scrollTo(options?: ScrollToOptions): void;
|
|
151
137
|
scrollTo(x: number, y: number): void;
|
|
152
138
|
setAttribute(qualifiedName: string, value: string): void;
|
|
153
|
-
setAttributeNS(namespace: string
|
|
154
|
-
setAttributeNode(attr: Attr): Attr
|
|
155
|
-
setAttributeNodeNS(attr: Attr): Attr
|
|
156
|
-
setHTMLUnsafe(html: string): void;
|
|
139
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
140
|
+
setAttributeNode(attr: Attr): Attr;
|
|
141
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
157
142
|
setPointerCapture(pointerId: number): void;
|
|
158
143
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
159
144
|
webkitMatchesSelector(selectors: string): boolean;
|
|
160
|
-
textContent: string;
|
|
161
145
|
readonly baseURI: string;
|
|
162
146
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
163
|
-
readonly firstChild: ChildNode
|
|
147
|
+
readonly firstChild: ChildNode;
|
|
164
148
|
readonly isConnected: boolean;
|
|
165
|
-
readonly lastChild: ChildNode
|
|
166
|
-
readonly nextSibling: ChildNode
|
|
149
|
+
readonly lastChild: ChildNode;
|
|
150
|
+
readonly nextSibling: ChildNode;
|
|
167
151
|
readonly nodeName: string;
|
|
168
152
|
readonly nodeType: number;
|
|
169
|
-
nodeValue: string
|
|
170
|
-
readonly parentElement: HTMLElement
|
|
171
|
-
readonly parentNode: ParentNode
|
|
172
|
-
readonly previousSibling: ChildNode
|
|
153
|
+
nodeValue: string;
|
|
154
|
+
readonly parentElement: HTMLElement;
|
|
155
|
+
readonly parentNode: ParentNode;
|
|
156
|
+
readonly previousSibling: ChildNode;
|
|
157
|
+
textContent: string;
|
|
173
158
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
174
159
|
compareDocumentPosition(other: Node): number;
|
|
175
|
-
contains(other: Node
|
|
160
|
+
contains(other: Node): boolean;
|
|
176
161
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
177
162
|
hasChildNodes(): boolean;
|
|
178
|
-
insertBefore<
|
|
179
|
-
isDefaultNamespace(namespace: string
|
|
180
|
-
isEqualNode(otherNode: Node
|
|
181
|
-
isSameNode(otherNode: Node
|
|
182
|
-
lookupNamespaceURI(prefix: string
|
|
183
|
-
lookupPrefix(namespace: string
|
|
163
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
|
164
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
165
|
+
isEqualNode(otherNode: Node): boolean;
|
|
166
|
+
isSameNode(otherNode: Node): boolean;
|
|
167
|
+
lookupNamespaceURI(prefix: string): string;
|
|
168
|
+
lookupPrefix(namespace: string): string;
|
|
184
169
|
normalize(): void;
|
|
185
|
-
removeChild<
|
|
186
|
-
replaceChild<
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
193
|
-
readonly
|
|
194
|
-
readonly
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
170
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
171
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
172
|
+
readonly ATTRIBUTE_NODE: number;
|
|
173
|
+
readonly CDATA_SECTION_NODE: number;
|
|
174
|
+
readonly COMMENT_NODE: number;
|
|
175
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
176
|
+
readonly DOCUMENT_NODE: number;
|
|
177
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
178
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
179
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
180
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
181
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
182
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
183
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
184
|
+
readonly ELEMENT_NODE: number;
|
|
185
|
+
readonly ENTITY_NODE: number;
|
|
186
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
187
|
+
readonly NOTATION_NODE: number;
|
|
188
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
189
|
+
readonly TEXT_NODE: number;
|
|
205
190
|
dispatchEvent(event: Event): boolean;
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
ariaRowIndex: string | null;
|
|
248
|
-
ariaRowIndexText: string | null;
|
|
249
|
-
ariaRowSpan: string | null;
|
|
250
|
-
ariaSelected: string | null;
|
|
251
|
-
ariaSetSize: string | null;
|
|
252
|
-
ariaSort: string | null;
|
|
253
|
-
ariaValueMax: string | null;
|
|
254
|
-
ariaValueMin: string | null;
|
|
255
|
-
ariaValueNow: string | null;
|
|
256
|
-
ariaValueText: string | null;
|
|
257
|
-
role: string | null;
|
|
258
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
191
|
+
ariaAtomic: string;
|
|
192
|
+
ariaAutoComplete: string;
|
|
193
|
+
ariaBusy: string;
|
|
194
|
+
ariaChecked: string;
|
|
195
|
+
ariaColCount: string;
|
|
196
|
+
ariaColIndex: string;
|
|
197
|
+
ariaColIndexText: string;
|
|
198
|
+
ariaColSpan: string;
|
|
199
|
+
ariaCurrent: string;
|
|
200
|
+
ariaDisabled: string;
|
|
201
|
+
ariaExpanded: string;
|
|
202
|
+
ariaHasPopup: string;
|
|
203
|
+
ariaHidden: string;
|
|
204
|
+
ariaInvalid: string;
|
|
205
|
+
ariaKeyShortcuts: string;
|
|
206
|
+
ariaLabel: string;
|
|
207
|
+
ariaLevel: string;
|
|
208
|
+
ariaLive: string;
|
|
209
|
+
ariaModal: string;
|
|
210
|
+
ariaMultiLine: string;
|
|
211
|
+
ariaMultiSelectable: string;
|
|
212
|
+
ariaOrientation: string;
|
|
213
|
+
ariaPlaceholder: string;
|
|
214
|
+
ariaPosInSet: string;
|
|
215
|
+
ariaPressed: string;
|
|
216
|
+
ariaReadOnly: string;
|
|
217
|
+
ariaRequired: string;
|
|
218
|
+
ariaRoleDescription: string;
|
|
219
|
+
ariaRowCount: string;
|
|
220
|
+
ariaRowIndex: string;
|
|
221
|
+
ariaRowIndexText: string;
|
|
222
|
+
ariaRowSpan: string;
|
|
223
|
+
ariaSelected: string;
|
|
224
|
+
ariaSetSize: string;
|
|
225
|
+
ariaSort: string;
|
|
226
|
+
ariaValueMax: string;
|
|
227
|
+
ariaValueMin: string;
|
|
228
|
+
ariaValueNow: string;
|
|
229
|
+
ariaValueText: string;
|
|
230
|
+
role: string;
|
|
231
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
259
232
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
260
|
-
after(...nodes: (
|
|
261
|
-
before(...nodes: (
|
|
233
|
+
after(...nodes: (string | Node)[]): void;
|
|
234
|
+
before(...nodes: (string | Node)[]): void;
|
|
262
235
|
remove(): void;
|
|
263
|
-
replaceWith(...nodes: (
|
|
264
|
-
|
|
265
|
-
readonly
|
|
236
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
237
|
+
innerHTML: string;
|
|
238
|
+
readonly nextElementSibling: Element;
|
|
239
|
+
readonly previousElementSibling: Element;
|
|
266
240
|
readonly childElementCount: number;
|
|
267
241
|
readonly children: HTMLCollection;
|
|
268
|
-
readonly firstElementChild: Element
|
|
269
|
-
readonly lastElementChild: Element
|
|
270
|
-
append(...nodes: (
|
|
271
|
-
prepend(...nodes: (
|
|
272
|
-
querySelector<
|
|
273
|
-
querySelector<
|
|
274
|
-
querySelector<
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
querySelectorAll<
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
readonly
|
|
284
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
285
|
-
get style(): CSSStyleDeclaration;
|
|
286
|
-
set style(cssText: string): any;
|
|
242
|
+
readonly firstElementChild: Element;
|
|
243
|
+
readonly lastElementChild: Element;
|
|
244
|
+
append(...nodes: (string | Node)[]): void;
|
|
245
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
246
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
247
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
248
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
249
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
250
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
251
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
252
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
253
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
254
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
255
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
256
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
257
|
+
readonly style: CSSStyleDeclaration;
|
|
287
258
|
contentEditable: string;
|
|
288
259
|
enterKeyHint: string;
|
|
289
260
|
inputMode: string;
|
|
290
261
|
readonly isContentEditable: boolean;
|
|
291
|
-
onabort: (
|
|
292
|
-
onanimationcancel: (
|
|
293
|
-
onanimationend: (
|
|
294
|
-
onanimationiteration: (
|
|
295
|
-
onanimationstart: (
|
|
296
|
-
onauxclick: (
|
|
297
|
-
onbeforeinput: (
|
|
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
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
383
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
384
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
385
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
386
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
387
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
388
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
389
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
390
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
262
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
263
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
264
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
265
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
266
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
267
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
268
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
269
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
270
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
271
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
272
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
273
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
274
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
275
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
276
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
278
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
279
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
280
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
281
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
282
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
283
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
284
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
285
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
286
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
287
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
288
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
289
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
290
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
291
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
292
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
293
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
294
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
295
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
296
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
297
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
298
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
300
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
301
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
302
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
303
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
304
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
305
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
306
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
307
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
308
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
309
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
310
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
311
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
312
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
313
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
314
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
315
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
316
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
317
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
318
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
319
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
320
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
321
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
322
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
323
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
324
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
325
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
326
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
327
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
328
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
329
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
330
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
331
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
332
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
333
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
334
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
335
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
336
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
337
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
338
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
339
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
340
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
341
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
342
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
343
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
344
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
345
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
346
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
347
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
348
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
349
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
350
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
351
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
352
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
391
353
|
autofocus: boolean;
|
|
392
354
|
readonly dataset: DOMStringMap;
|
|
393
355
|
nonce?: string;
|