@genesislcap/g2plot-chart 15.5.0 → 15.6.1-ts7-migration.1
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/dts/chart-datasource/chart-datasource.config.d.ts.map +1 -1
- package/dist/dts/chart-datasource/chart-datasource.d.ts +1 -375
- 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 +1 -367
- package/dist/dts/chart.d.ts.map +1 -1
- package/dist/dts/chart.definitions.d.ts +2 -2
- package/dist/dts/chart.definitions.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/settings/colors.d.ts.map +1 -1
- package/dist/dts/tsdoc-metadata.json +1 -1
- package/dist/g2plot-chart.api.json +18 -2
- package/dist/g2plot-chart.d.ts +6 -748
- package/package.json +14 -14
package/dist/g2plot-chart.d.ts
CHANGED
|
@@ -6,17 +6,15 @@ import { BaseDatasource } from '@genesislcap/foundation-ui';
|
|
|
6
6
|
import type { BaseDatasourceErrorHandlingOptions } from '@genesislcap/foundation-ui';
|
|
7
7
|
import { Column } from '@antv/g2plot';
|
|
8
8
|
import { ColumnOptions } from '@antv/g2plot';
|
|
9
|
+
import { Constructable } from '@microsoft/fast-element';
|
|
9
10
|
import type { Container } from '@microsoft/fast-foundation';
|
|
10
|
-
import { Controller } from '@microsoft/fast-element';
|
|
11
|
-
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
12
11
|
import { DualAxes } from '@antv/g2plot';
|
|
13
12
|
import { DualAxesOptions } from '@antv/g2plot';
|
|
14
13
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
15
14
|
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
16
15
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
17
16
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
18
|
-
import {
|
|
19
|
-
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
17
|
+
import { LifecycleMixinInstance } from '@genesislcap/foundation-utils';
|
|
20
18
|
import { Line } from '@antv/g2plot';
|
|
21
19
|
import { LineOptions } from '@antv/g2plot';
|
|
22
20
|
import { Mix } from '@antv/g2plot';
|
|
@@ -199,381 +197,7 @@ export declare class ChartDatasource extends ChartDatasource_base {
|
|
|
199
197
|
private hasValidFieldsStructure;
|
|
200
198
|
}
|
|
201
199
|
|
|
202
|
-
declare const ChartDatasource_base:
|
|
203
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
204
|
-
#_latestTokenCode: string;
|
|
205
|
-
#_hasFirstLoaded: boolean;
|
|
206
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
207
|
-
#_shouldForceLifecycle: boolean;
|
|
208
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
209
|
-
cloneNode(deep?: boolean): Node;
|
|
210
|
-
deepClone(): Node;
|
|
211
|
-
get shouldRunDisconnect(): boolean;
|
|
212
|
-
get shouldRunConnect(): boolean;
|
|
213
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
214
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
215
|
-
connectedCallback(): void;
|
|
216
|
-
readonly $fastController: Controller;
|
|
217
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
218
|
-
disconnectedCallback(): void;
|
|
219
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
220
|
-
accessKey: string;
|
|
221
|
-
readonly accessKeyLabel: string;
|
|
222
|
-
autocapitalize: string;
|
|
223
|
-
autocorrect: boolean;
|
|
224
|
-
dir: string;
|
|
225
|
-
draggable: boolean;
|
|
226
|
-
hidden: boolean;
|
|
227
|
-
inert: boolean;
|
|
228
|
-
innerText: string;
|
|
229
|
-
lang: string;
|
|
230
|
-
readonly offsetHeight: number;
|
|
231
|
-
readonly offsetLeft: number;
|
|
232
|
-
readonly offsetParent: Element | null;
|
|
233
|
-
readonly offsetTop: number;
|
|
234
|
-
readonly offsetWidth: number;
|
|
235
|
-
outerText: string;
|
|
236
|
-
popover: string | null;
|
|
237
|
-
spellcheck: boolean;
|
|
238
|
-
title: string;
|
|
239
|
-
translate: boolean;
|
|
240
|
-
writingSuggestions: string;
|
|
241
|
-
attachInternals(): ElementInternals;
|
|
242
|
-
click(): void;
|
|
243
|
-
hidePopover(): void;
|
|
244
|
-
showPopover(): void;
|
|
245
|
-
togglePopover(options?: boolean): boolean;
|
|
246
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options
|
|
247
|
-
/**
|
|
248
|
-
* Name of the backend resource which contain the data.
|
|
249
|
-
* @public
|
|
250
|
-
*/
|
|
251
|
-
? /**
|
|
252
|
-
* Name of the backend resource which contain the data.
|
|
253
|
-
* @public
|
|
254
|
-
*/: boolean | AddEventListenerOptions): void;
|
|
255
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
256
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
257
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
258
|
-
readonly attributes: NamedNodeMap;
|
|
259
|
-
get classList(): DOMTokenList;
|
|
260
|
-
set classList(value: string): any;
|
|
261
|
-
className: string;
|
|
262
|
-
readonly clientHeight: number;
|
|
263
|
-
readonly clientLeft: number;
|
|
264
|
-
readonly clientTop: number;
|
|
265
|
-
readonly clientWidth: number;
|
|
266
|
-
readonly currentCSSZoom: number;
|
|
267
|
-
id: string;
|
|
268
|
-
innerHTML: string;
|
|
269
|
-
readonly localName: string;
|
|
270
|
-
readonly namespaceURI: string | null;
|
|
271
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
272
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
273
|
-
outerHTML: string;
|
|
274
|
-
readonly ownerDocument: Document;
|
|
275
|
-
get part(): DOMTokenList;
|
|
276
|
-
set part(value: string): any;
|
|
277
|
-
readonly prefix: string | null;
|
|
278
|
-
readonly scrollHeight: number;
|
|
279
|
-
scrollLeft: number;
|
|
280
|
-
scrollTop: number;
|
|
281
|
-
readonly scrollWidth: number;
|
|
282
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
283
|
-
slot: string;
|
|
284
|
-
readonly tagName: string;
|
|
285
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
286
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
287
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
288
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
289
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
290
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
291
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
292
|
-
getAttribute(qualifiedName: string): string | null;
|
|
293
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
294
|
-
getAttributeNames(): string[];
|
|
295
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
296
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
297
|
-
getBoundingClientRect(): DOMRect;
|
|
298
|
-
getClientRects(): DOMRectList;
|
|
299
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
300
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
301
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
302
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
303
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
304
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
305
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
306
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
307
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
308
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
309
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
310
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
311
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
312
|
-
hasAttributes(): boolean;
|
|
313
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
314
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
315
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
316
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
317
|
-
matches(selectors: string): boolean;
|
|
318
|
-
releasePointerCapture(pointerId: number): void;
|
|
319
|
-
removeAttribute(qualifiedName: string): void;
|
|
320
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
321
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
322
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
323
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
324
|
-
scroll(options?: ScrollToOptions): void;
|
|
325
|
-
scroll(x: number, y: number): void;
|
|
326
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
327
|
-
scrollBy(x: number, y: number): void;
|
|
328
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
329
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
330
|
-
scrollTo(x: number, y: number): void;
|
|
331
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
332
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
333
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
334
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
335
|
-
setHTMLUnsafe(html: string): void;
|
|
336
|
-
setPointerCapture(pointerId: number): void;
|
|
337
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
338
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
339
|
-
textContent: string;
|
|
340
|
-
readonly baseURI: string;
|
|
341
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
342
|
-
readonly firstChild: ChildNode | null;
|
|
343
|
-
readonly isConnected: boolean;
|
|
344
|
-
readonly lastChild: ChildNode | null;
|
|
345
|
-
readonly nextSibling: ChildNode | null;
|
|
346
|
-
readonly nodeName: string;
|
|
347
|
-
readonly nodeType: number;
|
|
348
|
-
nodeValue: string | null;
|
|
349
|
-
readonly parentElement: HTMLElement | null;
|
|
350
|
-
readonly parentNode: ParentNode | null;
|
|
351
|
-
readonly previousSibling: ChildNode | null;
|
|
352
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
353
|
-
compareDocumentPosition(other: Node): number;
|
|
354
|
-
contains(other: Node | null): boolean;
|
|
355
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
356
|
-
hasChildNodes(): boolean;
|
|
357
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
358
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
359
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
360
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
361
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
362
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
363
|
-
normalize(): void;
|
|
364
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
365
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
366
|
-
readonly ELEMENT_NODE: 1;
|
|
367
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
368
|
-
readonly TEXT_NODE: 3;
|
|
369
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
370
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
371
|
-
readonly ENTITY_NODE: 6;
|
|
372
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
373
|
-
readonly COMMENT_NODE: 8;
|
|
374
|
-
readonly DOCUMENT_NODE: 9;
|
|
375
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
376
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
377
|
-
readonly NOTATION_NODE: 12;
|
|
378
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
379
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
380
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
381
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
382
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
383
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
384
|
-
dispatchEvent(event: Event): boolean;
|
|
385
|
-
ariaActiveDescendantElement: Element | null;
|
|
386
|
-
ariaAtomic: string | null;
|
|
387
|
-
ariaAutoComplete: string | null;
|
|
388
|
-
ariaBrailleLabel: string | null;
|
|
389
|
-
ariaBrailleRoleDescription: string | null;
|
|
390
|
-
ariaBusy: string | null;
|
|
391
|
-
ariaChecked: string | null;
|
|
392
|
-
ariaColCount: string | null;
|
|
393
|
-
ariaColIndex: string | null;
|
|
394
|
-
ariaColIndexText: string | null;
|
|
395
|
-
ariaColSpan: string | null;
|
|
396
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
397
|
-
ariaCurrent: string | null;
|
|
398
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
399
|
-
ariaDescription: string | null;
|
|
400
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
401
|
-
ariaDisabled: string | null;
|
|
402
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
403
|
-
ariaExpanded: string | null;
|
|
404
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
405
|
-
ariaHasPopup: string | null;
|
|
406
|
-
ariaHidden: string | null;
|
|
407
|
-
ariaInvalid: string | null;
|
|
408
|
-
ariaKeyShortcuts: string | null;
|
|
409
|
-
ariaLabel: string | null;
|
|
410
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
411
|
-
ariaLevel: string | null;
|
|
412
|
-
ariaLive: string | null;
|
|
413
|
-
ariaModal: string | null;
|
|
414
|
-
ariaMultiLine: string | null;
|
|
415
|
-
ariaMultiSelectable: string | null;
|
|
416
|
-
ariaOrientation: string | null;
|
|
417
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
418
|
-
ariaPlaceholder: string | null;
|
|
419
|
-
ariaPosInSet: string | null;
|
|
420
|
-
ariaPressed: string | null;
|
|
421
|
-
ariaReadOnly: string | null;
|
|
422
|
-
ariaRelevant: string | null;
|
|
423
|
-
ariaRequired: string | null;
|
|
424
|
-
ariaRoleDescription: string | null;
|
|
425
|
-
ariaRowCount: string | null;
|
|
426
|
-
ariaRowIndex: string | null;
|
|
427
|
-
ariaRowIndexText: string | null;
|
|
428
|
-
ariaRowSpan: string | null;
|
|
429
|
-
ariaSelected: string | null;
|
|
430
|
-
ariaSetSize: string | null;
|
|
431
|
-
ariaSort: string | null;
|
|
432
|
-
ariaValueMax: string | null;
|
|
433
|
-
ariaValueMin: string | null;
|
|
434
|
-
ariaValueNow: string | null;
|
|
435
|
-
ariaValueText: string | null;
|
|
436
|
-
role: string | null;
|
|
437
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
438
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
439
|
-
after(...nodes: (Node | string)[]): void;
|
|
440
|
-
before(...nodes: (Node | string)[]): void;
|
|
441
|
-
remove(): void;
|
|
442
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
443
|
-
readonly nextElementSibling: Element | null;
|
|
444
|
-
readonly previousElementSibling: Element | null;
|
|
445
|
-
readonly childElementCount: number;
|
|
446
|
-
readonly children: HTMLCollection;
|
|
447
|
-
readonly firstElementChild: Element | null;
|
|
448
|
-
readonly lastElementChild: Element | null;
|
|
449
|
-
append(...nodes: (Node | string)[]): void;
|
|
450
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
451
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
452
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
453
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
454
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
455
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
456
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
457
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
458
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
459
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
460
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
461
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
462
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
463
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
464
|
-
get style(): CSSStyleDeclaration;
|
|
465
|
-
set style(cssText: string): any;
|
|
466
|
-
contentEditable: string;
|
|
467
|
-
enterKeyHint: string;
|
|
468
|
-
inputMode: string;
|
|
469
|
-
readonly isContentEditable: boolean;
|
|
470
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
471
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
472
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
473
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
474
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
475
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
476
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
477
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
478
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
479
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
480
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
481
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
482
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
483
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
484
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
485
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
486
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
487
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
488
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
489
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
490
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
491
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
492
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
493
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
494
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
495
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
496
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
497
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
498
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
499
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
500
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
501
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
502
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
503
|
-
onerror: OnErrorEventHandler;
|
|
504
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
505
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
506
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
507
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
508
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
509
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
510
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
511
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
512
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
513
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
514
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
515
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
516
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
517
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
518
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
519
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
520
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
521
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
522
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
523
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
524
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
525
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
526
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
527
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
528
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
529
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
530
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
531
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
532
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
533
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
534
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
535
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
536
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
537
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
538
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
539
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
540
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
541
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
542
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
543
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
544
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
545
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
546
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
547
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
548
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
549
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
550
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
551
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
552
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
553
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
554
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
555
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
556
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
557
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
558
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
559
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
560
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
561
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
562
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
563
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
564
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
565
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
566
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
567
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
568
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
569
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
570
|
-
autofocus: boolean;
|
|
571
|
-
readonly dataset: DOMStringMap;
|
|
572
|
-
nonce?: string;
|
|
573
|
-
tabIndex: number;
|
|
574
|
-
blur(): void;
|
|
575
|
-
focus(options?: FocusOptions): void;
|
|
576
|
-
}) & typeof ConcreteDatasource;
|
|
200
|
+
declare const ChartDatasource_base: typeof ConcreteDatasource & Constructable<LifecycleMixinInstance>;
|
|
577
201
|
|
|
578
202
|
/**
|
|
579
203
|
* The error event Chart Datasource.
|
|
@@ -617,8 +241,8 @@ export declare interface ChartErrorItem<ChartErrorItemDetailType> {
|
|
|
617
241
|
* @public
|
|
618
242
|
*/
|
|
619
243
|
export declare const chartErrorNames: {
|
|
620
|
-
readonly datasource:
|
|
621
|
-
readonly unknown:
|
|
244
|
+
readonly datasource: 'datasource';
|
|
245
|
+
readonly unknown: 'unknown';
|
|
622
246
|
};
|
|
623
247
|
|
|
624
248
|
/**
|
|
@@ -850,373 +474,7 @@ template: ViewTemplate<any, any>;
|
|
|
850
474
|
shadowOptions: ShadowRootInit;
|
|
851
475
|
}, typeof G2PlotChart>;
|
|
852
476
|
|
|
853
|
-
declare const G2PlotChart_base:
|
|
854
|
-
#_container: FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
855
|
-
#_latestTokenCode: string;
|
|
856
|
-
#_hasFirstLoaded: boolean;
|
|
857
|
-
#_cleanupTimeout: NodeJS.Timeout;
|
|
858
|
-
#_shouldForceLifecycle: boolean;
|
|
859
|
-
#_blockedDisconnectSurvivedGracePeriod: boolean;
|
|
860
|
-
cloneNode(deep?: boolean): Node;
|
|
861
|
-
deepClone(): Node;
|
|
862
|
-
get shouldRunDisconnect(): boolean;
|
|
863
|
-
get shouldRunConnect(): boolean;
|
|
864
|
-
#_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
865
|
-
#_tryFindContainingLayout(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
866
|
-
connectedCallback(): void;
|
|
867
|
-
readonly $fastController: Controller;
|
|
868
|
-
$emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
|
|
869
|
-
disconnectedCallback(): void;
|
|
870
|
-
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
871
|
-
accessKey: string;
|
|
872
|
-
readonly accessKeyLabel: string;
|
|
873
|
-
autocapitalize: string;
|
|
874
|
-
autocorrect: boolean;
|
|
875
|
-
dir: string;
|
|
876
|
-
draggable: boolean;
|
|
877
|
-
hidden: boolean;
|
|
878
|
-
inert: boolean;
|
|
879
|
-
innerText: string;
|
|
880
|
-
lang: string;
|
|
881
|
-
readonly offsetHeight: number;
|
|
882
|
-
readonly offsetLeft: number;
|
|
883
|
-
readonly offsetParent: Element | null;
|
|
884
|
-
readonly offsetTop: number;
|
|
885
|
-
readonly offsetWidth: number;
|
|
886
|
-
outerText: string;
|
|
887
|
-
popover: string | null;
|
|
888
|
-
spellcheck: boolean;
|
|
889
|
-
title: string;
|
|
890
|
-
translate: boolean;
|
|
891
|
-
writingSuggestions: string;
|
|
892
|
-
attachInternals(): ElementInternals;
|
|
893
|
-
click(): void;
|
|
894
|
-
hidePopover(): void;
|
|
895
|
-
showPopover(): void;
|
|
896
|
-
togglePopover(options?: boolean): boolean;
|
|
897
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
898
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
899
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
900
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
901
|
-
readonly attributes: NamedNodeMap;
|
|
902
|
-
get classList(): DOMTokenList;
|
|
903
|
-
set classList(value: string): any;
|
|
904
|
-
className: string;
|
|
905
|
-
readonly clientHeight: number;
|
|
906
|
-
readonly clientLeft: number;
|
|
907
|
-
readonly clientTop: number;
|
|
908
|
-
readonly clientWidth: number;
|
|
909
|
-
readonly currentCSSZoom: number;
|
|
910
|
-
id: string;
|
|
911
|
-
innerHTML: string;
|
|
912
|
-
readonly localName: string;
|
|
913
|
-
readonly namespaceURI: string | null;
|
|
914
|
-
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
915
|
-
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
916
|
-
outerHTML: string;
|
|
917
|
-
readonly ownerDocument: Document;
|
|
918
|
-
get part(): DOMTokenList;
|
|
919
|
-
set part(value: string): any;
|
|
920
|
-
readonly prefix: string | null;
|
|
921
|
-
readonly scrollHeight: number;
|
|
922
|
-
scrollLeft: number;
|
|
923
|
-
scrollTop: number;
|
|
924
|
-
readonly scrollWidth: number;
|
|
925
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
926
|
-
slot: string;
|
|
927
|
-
readonly tagName: string;
|
|
928
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
929
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
930
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
|
|
931
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
932
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
933
|
-
closest<E extends Element = Element>(selectors: string): E;
|
|
934
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
935
|
-
getAttribute(qualifiedName: string): string | null;
|
|
936
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
937
|
-
getAttributeNames(): string[];
|
|
938
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
939
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
940
|
-
getBoundingClientRect(): DOMRect;
|
|
941
|
-
getClientRects(): DOMRectList;
|
|
942
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
943
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
944
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
945
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
946
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
947
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
948
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
949
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
950
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
951
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
952
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
953
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
954
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
955
|
-
hasAttributes(): boolean;
|
|
956
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
957
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
958
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
959
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
960
|
-
matches(selectors: string): boolean;
|
|
961
|
-
releasePointerCapture(pointerId: number): void;
|
|
962
|
-
removeAttribute(qualifiedName: string): void;
|
|
963
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
964
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
965
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
966
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
967
|
-
scroll(options?: ScrollToOptions): void;
|
|
968
|
-
scroll(x: number, y: number): void;
|
|
969
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
970
|
-
scrollBy(x: number, y: number): void;
|
|
971
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
972
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
973
|
-
scrollTo(x: number, y: number): void;
|
|
974
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
975
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
976
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
977
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
978
|
-
setHTMLUnsafe(html: string): void;
|
|
979
|
-
setPointerCapture(pointerId: number): void;
|
|
980
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
981
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
982
|
-
textContent: string;
|
|
983
|
-
readonly baseURI: string;
|
|
984
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
985
|
-
readonly firstChild: ChildNode | null;
|
|
986
|
-
readonly isConnected: boolean;
|
|
987
|
-
readonly lastChild: ChildNode | null;
|
|
988
|
-
readonly nextSibling: ChildNode | null;
|
|
989
|
-
readonly nodeName: string;
|
|
990
|
-
readonly nodeType: number;
|
|
991
|
-
nodeValue: string | null;
|
|
992
|
-
readonly parentElement: HTMLElement | null;
|
|
993
|
-
readonly parentNode: ParentNode | null;
|
|
994
|
-
readonly previousSibling: ChildNode | null;
|
|
995
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
996
|
-
compareDocumentPosition(other: Node): number;
|
|
997
|
-
contains(other: Node | null): boolean;
|
|
998
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
999
|
-
hasChildNodes(): boolean;
|
|
1000
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
1001
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
1002
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
1003
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
1004
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1005
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
1006
|
-
normalize(): void;
|
|
1007
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
1008
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
1009
|
-
readonly ELEMENT_NODE: 1;
|
|
1010
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
1011
|
-
readonly TEXT_NODE: 3;
|
|
1012
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
1013
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1014
|
-
readonly ENTITY_NODE: 6;
|
|
1015
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1016
|
-
readonly COMMENT_NODE: 8;
|
|
1017
|
-
readonly DOCUMENT_NODE: 9;
|
|
1018
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1019
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1020
|
-
readonly NOTATION_NODE: 12;
|
|
1021
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1022
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1023
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1024
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1025
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1026
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1027
|
-
dispatchEvent(event: Event): boolean;
|
|
1028
|
-
ariaActiveDescendantElement: Element | null;
|
|
1029
|
-
ariaAtomic: string | null;
|
|
1030
|
-
ariaAutoComplete: string | null;
|
|
1031
|
-
ariaBrailleLabel: string | null;
|
|
1032
|
-
ariaBrailleRoleDescription: string | null;
|
|
1033
|
-
ariaBusy: string | null;
|
|
1034
|
-
ariaChecked: string | null;
|
|
1035
|
-
ariaColCount: string | null;
|
|
1036
|
-
ariaColIndex: string | null;
|
|
1037
|
-
ariaColIndexText: string | null;
|
|
1038
|
-
ariaColSpan: string | null;
|
|
1039
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1040
|
-
ariaCurrent: string | null;
|
|
1041
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1042
|
-
ariaDescription: string | null;
|
|
1043
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1044
|
-
ariaDisabled: string | null;
|
|
1045
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1046
|
-
ariaExpanded: string | null;
|
|
1047
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1048
|
-
ariaHasPopup: string | null;
|
|
1049
|
-
ariaHidden: string | null;
|
|
1050
|
-
ariaInvalid: string | null;
|
|
1051
|
-
ariaKeyShortcuts: string | null;
|
|
1052
|
-
ariaLabel: string | null;
|
|
1053
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1054
|
-
ariaLevel: string | null;
|
|
1055
|
-
ariaLive: string | null;
|
|
1056
|
-
ariaModal: string | null;
|
|
1057
|
-
ariaMultiLine: string | null;
|
|
1058
|
-
ariaMultiSelectable: string | null;
|
|
1059
|
-
ariaOrientation: string | null;
|
|
1060
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1061
|
-
ariaPlaceholder: string | null;
|
|
1062
|
-
ariaPosInSet: string | null;
|
|
1063
|
-
ariaPressed: string | null;
|
|
1064
|
-
ariaReadOnly: string | null;
|
|
1065
|
-
ariaRelevant: string | null;
|
|
1066
|
-
ariaRequired: string | null;
|
|
1067
|
-
ariaRoleDescription: string | null;
|
|
1068
|
-
ariaRowCount: string | null;
|
|
1069
|
-
ariaRowIndex: string | null;
|
|
1070
|
-
ariaRowIndexText: string | null;
|
|
1071
|
-
ariaRowSpan: string | null;
|
|
1072
|
-
ariaSelected: string | null;
|
|
1073
|
-
ariaSetSize: string | null;
|
|
1074
|
-
ariaSort: string | null;
|
|
1075
|
-
ariaValueMax: string | null;
|
|
1076
|
-
ariaValueMin: string | null;
|
|
1077
|
-
ariaValueNow: string | null;
|
|
1078
|
-
ariaValueText: string | null;
|
|
1079
|
-
role: string | null;
|
|
1080
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1081
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1082
|
-
after(...nodes: (Node | string)[]): void;
|
|
1083
|
-
before(...nodes: (Node | string)[]): void;
|
|
1084
|
-
remove(): void;
|
|
1085
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
1086
|
-
readonly nextElementSibling: Element | null;
|
|
1087
|
-
readonly previousElementSibling: Element | null;
|
|
1088
|
-
readonly childElementCount: number;
|
|
1089
|
-
readonly children: HTMLCollection;
|
|
1090
|
-
readonly firstElementChild: Element | null;
|
|
1091
|
-
readonly lastElementChild: Element | null;
|
|
1092
|
-
append(...nodes: (Node | string)[]): void;
|
|
1093
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
1094
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1095
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1096
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1097
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1098
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1099
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1100
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1101
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1102
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1103
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1104
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1105
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1106
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
1107
|
-
get style(): CSSStyleDeclaration;
|
|
1108
|
-
set style(cssText: string): any;
|
|
1109
|
-
contentEditable: string;
|
|
1110
|
-
enterKeyHint: string;
|
|
1111
|
-
inputMode: string;
|
|
1112
|
-
readonly isContentEditable: boolean;
|
|
1113
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1114
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1115
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1116
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1117
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1118
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1119
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1120
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1121
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1122
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1123
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1124
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1125
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1126
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1127
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1128
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1129
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1130
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1131
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1132
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1133
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1134
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1135
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1136
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1137
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1138
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1139
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1140
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1141
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1142
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
1143
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1144
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1145
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1146
|
-
onerror: OnErrorEventHandler;
|
|
1147
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1148
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1149
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1150
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1151
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1152
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1153
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1154
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1155
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1156
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1157
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1158
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1159
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1160
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1161
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1162
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1163
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1164
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1165
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1166
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
1167
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1168
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1169
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1170
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1171
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1172
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1173
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1174
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1175
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1176
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1177
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1178
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1179
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1180
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1181
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1182
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1183
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1184
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1185
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1186
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
1187
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1188
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1189
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1191
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1192
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1193
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1194
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1195
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1196
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1197
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1198
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1199
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1200
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1201
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1202
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1203
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1204
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1205
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
1206
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1207
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1208
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1209
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1210
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1211
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1212
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1213
|
-
autofocus: boolean;
|
|
1214
|
-
readonly dataset: DOMStringMap;
|
|
1215
|
-
nonce?: string;
|
|
1216
|
-
tabIndex: number;
|
|
1217
|
-
blur(): void;
|
|
1218
|
-
focus(options?: FocusOptions): void;
|
|
1219
|
-
}) & typeof FoundationElement;
|
|
477
|
+
declare const G2PlotChart_base: typeof FoundationElement & Constructable<LifecycleMixinInstance>;
|
|
1220
478
|
|
|
1221
479
|
/**
|
|
1222
480
|
* All the `g2plot-chart` components
|