@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.
@@ -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
- get shouldRunDisconnect(): boolean;
41
- get shouldRunConnect(): boolean;
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, "detail">): boolean | void;
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 | null;
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<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
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
- get classList(): DOMTokenList;
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 | null;
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
- get part(): DOMTokenList;
97
- set part(value: string): any;
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 | null;
96
+ readonly shadowRoot: ShadowRoot;
104
97
  slot: string;
105
98
  readonly tagName: string;
106
99
  attachShadow(init: ShadowRootInit): ShadowRoot;
107
- checkVisibility(options?: CheckVisibilityOptions): boolean;
108
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
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
- computedStyleMap(): StylePropertyMapReadOnly;
113
- getAttribute(qualifiedName: string): string | null;
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 | null;
117
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
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<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
122
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
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(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
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 | null, localName: string): boolean;
118
+ hasAttributeNS(namespace: string, localName: string): boolean;
133
119
  hasAttributes(): boolean;
134
120
  hasPointerCapture(pointerId: number): boolean;
135
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
136
- insertAdjacentHTML(position: InsertPosition, string: string): void;
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 | null, localName: string): void;
127
+ removeAttributeNS(namespace: string, localName: string): void;
142
128
  removeAttributeNode(attr: Attr): Attr;
143
129
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
144
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
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 | null, qualifiedName: string, value: string): void;
154
- setAttributeNode(attr: Attr): Attr | null;
155
- setAttributeNodeNS(attr: Attr): Attr | null;
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 | null;
147
+ readonly firstChild: ChildNode;
164
148
  readonly isConnected: boolean;
165
- readonly lastChild: ChildNode | null;
166
- readonly nextSibling: ChildNode | null;
149
+ readonly lastChild: ChildNode;
150
+ readonly nextSibling: ChildNode;
167
151
  readonly nodeName: string;
168
152
  readonly nodeType: number;
169
- nodeValue: string | null;
170
- readonly parentElement: HTMLElement | null;
171
- readonly parentNode: ParentNode | null;
172
- readonly previousSibling: ChildNode | null;
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 | null): boolean;
160
+ contains(other: Node): boolean;
176
161
  getRootNode(options?: GetRootNodeOptions): Node;
177
162
  hasChildNodes(): boolean;
178
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
179
- isDefaultNamespace(namespace: string | null): boolean;
180
- isEqualNode(otherNode: Node | null): boolean;
181
- isSameNode(otherNode: Node | null): boolean;
182
- lookupNamespaceURI(prefix: string | null): string | null;
183
- lookupPrefix(namespace: string | null): string | null;
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<T_1 extends Node>(child: T_1): T_1;
186
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
187
- readonly ELEMENT_NODE: 1;
188
- readonly ATTRIBUTE_NODE: 2;
189
- readonly TEXT_NODE: 3;
190
- readonly CDATA_SECTION_NODE: 4;
191
- readonly ENTITY_REFERENCE_NODE: 5;
192
- readonly ENTITY_NODE: 6;
193
- readonly PROCESSING_INSTRUCTION_NODE: 7;
194
- readonly COMMENT_NODE: 8;
195
- readonly DOCUMENT_NODE: 9;
196
- readonly DOCUMENT_TYPE_NODE: 10;
197
- readonly DOCUMENT_FRAGMENT_NODE: 11;
198
- readonly NOTATION_NODE: 12;
199
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
200
- readonly DOCUMENT_POSITION_PRECEDING: 2;
201
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
202
- readonly DOCUMENT_POSITION_CONTAINS: 8;
203
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
204
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
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
- ariaActiveDescendantElement: Element | null;
207
- ariaAtomic: string | null;
208
- ariaAutoComplete: string | null;
209
- ariaBrailleLabel: string | null;
210
- ariaBrailleRoleDescription: string | null;
211
- ariaBusy: string | null;
212
- ariaChecked: string | null;
213
- ariaColCount: string | null;
214
- ariaColIndex: string | null;
215
- ariaColIndexText: string | null;
216
- ariaColSpan: string | null;
217
- ariaControlsElements: ReadonlyArray<Element> | null;
218
- ariaCurrent: string | null;
219
- ariaDescribedByElements: ReadonlyArray<Element> | null;
220
- ariaDescription: string | null;
221
- ariaDetailsElements: ReadonlyArray<Element> | null;
222
- ariaDisabled: string | null;
223
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
224
- ariaExpanded: string | null;
225
- ariaFlowToElements: ReadonlyArray<Element> | null;
226
- ariaHasPopup: string | null;
227
- ariaHidden: string | null;
228
- ariaInvalid: string | null;
229
- ariaKeyShortcuts: string | null;
230
- ariaLabel: string | null;
231
- ariaLabelledByElements: ReadonlyArray<Element> | null;
232
- ariaLevel: string | null;
233
- ariaLive: string | null;
234
- ariaModal: string | null;
235
- ariaMultiLine: string | null;
236
- ariaMultiSelectable: string | null;
237
- ariaOrientation: string | null;
238
- ariaOwnsElements: ReadonlyArray<Element> | null;
239
- ariaPlaceholder: string | null;
240
- ariaPosInSet: string | null;
241
- ariaPressed: string | null;
242
- ariaReadOnly: string | null;
243
- ariaRelevant: string | null;
244
- ariaRequired: string | null;
245
- ariaRoleDescription: string | null;
246
- ariaRowCount: string | null;
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: (Node | string)[]): void;
261
- before(...nodes: (Node | string)[]): void;
233
+ after(...nodes: (string | Node)[]): void;
234
+ before(...nodes: (string | Node)[]): void;
262
235
  remove(): void;
263
- replaceWith(...nodes: (Node | string)[]): void;
264
- readonly nextElementSibling: Element | null;
265
- readonly previousElementSibling: Element | null;
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 | null;
269
- readonly lastElementChild: Element | null;
270
- append(...nodes: (Node | string)[]): void;
271
- prepend(...nodes: (Node | string)[]): void;
272
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
273
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
274
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
275
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
276
- querySelector<E extends Element = Element>(selectors: string): E | null;
277
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
278
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
279
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
280
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
281
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
282
- replaceChildren(...nodes: (Node | string)[]): void;
283
- readonly assignedSlot: HTMLSlotElement | null;
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: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
292
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
293
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
294
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
295
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
296
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
297
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
298
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
299
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
300
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
301
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
302
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
303
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
304
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
306
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
310
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
311
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
312
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
313
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
314
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
315
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
316
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
317
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
318
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
319
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
320
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
321
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
322
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
323
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
324
- onerror: OnErrorEventHandler;
325
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
326
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
327
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
328
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
329
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
330
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
331
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
332
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
333
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
336
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
337
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
338
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
339
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
340
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
341
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
342
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
343
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
344
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
345
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
346
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
347
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
348
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
349
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
350
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
351
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
352
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
353
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
354
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
355
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
356
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
357
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
358
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
359
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
360
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
361
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
362
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
363
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
364
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
365
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
366
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
367
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
368
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
369
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
370
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
371
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
372
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
373
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
374
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
375
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
376
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
377
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
378
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
379
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
380
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
381
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
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;