@genesislcap/g2plot-chart 14.214.2 → 14.214.4

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.
Files changed (64) hide show
  1. package/dist/custom-elements.json +23 -9
  2. package/dist/dts/chart-components.d.ts +4 -0
  3. package/dist/dts/chart-components.d.ts.map +1 -1
  4. package/dist/dts/chart-datasource/chart-datasource.d.ts +14 -0
  5. package/dist/dts/chart-datasource/chart-datasource.d.ts.map +1 -1
  6. package/dist/dts/chart.d.ts +11 -0
  7. package/dist/dts/chart.d.ts.map +1 -1
  8. package/dist/dts/chart.types.d.ts +8 -0
  9. package/dist/dts/chart.types.d.ts.map +1 -1
  10. package/dist/dts/settings/colors.d.ts +4 -0
  11. package/dist/dts/settings/colors.d.ts.map +1 -1
  12. package/dist/dts/settings/shapes.d.ts +4 -0
  13. package/dist/dts/settings/shapes.d.ts.map +1 -1
  14. package/dist/dts/tsdoc-metadata.json +11 -0
  15. package/dist/esm/chart-components.js +4 -0
  16. package/dist/esm/chart-datasource/chart-datasource.js +14 -0
  17. package/dist/esm/chart.js +11 -1
  18. package/dist/esm/settings/colors.js +4 -0
  19. package/dist/esm/settings/shapes.js +4 -0
  20. package/dist/g2plot-chart.api.json +1600 -0
  21. package/dist/g2plot-chart.d.ts +964 -0
  22. package/docs/.gitattributes +2 -0
  23. package/docs/api/g2plot-chart.chartdatasource.disconnectedcallback.md +15 -0
  24. package/docs/api/g2plot-chart.chartdatasource.fetchgenesisdata.md +22 -0
  25. package/docs/api/g2plot-chart.chartdatasource.md +22 -0
  26. package/docs/api/g2plot-chart.chartdatasourceerrorevent.md +15 -0
  27. package/docs/api/g2plot-chart.chartdatasourceerroreventdetail.md +15 -0
  28. package/docs/api/g2plot-chart.chartdatasourceeventnames.md +15 -0
  29. package/docs/api/g2plot-chart.charterrorevent.md +15 -0
  30. package/docs/api/g2plot-chart.charterroritem.detail.md +11 -0
  31. package/docs/api/g2plot-chart.charterroritem.md +21 -0
  32. package/docs/api/g2plot-chart.charterroritem.type.md +11 -0
  33. package/docs/api/g2plot-chart.charterrornames.md +16 -0
  34. package/docs/api/g2plot-chart.charterrortypes.md +15 -0
  35. package/docs/api/g2plot-chart.chartmodels.md +13 -0
  36. package/docs/api/g2plot-chart.chartsgradients.md +24 -0
  37. package/docs/api/g2plot-chart.charttypes.md +13 -0
  38. package/docs/api/g2plot-chart.defaultchartconfig.md +13 -0
  39. package/docs/api/g2plot-chart.defaultchartfields.md +18 -0
  40. package/docs/api/g2plot-chart.defaultserieschartfield.md +18 -0
  41. package/docs/api/g2plot-chart.foundationchartshadowoptions.md +13 -0
  42. package/docs/api/g2plot-chart.g2plotchart._constructor_.md +13 -0
  43. package/docs/api/g2plot-chart.g2plotchart.chart.md +11 -0
  44. package/docs/api/g2plot-chart.g2plotchart.chartcontainer.md +11 -0
  45. package/docs/api/g2plot-chart.g2plotchart.config.md +11 -0
  46. package/docs/api/g2plot-chart.g2plotchart.configchanged.md +15 -0
  47. package/docs/api/g2plot-chart.g2plotchart.connectedcallback.md +15 -0
  48. package/docs/api/g2plot-chart.g2plotchart.data.md +11 -0
  49. package/docs/api/g2plot-chart.g2plotchart.datachanged.md +23 -0
  50. package/docs/api/g2plot-chart.g2plotchart.deepclone.md +15 -0
  51. package/docs/api/g2plot-chart.g2plotchart.disconnectedcallback.md +15 -0
  52. package/docs/api/g2plot-chart.g2plotchart.erroritems.md +11 -0
  53. package/docs/api/g2plot-chart.g2plotchart.eventhandler.md +11 -0
  54. package/docs/api/g2plot-chart.g2plotchart.md +28 -0
  55. package/docs/api/g2plot-chart.g2plotchart.renderchart.md +15 -0
  56. package/docs/api/g2plot-chart.g2plotchart.type.md +11 -0
  57. package/docs/api/g2plot-chart.g2plotchartscomponents.md +26 -0
  58. package/docs/api/g2plot-chart.g2plotcharttemplate.md +13 -0
  59. package/docs/api/g2plot-chart.md +46 -0
  60. package/docs/api/g2plot-chart.registerrapidshape.md +13 -0
  61. package/docs/api/index.md +12 -0
  62. package/docs/api-report.md +190 -0
  63. package/package.json +14 -14
  64. package/tsdoc.json +4 -0
@@ -0,0 +1,1600 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.34.9",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ },
129
+ {
130
+ "tagName": "@tagname",
131
+ "syntaxKind": "block",
132
+ "allowMultiple": true
133
+ },
134
+ {
135
+ "tagName": "@fires",
136
+ "syntaxKind": "block",
137
+ "allowMultiple": true
138
+ }
139
+ ],
140
+ "supportForTags": {
141
+ "@alpha": true,
142
+ "@beta": true,
143
+ "@defaultValue": true,
144
+ "@decorator": true,
145
+ "@deprecated": true,
146
+ "@eventProperty": true,
147
+ "@example": true,
148
+ "@experimental": true,
149
+ "@inheritDoc": true,
150
+ "@internal": true,
151
+ "@label": true,
152
+ "@link": true,
153
+ "@override": true,
154
+ "@packageDocumentation": true,
155
+ "@param": true,
156
+ "@privateRemarks": true,
157
+ "@public": true,
158
+ "@readonly": true,
159
+ "@remarks": true,
160
+ "@returns": true,
161
+ "@sealed": true,
162
+ "@see": true,
163
+ "@throws": true,
164
+ "@typeParam": true,
165
+ "@virtual": true,
166
+ "@betaDocumentation": true,
167
+ "@internalRemarks": true,
168
+ "@preapproved": true,
169
+ "@tagname": true,
170
+ "@fires": true
171
+ },
172
+ "reportUnsupportedHtmlElements": false
173
+ }
174
+ },
175
+ "kind": "Package",
176
+ "canonicalReference": "@genesislcap/g2plot-chart!",
177
+ "docComment": "",
178
+ "name": "@genesislcap/g2plot-chart",
179
+ "preserveMemberOrder": false,
180
+ "members": [
181
+ {
182
+ "kind": "EntryPoint",
183
+ "canonicalReference": "@genesislcap/g2plot-chart!",
184
+ "name": "",
185
+ "preserveMemberOrder": false,
186
+ "members": [
187
+ {
188
+ "kind": "Class",
189
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasource:class",
190
+ "docComment": "/**\n * The Genesis Datasource for the `g2plot-chart` component.\n *\n * @public\n */\n",
191
+ "excerptTokens": [
192
+ {
193
+ "kind": "Content",
194
+ "text": "export declare class ChartDatasource extends "
195
+ },
196
+ {
197
+ "kind": "Reference",
198
+ "text": "ChartDatasource_base",
199
+ "canonicalReference": "@genesislcap/g2plot-chart!~ChartDatasource_base"
200
+ },
201
+ {
202
+ "kind": "Content",
203
+ "text": " "
204
+ }
205
+ ],
206
+ "fileUrlPath": "src/chart-datasource/chart-datasource.ts",
207
+ "releaseTag": "Public",
208
+ "isAbstract": false,
209
+ "name": "ChartDatasource",
210
+ "preserveMemberOrder": false,
211
+ "members": [
212
+ {
213
+ "kind": "Method",
214
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasource#disconnectedCallback:member(1)",
215
+ "docComment": "",
216
+ "excerptTokens": [
217
+ {
218
+ "kind": "Content",
219
+ "text": "disconnectedCallback(): "
220
+ },
221
+ {
222
+ "kind": "Content",
223
+ "text": "void"
224
+ },
225
+ {
226
+ "kind": "Content",
227
+ "text": ";"
228
+ }
229
+ ],
230
+ "isStatic": false,
231
+ "returnTypeTokenRange": {
232
+ "startIndex": 1,
233
+ "endIndex": 2
234
+ },
235
+ "releaseTag": "Public",
236
+ "isProtected": false,
237
+ "overloadIndex": 1,
238
+ "parameters": [],
239
+ "isOptional": false,
240
+ "isAbstract": false,
241
+ "name": "disconnectedCallback"
242
+ },
243
+ {
244
+ "kind": "Method",
245
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasource#fetchGenesisData:member(1)",
246
+ "docComment": "",
247
+ "excerptTokens": [
248
+ {
249
+ "kind": "Content",
250
+ "text": "fetchGenesisData(withFullInit?: "
251
+ },
252
+ {
253
+ "kind": "Content",
254
+ "text": "boolean"
255
+ },
256
+ {
257
+ "kind": "Content",
258
+ "text": "): "
259
+ },
260
+ {
261
+ "kind": "Reference",
262
+ "text": "Promise",
263
+ "canonicalReference": "!Promise:interface"
264
+ },
265
+ {
266
+ "kind": "Content",
267
+ "text": "<void>"
268
+ },
269
+ {
270
+ "kind": "Content",
271
+ "text": ";"
272
+ }
273
+ ],
274
+ "isStatic": false,
275
+ "returnTypeTokenRange": {
276
+ "startIndex": 3,
277
+ "endIndex": 5
278
+ },
279
+ "releaseTag": "Public",
280
+ "isProtected": false,
281
+ "overloadIndex": 1,
282
+ "parameters": [
283
+ {
284
+ "parameterName": "withFullInit",
285
+ "parameterTypeTokenRange": {
286
+ "startIndex": 1,
287
+ "endIndex": 2
288
+ },
289
+ "isOptional": true
290
+ }
291
+ ],
292
+ "isOptional": false,
293
+ "isAbstract": false,
294
+ "name": "fetchGenesisData"
295
+ }
296
+ ],
297
+ "extendsTokenRange": {
298
+ "startIndex": 1,
299
+ "endIndex": 2
300
+ },
301
+ "implementsTokenRanges": []
302
+ },
303
+ {
304
+ "kind": "TypeAlias",
305
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasourceErrorEvent:type",
306
+ "docComment": "/**\n * The error event Chart Datasource.\n *\n * @public\n */\n",
307
+ "excerptTokens": [
308
+ {
309
+ "kind": "Content",
310
+ "text": "export type ChartDatasourceErrorEvent = "
311
+ },
312
+ {
313
+ "kind": "Reference",
314
+ "text": "CustomEvent",
315
+ "canonicalReference": "!CustomEvent:interface"
316
+ },
317
+ {
318
+ "kind": "Content",
319
+ "text": "<"
320
+ },
321
+ {
322
+ "kind": "Reference",
323
+ "text": "ChartDatasourceErrorEventDetail",
324
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasourceErrorEventDetail:type"
325
+ },
326
+ {
327
+ "kind": "Content",
328
+ "text": ">"
329
+ },
330
+ {
331
+ "kind": "Content",
332
+ "text": ";"
333
+ }
334
+ ],
335
+ "fileUrlPath": "src/chart-datasource/chart-datasource.types.ts",
336
+ "releaseTag": "Public",
337
+ "name": "ChartDatasourceErrorEvent",
338
+ "typeTokenRange": {
339
+ "startIndex": 1,
340
+ "endIndex": 5
341
+ }
342
+ },
343
+ {
344
+ "kind": "TypeAlias",
345
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasourceErrorEventDetail:type",
346
+ "docComment": "/**\n * The event detail for the Chart Datasource `error` event.\n *\n * @public\n */\n",
347
+ "excerptTokens": [
348
+ {
349
+ "kind": "Content",
350
+ "text": "export type ChartDatasourceErrorEventDetail = "
351
+ },
352
+ {
353
+ "kind": "Content",
354
+ "text": "{\n message: string;\n}"
355
+ },
356
+ {
357
+ "kind": "Content",
358
+ "text": ";"
359
+ }
360
+ ],
361
+ "fileUrlPath": "src/chart-datasource/chart-datasource.types.ts",
362
+ "releaseTag": "Public",
363
+ "name": "ChartDatasourceErrorEventDetail",
364
+ "typeTokenRange": {
365
+ "startIndex": 1,
366
+ "endIndex": 2
367
+ }
368
+ },
369
+ {
370
+ "kind": "Variable",
371
+ "canonicalReference": "@genesislcap/g2plot-chart!chartDatasourceEventNames:var",
372
+ "docComment": "/**\n * The Chart Datasource event names.\n *\n * @public\n */\n",
373
+ "excerptTokens": [
374
+ {
375
+ "kind": "Content",
376
+ "text": "chartDatasourceEventNames: "
377
+ },
378
+ {
379
+ "kind": "Content",
380
+ "text": "{\n error: string;\n}"
381
+ }
382
+ ],
383
+ "fileUrlPath": "src/chart-datasource/chart-datasource.config.ts",
384
+ "isReadonly": true,
385
+ "releaseTag": "Public",
386
+ "name": "chartDatasourceEventNames",
387
+ "variableTypeTokenRange": {
388
+ "startIndex": 1,
389
+ "endIndex": 2
390
+ }
391
+ },
392
+ {
393
+ "kind": "TypeAlias",
394
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorEvent:type",
395
+ "docComment": "/**\n * Chart possible error events\n *\n * @public\n */\n",
396
+ "excerptTokens": [
397
+ {
398
+ "kind": "Content",
399
+ "text": "export type ChartErrorEvent = "
400
+ },
401
+ {
402
+ "kind": "Reference",
403
+ "text": "ChartDatasourceErrorEvent",
404
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartDatasourceErrorEvent:type"
405
+ },
406
+ {
407
+ "kind": "Content",
408
+ "text": " | "
409
+ },
410
+ {
411
+ "kind": "Reference",
412
+ "text": "CustomEvent",
413
+ "canonicalReference": "!CustomEvent:interface"
414
+ },
415
+ {
416
+ "kind": "Content",
417
+ "text": "<"
418
+ },
419
+ {
420
+ "kind": "Reference",
421
+ "text": "ChartErrorItem",
422
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorItem:interface"
423
+ },
424
+ {
425
+ "kind": "Content",
426
+ "text": "<any>>"
427
+ },
428
+ {
429
+ "kind": "Content",
430
+ "text": ";"
431
+ }
432
+ ],
433
+ "fileUrlPath": "src/chart.types.ts",
434
+ "releaseTag": "Public",
435
+ "name": "ChartErrorEvent",
436
+ "typeTokenRange": {
437
+ "startIndex": 1,
438
+ "endIndex": 7
439
+ }
440
+ },
441
+ {
442
+ "kind": "Interface",
443
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorItem:interface",
444
+ "docComment": "/**\n * Chart Error Item\n *\n * @public\n */\n",
445
+ "excerptTokens": [
446
+ {
447
+ "kind": "Content",
448
+ "text": "export interface ChartErrorItem<ChartErrorItemDetailType> "
449
+ }
450
+ ],
451
+ "fileUrlPath": "src/chart.types.ts",
452
+ "releaseTag": "Public",
453
+ "typeParameters": [
454
+ {
455
+ "typeParameterName": "ChartErrorItemDetailType",
456
+ "constraintTokenRange": {
457
+ "startIndex": 0,
458
+ "endIndex": 0
459
+ },
460
+ "defaultTypeTokenRange": {
461
+ "startIndex": 0,
462
+ "endIndex": 0
463
+ }
464
+ }
465
+ ],
466
+ "name": "ChartErrorItem",
467
+ "preserveMemberOrder": false,
468
+ "members": [
469
+ {
470
+ "kind": "PropertySignature",
471
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorItem#detail:member",
472
+ "docComment": "",
473
+ "excerptTokens": [
474
+ {
475
+ "kind": "Content",
476
+ "text": "detail: "
477
+ },
478
+ {
479
+ "kind": "Content",
480
+ "text": "ChartErrorItemDetailType"
481
+ },
482
+ {
483
+ "kind": "Content",
484
+ "text": ";"
485
+ }
486
+ ],
487
+ "isReadonly": false,
488
+ "isOptional": false,
489
+ "releaseTag": "Public",
490
+ "name": "detail",
491
+ "propertyTypeTokenRange": {
492
+ "startIndex": 1,
493
+ "endIndex": 2
494
+ }
495
+ },
496
+ {
497
+ "kind": "PropertySignature",
498
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorItem#type:member",
499
+ "docComment": "",
500
+ "excerptTokens": [
501
+ {
502
+ "kind": "Content",
503
+ "text": "type: "
504
+ },
505
+ {
506
+ "kind": "Reference",
507
+ "text": "ChartErrorTypes",
508
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorTypes:type"
509
+ },
510
+ {
511
+ "kind": "Content",
512
+ "text": ";"
513
+ }
514
+ ],
515
+ "isReadonly": false,
516
+ "isOptional": false,
517
+ "releaseTag": "Public",
518
+ "name": "type",
519
+ "propertyTypeTokenRange": {
520
+ "startIndex": 1,
521
+ "endIndex": 2
522
+ }
523
+ }
524
+ ],
525
+ "extendsTokenRanges": []
526
+ },
527
+ {
528
+ "kind": "Variable",
529
+ "canonicalReference": "@genesislcap/g2plot-chart!chartErrorNames:var",
530
+ "docComment": "/**\n * The error names for the Chart component.\n *\n * @public\n */\n",
531
+ "excerptTokens": [
532
+ {
533
+ "kind": "Content",
534
+ "text": "chartErrorNames: "
535
+ },
536
+ {
537
+ "kind": "Content",
538
+ "text": "{\n readonly datasource: \"datasource\";\n readonly unknown: \"unknown\";\n}"
539
+ }
540
+ ],
541
+ "fileUrlPath": "src/chart.definitions.ts",
542
+ "isReadonly": true,
543
+ "releaseTag": "Public",
544
+ "name": "chartErrorNames",
545
+ "variableTypeTokenRange": {
546
+ "startIndex": 1,
547
+ "endIndex": 2
548
+ }
549
+ },
550
+ {
551
+ "kind": "TypeAlias",
552
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorTypes:type",
553
+ "docComment": "/**\n * Chart Error Types\n *\n * @public\n */\n",
554
+ "excerptTokens": [
555
+ {
556
+ "kind": "Content",
557
+ "text": "export type ChartErrorTypes = "
558
+ },
559
+ {
560
+ "kind": "Content",
561
+ "text": "keyof typeof "
562
+ },
563
+ {
564
+ "kind": "Reference",
565
+ "text": "chartErrorNames",
566
+ "canonicalReference": "@genesislcap/g2plot-chart!chartErrorNames:var"
567
+ },
568
+ {
569
+ "kind": "Content",
570
+ "text": ";"
571
+ }
572
+ ],
573
+ "fileUrlPath": "src/chart.types.ts",
574
+ "releaseTag": "Public",
575
+ "name": "ChartErrorTypes",
576
+ "typeTokenRange": {
577
+ "startIndex": 1,
578
+ "endIndex": 3
579
+ }
580
+ },
581
+ {
582
+ "kind": "TypeAlias",
583
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartModels:type",
584
+ "docComment": "/**\n * G2Plot Chart Models\n *\n * @public\n */\n",
585
+ "excerptTokens": [
586
+ {
587
+ "kind": "Content",
588
+ "text": "export type ChartModels = "
589
+ },
590
+ {
591
+ "kind": "Reference",
592
+ "text": "Line",
593
+ "canonicalReference": "@antv/g2plot!Line:class"
594
+ },
595
+ {
596
+ "kind": "Content",
597
+ "text": " | "
598
+ },
599
+ {
600
+ "kind": "Reference",
601
+ "text": "Area",
602
+ "canonicalReference": "@antv/g2plot!Area:class"
603
+ },
604
+ {
605
+ "kind": "Content",
606
+ "text": " | "
607
+ },
608
+ {
609
+ "kind": "Reference",
610
+ "text": "Bar",
611
+ "canonicalReference": "@antv/g2plot!Bar:class"
612
+ },
613
+ {
614
+ "kind": "Content",
615
+ "text": " | "
616
+ },
617
+ {
618
+ "kind": "Reference",
619
+ "text": "Column",
620
+ "canonicalReference": "@antv/g2plot!Column:class"
621
+ },
622
+ {
623
+ "kind": "Content",
624
+ "text": " | "
625
+ },
626
+ {
627
+ "kind": "Reference",
628
+ "text": "Pie",
629
+ "canonicalReference": "@antv/g2plot!Pie:class"
630
+ },
631
+ {
632
+ "kind": "Content",
633
+ "text": " | "
634
+ },
635
+ {
636
+ "kind": "Reference",
637
+ "text": "DualAxes",
638
+ "canonicalReference": "@antv/g2plot!DualAxes:class"
639
+ },
640
+ {
641
+ "kind": "Content",
642
+ "text": " | "
643
+ },
644
+ {
645
+ "kind": "Reference",
646
+ "text": "Rose",
647
+ "canonicalReference": "@antv/g2plot!Rose:class"
648
+ },
649
+ {
650
+ "kind": "Content",
651
+ "text": " | "
652
+ },
653
+ {
654
+ "kind": "Reference",
655
+ "text": "Scatter",
656
+ "canonicalReference": "@antv/g2plot!Scatter:class"
657
+ },
658
+ {
659
+ "kind": "Content",
660
+ "text": " | "
661
+ },
662
+ {
663
+ "kind": "Reference",
664
+ "text": "Stock",
665
+ "canonicalReference": "@antv/g2plot!Stock:class"
666
+ },
667
+ {
668
+ "kind": "Content",
669
+ "text": " | "
670
+ },
671
+ {
672
+ "kind": "Reference",
673
+ "text": "Mix",
674
+ "canonicalReference": "@antv/g2plot!Mix:class"
675
+ },
676
+ {
677
+ "kind": "Content",
678
+ "text": ";"
679
+ }
680
+ ],
681
+ "fileUrlPath": "src/chart.types.ts",
682
+ "releaseTag": "Public",
683
+ "name": "ChartModels",
684
+ "typeTokenRange": {
685
+ "startIndex": 1,
686
+ "endIndex": 20
687
+ }
688
+ },
689
+ {
690
+ "kind": "Variable",
691
+ "canonicalReference": "@genesislcap/g2plot-chart!chartsGradients:var",
692
+ "docComment": "/**\n * G2Plot Chart gradient colors\n *\n * @public\n */\n",
693
+ "excerptTokens": [
694
+ {
695
+ "kind": "Content",
696
+ "text": "chartsGradients: "
697
+ },
698
+ {
699
+ "kind": "Content",
700
+ "text": "{\n rapidBlue: string;\n rapidGreen: string;\n rapidRed: string;\n rapidPortage: string;\n rapidAlabaster: string;\n rapidSalomie: string;\n rapidMelon: string;\n rapidDodgerBlue: string;\n rapidIce: string;\n rapidViolet: string;\n}"
701
+ }
702
+ ],
703
+ "fileUrlPath": "src/settings/colors.ts",
704
+ "isReadonly": true,
705
+ "releaseTag": "Public",
706
+ "name": "chartsGradients",
707
+ "variableTypeTokenRange": {
708
+ "startIndex": 1,
709
+ "endIndex": 2
710
+ }
711
+ },
712
+ {
713
+ "kind": "TypeAlias",
714
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartTypes:type",
715
+ "docComment": "/**\n * G2Plot Chart Types\n *\n * @public\n */\n",
716
+ "excerptTokens": [
717
+ {
718
+ "kind": "Content",
719
+ "text": "export type ChartTypes = "
720
+ },
721
+ {
722
+ "kind": "Content",
723
+ "text": "'line' | 'area' | 'column' | 'bar' | 'pie' | 'donut' | 'dualaxes' | 'rose' | 'scatter' | 'stock' | 'mix'"
724
+ },
725
+ {
726
+ "kind": "Content",
727
+ "text": ";"
728
+ }
729
+ ],
730
+ "fileUrlPath": "src/chart.types.ts",
731
+ "releaseTag": "Public",
732
+ "name": "ChartTypes",
733
+ "typeTokenRange": {
734
+ "startIndex": 1,
735
+ "endIndex": 2
736
+ }
737
+ },
738
+ {
739
+ "kind": "Variable",
740
+ "canonicalReference": "@genesislcap/g2plot-chart!defaultChartConfig:var",
741
+ "docComment": "/**\n * The default `g2plot-chart` configuration.\n *\n * @public\n */\n",
742
+ "excerptTokens": [
743
+ {
744
+ "kind": "Content",
745
+ "text": "defaultChartConfig: "
746
+ },
747
+ {
748
+ "kind": "Content",
749
+ "text": "{}"
750
+ }
751
+ ],
752
+ "fileUrlPath": "src/chart.ts",
753
+ "isReadonly": true,
754
+ "releaseTag": "Public",
755
+ "name": "defaultChartConfig",
756
+ "variableTypeTokenRange": {
757
+ "startIndex": 1,
758
+ "endIndex": 2
759
+ }
760
+ },
761
+ {
762
+ "kind": "Variable",
763
+ "canonicalReference": "@genesislcap/g2plot-chart!defaultChartFields:var",
764
+ "docComment": "/**\n * The first and second default chart fields when it's a dual axes chart.\n *\n * @remarks\n *\n * This field is always used. Default value is 'groupBy value'.\n *\n * @public\n */\n",
765
+ "excerptTokens": [
766
+ {
767
+ "kind": "Content",
768
+ "text": "defaultChartFields = "
769
+ },
770
+ {
771
+ "kind": "Content",
772
+ "text": "\"groupBy value\""
773
+ }
774
+ ],
775
+ "fileUrlPath": "src/chart-datasource/chart-datasource.ts",
776
+ "initializerTokenRange": {
777
+ "startIndex": 1,
778
+ "endIndex": 2
779
+ },
780
+ "isReadonly": true,
781
+ "releaseTag": "Public",
782
+ "name": "defaultChartFields",
783
+ "variableTypeTokenRange": {
784
+ "startIndex": 0,
785
+ "endIndex": 0
786
+ }
787
+ },
788
+ {
789
+ "kind": "Variable",
790
+ "canonicalReference": "@genesislcap/g2plot-chart!defaultSeriesChartField:var",
791
+ "docComment": "/**\n * The third default chart field when it's a triple axes chart.\n *\n * @remarks\n *\n * This field is optional. Default value is 'series'.\n *\n * @public\n */\n",
792
+ "excerptTokens": [
793
+ {
794
+ "kind": "Content",
795
+ "text": "defaultSeriesChartField = "
796
+ },
797
+ {
798
+ "kind": "Content",
799
+ "text": "\"series\""
800
+ }
801
+ ],
802
+ "fileUrlPath": "src/chart-datasource/chart-datasource.ts",
803
+ "initializerTokenRange": {
804
+ "startIndex": 1,
805
+ "endIndex": 2
806
+ },
807
+ "isReadonly": true,
808
+ "releaseTag": "Public",
809
+ "name": "defaultSeriesChartField",
810
+ "variableTypeTokenRange": {
811
+ "startIndex": 0,
812
+ "endIndex": 0
813
+ }
814
+ },
815
+ {
816
+ "kind": "Variable",
817
+ "canonicalReference": "@genesislcap/g2plot-chart!foundationChartShadowOptions:var",
818
+ "docComment": "/**\n * The `g2plot-chart` component shadow options.\n *\n * @public\n */\n",
819
+ "excerptTokens": [
820
+ {
821
+ "kind": "Content",
822
+ "text": "foundationChartShadowOptions: "
823
+ },
824
+ {
825
+ "kind": "Reference",
826
+ "text": "ShadowRootInit",
827
+ "canonicalReference": "!ShadowRootInit:interface"
828
+ }
829
+ ],
830
+ "fileUrlPath": "src/chart.ts",
831
+ "isReadonly": true,
832
+ "releaseTag": "Public",
833
+ "name": "foundationChartShadowOptions",
834
+ "variableTypeTokenRange": {
835
+ "startIndex": 1,
836
+ "endIndex": 2
837
+ }
838
+ },
839
+ {
840
+ "kind": "Class",
841
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart:class",
842
+ "docComment": "/**\n * The G2Plot Chart component\n *\n * @tagname\n *\n * %%prefix%%-g2plot-chart\n *\n * @public\n */\n",
843
+ "excerptTokens": [
844
+ {
845
+ "kind": "Content",
846
+ "text": "export declare class G2PlotChart extends "
847
+ },
848
+ {
849
+ "kind": "Reference",
850
+ "text": "G2PlotChart_base",
851
+ "canonicalReference": "@genesislcap/g2plot-chart!~G2PlotChart_base"
852
+ },
853
+ {
854
+ "kind": "Content",
855
+ "text": " "
856
+ }
857
+ ],
858
+ "fileUrlPath": "src/chart.ts",
859
+ "releaseTag": "Public",
860
+ "isAbstract": false,
861
+ "name": "G2PlotChart",
862
+ "preserveMemberOrder": false,
863
+ "members": [
864
+ {
865
+ "kind": "Constructor",
866
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart:constructor(1)",
867
+ "docComment": "/**\n * Constructs a new instance of the `G2PlotChart` class\n */\n",
868
+ "excerptTokens": [
869
+ {
870
+ "kind": "Content",
871
+ "text": "constructor();"
872
+ }
873
+ ],
874
+ "releaseTag": "Public",
875
+ "isProtected": false,
876
+ "overloadIndex": 1,
877
+ "parameters": []
878
+ },
879
+ {
880
+ "kind": "Property",
881
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#chart:member",
882
+ "docComment": "",
883
+ "excerptTokens": [
884
+ {
885
+ "kind": "Content",
886
+ "text": "chart: "
887
+ },
888
+ {
889
+ "kind": "Reference",
890
+ "text": "ChartModels",
891
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartModels:type"
892
+ },
893
+ {
894
+ "kind": "Content",
895
+ "text": ";"
896
+ }
897
+ ],
898
+ "isReadonly": false,
899
+ "isOptional": false,
900
+ "releaseTag": "Public",
901
+ "name": "chart",
902
+ "propertyTypeTokenRange": {
903
+ "startIndex": 1,
904
+ "endIndex": 2
905
+ },
906
+ "isStatic": false,
907
+ "isProtected": false,
908
+ "isAbstract": false
909
+ },
910
+ {
911
+ "kind": "Property",
912
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#chartContainer:member",
913
+ "docComment": "",
914
+ "excerptTokens": [
915
+ {
916
+ "kind": "Content",
917
+ "text": "chartContainer: "
918
+ },
919
+ {
920
+ "kind": "Reference",
921
+ "text": "HTMLElement",
922
+ "canonicalReference": "!HTMLElement:interface"
923
+ },
924
+ {
925
+ "kind": "Content",
926
+ "text": ";"
927
+ }
928
+ ],
929
+ "isReadonly": false,
930
+ "isOptional": false,
931
+ "releaseTag": "Public",
932
+ "name": "chartContainer",
933
+ "propertyTypeTokenRange": {
934
+ "startIndex": 1,
935
+ "endIndex": 2
936
+ },
937
+ "isStatic": false,
938
+ "isProtected": false,
939
+ "isAbstract": false
940
+ },
941
+ {
942
+ "kind": "Property",
943
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#config:member",
944
+ "docComment": "",
945
+ "excerptTokens": [
946
+ {
947
+ "kind": "Content",
948
+ "text": "config: "
949
+ },
950
+ {
951
+ "kind": "Content",
952
+ "text": "any"
953
+ },
954
+ {
955
+ "kind": "Content",
956
+ "text": ";"
957
+ }
958
+ ],
959
+ "isReadonly": false,
960
+ "isOptional": false,
961
+ "releaseTag": "Public",
962
+ "name": "config",
963
+ "propertyTypeTokenRange": {
964
+ "startIndex": 1,
965
+ "endIndex": 2
966
+ },
967
+ "isStatic": false,
968
+ "isProtected": false,
969
+ "isAbstract": false
970
+ },
971
+ {
972
+ "kind": "Method",
973
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#configChanged:member(1)",
974
+ "docComment": "",
975
+ "excerptTokens": [
976
+ {
977
+ "kind": "Content",
978
+ "text": "configChanged(): "
979
+ },
980
+ {
981
+ "kind": "Content",
982
+ "text": "void"
983
+ },
984
+ {
985
+ "kind": "Content",
986
+ "text": ";"
987
+ }
988
+ ],
989
+ "isStatic": false,
990
+ "returnTypeTokenRange": {
991
+ "startIndex": 1,
992
+ "endIndex": 2
993
+ },
994
+ "releaseTag": "Public",
995
+ "isProtected": false,
996
+ "overloadIndex": 1,
997
+ "parameters": [],
998
+ "isOptional": false,
999
+ "isAbstract": false,
1000
+ "name": "configChanged"
1001
+ },
1002
+ {
1003
+ "kind": "Method",
1004
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#connectedCallback:member(1)",
1005
+ "docComment": "",
1006
+ "excerptTokens": [
1007
+ {
1008
+ "kind": "Content",
1009
+ "text": "connectedCallback(): "
1010
+ },
1011
+ {
1012
+ "kind": "Content",
1013
+ "text": "void"
1014
+ },
1015
+ {
1016
+ "kind": "Content",
1017
+ "text": ";"
1018
+ }
1019
+ ],
1020
+ "isStatic": false,
1021
+ "returnTypeTokenRange": {
1022
+ "startIndex": 1,
1023
+ "endIndex": 2
1024
+ },
1025
+ "releaseTag": "Public",
1026
+ "isProtected": false,
1027
+ "overloadIndex": 1,
1028
+ "parameters": [],
1029
+ "isOptional": false,
1030
+ "isAbstract": false,
1031
+ "name": "connectedCallback"
1032
+ },
1033
+ {
1034
+ "kind": "Property",
1035
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#data:member",
1036
+ "docComment": "",
1037
+ "excerptTokens": [
1038
+ {
1039
+ "kind": "Content",
1040
+ "text": "data: "
1041
+ },
1042
+ {
1043
+ "kind": "Content",
1044
+ "text": "any[]"
1045
+ },
1046
+ {
1047
+ "kind": "Content",
1048
+ "text": ";"
1049
+ }
1050
+ ],
1051
+ "isReadonly": false,
1052
+ "isOptional": false,
1053
+ "releaseTag": "Public",
1054
+ "name": "data",
1055
+ "propertyTypeTokenRange": {
1056
+ "startIndex": 1,
1057
+ "endIndex": 2
1058
+ },
1059
+ "isStatic": false,
1060
+ "isProtected": false,
1061
+ "isAbstract": false
1062
+ },
1063
+ {
1064
+ "kind": "Method",
1065
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#dataChanged:member(1)",
1066
+ "docComment": "",
1067
+ "excerptTokens": [
1068
+ {
1069
+ "kind": "Content",
1070
+ "text": "dataChanged(oldValue: "
1071
+ },
1072
+ {
1073
+ "kind": "Content",
1074
+ "text": "any[]"
1075
+ },
1076
+ {
1077
+ "kind": "Content",
1078
+ "text": ", newValue: "
1079
+ },
1080
+ {
1081
+ "kind": "Content",
1082
+ "text": "any[]"
1083
+ },
1084
+ {
1085
+ "kind": "Content",
1086
+ "text": "): "
1087
+ },
1088
+ {
1089
+ "kind": "Content",
1090
+ "text": "void"
1091
+ },
1092
+ {
1093
+ "kind": "Content",
1094
+ "text": ";"
1095
+ }
1096
+ ],
1097
+ "isStatic": false,
1098
+ "returnTypeTokenRange": {
1099
+ "startIndex": 5,
1100
+ "endIndex": 6
1101
+ },
1102
+ "releaseTag": "Public",
1103
+ "isProtected": false,
1104
+ "overloadIndex": 1,
1105
+ "parameters": [
1106
+ {
1107
+ "parameterName": "oldValue",
1108
+ "parameterTypeTokenRange": {
1109
+ "startIndex": 1,
1110
+ "endIndex": 2
1111
+ },
1112
+ "isOptional": false
1113
+ },
1114
+ {
1115
+ "parameterName": "newValue",
1116
+ "parameterTypeTokenRange": {
1117
+ "startIndex": 3,
1118
+ "endIndex": 4
1119
+ },
1120
+ "isOptional": false
1121
+ }
1122
+ ],
1123
+ "isOptional": false,
1124
+ "isAbstract": false,
1125
+ "name": "dataChanged"
1126
+ },
1127
+ {
1128
+ "kind": "Method",
1129
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#deepClone:member(1)",
1130
+ "docComment": "",
1131
+ "excerptTokens": [
1132
+ {
1133
+ "kind": "Content",
1134
+ "text": "deepClone(): "
1135
+ },
1136
+ {
1137
+ "kind": "Reference",
1138
+ "text": "Node",
1139
+ "canonicalReference": "!Node:interface"
1140
+ },
1141
+ {
1142
+ "kind": "Content",
1143
+ "text": ";"
1144
+ }
1145
+ ],
1146
+ "isStatic": false,
1147
+ "returnTypeTokenRange": {
1148
+ "startIndex": 1,
1149
+ "endIndex": 2
1150
+ },
1151
+ "releaseTag": "Public",
1152
+ "isProtected": false,
1153
+ "overloadIndex": 1,
1154
+ "parameters": [],
1155
+ "isOptional": false,
1156
+ "isAbstract": false,
1157
+ "name": "deepClone"
1158
+ },
1159
+ {
1160
+ "kind": "Method",
1161
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#disconnectedCallback:member(1)",
1162
+ "docComment": "",
1163
+ "excerptTokens": [
1164
+ {
1165
+ "kind": "Content",
1166
+ "text": "disconnectedCallback(): "
1167
+ },
1168
+ {
1169
+ "kind": "Content",
1170
+ "text": "void"
1171
+ },
1172
+ {
1173
+ "kind": "Content",
1174
+ "text": ";"
1175
+ }
1176
+ ],
1177
+ "isStatic": false,
1178
+ "returnTypeTokenRange": {
1179
+ "startIndex": 1,
1180
+ "endIndex": 2
1181
+ },
1182
+ "releaseTag": "Public",
1183
+ "isProtected": false,
1184
+ "overloadIndex": 1,
1185
+ "parameters": [],
1186
+ "isOptional": false,
1187
+ "isAbstract": false,
1188
+ "name": "disconnectedCallback"
1189
+ },
1190
+ {
1191
+ "kind": "Property",
1192
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#errorItems:member",
1193
+ "docComment": "",
1194
+ "excerptTokens": [
1195
+ {
1196
+ "kind": "Content",
1197
+ "text": "errorItems: "
1198
+ },
1199
+ {
1200
+ "kind": "Reference",
1201
+ "text": "ChartErrorItem",
1202
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorItem:interface"
1203
+ },
1204
+ {
1205
+ "kind": "Content",
1206
+ "text": "<"
1207
+ },
1208
+ {
1209
+ "kind": "Reference",
1210
+ "text": "ChartErrorEvent",
1211
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartErrorEvent:type"
1212
+ },
1213
+ {
1214
+ "kind": "Content",
1215
+ "text": "['detail']>[]"
1216
+ },
1217
+ {
1218
+ "kind": "Content",
1219
+ "text": ";"
1220
+ }
1221
+ ],
1222
+ "isReadonly": false,
1223
+ "isOptional": false,
1224
+ "releaseTag": "Public",
1225
+ "name": "errorItems",
1226
+ "propertyTypeTokenRange": {
1227
+ "startIndex": 1,
1228
+ "endIndex": 5
1229
+ },
1230
+ "isStatic": false,
1231
+ "isProtected": false,
1232
+ "isAbstract": false
1233
+ },
1234
+ {
1235
+ "kind": "Property",
1236
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#eventHandler:member",
1237
+ "docComment": "",
1238
+ "excerptTokens": [
1239
+ {
1240
+ "kind": "Content",
1241
+ "text": "eventHandler: "
1242
+ },
1243
+ {
1244
+ "kind": "Content",
1245
+ "text": "(e: any) => void"
1246
+ },
1247
+ {
1248
+ "kind": "Content",
1249
+ "text": ";"
1250
+ }
1251
+ ],
1252
+ "isReadonly": false,
1253
+ "isOptional": false,
1254
+ "releaseTag": "Public",
1255
+ "name": "eventHandler",
1256
+ "propertyTypeTokenRange": {
1257
+ "startIndex": 1,
1258
+ "endIndex": 2
1259
+ },
1260
+ "isStatic": false,
1261
+ "isProtected": false,
1262
+ "isAbstract": false
1263
+ },
1264
+ {
1265
+ "kind": "Method",
1266
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#renderChart:member(1)",
1267
+ "docComment": "",
1268
+ "excerptTokens": [
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": "renderChart(): "
1272
+ },
1273
+ {
1274
+ "kind": "Content",
1275
+ "text": "void"
1276
+ },
1277
+ {
1278
+ "kind": "Content",
1279
+ "text": ";"
1280
+ }
1281
+ ],
1282
+ "isStatic": false,
1283
+ "returnTypeTokenRange": {
1284
+ "startIndex": 1,
1285
+ "endIndex": 2
1286
+ },
1287
+ "releaseTag": "Public",
1288
+ "isProtected": false,
1289
+ "overloadIndex": 1,
1290
+ "parameters": [],
1291
+ "isOptional": false,
1292
+ "isAbstract": false,
1293
+ "name": "renderChart"
1294
+ },
1295
+ {
1296
+ "kind": "Property",
1297
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart#type:member",
1298
+ "docComment": "",
1299
+ "excerptTokens": [
1300
+ {
1301
+ "kind": "Content",
1302
+ "text": "type: "
1303
+ },
1304
+ {
1305
+ "kind": "Reference",
1306
+ "text": "ChartTypes",
1307
+ "canonicalReference": "@genesislcap/g2plot-chart!ChartTypes:type"
1308
+ },
1309
+ {
1310
+ "kind": "Content",
1311
+ "text": ";"
1312
+ }
1313
+ ],
1314
+ "isReadonly": false,
1315
+ "isOptional": false,
1316
+ "releaseTag": "Public",
1317
+ "name": "type",
1318
+ "propertyTypeTokenRange": {
1319
+ "startIndex": 1,
1320
+ "endIndex": 2
1321
+ },
1322
+ "isStatic": false,
1323
+ "isProtected": false,
1324
+ "isAbstract": false
1325
+ }
1326
+ ],
1327
+ "extendsTokenRange": {
1328
+ "startIndex": 1,
1329
+ "endIndex": 2
1330
+ },
1331
+ "implementsTokenRanges": []
1332
+ },
1333
+ {
1334
+ "kind": "Variable",
1335
+ "canonicalReference": "@genesislcap/g2plot-chart!g2plotChart:var",
1336
+ "docComment": "/**\n * The G2plot Chart\n *\n * @remarks\n *\n * HTML Element: \\<design-system-g2plot-chart\\>\n *\n * @public\n */\n",
1337
+ "excerptTokens": [
1338
+ {
1339
+ "kind": "Content",
1340
+ "text": "g2plotChart: "
1341
+ },
1342
+ {
1343
+ "kind": "Content",
1344
+ "text": "(overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1345
+ },
1346
+ {
1347
+ "kind": "Reference",
1348
+ "text": "OverrideFoundationElementDefinition",
1349
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1350
+ },
1351
+ {
1352
+ "kind": "Content",
1353
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
1354
+ },
1355
+ {
1356
+ "kind": "Reference",
1357
+ "text": "ElementStyles",
1358
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1359
+ },
1360
+ {
1361
+ "kind": "Content",
1362
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
1363
+ },
1364
+ {
1365
+ "kind": "Reference",
1366
+ "text": "ViewTemplate",
1367
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1368
+ },
1369
+ {
1370
+ "kind": "Content",
1371
+ "text": "<any, any>;\n shadowOptions: "
1372
+ },
1373
+ {
1374
+ "kind": "Reference",
1375
+ "text": "ShadowRootInit",
1376
+ "canonicalReference": "!ShadowRootInit:interface"
1377
+ },
1378
+ {
1379
+ "kind": "Content",
1380
+ "text": ";\n}>) => import(\"@microsoft/fast-foundation\")."
1381
+ },
1382
+ {
1383
+ "kind": "Reference",
1384
+ "text": "FoundationElementRegistry",
1385
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1386
+ },
1387
+ {
1388
+ "kind": "Content",
1389
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
1390
+ },
1391
+ {
1392
+ "kind": "Reference",
1393
+ "text": "ElementStyles",
1394
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1395
+ },
1396
+ {
1397
+ "kind": "Content",
1398
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
1399
+ },
1400
+ {
1401
+ "kind": "Reference",
1402
+ "text": "ViewTemplate",
1403
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1404
+ },
1405
+ {
1406
+ "kind": "Content",
1407
+ "text": "<any, any>;\n shadowOptions: "
1408
+ },
1409
+ {
1410
+ "kind": "Reference",
1411
+ "text": "ShadowRootInit",
1412
+ "canonicalReference": "!ShadowRootInit:interface"
1413
+ },
1414
+ {
1415
+ "kind": "Content",
1416
+ "text": ";\n}, typeof "
1417
+ },
1418
+ {
1419
+ "kind": "Reference",
1420
+ "text": "G2PlotChart",
1421
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart:class"
1422
+ },
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": ">"
1426
+ }
1427
+ ],
1428
+ "fileUrlPath": "src/chart.ts",
1429
+ "isReadonly": true,
1430
+ "releaseTag": "Public",
1431
+ "name": "g2plotChart",
1432
+ "variableTypeTokenRange": {
1433
+ "startIndex": 1,
1434
+ "endIndex": 20
1435
+ }
1436
+ },
1437
+ {
1438
+ "kind": "Variable",
1439
+ "canonicalReference": "@genesislcap/g2plot-chart!g2plotChartsComponents:var",
1440
+ "docComment": "/**\n * All the `g2plot-chart` components\n *\n * @public\n */\n",
1441
+ "excerptTokens": [
1442
+ {
1443
+ "kind": "Content",
1444
+ "text": "g2plotChartsComponents: "
1445
+ },
1446
+ {
1447
+ "kind": "Content",
1448
+ "text": "{\n g2plotChart: (overrideDefinition?: import(\"@microsoft/fast-foundation\")."
1449
+ },
1450
+ {
1451
+ "kind": "Reference",
1452
+ "text": "OverrideFoundationElementDefinition",
1453
+ "canonicalReference": "@microsoft/fast-foundation!OverrideFoundationElementDefinition:type"
1454
+ },
1455
+ {
1456
+ "kind": "Content",
1457
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
1458
+ },
1459
+ {
1460
+ "kind": "Reference",
1461
+ "text": "ElementStyles",
1462
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1463
+ },
1464
+ {
1465
+ "kind": "Content",
1466
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
1467
+ },
1468
+ {
1469
+ "kind": "Reference",
1470
+ "text": "ViewTemplate",
1471
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1472
+ },
1473
+ {
1474
+ "kind": "Content",
1475
+ "text": "<any, any>;\n shadowOptions: "
1476
+ },
1477
+ {
1478
+ "kind": "Reference",
1479
+ "text": "ShadowRootInit",
1480
+ "canonicalReference": "!ShadowRootInit:interface"
1481
+ },
1482
+ {
1483
+ "kind": "Content",
1484
+ "text": ";\n }>) => import(\"@microsoft/fast-foundation\")."
1485
+ },
1486
+ {
1487
+ "kind": "Reference",
1488
+ "text": "FoundationElementRegistry",
1489
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementRegistry:class"
1490
+ },
1491
+ {
1492
+ "kind": "Content",
1493
+ "text": "<{\n baseName: string;\n styles: import(\"@microsoft/fast-element\")."
1494
+ },
1495
+ {
1496
+ "kind": "Reference",
1497
+ "text": "ElementStyles",
1498
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
1499
+ },
1500
+ {
1501
+ "kind": "Content",
1502
+ "text": ";\n template: import(\"@microsoft/fast-element\")."
1503
+ },
1504
+ {
1505
+ "kind": "Reference",
1506
+ "text": "ViewTemplate",
1507
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1508
+ },
1509
+ {
1510
+ "kind": "Content",
1511
+ "text": "<any, any>;\n shadowOptions: "
1512
+ },
1513
+ {
1514
+ "kind": "Reference",
1515
+ "text": "ShadowRootInit",
1516
+ "canonicalReference": "!ShadowRootInit:interface"
1517
+ },
1518
+ {
1519
+ "kind": "Content",
1520
+ "text": ";\n }, typeof import(\"./chart\")."
1521
+ },
1522
+ {
1523
+ "kind": "Reference",
1524
+ "text": "G2PlotChart",
1525
+ "canonicalReference": "@genesislcap/g2plot-chart!G2PlotChart:class"
1526
+ },
1527
+ {
1528
+ "kind": "Content",
1529
+ "text": ">;\n register(container?: "
1530
+ },
1531
+ {
1532
+ "kind": "Reference",
1533
+ "text": "Container",
1534
+ "canonicalReference": "@microsoft/fast-foundation!Container:interface"
1535
+ },
1536
+ {
1537
+ "kind": "Content",
1538
+ "text": ", ...rest: any[]): void;\n}"
1539
+ }
1540
+ ],
1541
+ "fileUrlPath": "src/chart-components.ts",
1542
+ "isReadonly": true,
1543
+ "releaseTag": "Public",
1544
+ "name": "g2plotChartsComponents",
1545
+ "variableTypeTokenRange": {
1546
+ "startIndex": 1,
1547
+ "endIndex": 22
1548
+ }
1549
+ },
1550
+ {
1551
+ "kind": "Variable",
1552
+ "canonicalReference": "@genesislcap/g2plot-chart!g2plotChartTemplate:var",
1553
+ "docComment": "/**\n * The g2lot chart template.\n *\n * @param prefix - The design system prefix to use. Defaults to 'foundation'.\n *\n * @returns A g2plot chart template prefixed with the correct design system.\n *\n * @public\n */\n",
1554
+ "excerptTokens": [
1555
+ {
1556
+ "kind": "Content",
1557
+ "text": "g2plotChartTemplate: "
1558
+ },
1559
+ {
1560
+ "kind": "Reference",
1561
+ "text": "ViewTemplate",
1562
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
1563
+ }
1564
+ ],
1565
+ "fileUrlPath": "src/chart.template.ts",
1566
+ "isReadonly": true,
1567
+ "releaseTag": "Public",
1568
+ "name": "g2plotChartTemplate",
1569
+ "variableTypeTokenRange": {
1570
+ "startIndex": 1,
1571
+ "endIndex": 2
1572
+ }
1573
+ },
1574
+ {
1575
+ "kind": "Variable",
1576
+ "canonicalReference": "@genesislcap/g2plot-chart!registerRapidShape:var",
1577
+ "docComment": "/**\n * Register the Rapid Design System G2Plot shape\n *\n * @public\n */\n",
1578
+ "excerptTokens": [
1579
+ {
1580
+ "kind": "Content",
1581
+ "text": "registerRapidShape: "
1582
+ },
1583
+ {
1584
+ "kind": "Content",
1585
+ "text": "() => void"
1586
+ }
1587
+ ],
1588
+ "fileUrlPath": "src/settings/shapes.ts",
1589
+ "isReadonly": true,
1590
+ "releaseTag": "Public",
1591
+ "name": "registerRapidShape",
1592
+ "variableTypeTokenRange": {
1593
+ "startIndex": 1,
1594
+ "endIndex": 2
1595
+ }
1596
+ }
1597
+ ]
1598
+ }
1599
+ ]
1600
+ }