@genesislcap/g2plot-chart 14.107.0 → 14.107.1-alpha-afbc4d7.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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { BaseDatasource } from '@genesislcap/foundation-ui';
|
|
2
3
|
export declare const defaultChartFields = "groupBy value";
|
|
3
4
|
export declare const defaultSeriesChartField = "series";
|
|
@@ -120,8 +121,10 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
120
121
|
slot: string;
|
|
121
122
|
readonly tagName: string;
|
|
122
123
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
124
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
123
125
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
124
126
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
127
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
125
128
|
closest<E extends Element = Element>(selectors: string): E;
|
|
126
129
|
getAttribute(qualifiedName: string): string;
|
|
127
130
|
getAttributeNS(namespace: string, localName: string): string;
|
|
@@ -131,11 +134,14 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
131
134
|
getBoundingClientRect(): DOMRect;
|
|
132
135
|
getClientRects(): DOMRectList;
|
|
133
136
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
134
|
-
getElementsByTagName<
|
|
135
|
-
getElementsByTagName<
|
|
137
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
138
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
139
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
140
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
136
141
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
137
142
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
138
143
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
144
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
139
145
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
140
146
|
hasAttribute(qualifiedName: string): boolean;
|
|
141
147
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -192,24 +198,24 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
192
198
|
normalize(): void;
|
|
193
199
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
194
200
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
195
|
-
readonly
|
|
196
|
-
readonly
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
201
|
+
readonly ELEMENT_NODE: 1;
|
|
202
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
203
|
+
readonly TEXT_NODE: 3;
|
|
204
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
205
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
206
|
+
readonly ENTITY_NODE: 6;
|
|
207
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
208
|
+
readonly COMMENT_NODE: 8;
|
|
209
|
+
readonly DOCUMENT_NODE: 9;
|
|
210
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
211
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
212
|
+
readonly NOTATION_NODE: 12;
|
|
213
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
214
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
215
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
216
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
217
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
218
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
213
219
|
dispatchEvent(event: Event): boolean;
|
|
214
220
|
ariaAtomic: string;
|
|
215
221
|
ariaAutoComplete: string;
|
|
@@ -217,7 +223,6 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
217
223
|
ariaChecked: string;
|
|
218
224
|
ariaColCount: string;
|
|
219
225
|
ariaColIndex: string;
|
|
220
|
-
ariaColIndexText: string;
|
|
221
226
|
ariaColSpan: string;
|
|
222
227
|
ariaCurrent: string;
|
|
223
228
|
ariaDisabled: string;
|
|
@@ -241,7 +246,6 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
241
246
|
ariaRoleDescription: string;
|
|
242
247
|
ariaRowCount: string;
|
|
243
248
|
ariaRowIndex: string;
|
|
244
|
-
ariaRowIndexText: string;
|
|
245
249
|
ariaRowSpan: string;
|
|
246
250
|
ariaSelected: string;
|
|
247
251
|
ariaSetSize: string;
|
|
@@ -266,17 +270,18 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
266
270
|
readonly lastElementChild: Element;
|
|
267
271
|
append(...nodes: (string | Node)[]): void;
|
|
268
272
|
prepend(...nodes: (string | Node)[]): void;
|
|
269
|
-
querySelector<
|
|
270
|
-
querySelector<
|
|
273
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
274
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
275
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
276
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
271
277
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
272
|
-
querySelectorAll<
|
|
273
|
-
querySelectorAll<
|
|
278
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
279
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
280
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
281
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
274
282
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
275
283
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
276
284
|
readonly assignedSlot: HTMLSlotElement;
|
|
277
|
-
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
278
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
279
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
280
285
|
readonly style: CSSStyleDeclaration;
|
|
281
286
|
contentEditable: string;
|
|
282
287
|
enterKeyHint: string;
|
|
@@ -297,7 +302,9 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
297
302
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
298
303
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
299
304
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
305
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
300
306
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
307
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
301
308
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
302
309
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
303
310
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -330,6 +337,7 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
330
337
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
331
338
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
332
339
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
340
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
333
341
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
334
342
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
335
343
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chart-datasource.d.ts","sourceRoot":"","sources":["../../../src/chart-datasource/chart-datasource.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAQ5D,eAAO,MAAM,kBAAkB,kBAAkB,CAAC;AAClD,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAQhD,cAAM,kBAAmB,SAAQ,cAAc;IAC7C,OAAO,CAAC,KAAK,CAAc;IAE3B;;;;;;;;OAQG;IACkC,WAAW,EAAE,MAAM,CAAsB;IAC9E,OAAO,CAAC,qBAAqB,CAAW;IACxC,OAAO,CAAC,yBAAyB,CAA6B;IAC9D,OAAO,CAAC,gBAAgB,CAAS;IAEjC;;;;;;;;OAQG;IACmC,YAAY,EAAE,MAAM,CAAC;IAC3D,OAAO,CAAC,qBAAqB,CAAW;IAEU,OAAO,UAAS;IAChB,OAAO,UAAS;IAElE;;;OAGG;IACwB,OAAO,UAAQ;IAE1C;;;;;;OAMG;IAC0D,iBAAiB,UAAS;IAEjF,iBAAiB;IAyCvB,SAAS;IAMT,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAuCtC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE;IAQvC,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE;IAQtC,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE;IAatC,OAAO,CAAC,kBAAkB;IAgC1B,OAAO,CAAC,gCAAgC;IAiBxC,IAAI,sBAAsB,IAAI,MAAM,CAEnC;IAED,IAAI,oBAAoB,IAAI,OAAO,CAElC;IAED,IAAI,mBAAmB,IAAI,OAAO,CAEjC;IAED,OAAO,CAAC,uBAAuB;CAOhC
|
|
1
|
+
{"version":3,"file":"chart-datasource.d.ts","sourceRoot":"","sources":["../../../src/chart-datasource/chart-datasource.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAQ5D,eAAO,MAAM,kBAAkB,kBAAkB,CAAC;AAClD,eAAO,MAAM,uBAAuB,WAAW,CAAC;AAQhD,cAAM,kBAAmB,SAAQ,cAAc;IAC7C,OAAO,CAAC,KAAK,CAAc;IAE3B;;;;;;;;OAQG;IACkC,WAAW,EAAE,MAAM,CAAsB;IAC9E,OAAO,CAAC,qBAAqB,CAAW;IACxC,OAAO,CAAC,yBAAyB,CAA6B;IAC9D,OAAO,CAAC,gBAAgB,CAAS;IAEjC;;;;;;;;OAQG;IACmC,YAAY,EAAE,MAAM,CAAC;IAC3D,OAAO,CAAC,qBAAqB,CAAW;IAEU,OAAO,UAAS;IAChB,OAAO,UAAS;IAElE;;;OAGG;IACwB,OAAO,UAAQ;IAE1C;;;;;;OAMG;IAC0D,iBAAiB,UAAS;IAEjF,iBAAiB;IAyCvB,SAAS;IAMT,iBAAiB,CAAC,YAAY,CAAC,EAAE,GAAG,EAAE;IAuCtC,mBAAmB,CAAC,YAAY,EAAE,GAAG,EAAE;IAQvC,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE;IAQtC,mBAAmB,CAAC,WAAW,EAAE,GAAG,EAAE;IAatC,OAAO,CAAC,kBAAkB;IAgC1B,OAAO,CAAC,gCAAgC;IAiBxC,IAAI,sBAAsB,IAAI,MAAM,CAEnC;IAED,IAAI,oBAAoB,IAAI,OAAO,CAElC;IAED,IAAI,mBAAmB,IAAI,OAAO,CAEjC;IAED,OAAO,CAAC,uBAAuB;CAOhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,qBAGa,eAAgB,SAAQ,oBAAkC;IAC5D,oBAAoB,IAAI,IAAI;IAKrB,gBAAgB,CAAC,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;CAIxE"}
|
package/dist/dts/chart.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
2
3
|
import { ChartModels, ChartTypes } from './chart.types';
|
|
3
4
|
declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
@@ -65,8 +66,10 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
65
66
|
slot: string;
|
|
66
67
|
readonly tagName: string;
|
|
67
68
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
69
|
+
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
68
70
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
69
71
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
72
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
|
70
73
|
closest<E extends Element = Element>(selectors: string): E;
|
|
71
74
|
getAttribute(qualifiedName: string): string;
|
|
72
75
|
getAttributeNS(namespace: string, localName: string): string;
|
|
@@ -76,11 +79,14 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
76
79
|
getBoundingClientRect(): DOMRect;
|
|
77
80
|
getClientRects(): DOMRectList;
|
|
78
81
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
79
|
-
getElementsByTagName<
|
|
80
|
-
getElementsByTagName<
|
|
82
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
83
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
84
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
85
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
81
86
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
82
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
83
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
89
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
84
90
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
85
91
|
hasAttribute(qualifiedName: string): boolean;
|
|
86
92
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -137,24 +143,24 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
137
143
|
normalize(): void;
|
|
138
144
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
139
145
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
146
|
+
readonly ELEMENT_NODE: 1;
|
|
147
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
148
|
+
readonly TEXT_NODE: 3;
|
|
149
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
150
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
151
|
+
readonly ENTITY_NODE: 6;
|
|
152
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
153
|
+
readonly COMMENT_NODE: 8;
|
|
154
|
+
readonly DOCUMENT_NODE: 9;
|
|
155
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
156
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
157
|
+
readonly NOTATION_NODE: 12;
|
|
158
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
159
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
160
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
161
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
162
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
163
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
158
164
|
dispatchEvent(event: Event): boolean;
|
|
159
165
|
ariaAtomic: string;
|
|
160
166
|
ariaAutoComplete: string;
|
|
@@ -162,7 +168,6 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
162
168
|
ariaChecked: string;
|
|
163
169
|
ariaColCount: string;
|
|
164
170
|
ariaColIndex: string;
|
|
165
|
-
ariaColIndexText: string;
|
|
166
171
|
ariaColSpan: string;
|
|
167
172
|
ariaCurrent: string;
|
|
168
173
|
ariaDisabled: string;
|
|
@@ -186,7 +191,6 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
186
191
|
ariaRoleDescription: string;
|
|
187
192
|
ariaRowCount: string;
|
|
188
193
|
ariaRowIndex: string;
|
|
189
|
-
ariaRowIndexText: string;
|
|
190
194
|
ariaRowSpan: string;
|
|
191
195
|
ariaSelected: string;
|
|
192
196
|
ariaSetSize: string;
|
|
@@ -211,17 +215,18 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
211
215
|
readonly lastElementChild: Element;
|
|
212
216
|
append(...nodes: (string | Node)[]): void;
|
|
213
217
|
prepend(...nodes: (string | Node)[]): void;
|
|
214
|
-
querySelector<
|
|
215
|
-
querySelector<
|
|
218
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9];
|
|
219
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10];
|
|
220
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
|
221
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
|
216
222
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
217
|
-
querySelectorAll<
|
|
218
|
-
querySelectorAll<
|
|
223
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
224
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
225
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
226
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
219
227
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
220
228
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
221
229
|
readonly assignedSlot: HTMLSlotElement;
|
|
222
|
-
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
223
|
-
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
224
|
-
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
225
230
|
readonly style: CSSStyleDeclaration;
|
|
226
231
|
contentEditable: string;
|
|
227
232
|
enterKeyHint: string;
|
|
@@ -242,7 +247,9 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
242
247
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
243
248
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
244
249
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
250
|
+
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
245
251
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
252
|
+
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
246
253
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
247
254
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
248
255
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -275,6 +282,7 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
275
282
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
276
283
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
277
284
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
285
|
+
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
278
286
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
279
287
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
280
288
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
package/dist/dts/chart.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../src/chart.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/D,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../../src/chart.ts"],"names":[],"mappings":";AAcA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/D,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkBxD;;GAEG;AACH,qBAAa,WAAY,SAAQ,gBAAiC;IACzD,KAAK,EAAE,WAAW,CAAC;IACnB,cAAc,EAAE,WAAW,CAAC;IAC7B,IAAI,EAAE,UAAU,CAAS;IACnB,MAAM,MAAC;IACP,IAAI,EAAE,GAAG,EAAE,CAAC;IAExB,OAAO,CAAC,cAAc,CAAkC;IACxD,OAAO,CAAC,YAAY,CAAC,CAAqB;IAE1C,WAAW,CAAC,QAAQ,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE;IAYnC,SAAS,IAAI,IAAI;IAU1B,WAAW;IAKX,iBAAiB;IAajB,oBAAoB,IAAI,IAAI;IAI5B,OAAO,CAAC,cAAc,CAapB;IAEF,OAAO,CAAC,qBAAqB,CAO3B;IAEF;;;;;;;;;;;;;;OAcG;IACH,OAAO,CAAC,8BAA8B;IA0BtC,OAAO,CAAC,sBAAsB,CAW5B;CACH;AAGD,eAAO,MAAM,4BAA4B,EAAE,cAA0B,CAAC;AAEtE,eAAO,MAAM,kBAAkB,IAAK,CAAC;AAErC;;;;;;GAMG;AACH,eAAO,MAAM,WAAW;;;;;;;;sBAKtB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/g2plot-chart",
|
|
3
3
|
"description": "Genesis G2plot Chart",
|
|
4
|
-
"version": "14.107.0",
|
|
4
|
+
"version": "14.107.1-alpha-afbc4d7.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -45,20 +45,20 @@
|
|
|
45
45
|
"test:debug": "genx test --debug"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@genesislcap/foundation-testing": "14.107.0",
|
|
49
|
-
"@genesislcap/genx": "14.107.0",
|
|
48
|
+
"@genesislcap/foundation-testing": "14.107.1-alpha-afbc4d7.0",
|
|
49
|
+
"@genesislcap/genx": "14.107.1-alpha-afbc4d7.0",
|
|
50
50
|
"rimraf": "^3.0.2"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@antv/g2plot": "^2.4.20",
|
|
54
|
-
"@genesislcap/foundation-comms": "14.107.0",
|
|
55
|
-
"@genesislcap/foundation-logger": "14.107.0",
|
|
56
|
-
"@genesislcap/foundation-ui": "14.107.0",
|
|
57
|
-
"@genesislcap/foundation-utils": "14.107.0",
|
|
58
|
-
"@genesislcap/foundation-zero": "14.107.0",
|
|
54
|
+
"@genesislcap/foundation-comms": "14.107.1-alpha-afbc4d7.0",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.107.1-alpha-afbc4d7.0",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.107.1-alpha-afbc4d7.0",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.107.1-alpha-afbc4d7.0",
|
|
58
|
+
"@genesislcap/foundation-zero": "14.107.1-alpha-afbc4d7.0",
|
|
59
59
|
"@microsoft/fast-element": "^1.7.0",
|
|
60
60
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
61
|
-
"tslib": "^2.
|
|
61
|
+
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"repository": {
|
|
64
64
|
"type": "git",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "bb64624e9bb6cea2cad088305e8c82d088f20da4"
|
|
73
73
|
}
|