@genesislcap/g2plot-chart 14.107.1-alpha-afbc4d7.0 → 14.107.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.
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { BaseDatasource } from '@genesislcap/foundation-ui';
|
|
3
2
|
export declare const defaultChartFields = "groupBy value";
|
|
4
3
|
export declare const defaultSeriesChartField = "series";
|
|
@@ -121,10 +120,8 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
121
120
|
slot: string;
|
|
122
121
|
readonly tagName: string;
|
|
123
122
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
124
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
125
123
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
126
124
|
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];
|
|
128
125
|
closest<E extends Element = Element>(selectors: string): E;
|
|
129
126
|
getAttribute(qualifiedName: string): string;
|
|
130
127
|
getAttributeNS(namespace: string, localName: string): string;
|
|
@@ -134,14 +131,11 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
134
131
|
getBoundingClientRect(): DOMRect;
|
|
135
132
|
getClientRects(): DOMRectList;
|
|
136
133
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
137
|
-
getElementsByTagName<
|
|
138
|
-
getElementsByTagName<
|
|
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]>;
|
|
134
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
135
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
141
136
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
142
137
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
143
138
|
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>;
|
|
145
139
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
146
140
|
hasAttribute(qualifiedName: string): boolean;
|
|
147
141
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -198,24 +192,24 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
198
192
|
normalize(): void;
|
|
199
193
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
200
194
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
212
|
-
readonly
|
|
213
|
-
readonly
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
216
|
-
readonly
|
|
217
|
-
readonly
|
|
218
|
-
readonly
|
|
195
|
+
readonly ATTRIBUTE_NODE: number;
|
|
196
|
+
readonly CDATA_SECTION_NODE: number;
|
|
197
|
+
readonly COMMENT_NODE: number;
|
|
198
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
199
|
+
readonly DOCUMENT_NODE: number;
|
|
200
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
201
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
202
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
203
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
204
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
205
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
206
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
207
|
+
readonly ELEMENT_NODE: number;
|
|
208
|
+
readonly ENTITY_NODE: number;
|
|
209
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
210
|
+
readonly NOTATION_NODE: number;
|
|
211
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
212
|
+
readonly TEXT_NODE: number;
|
|
219
213
|
dispatchEvent(event: Event): boolean;
|
|
220
214
|
ariaAtomic: string;
|
|
221
215
|
ariaAutoComplete: string;
|
|
@@ -223,6 +217,7 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
223
217
|
ariaChecked: string;
|
|
224
218
|
ariaColCount: string;
|
|
225
219
|
ariaColIndex: string;
|
|
220
|
+
ariaColIndexText: string;
|
|
226
221
|
ariaColSpan: string;
|
|
227
222
|
ariaCurrent: string;
|
|
228
223
|
ariaDisabled: string;
|
|
@@ -246,6 +241,7 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
246
241
|
ariaRoleDescription: string;
|
|
247
242
|
ariaRowCount: string;
|
|
248
243
|
ariaRowIndex: string;
|
|
244
|
+
ariaRowIndexText: string;
|
|
249
245
|
ariaRowSpan: string;
|
|
250
246
|
ariaSelected: string;
|
|
251
247
|
ariaSetSize: string;
|
|
@@ -270,18 +266,17 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
270
266
|
readonly lastElementChild: Element;
|
|
271
267
|
append(...nodes: (string | Node)[]): void;
|
|
272
268
|
prepend(...nodes: (string | Node)[]): void;
|
|
273
|
-
querySelector<
|
|
274
|
-
querySelector<
|
|
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];
|
|
269
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
270
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
277
271
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
278
|
-
querySelectorAll<
|
|
279
|
-
querySelectorAll<
|
|
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]>;
|
|
272
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
273
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
282
274
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
283
275
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
284
276
|
readonly assignedSlot: HTMLSlotElement;
|
|
277
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
278
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
279
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
285
280
|
readonly style: CSSStyleDeclaration;
|
|
286
281
|
contentEditable: string;
|
|
287
282
|
enterKeyHint: string;
|
|
@@ -302,9 +297,7 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
302
297
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
303
298
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
304
299
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
305
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
306
300
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
307
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
308
301
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
309
302
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
310
303
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -337,7 +330,6 @@ declare const ChartDatasource_base: (new (...args: any[]) => {
|
|
|
337
330
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
338
331
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
339
332
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
340
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
341
333
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
342
334
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
343
335
|
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":"
|
|
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,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
3
2
|
import { ChartModels, ChartTypes } from './chart.types';
|
|
4
3
|
declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
@@ -66,10 +65,8 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
66
65
|
slot: string;
|
|
67
66
|
readonly tagName: string;
|
|
68
67
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
69
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
70
68
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
71
69
|
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];
|
|
73
70
|
closest<E extends Element = Element>(selectors: string): E;
|
|
74
71
|
getAttribute(qualifiedName: string): string;
|
|
75
72
|
getAttributeNS(namespace: string, localName: string): string;
|
|
@@ -79,14 +76,11 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
79
76
|
getBoundingClientRect(): DOMRect;
|
|
80
77
|
getClientRects(): DOMRectList;
|
|
81
78
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
82
|
-
getElementsByTagName<
|
|
83
|
-
getElementsByTagName<
|
|
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]>;
|
|
79
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
80
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
86
81
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
87
82
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
88
83
|
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>;
|
|
90
84
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
91
85
|
hasAttribute(qualifiedName: string): boolean;
|
|
92
86
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
@@ -143,24 +137,24 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
143
137
|
normalize(): void;
|
|
144
138
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
145
139
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
140
|
+
readonly ATTRIBUTE_NODE: number;
|
|
141
|
+
readonly CDATA_SECTION_NODE: number;
|
|
142
|
+
readonly COMMENT_NODE: number;
|
|
143
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
144
|
+
readonly DOCUMENT_NODE: number;
|
|
145
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
146
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
147
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
148
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
149
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
150
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
151
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
152
|
+
readonly ELEMENT_NODE: number;
|
|
153
|
+
readonly ENTITY_NODE: number;
|
|
154
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
155
|
+
readonly NOTATION_NODE: number;
|
|
156
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
157
|
+
readonly TEXT_NODE: number;
|
|
164
158
|
dispatchEvent(event: Event): boolean;
|
|
165
159
|
ariaAtomic: string;
|
|
166
160
|
ariaAutoComplete: string;
|
|
@@ -168,6 +162,7 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
168
162
|
ariaChecked: string;
|
|
169
163
|
ariaColCount: string;
|
|
170
164
|
ariaColIndex: string;
|
|
165
|
+
ariaColIndexText: string;
|
|
171
166
|
ariaColSpan: string;
|
|
172
167
|
ariaCurrent: string;
|
|
173
168
|
ariaDisabled: string;
|
|
@@ -191,6 +186,7 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
191
186
|
ariaRoleDescription: string;
|
|
192
187
|
ariaRowCount: string;
|
|
193
188
|
ariaRowIndex: string;
|
|
189
|
+
ariaRowIndexText: string;
|
|
194
190
|
ariaRowSpan: string;
|
|
195
191
|
ariaSelected: string;
|
|
196
192
|
ariaSetSize: string;
|
|
@@ -215,18 +211,17 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
215
211
|
readonly lastElementChild: Element;
|
|
216
212
|
append(...nodes: (string | Node)[]): void;
|
|
217
213
|
prepend(...nodes: (string | Node)[]): void;
|
|
218
|
-
querySelector<
|
|
219
|
-
querySelector<
|
|
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];
|
|
214
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
|
215
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
|
222
216
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
223
|
-
querySelectorAll<
|
|
224
|
-
querySelectorAll<
|
|
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]>;
|
|
217
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
218
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
227
219
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
228
220
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
229
221
|
readonly assignedSlot: HTMLSlotElement;
|
|
222
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
223
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
224
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
230
225
|
readonly style: CSSStyleDeclaration;
|
|
231
226
|
contentEditable: string;
|
|
232
227
|
enterKeyHint: string;
|
|
@@ -247,9 +242,7 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
247
242
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
248
243
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
249
244
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
250
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
251
245
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
252
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
253
246
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
254
247
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
255
248
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
@@ -282,7 +275,6 @@ declare const G2PlotChart_base: (new (...args: any[]) => {
|
|
|
282
275
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
283
276
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
284
277
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
285
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
|
286
278
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
287
279
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
288
280
|
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":"
|
|
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.1
|
|
4
|
+
"version": "14.107.1",
|
|
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.1
|
|
49
|
-
"@genesislcap/genx": "14.107.1
|
|
48
|
+
"@genesislcap/foundation-testing": "14.107.1",
|
|
49
|
+
"@genesislcap/genx": "14.107.1",
|
|
50
50
|
"rimraf": "^3.0.2"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@antv/g2plot": "^2.4.20",
|
|
54
|
-
"@genesislcap/foundation-comms": "14.107.1
|
|
55
|
-
"@genesislcap/foundation-logger": "14.107.1
|
|
56
|
-
"@genesislcap/foundation-ui": "14.107.1
|
|
57
|
-
"@genesislcap/foundation-utils": "14.107.1
|
|
58
|
-
"@genesislcap/foundation-zero": "14.107.1
|
|
54
|
+
"@genesislcap/foundation-comms": "14.107.1",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.107.1",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.107.1",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.107.1",
|
|
58
|
+
"@genesislcap/foundation-zero": "14.107.1",
|
|
59
59
|
"@microsoft/fast-element": "^1.7.0",
|
|
60
60
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
61
|
-
"tslib": "^2.
|
|
61
|
+
"tslib": "^2.3.1"
|
|
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": "afc294d9a52a1eac3286416444bfd29c18910490"
|
|
73
73
|
}
|