@pacem/pacem 1.0.0-bessel → 1.0.0-binet

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 (66) hide show
  1. package/dist/browser/pacem-2d.js +149 -2
  2. package/dist/browser/pacem-2d.js.map +1 -1
  3. package/dist/browser/pacem-2d.min.js +1 -1
  4. package/dist/browser/pacem-3d.js +646 -2
  5. package/dist/browser/pacem-3d.js.map +1 -1
  6. package/dist/browser/pacem-3d.min.js +1 -1
  7. package/dist/browser/pacem-charts.js +21 -1
  8. package/dist/browser/pacem-charts.js.map +1 -1
  9. package/dist/browser/pacem-charts.min.js +1 -1
  10. package/dist/browser/pacem-cms.js +118 -3
  11. package/dist/browser/pacem-cms.js.map +1 -1
  12. package/dist/browser/pacem-cms.min.js +1 -1
  13. package/dist/browser/pacem-core.js +870 -9
  14. package/dist/browser/pacem-core.js.map +1 -1
  15. package/dist/browser/pacem-core.min.js +2 -2
  16. package/dist/browser/pacem-foundation.js +296 -1
  17. package/dist/browser/pacem-foundation.js.map +1 -1
  18. package/dist/browser/pacem-foundation.min.js +1 -1
  19. package/dist/browser/pacem-fx.js +18 -1
  20. package/dist/browser/pacem-fx.js.map +1 -1
  21. package/dist/browser/pacem-fx.min.js +1 -1
  22. package/dist/browser/pacem-logging.js +15 -1
  23. package/dist/browser/pacem-logging.js.map +1 -1
  24. package/dist/browser/pacem-logging.min.js +1 -1
  25. package/dist/browser/pacem-maps.js +97 -1
  26. package/dist/browser/pacem-maps.js.map +1 -1
  27. package/dist/browser/pacem-maps.min.js +1 -1
  28. package/dist/browser/pacem-media.js +14 -1
  29. package/dist/browser/pacem-media.js.map +1 -1
  30. package/dist/browser/pacem-media.min.js +1 -1
  31. package/dist/browser/pacem-networking.js +22 -1
  32. package/dist/browser/pacem-networking.js.map +1 -1
  33. package/dist/browser/pacem-networking.min.js +1 -1
  34. package/dist/browser/pacem-numerical.js +360 -1
  35. package/dist/browser/pacem-numerical.js.map +1 -1
  36. package/dist/browser/pacem-numerical.min.js +1 -1
  37. package/dist/browser/pacem-plus.js +195 -4
  38. package/dist/browser/pacem-plus.js.map +1 -1
  39. package/dist/browser/pacem-plus.min.js +1 -1
  40. package/dist/browser/pacem-scaffolding.js +420 -38
  41. package/dist/browser/pacem-scaffolding.js.map +1 -1
  42. package/dist/browser/pacem-scaffolding.min.js +2 -2
  43. package/dist/browser/pacem-ui.js +143 -19
  44. package/dist/browser/pacem-ui.js.map +1 -1
  45. package/dist/browser/pacem-ui.min.js +2 -2
  46. package/dist/bundle/pacem.min.mjs +147 -147
  47. package/dist/bundle/pacem.mjs +2905 -1417
  48. package/dist/bundle/pacem.mjs.map +3 -3
  49. package/dist/docs/pacem-2d.json +11549 -0
  50. package/dist/docs/pacem-3d.json +29096 -0
  51. package/dist/docs/pacem-charts.json +4244 -0
  52. package/dist/docs/pacem-cms.json +9325 -0
  53. package/dist/docs/pacem-core.json +40109 -0
  54. package/dist/docs/pacem-foundation.json +8941 -0
  55. package/dist/docs/pacem-fx.json +3121 -0
  56. package/dist/docs/pacem-logging.json +941 -0
  57. package/dist/docs/pacem-maps.json +17387 -0
  58. package/dist/docs/pacem-media.json +1203 -0
  59. package/dist/docs/pacem-networking.json +1798 -0
  60. package/dist/docs/pacem-numerical.json +13706 -0
  61. package/dist/docs/pacem-plus.json +8468 -0
  62. package/dist/docs/pacem-scaffolding.json +34788 -0
  63. package/dist/docs/pacem-ui.json +18628 -0
  64. package/dist/typings/index.d.ts +4109 -31
  65. package/dist/vscode.html-custom.json +1303 -741
  66. package/package.json +4 -2
@@ -0,0 +1,4244 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.58.12",
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": "@jsx",
119
+ "syntaxKind": "block"
120
+ },
121
+ {
122
+ "tagName": "@jsxRuntime",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@jsxFrag",
127
+ "syntaxKind": "block"
128
+ },
129
+ {
130
+ "tagName": "@jsxImportSource",
131
+ "syntaxKind": "block"
132
+ },
133
+ {
134
+ "tagName": "@betaDocumentation",
135
+ "syntaxKind": "modifier"
136
+ },
137
+ {
138
+ "tagName": "@internalRemarks",
139
+ "syntaxKind": "block"
140
+ },
141
+ {
142
+ "tagName": "@preapproved",
143
+ "syntaxKind": "modifier"
144
+ }
145
+ ],
146
+ "supportForTags": {
147
+ "@alpha": true,
148
+ "@beta": true,
149
+ "@defaultValue": true,
150
+ "@decorator": true,
151
+ "@deprecated": true,
152
+ "@eventProperty": true,
153
+ "@example": true,
154
+ "@experimental": true,
155
+ "@inheritDoc": true,
156
+ "@internal": true,
157
+ "@label": true,
158
+ "@link": true,
159
+ "@override": true,
160
+ "@packageDocumentation": true,
161
+ "@param": true,
162
+ "@privateRemarks": true,
163
+ "@public": true,
164
+ "@readonly": true,
165
+ "@remarks": true,
166
+ "@returns": true,
167
+ "@sealed": true,
168
+ "@see": true,
169
+ "@throws": true,
170
+ "@typeParam": true,
171
+ "@virtual": true,
172
+ "@betaDocumentation": true,
173
+ "@internalRemarks": true,
174
+ "@preapproved": true
175
+ },
176
+ "reportUnsupportedHtmlElements": false
177
+ }
178
+ },
179
+ "kind": "Package",
180
+ "canonicalReference": "@pacem/pacem-charts!",
181
+ "docComment": "",
182
+ "name": "@pacem/pacem-charts",
183
+ "preserveMemberOrder": false,
184
+ "members": [
185
+ {
186
+ "kind": "EntryPoint",
187
+ "canonicalReference": "@pacem/pacem-charts!",
188
+ "name": "",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Namespace",
193
+ "canonicalReference": "@pacem/pacem-charts!Components:namespace",
194
+ "docComment": "",
195
+ "excerptTokens": [],
196
+ "fileUrlPath": "dist/types/index.d.ts",
197
+ "releaseTag": "None",
198
+ "name": "Components",
199
+ "preserveMemberOrder": false,
200
+ "members": [
201
+ {
202
+ "kind": "Namespace",
203
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts:namespace",
204
+ "docComment": "",
205
+ "excerptTokens": [],
206
+ "fileUrlPath": "dist/types/index-components.d.ts",
207
+ "releaseTag": "None",
208
+ "name": "Charts",
209
+ "preserveMemberOrder": false,
210
+ "members": [
211
+ {
212
+ "kind": "Interface",
213
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface",
214
+ "docComment": "/**\n * A single labeled value belonging to a {@link ChartDataSeries}.\n */\n",
215
+ "excerptTokens": [
216
+ {
217
+ "kind": "Content",
218
+ "text": "export interface ChartDataItem "
219
+ }
220
+ ],
221
+ "fileUrlPath": "dist/types/types.d.ts",
222
+ "releaseTag": "Public",
223
+ "name": "ChartDataItem",
224
+ "preserveMemberOrder": false,
225
+ "members": [
226
+ {
227
+ "kind": "PropertySignature",
228
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem#label:member",
229
+ "docComment": "",
230
+ "excerptTokens": [
231
+ {
232
+ "kind": "Content",
233
+ "text": "label: "
234
+ },
235
+ {
236
+ "kind": "Content",
237
+ "text": "any"
238
+ },
239
+ {
240
+ "kind": "Content",
241
+ "text": ";"
242
+ }
243
+ ],
244
+ "isReadonly": false,
245
+ "isOptional": false,
246
+ "releaseTag": "Public",
247
+ "name": "label",
248
+ "propertyTypeTokenRange": {
249
+ "startIndex": 1,
250
+ "endIndex": 2
251
+ }
252
+ },
253
+ {
254
+ "kind": "PropertySignature",
255
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem#value:member",
256
+ "docComment": "",
257
+ "excerptTokens": [
258
+ {
259
+ "kind": "Content",
260
+ "text": "value: "
261
+ },
262
+ {
263
+ "kind": "Content",
264
+ "text": "number"
265
+ },
266
+ {
267
+ "kind": "Content",
268
+ "text": ";"
269
+ }
270
+ ],
271
+ "isReadonly": false,
272
+ "isOptional": false,
273
+ "releaseTag": "Public",
274
+ "name": "value",
275
+ "propertyTypeTokenRange": {
276
+ "startIndex": 1,
277
+ "endIndex": 2
278
+ }
279
+ }
280
+ ],
281
+ "extendsTokenRanges": []
282
+ },
283
+ {
284
+ "kind": "Interface",
285
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries:interface",
286
+ "docComment": "/**\n * A named collection of {@link ChartDataItem}s to be plotted on a chart.\n */\n",
287
+ "excerptTokens": [
288
+ {
289
+ "kind": "Content",
290
+ "text": "export interface ChartDataSeries "
291
+ }
292
+ ],
293
+ "fileUrlPath": "dist/types/types.d.ts",
294
+ "releaseTag": "Public",
295
+ "name": "ChartDataSeries",
296
+ "preserveMemberOrder": false,
297
+ "members": [
298
+ {
299
+ "kind": "PropertySignature",
300
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries#className:member",
301
+ "docComment": "/**\n * Gets the CSS class(es) to apply to the series' rendered elements.\n */\n",
302
+ "excerptTokens": [
303
+ {
304
+ "kind": "Content",
305
+ "text": "readonly className?: "
306
+ },
307
+ {
308
+ "kind": "Content",
309
+ "text": "string"
310
+ },
311
+ {
312
+ "kind": "Content",
313
+ "text": ";"
314
+ }
315
+ ],
316
+ "isReadonly": true,
317
+ "isOptional": true,
318
+ "releaseTag": "Public",
319
+ "name": "className",
320
+ "propertyTypeTokenRange": {
321
+ "startIndex": 1,
322
+ "endIndex": 2
323
+ }
324
+ },
325
+ {
326
+ "kind": "PropertySignature",
327
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries#color:member",
328
+ "docComment": "/**\n * Gets the series color.\n */\n",
329
+ "excerptTokens": [
330
+ {
331
+ "kind": "Content",
332
+ "text": "readonly color?: "
333
+ },
334
+ {
335
+ "kind": "Content",
336
+ "text": "string"
337
+ },
338
+ {
339
+ "kind": "Content",
340
+ "text": ";"
341
+ }
342
+ ],
343
+ "isReadonly": true,
344
+ "isOptional": true,
345
+ "releaseTag": "Public",
346
+ "name": "color",
347
+ "propertyTypeTokenRange": {
348
+ "startIndex": 1,
349
+ "endIndex": 2
350
+ }
351
+ },
352
+ {
353
+ "kind": "PropertySignature",
354
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries#datapoints:member",
355
+ "docComment": "/**\n * Gets a value indicating whether the single data points should be rendered too.\n */\n",
356
+ "excerptTokens": [
357
+ {
358
+ "kind": "Content",
359
+ "text": "readonly datapoints?: "
360
+ },
361
+ {
362
+ "kind": "Content",
363
+ "text": "boolean"
364
+ },
365
+ {
366
+ "kind": "Content",
367
+ "text": ";"
368
+ }
369
+ ],
370
+ "isReadonly": true,
371
+ "isOptional": true,
372
+ "releaseTag": "Public",
373
+ "name": "datapoints",
374
+ "propertyTypeTokenRange": {
375
+ "startIndex": 1,
376
+ "endIndex": 2
377
+ }
378
+ },
379
+ {
380
+ "kind": "PropertySignature",
381
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries#label:member",
382
+ "docComment": "/**\n * Gets the series label.\n */\n",
383
+ "excerptTokens": [
384
+ {
385
+ "kind": "Content",
386
+ "text": "readonly label: "
387
+ },
388
+ {
389
+ "kind": "Content",
390
+ "text": "any"
391
+ },
392
+ {
393
+ "kind": "Content",
394
+ "text": ";"
395
+ }
396
+ ],
397
+ "isReadonly": true,
398
+ "isOptional": false,
399
+ "releaseTag": "Public",
400
+ "name": "label",
401
+ "propertyTypeTokenRange": {
402
+ "startIndex": 1,
403
+ "endIndex": 2
404
+ }
405
+ },
406
+ {
407
+ "kind": "PropertySignature",
408
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries#values:member",
409
+ "docComment": "/**\n * Gets the (already sorted) set of chart data items.\n */\n",
410
+ "excerptTokens": [
411
+ {
412
+ "kind": "Content",
413
+ "text": "readonly values: "
414
+ },
415
+ {
416
+ "kind": "Reference",
417
+ "text": "ChartDataItem",
418
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": "[]"
423
+ },
424
+ {
425
+ "kind": "Content",
426
+ "text": ";"
427
+ }
428
+ ],
429
+ "isReadonly": true,
430
+ "isOptional": false,
431
+ "releaseTag": "Public",
432
+ "name": "values",
433
+ "propertyTypeTokenRange": {
434
+ "startIndex": 1,
435
+ "endIndex": 3
436
+ }
437
+ }
438
+ ],
439
+ "extendsTokenRanges": []
440
+ },
441
+ {
442
+ "kind": "TypeAlias",
443
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeriesItem:type",
444
+ "docComment": "/**\n * Flattened representation of a single data point along with its owning series' label and color, used as the payload of {@link ChartEventArgs}.\n */\n",
445
+ "excerptTokens": [
446
+ {
447
+ "kind": "Content",
448
+ "text": "export declare type ChartDataSeriesItem = "
449
+ },
450
+ {
451
+ "kind": "Content",
452
+ "text": "{\n series: any;\n label: any;\n color: string;\n value: number;\n}"
453
+ },
454
+ {
455
+ "kind": "Content",
456
+ "text": ";"
457
+ }
458
+ ],
459
+ "fileUrlPath": "dist/types/types.d.ts",
460
+ "releaseTag": "Public",
461
+ "name": "ChartDataSeriesItem",
462
+ "typeTokenRange": {
463
+ "startIndex": 1,
464
+ "endIndex": 2
465
+ }
466
+ },
467
+ {
468
+ "kind": "TypeAlias",
469
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDatasource:type",
470
+ "docComment": "/**\n * A chart's whole datasource: a collection of {@link ChartDataSeries}.\n */\n",
471
+ "excerptTokens": [
472
+ {
473
+ "kind": "Content",
474
+ "text": "export declare type ChartDatasource = "
475
+ },
476
+ {
477
+ "kind": "Reference",
478
+ "text": "ChartDataSeries",
479
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries:interface"
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": "[]"
484
+ },
485
+ {
486
+ "kind": "Content",
487
+ "text": ";"
488
+ }
489
+ ],
490
+ "fileUrlPath": "dist/types/types.d.ts",
491
+ "releaseTag": "Public",
492
+ "name": "ChartDatasource",
493
+ "typeTokenRange": {
494
+ "startIndex": 1,
495
+ "endIndex": 3
496
+ }
497
+ },
498
+ {
499
+ "kind": "Class",
500
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEvent:class",
501
+ "docComment": "/**\n * Custom UI event dispatched by chart elements when the user interacts with a rendered data point (e.g. `itemclick`, `itemmouseover`).\n */\n",
502
+ "excerptTokens": [
503
+ {
504
+ "kind": "Content",
505
+ "text": "export declare class ChartEvent extends "
506
+ },
507
+ {
508
+ "kind": "Reference",
509
+ "text": "CustomUIEvent",
510
+ "canonicalReference": "@pacem/pacem-core!CustomUIEvent:class"
511
+ },
512
+ {
513
+ "kind": "Content",
514
+ "text": "<"
515
+ },
516
+ {
517
+ "kind": "Reference",
518
+ "text": "ChartEventArgs",
519
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEventArgs:interface"
520
+ },
521
+ {
522
+ "kind": "Content",
523
+ "text": ">"
524
+ },
525
+ {
526
+ "kind": "Content",
527
+ "text": " "
528
+ }
529
+ ],
530
+ "fileUrlPath": "dist/types/types.d.ts",
531
+ "releaseTag": "Public",
532
+ "isAbstract": false,
533
+ "name": "ChartEvent",
534
+ "preserveMemberOrder": false,
535
+ "members": [
536
+ {
537
+ "kind": "Constructor",
538
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEvent:constructor(1)",
539
+ "docComment": "/**\n * Constructs a new instance of the `ChartEvent` class\n */\n",
540
+ "excerptTokens": [
541
+ {
542
+ "kind": "Content",
543
+ "text": "constructor(type: "
544
+ },
545
+ {
546
+ "kind": "Content",
547
+ "text": "string"
548
+ },
549
+ {
550
+ "kind": "Content",
551
+ "text": ", eventInit: "
552
+ },
553
+ {
554
+ "kind": "Reference",
555
+ "text": "CustomEventInit",
556
+ "canonicalReference": "!CustomEventInit:interface"
557
+ },
558
+ {
559
+ "kind": "Content",
560
+ "text": "<"
561
+ },
562
+ {
563
+ "kind": "Reference",
564
+ "text": "ChartEventArgs",
565
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEventArgs:interface"
566
+ },
567
+ {
568
+ "kind": "Content",
569
+ "text": ">"
570
+ },
571
+ {
572
+ "kind": "Content",
573
+ "text": ", originalEvent: "
574
+ },
575
+ {
576
+ "kind": "Reference",
577
+ "text": "MouseEvent",
578
+ "canonicalReference": "!MouseEvent:interface"
579
+ },
580
+ {
581
+ "kind": "Content",
582
+ "text": " | "
583
+ },
584
+ {
585
+ "kind": "Reference",
586
+ "text": "TouchEvent",
587
+ "canonicalReference": "!TouchEvent:interface"
588
+ },
589
+ {
590
+ "kind": "Content",
591
+ "text": " | "
592
+ },
593
+ {
594
+ "kind": "Reference",
595
+ "text": "KeyboardEvent",
596
+ "canonicalReference": "!KeyboardEvent:interface"
597
+ },
598
+ {
599
+ "kind": "Content",
600
+ "text": ");"
601
+ }
602
+ ],
603
+ "releaseTag": "Public",
604
+ "isProtected": false,
605
+ "overloadIndex": 1,
606
+ "parameters": [
607
+ {
608
+ "parameterName": "type",
609
+ "parameterTypeTokenRange": {
610
+ "startIndex": 1,
611
+ "endIndex": 2
612
+ },
613
+ "isOptional": false
614
+ },
615
+ {
616
+ "parameterName": "eventInit",
617
+ "parameterTypeTokenRange": {
618
+ "startIndex": 3,
619
+ "endIndex": 7
620
+ },
621
+ "isOptional": false
622
+ },
623
+ {
624
+ "parameterName": "originalEvent",
625
+ "parameterTypeTokenRange": {
626
+ "startIndex": 8,
627
+ "endIndex": 13
628
+ },
629
+ "isOptional": false
630
+ }
631
+ ]
632
+ }
633
+ ],
634
+ "extendsTokenRange": {
635
+ "startIndex": 1,
636
+ "endIndex": 5
637
+ },
638
+ "implementsTokenRanges": []
639
+ },
640
+ {
641
+ "kind": "Interface",
642
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEventArgs:interface",
643
+ "docComment": "/**\n * Payload carried by {@link ChartEvent}.\n */\n",
644
+ "excerptTokens": [
645
+ {
646
+ "kind": "Content",
647
+ "text": "export interface ChartEventArgs "
648
+ }
649
+ ],
650
+ "fileUrlPath": "dist/types/types.d.ts",
651
+ "releaseTag": "Public",
652
+ "name": "ChartEventArgs",
653
+ "preserveMemberOrder": false,
654
+ "members": [
655
+ {
656
+ "kind": "PropertySignature",
657
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEventArgs#anchorPoint:member",
658
+ "docComment": "/**\n * Gets the point (in page coordinates) to anchor tooltips or popups to.\n */\n",
659
+ "excerptTokens": [
660
+ {
661
+ "kind": "Content",
662
+ "text": "readonly anchorPoint: "
663
+ },
664
+ {
665
+ "kind": "Reference",
666
+ "text": "Point",
667
+ "canonicalReference": "@pacem/pacem-foundation!Point:class"
668
+ },
669
+ {
670
+ "kind": "Content",
671
+ "text": ";"
672
+ }
673
+ ],
674
+ "isReadonly": true,
675
+ "isOptional": false,
676
+ "releaseTag": "Public",
677
+ "name": "anchorPoint",
678
+ "propertyTypeTokenRange": {
679
+ "startIndex": 1,
680
+ "endIndex": 2
681
+ }
682
+ },
683
+ {
684
+ "kind": "PropertySignature",
685
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartEventArgs#dataItem:member",
686
+ "docComment": "/**\n * Gets the data item (and owning series) the event refers to.\n */\n",
687
+ "excerptTokens": [
688
+ {
689
+ "kind": "Content",
690
+ "text": "readonly dataItem: "
691
+ },
692
+ {
693
+ "kind": "Reference",
694
+ "text": "ChartDataSeriesItem",
695
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeriesItem:type"
696
+ },
697
+ {
698
+ "kind": "Content",
699
+ "text": ";"
700
+ }
701
+ ],
702
+ "isReadonly": true,
703
+ "isOptional": false,
704
+ "releaseTag": "Public",
705
+ "name": "dataItem",
706
+ "propertyTypeTokenRange": {
707
+ "startIndex": 1,
708
+ "endIndex": 2
709
+ }
710
+ }
711
+ ],
712
+ "extendsTokenRanges": []
713
+ },
714
+ {
715
+ "kind": "Variable",
716
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.MANAGED_EVENTS:var",
717
+ "docComment": "",
718
+ "excerptTokens": [
719
+ {
720
+ "kind": "Content",
721
+ "text": "MANAGED_EVENTS: "
722
+ },
723
+ {
724
+ "kind": "Content",
725
+ "text": "string[]"
726
+ }
727
+ ],
728
+ "fileUrlPath": "dist/types/types.d.ts",
729
+ "isReadonly": true,
730
+ "releaseTag": "Public",
731
+ "name": "MANAGED_EVENTS",
732
+ "variableTypeTokenRange": {
733
+ "startIndex": 1,
734
+ "endIndex": 2
735
+ }
736
+ },
737
+ {
738
+ "kind": "Class",
739
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement:class",
740
+ "docComment": "/**\n * Renders a line, spline, area or spline-area chart out of one or more {@link PacemChartSeriesElement} series.\n */\n",
741
+ "excerptTokens": [
742
+ {
743
+ "kind": "Content",
744
+ "text": "export declare class PacemChartElement extends "
745
+ },
746
+ {
747
+ "kind": "Reference",
748
+ "text": "PacemSeriesChartElement",
749
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement:class"
750
+ },
751
+ {
752
+ "kind": "Content",
753
+ "text": " "
754
+ }
755
+ ],
756
+ "fileUrlPath": "dist/types/generic.d.ts",
757
+ "releaseTag": "Public",
758
+ "isAbstract": false,
759
+ "name": "PacemChartElement",
760
+ "preserveMemberOrder": false,
761
+ "members": [
762
+ {
763
+ "kind": "Property",
764
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement#aspectRatio:member",
765
+ "docComment": "/**\n * Gets or sets how aspect ratio between x- and y-axis must be handled (considered only when xAxisType is `numeric`). Default is `adapt`.\n */\n",
766
+ "excerptTokens": [
767
+ {
768
+ "kind": "Content",
769
+ "text": "aspectRatio: "
770
+ },
771
+ {
772
+ "kind": "Content",
773
+ "text": "'adapt' | 'monometric' | 'logaritmic'"
774
+ },
775
+ {
776
+ "kind": "Content",
777
+ "text": ";"
778
+ }
779
+ ],
780
+ "isReadonly": false,
781
+ "isOptional": false,
782
+ "releaseTag": "Public",
783
+ "name": "aspectRatio",
784
+ "propertyTypeTokenRange": {
785
+ "startIndex": 1,
786
+ "endIndex": 2
787
+ },
788
+ "isStatic": false,
789
+ "isProtected": false,
790
+ "isAbstract": false
791
+ },
792
+ {
793
+ "kind": "Method",
794
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement#disconnectedCallback:member(1)",
795
+ "docComment": "",
796
+ "excerptTokens": [
797
+ {
798
+ "kind": "Content",
799
+ "text": "disconnectedCallback(): "
800
+ },
801
+ {
802
+ "kind": "Content",
803
+ "text": "void"
804
+ },
805
+ {
806
+ "kind": "Content",
807
+ "text": ";"
808
+ }
809
+ ],
810
+ "isStatic": false,
811
+ "returnTypeTokenRange": {
812
+ "startIndex": 1,
813
+ "endIndex": 2
814
+ },
815
+ "releaseTag": "Public",
816
+ "isProtected": false,
817
+ "overloadIndex": 1,
818
+ "parameters": [],
819
+ "isOptional": false,
820
+ "isAbstract": false,
821
+ "name": "disconnectedCallback"
822
+ },
823
+ {
824
+ "kind": "Method",
825
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement#drawSeries:member(1)",
826
+ "docComment": "",
827
+ "excerptTokens": [
828
+ {
829
+ "kind": "Content",
830
+ "text": "protected drawSeries(datasource: "
831
+ },
832
+ {
833
+ "kind": "Reference",
834
+ "text": "ChartDatasource",
835
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDatasource:type"
836
+ },
837
+ {
838
+ "kind": "Content",
839
+ "text": "): "
840
+ },
841
+ {
842
+ "kind": "Content",
843
+ "text": "void"
844
+ },
845
+ {
846
+ "kind": "Content",
847
+ "text": ";"
848
+ }
849
+ ],
850
+ "isStatic": false,
851
+ "returnTypeTokenRange": {
852
+ "startIndex": 3,
853
+ "endIndex": 4
854
+ },
855
+ "releaseTag": "Public",
856
+ "isProtected": true,
857
+ "overloadIndex": 1,
858
+ "parameters": [
859
+ {
860
+ "parameterName": "datasource",
861
+ "parameterTypeTokenRange": {
862
+ "startIndex": 1,
863
+ "endIndex": 2
864
+ },
865
+ "isOptional": false
866
+ }
867
+ ],
868
+ "isOptional": false,
869
+ "isAbstract": false,
870
+ "name": "drawSeries"
871
+ },
872
+ {
873
+ "kind": "Method",
874
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement#propertyChangedCallback:member(1)",
875
+ "docComment": "",
876
+ "excerptTokens": [
877
+ {
878
+ "kind": "Content",
879
+ "text": "propertyChangedCallback(name: "
880
+ },
881
+ {
882
+ "kind": "Content",
883
+ "text": "string"
884
+ },
885
+ {
886
+ "kind": "Content",
887
+ "text": ", old: "
888
+ },
889
+ {
890
+ "kind": "Content",
891
+ "text": "any"
892
+ },
893
+ {
894
+ "kind": "Content",
895
+ "text": ", val: "
896
+ },
897
+ {
898
+ "kind": "Content",
899
+ "text": "any"
900
+ },
901
+ {
902
+ "kind": "Content",
903
+ "text": ", first?: "
904
+ },
905
+ {
906
+ "kind": "Content",
907
+ "text": "boolean"
908
+ },
909
+ {
910
+ "kind": "Content",
911
+ "text": "): "
912
+ },
913
+ {
914
+ "kind": "Content",
915
+ "text": "void"
916
+ },
917
+ {
918
+ "kind": "Content",
919
+ "text": ";"
920
+ }
921
+ ],
922
+ "isStatic": false,
923
+ "returnTypeTokenRange": {
924
+ "startIndex": 9,
925
+ "endIndex": 10
926
+ },
927
+ "releaseTag": "Public",
928
+ "isProtected": false,
929
+ "overloadIndex": 1,
930
+ "parameters": [
931
+ {
932
+ "parameterName": "name",
933
+ "parameterTypeTokenRange": {
934
+ "startIndex": 1,
935
+ "endIndex": 2
936
+ },
937
+ "isOptional": false
938
+ },
939
+ {
940
+ "parameterName": "old",
941
+ "parameterTypeTokenRange": {
942
+ "startIndex": 3,
943
+ "endIndex": 4
944
+ },
945
+ "isOptional": false
946
+ },
947
+ {
948
+ "parameterName": "val",
949
+ "parameterTypeTokenRange": {
950
+ "startIndex": 5,
951
+ "endIndex": 6
952
+ },
953
+ "isOptional": false
954
+ },
955
+ {
956
+ "parameterName": "first",
957
+ "parameterTypeTokenRange": {
958
+ "startIndex": 7,
959
+ "endIndex": 8
960
+ },
961
+ "isOptional": true
962
+ }
963
+ ],
964
+ "isOptional": false,
965
+ "isAbstract": false,
966
+ "name": "propertyChangedCallback"
967
+ },
968
+ {
969
+ "kind": "Property",
970
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement#type:member",
971
+ "docComment": "/**\n * Gets or sets the chart rendering type. Default is `line`.\n */\n",
972
+ "excerptTokens": [
973
+ {
974
+ "kind": "Content",
975
+ "text": "type: "
976
+ },
977
+ {
978
+ "kind": "Content",
979
+ "text": "'line' | 'spline' | 'area' | 'splinearea'"
980
+ },
981
+ {
982
+ "kind": "Content",
983
+ "text": ";"
984
+ }
985
+ ],
986
+ "isReadonly": false,
987
+ "isOptional": false,
988
+ "releaseTag": "Public",
989
+ "name": "type",
990
+ "propertyTypeTokenRange": {
991
+ "startIndex": 1,
992
+ "endIndex": 2
993
+ },
994
+ "isStatic": false,
995
+ "isProtected": false,
996
+ "isAbstract": false
997
+ },
998
+ {
999
+ "kind": "Method",
1000
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartElement#viewActivatedCallback:member(1)",
1001
+ "docComment": "",
1002
+ "excerptTokens": [
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": "viewActivatedCallback(): "
1006
+ },
1007
+ {
1008
+ "kind": "Content",
1009
+ "text": "void"
1010
+ },
1011
+ {
1012
+ "kind": "Content",
1013
+ "text": ";"
1014
+ }
1015
+ ],
1016
+ "isStatic": false,
1017
+ "returnTypeTokenRange": {
1018
+ "startIndex": 1,
1019
+ "endIndex": 2
1020
+ },
1021
+ "releaseTag": "Public",
1022
+ "isProtected": false,
1023
+ "overloadIndex": 1,
1024
+ "parameters": [],
1025
+ "isOptional": false,
1026
+ "isAbstract": false,
1027
+ "name": "viewActivatedCallback"
1028
+ }
1029
+ ],
1030
+ "extendsTokenRange": {
1031
+ "startIndex": 1,
1032
+ "endIndex": 2
1033
+ },
1034
+ "implementsTokenRanges": []
1035
+ },
1036
+ {
1037
+ "kind": "Class",
1038
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement:class",
1039
+ "docComment": "/**\n * Represents a single data series to be plotted within a `<pacem-chart>`-like element.\n */\n",
1040
+ "excerptTokens": [
1041
+ {
1042
+ "kind": "Content",
1043
+ "text": "export declare class PacemChartSeriesElement extends "
1044
+ },
1045
+ {
1046
+ "kind": "Reference",
1047
+ "text": "Components.PacemItemElement",
1048
+ "canonicalReference": "@pacem/pacem-core!PacemItemElement:class"
1049
+ },
1050
+ {
1051
+ "kind": "Content",
1052
+ "text": " implements "
1053
+ },
1054
+ {
1055
+ "kind": "Reference",
1056
+ "text": "ChartDataSeries",
1057
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries:interface"
1058
+ },
1059
+ {
1060
+ "kind": "Content",
1061
+ "text": " "
1062
+ }
1063
+ ],
1064
+ "fileUrlPath": "dist/types/types.d.ts",
1065
+ "releaseTag": "Public",
1066
+ "isAbstract": false,
1067
+ "name": "PacemChartSeriesElement",
1068
+ "preserveMemberOrder": false,
1069
+ "members": [
1070
+ {
1071
+ "kind": "Property",
1072
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement#color:member",
1073
+ "docComment": "/**\n * Gets or sets the series color.\n */\n",
1074
+ "excerptTokens": [
1075
+ {
1076
+ "kind": "Content",
1077
+ "text": "color: "
1078
+ },
1079
+ {
1080
+ "kind": "Content",
1081
+ "text": "string"
1082
+ },
1083
+ {
1084
+ "kind": "Content",
1085
+ "text": ";"
1086
+ }
1087
+ ],
1088
+ "isReadonly": false,
1089
+ "isOptional": false,
1090
+ "releaseTag": "Public",
1091
+ "name": "color",
1092
+ "propertyTypeTokenRange": {
1093
+ "startIndex": 1,
1094
+ "endIndex": 2
1095
+ },
1096
+ "isStatic": false,
1097
+ "isProtected": false,
1098
+ "isAbstract": false
1099
+ },
1100
+ {
1101
+ "kind": "Property",
1102
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement#datapoints:member",
1103
+ "docComment": "/**\n * Gets or sets a value indicating whether the single data points should be rendered too.\n */\n",
1104
+ "excerptTokens": [
1105
+ {
1106
+ "kind": "Content",
1107
+ "text": "datapoints: "
1108
+ },
1109
+ {
1110
+ "kind": "Content",
1111
+ "text": "boolean"
1112
+ },
1113
+ {
1114
+ "kind": "Content",
1115
+ "text": ";"
1116
+ }
1117
+ ],
1118
+ "isReadonly": false,
1119
+ "isOptional": false,
1120
+ "releaseTag": "Public",
1121
+ "name": "datapoints",
1122
+ "propertyTypeTokenRange": {
1123
+ "startIndex": 1,
1124
+ "endIndex": 2
1125
+ },
1126
+ "isStatic": false,
1127
+ "isProtected": false,
1128
+ "isAbstract": false
1129
+ },
1130
+ {
1131
+ "kind": "Property",
1132
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement#datasource:member",
1133
+ "docComment": "/**\n * Gets or sets the - already sorted - set of chart data items.\n */\n",
1134
+ "excerptTokens": [
1135
+ {
1136
+ "kind": "Content",
1137
+ "text": "datasource: "
1138
+ },
1139
+ {
1140
+ "kind": "Reference",
1141
+ "text": "ChartDataItem",
1142
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
1143
+ },
1144
+ {
1145
+ "kind": "Content",
1146
+ "text": "[]"
1147
+ },
1148
+ {
1149
+ "kind": "Content",
1150
+ "text": ";"
1151
+ }
1152
+ ],
1153
+ "isReadonly": false,
1154
+ "isOptional": false,
1155
+ "releaseTag": "Public",
1156
+ "name": "datasource",
1157
+ "propertyTypeTokenRange": {
1158
+ "startIndex": 1,
1159
+ "endIndex": 3
1160
+ },
1161
+ "isStatic": false,
1162
+ "isProtected": false,
1163
+ "isAbstract": false
1164
+ },
1165
+ {
1166
+ "kind": "Property",
1167
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement#label:member",
1168
+ "docComment": "/**\n * Gets or sets the series label.\n */\n",
1169
+ "excerptTokens": [
1170
+ {
1171
+ "kind": "Content",
1172
+ "text": "label: "
1173
+ },
1174
+ {
1175
+ "kind": "Content",
1176
+ "text": "string"
1177
+ },
1178
+ {
1179
+ "kind": "Content",
1180
+ "text": ";"
1181
+ }
1182
+ ],
1183
+ "isReadonly": false,
1184
+ "isOptional": false,
1185
+ "releaseTag": "Public",
1186
+ "name": "label",
1187
+ "propertyTypeTokenRange": {
1188
+ "startIndex": 1,
1189
+ "endIndex": 2
1190
+ },
1191
+ "isStatic": false,
1192
+ "isProtected": false,
1193
+ "isAbstract": false
1194
+ },
1195
+ {
1196
+ "kind": "Property",
1197
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement#values:member",
1198
+ "docComment": "",
1199
+ "excerptTokens": [
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": "get values(): "
1203
+ },
1204
+ {
1205
+ "kind": "Reference",
1206
+ "text": "ChartDataItem",
1207
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
1208
+ },
1209
+ {
1210
+ "kind": "Content",
1211
+ "text": "[]"
1212
+ },
1213
+ {
1214
+ "kind": "Content",
1215
+ "text": ";"
1216
+ }
1217
+ ],
1218
+ "isReadonly": true,
1219
+ "isOptional": false,
1220
+ "releaseTag": "Public",
1221
+ "name": "values",
1222
+ "propertyTypeTokenRange": {
1223
+ "startIndex": 1,
1224
+ "endIndex": 3
1225
+ },
1226
+ "isStatic": false,
1227
+ "isProtected": false,
1228
+ "isAbstract": false
1229
+ }
1230
+ ],
1231
+ "extendsTokenRange": {
1232
+ "startIndex": 1,
1233
+ "endIndex": 2
1234
+ },
1235
+ "implementsTokenRanges": [
1236
+ {
1237
+ "startIndex": 3,
1238
+ "endIndex": 4
1239
+ }
1240
+ ]
1241
+ },
1242
+ {
1243
+ "kind": "Class",
1244
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemColumnChartElement:class",
1245
+ "docComment": "/**\n * Renders a clustered or stacked column (bar) chart out of one or more {@link PacemChartSeriesElement} series.\n */\n",
1246
+ "excerptTokens": [
1247
+ {
1248
+ "kind": "Content",
1249
+ "text": "export declare class PacemColumnChartElement extends "
1250
+ },
1251
+ {
1252
+ "kind": "Reference",
1253
+ "text": "PacemSeriesChartElement",
1254
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement:class"
1255
+ },
1256
+ {
1257
+ "kind": "Content",
1258
+ "text": " "
1259
+ }
1260
+ ],
1261
+ "fileUrlPath": "dist/types/column.d.ts",
1262
+ "releaseTag": "Public",
1263
+ "isAbstract": false,
1264
+ "name": "PacemColumnChartElement",
1265
+ "preserveMemberOrder": false,
1266
+ "members": [
1267
+ {
1268
+ "kind": "Method",
1269
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemColumnChartElement#drawSeries:member(1)",
1270
+ "docComment": "",
1271
+ "excerptTokens": [
1272
+ {
1273
+ "kind": "Content",
1274
+ "text": "drawSeries(datasource: "
1275
+ },
1276
+ {
1277
+ "kind": "Reference",
1278
+ "text": "ChartDatasource",
1279
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDatasource:type"
1280
+ },
1281
+ {
1282
+ "kind": "Content",
1283
+ "text": "): "
1284
+ },
1285
+ {
1286
+ "kind": "Content",
1287
+ "text": "void"
1288
+ },
1289
+ {
1290
+ "kind": "Content",
1291
+ "text": ";"
1292
+ }
1293
+ ],
1294
+ "isStatic": false,
1295
+ "returnTypeTokenRange": {
1296
+ "startIndex": 3,
1297
+ "endIndex": 4
1298
+ },
1299
+ "releaseTag": "Public",
1300
+ "isProtected": false,
1301
+ "overloadIndex": 1,
1302
+ "parameters": [
1303
+ {
1304
+ "parameterName": "datasource",
1305
+ "parameterTypeTokenRange": {
1306
+ "startIndex": 1,
1307
+ "endIndex": 2
1308
+ },
1309
+ "isOptional": false
1310
+ }
1311
+ ],
1312
+ "isOptional": false,
1313
+ "isAbstract": false,
1314
+ "name": "drawSeries"
1315
+ },
1316
+ {
1317
+ "kind": "Property",
1318
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemColumnChartElement#groupWidth:member",
1319
+ "docComment": "/**\n * Set a value between 0 and 1, for the columns' stack/cluster horizontal size (percentage of the available space).\n */\n",
1320
+ "excerptTokens": [
1321
+ {
1322
+ "kind": "Content",
1323
+ "text": "groupWidth: "
1324
+ },
1325
+ {
1326
+ "kind": "Content",
1327
+ "text": "number"
1328
+ },
1329
+ {
1330
+ "kind": "Content",
1331
+ "text": ";"
1332
+ }
1333
+ ],
1334
+ "isReadonly": false,
1335
+ "isOptional": false,
1336
+ "releaseTag": "Public",
1337
+ "name": "groupWidth",
1338
+ "propertyTypeTokenRange": {
1339
+ "startIndex": 1,
1340
+ "endIndex": 2
1341
+ },
1342
+ "isStatic": false,
1343
+ "isProtected": false,
1344
+ "isAbstract": false
1345
+ },
1346
+ {
1347
+ "kind": "Method",
1348
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemColumnChartElement#propertyChangedCallback:member(1)",
1349
+ "docComment": "",
1350
+ "excerptTokens": [
1351
+ {
1352
+ "kind": "Content",
1353
+ "text": "propertyChangedCallback(name: "
1354
+ },
1355
+ {
1356
+ "kind": "Content",
1357
+ "text": "string"
1358
+ },
1359
+ {
1360
+ "kind": "Content",
1361
+ "text": ", old: "
1362
+ },
1363
+ {
1364
+ "kind": "Content",
1365
+ "text": "any"
1366
+ },
1367
+ {
1368
+ "kind": "Content",
1369
+ "text": ", val: "
1370
+ },
1371
+ {
1372
+ "kind": "Content",
1373
+ "text": "any"
1374
+ },
1375
+ {
1376
+ "kind": "Content",
1377
+ "text": ", first?: "
1378
+ },
1379
+ {
1380
+ "kind": "Content",
1381
+ "text": "boolean"
1382
+ },
1383
+ {
1384
+ "kind": "Content",
1385
+ "text": "): "
1386
+ },
1387
+ {
1388
+ "kind": "Content",
1389
+ "text": "void"
1390
+ },
1391
+ {
1392
+ "kind": "Content",
1393
+ "text": ";"
1394
+ }
1395
+ ],
1396
+ "isStatic": false,
1397
+ "returnTypeTokenRange": {
1398
+ "startIndex": 9,
1399
+ "endIndex": 10
1400
+ },
1401
+ "releaseTag": "Public",
1402
+ "isProtected": false,
1403
+ "overloadIndex": 1,
1404
+ "parameters": [
1405
+ {
1406
+ "parameterName": "name",
1407
+ "parameterTypeTokenRange": {
1408
+ "startIndex": 1,
1409
+ "endIndex": 2
1410
+ },
1411
+ "isOptional": false
1412
+ },
1413
+ {
1414
+ "parameterName": "old",
1415
+ "parameterTypeTokenRange": {
1416
+ "startIndex": 3,
1417
+ "endIndex": 4
1418
+ },
1419
+ "isOptional": false
1420
+ },
1421
+ {
1422
+ "parameterName": "val",
1423
+ "parameterTypeTokenRange": {
1424
+ "startIndex": 5,
1425
+ "endIndex": 6
1426
+ },
1427
+ "isOptional": false
1428
+ },
1429
+ {
1430
+ "parameterName": "first",
1431
+ "parameterTypeTokenRange": {
1432
+ "startIndex": 7,
1433
+ "endIndex": 8
1434
+ },
1435
+ "isOptional": true
1436
+ }
1437
+ ],
1438
+ "isOptional": false,
1439
+ "isAbstract": false,
1440
+ "name": "propertyChangedCallback"
1441
+ },
1442
+ {
1443
+ "kind": "Property",
1444
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemColumnChartElement#type:member",
1445
+ "docComment": "/**\n * Gets or sets whether series' columns are clustered side-by-side or stacked. Default is `cluster`.\n */\n",
1446
+ "excerptTokens": [
1447
+ {
1448
+ "kind": "Content",
1449
+ "text": "type: "
1450
+ },
1451
+ {
1452
+ "kind": "Content",
1453
+ "text": "'cluster' | 'stack'"
1454
+ },
1455
+ {
1456
+ "kind": "Content",
1457
+ "text": ";"
1458
+ }
1459
+ ],
1460
+ "isReadonly": false,
1461
+ "isOptional": false,
1462
+ "releaseTag": "Public",
1463
+ "name": "type",
1464
+ "propertyTypeTokenRange": {
1465
+ "startIndex": 1,
1466
+ "endIndex": 2
1467
+ },
1468
+ "isStatic": false,
1469
+ "isProtected": false,
1470
+ "isAbstract": false
1471
+ }
1472
+ ],
1473
+ "extendsTokenRange": {
1474
+ "startIndex": 1,
1475
+ "endIndex": 2
1476
+ },
1477
+ "implementsTokenRanges": []
1478
+ },
1479
+ {
1480
+ "kind": "Class",
1481
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement:class",
1482
+ "docComment": "/**\n * Renders a pie or doughnut chart out of one or more {@link PacemPieSliceElement} slices.\n */\n",
1483
+ "excerptTokens": [
1484
+ {
1485
+ "kind": "Content",
1486
+ "text": "export declare class PacemPieChartElement extends "
1487
+ },
1488
+ {
1489
+ "kind": "Reference",
1490
+ "text": "Components.PacemItemsContainerElement",
1491
+ "canonicalReference": "@pacem/pacem-core!PacemItemsContainerElement:class"
1492
+ },
1493
+ {
1494
+ "kind": "Content",
1495
+ "text": "<"
1496
+ },
1497
+ {
1498
+ "kind": "Reference",
1499
+ "text": "PacemPieSliceElement",
1500
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement:class"
1501
+ },
1502
+ {
1503
+ "kind": "Content",
1504
+ "text": ">"
1505
+ },
1506
+ {
1507
+ "kind": "Content",
1508
+ "text": " "
1509
+ }
1510
+ ],
1511
+ "fileUrlPath": "dist/types/pie.d.ts",
1512
+ "releaseTag": "Public",
1513
+ "isAbstract": false,
1514
+ "name": "PacemPieChartElement",
1515
+ "preserveMemberOrder": false,
1516
+ "members": [
1517
+ {
1518
+ "kind": "Constructor",
1519
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement:constructor(1)",
1520
+ "docComment": "/**\n * Constructs a new instance of the `PacemPieChartElement` class\n */\n",
1521
+ "excerptTokens": [
1522
+ {
1523
+ "kind": "Content",
1524
+ "text": "constructor();"
1525
+ }
1526
+ ],
1527
+ "releaseTag": "Public",
1528
+ "isProtected": false,
1529
+ "overloadIndex": 1,
1530
+ "parameters": []
1531
+ },
1532
+ {
1533
+ "kind": "Property",
1534
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#area:member",
1535
+ "docComment": "",
1536
+ "excerptTokens": [
1537
+ {
1538
+ "kind": "Content",
1539
+ "text": "get area(): "
1540
+ },
1541
+ {
1542
+ "kind": "Reference",
1543
+ "text": "SVGSVGElement",
1544
+ "canonicalReference": "!SVGSVGElement:interface"
1545
+ },
1546
+ {
1547
+ "kind": "Content",
1548
+ "text": ";"
1549
+ }
1550
+ ],
1551
+ "isReadonly": true,
1552
+ "isOptional": false,
1553
+ "releaseTag": "Public",
1554
+ "name": "area",
1555
+ "propertyTypeTokenRange": {
1556
+ "startIndex": 1,
1557
+ "endIndex": 2
1558
+ },
1559
+ "isStatic": false,
1560
+ "isProtected": false,
1561
+ "isAbstract": false
1562
+ },
1563
+ {
1564
+ "kind": "Property",
1565
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#cutout:member",
1566
+ "docComment": "/**\n * Set a value between 0 and 1, for doughnut appearance.\n */\n",
1567
+ "excerptTokens": [
1568
+ {
1569
+ "kind": "Content",
1570
+ "text": "cutout: "
1571
+ },
1572
+ {
1573
+ "kind": "Content",
1574
+ "text": "number"
1575
+ },
1576
+ {
1577
+ "kind": "Content",
1578
+ "text": ";"
1579
+ }
1580
+ ],
1581
+ "isReadonly": false,
1582
+ "isOptional": false,
1583
+ "releaseTag": "Public",
1584
+ "name": "cutout",
1585
+ "propertyTypeTokenRange": {
1586
+ "startIndex": 1,
1587
+ "endIndex": 2
1588
+ },
1589
+ "isStatic": false,
1590
+ "isProtected": false,
1591
+ "isAbstract": false
1592
+ },
1593
+ {
1594
+ "kind": "Method",
1595
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#disconnectedCallback:member(1)",
1596
+ "docComment": "",
1597
+ "excerptTokens": [
1598
+ {
1599
+ "kind": "Content",
1600
+ "text": "disconnectedCallback(): "
1601
+ },
1602
+ {
1603
+ "kind": "Content",
1604
+ "text": "void"
1605
+ },
1606
+ {
1607
+ "kind": "Content",
1608
+ "text": ";"
1609
+ }
1610
+ ],
1611
+ "isStatic": false,
1612
+ "returnTypeTokenRange": {
1613
+ "startIndex": 1,
1614
+ "endIndex": 2
1615
+ },
1616
+ "releaseTag": "Public",
1617
+ "isProtected": false,
1618
+ "overloadIndex": 1,
1619
+ "parameters": [],
1620
+ "isOptional": false,
1621
+ "isAbstract": false,
1622
+ "name": "disconnectedCallback"
1623
+ },
1624
+ {
1625
+ "kind": "Method",
1626
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#draw:member(1)",
1627
+ "docComment": "",
1628
+ "excerptTokens": [
1629
+ {
1630
+ "kind": "Content",
1631
+ "text": "draw(): "
1632
+ },
1633
+ {
1634
+ "kind": "Content",
1635
+ "text": "void"
1636
+ },
1637
+ {
1638
+ "kind": "Content",
1639
+ "text": ";"
1640
+ }
1641
+ ],
1642
+ "isStatic": false,
1643
+ "returnTypeTokenRange": {
1644
+ "startIndex": 1,
1645
+ "endIndex": 2
1646
+ },
1647
+ "releaseTag": "Public",
1648
+ "isProtected": false,
1649
+ "overloadIndex": 1,
1650
+ "parameters": [],
1651
+ "isOptional": false,
1652
+ "isAbstract": false,
1653
+ "name": "draw"
1654
+ },
1655
+ {
1656
+ "kind": "Property",
1657
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#maskBasedRendering:member",
1658
+ "docComment": "/**\n * Gets or sets a value indicating whether slices are rendered using an SVG mask (needed to properly render slice padding) instead of plain paths.\n */\n",
1659
+ "excerptTokens": [
1660
+ {
1661
+ "kind": "Content",
1662
+ "text": "maskBasedRendering: "
1663
+ },
1664
+ {
1665
+ "kind": "Content",
1666
+ "text": "boolean"
1667
+ },
1668
+ {
1669
+ "kind": "Content",
1670
+ "text": ";"
1671
+ }
1672
+ ],
1673
+ "isReadonly": false,
1674
+ "isOptional": false,
1675
+ "releaseTag": "Public",
1676
+ "name": "maskBasedRendering",
1677
+ "propertyTypeTokenRange": {
1678
+ "startIndex": 1,
1679
+ "endIndex": 2
1680
+ },
1681
+ "isStatic": false,
1682
+ "isProtected": false,
1683
+ "isAbstract": false
1684
+ },
1685
+ {
1686
+ "kind": "Method",
1687
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#propertyChangedCallback:member(1)",
1688
+ "docComment": "",
1689
+ "excerptTokens": [
1690
+ {
1691
+ "kind": "Content",
1692
+ "text": "propertyChangedCallback(name: "
1693
+ },
1694
+ {
1695
+ "kind": "Content",
1696
+ "text": "string"
1697
+ },
1698
+ {
1699
+ "kind": "Content",
1700
+ "text": ", old: "
1701
+ },
1702
+ {
1703
+ "kind": "Content",
1704
+ "text": "any"
1705
+ },
1706
+ {
1707
+ "kind": "Content",
1708
+ "text": ", val: "
1709
+ },
1710
+ {
1711
+ "kind": "Content",
1712
+ "text": "any"
1713
+ },
1714
+ {
1715
+ "kind": "Content",
1716
+ "text": ", first?: "
1717
+ },
1718
+ {
1719
+ "kind": "Content",
1720
+ "text": "boolean"
1721
+ },
1722
+ {
1723
+ "kind": "Content",
1724
+ "text": "): "
1725
+ },
1726
+ {
1727
+ "kind": "Content",
1728
+ "text": "void"
1729
+ },
1730
+ {
1731
+ "kind": "Content",
1732
+ "text": ";"
1733
+ }
1734
+ ],
1735
+ "isStatic": false,
1736
+ "returnTypeTokenRange": {
1737
+ "startIndex": 9,
1738
+ "endIndex": 10
1739
+ },
1740
+ "releaseTag": "Public",
1741
+ "isProtected": false,
1742
+ "overloadIndex": 1,
1743
+ "parameters": [
1744
+ {
1745
+ "parameterName": "name",
1746
+ "parameterTypeTokenRange": {
1747
+ "startIndex": 1,
1748
+ "endIndex": 2
1749
+ },
1750
+ "isOptional": false
1751
+ },
1752
+ {
1753
+ "parameterName": "old",
1754
+ "parameterTypeTokenRange": {
1755
+ "startIndex": 3,
1756
+ "endIndex": 4
1757
+ },
1758
+ "isOptional": false
1759
+ },
1760
+ {
1761
+ "parameterName": "val",
1762
+ "parameterTypeTokenRange": {
1763
+ "startIndex": 5,
1764
+ "endIndex": 6
1765
+ },
1766
+ "isOptional": false
1767
+ },
1768
+ {
1769
+ "parameterName": "first",
1770
+ "parameterTypeTokenRange": {
1771
+ "startIndex": 7,
1772
+ "endIndex": 8
1773
+ },
1774
+ "isOptional": true
1775
+ }
1776
+ ],
1777
+ "isOptional": false,
1778
+ "isAbstract": false,
1779
+ "name": "propertyChangedCallback"
1780
+ },
1781
+ {
1782
+ "kind": "Property",
1783
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#slicePadding:member",
1784
+ "docComment": "/**\n * Distance between two consecutive slices, in pixels.\n */\n",
1785
+ "excerptTokens": [
1786
+ {
1787
+ "kind": "Content",
1788
+ "text": "slicePadding: "
1789
+ },
1790
+ {
1791
+ "kind": "Content",
1792
+ "text": "number"
1793
+ },
1794
+ {
1795
+ "kind": "Content",
1796
+ "text": ";"
1797
+ }
1798
+ ],
1799
+ "isReadonly": false,
1800
+ "isOptional": false,
1801
+ "releaseTag": "Public",
1802
+ "name": "slicePadding",
1803
+ "propertyTypeTokenRange": {
1804
+ "startIndex": 1,
1805
+ "endIndex": 2
1806
+ },
1807
+ "isStatic": false,
1808
+ "isProtected": false,
1809
+ "isAbstract": false
1810
+ },
1811
+ {
1812
+ "kind": "Property",
1813
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#target:member",
1814
+ "docComment": "/**\n * Gets or sets the target element the chart will be rendered into (a `<div>` is created and inserted, if not set).\n */\n",
1815
+ "excerptTokens": [
1816
+ {
1817
+ "kind": "Content",
1818
+ "text": "target: "
1819
+ },
1820
+ {
1821
+ "kind": "Reference",
1822
+ "text": "HTMLElement",
1823
+ "canonicalReference": "!HTMLElement:interface"
1824
+ },
1825
+ {
1826
+ "kind": "Content",
1827
+ "text": ";"
1828
+ }
1829
+ ],
1830
+ "isReadonly": false,
1831
+ "isOptional": false,
1832
+ "releaseTag": "Public",
1833
+ "name": "target",
1834
+ "propertyTypeTokenRange": {
1835
+ "startIndex": 1,
1836
+ "endIndex": 2
1837
+ },
1838
+ "isStatic": false,
1839
+ "isProtected": false,
1840
+ "isAbstract": false
1841
+ },
1842
+ {
1843
+ "kind": "Method",
1844
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#validate:member(1)",
1845
+ "docComment": "",
1846
+ "excerptTokens": [
1847
+ {
1848
+ "kind": "Content",
1849
+ "text": "validate(item: "
1850
+ },
1851
+ {
1852
+ "kind": "Reference",
1853
+ "text": "PacemPieSliceElement",
1854
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement:class"
1855
+ },
1856
+ {
1857
+ "kind": "Content",
1858
+ "text": "): "
1859
+ },
1860
+ {
1861
+ "kind": "Content",
1862
+ "text": "boolean"
1863
+ },
1864
+ {
1865
+ "kind": "Content",
1866
+ "text": ";"
1867
+ }
1868
+ ],
1869
+ "isStatic": false,
1870
+ "returnTypeTokenRange": {
1871
+ "startIndex": 3,
1872
+ "endIndex": 4
1873
+ },
1874
+ "releaseTag": "Public",
1875
+ "isProtected": false,
1876
+ "overloadIndex": 1,
1877
+ "parameters": [
1878
+ {
1879
+ "parameterName": "item",
1880
+ "parameterTypeTokenRange": {
1881
+ "startIndex": 1,
1882
+ "endIndex": 2
1883
+ },
1884
+ "isOptional": false
1885
+ }
1886
+ ],
1887
+ "isOptional": false,
1888
+ "isAbstract": false,
1889
+ "name": "validate"
1890
+ },
1891
+ {
1892
+ "kind": "Method",
1893
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement#viewActivatedCallback:member(1)",
1894
+ "docComment": "",
1895
+ "excerptTokens": [
1896
+ {
1897
+ "kind": "Content",
1898
+ "text": "viewActivatedCallback(): "
1899
+ },
1900
+ {
1901
+ "kind": "Content",
1902
+ "text": "void"
1903
+ },
1904
+ {
1905
+ "kind": "Content",
1906
+ "text": ";"
1907
+ }
1908
+ ],
1909
+ "isStatic": false,
1910
+ "returnTypeTokenRange": {
1911
+ "startIndex": 1,
1912
+ "endIndex": 2
1913
+ },
1914
+ "releaseTag": "Public",
1915
+ "isProtected": false,
1916
+ "overloadIndex": 1,
1917
+ "parameters": [],
1918
+ "isOptional": false,
1919
+ "isAbstract": false,
1920
+ "name": "viewActivatedCallback"
1921
+ }
1922
+ ],
1923
+ "extendsTokenRange": {
1924
+ "startIndex": 1,
1925
+ "endIndex": 5
1926
+ },
1927
+ "implementsTokenRanges": []
1928
+ },
1929
+ {
1930
+ "kind": "Class",
1931
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement:class",
1932
+ "docComment": "/**\n * Represents a single slice within a `<pacem-pie-chart>`.\n */\n",
1933
+ "excerptTokens": [
1934
+ {
1935
+ "kind": "Content",
1936
+ "text": "export declare class PacemPieSliceElement extends "
1937
+ },
1938
+ {
1939
+ "kind": "Reference",
1940
+ "text": "Components.PacemItemElement",
1941
+ "canonicalReference": "@pacem/pacem-core!PacemItemElement:class"
1942
+ },
1943
+ {
1944
+ "kind": "Content",
1945
+ "text": " implements "
1946
+ },
1947
+ {
1948
+ "kind": "Reference",
1949
+ "text": "ChartDataItem",
1950
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
1951
+ },
1952
+ {
1953
+ "kind": "Content",
1954
+ "text": " "
1955
+ }
1956
+ ],
1957
+ "fileUrlPath": "dist/types/pie.d.ts",
1958
+ "releaseTag": "Public",
1959
+ "isAbstract": false,
1960
+ "name": "PacemPieSliceElement",
1961
+ "preserveMemberOrder": false,
1962
+ "members": [
1963
+ {
1964
+ "kind": "Property",
1965
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#color:member",
1966
+ "docComment": "/**\n * Gets or sets the slice color.\n */\n",
1967
+ "excerptTokens": [
1968
+ {
1969
+ "kind": "Content",
1970
+ "text": "color: "
1971
+ },
1972
+ {
1973
+ "kind": "Content",
1974
+ "text": "string"
1975
+ },
1976
+ {
1977
+ "kind": "Content",
1978
+ "text": ";"
1979
+ }
1980
+ ],
1981
+ "isReadonly": false,
1982
+ "isOptional": false,
1983
+ "releaseTag": "Public",
1984
+ "name": "color",
1985
+ "propertyTypeTokenRange": {
1986
+ "startIndex": 1,
1987
+ "endIndex": 2
1988
+ },
1989
+ "isStatic": false,
1990
+ "isProtected": false,
1991
+ "isAbstract": false
1992
+ },
1993
+ {
1994
+ "kind": "Method",
1995
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#findContainer:member(1)",
1996
+ "docComment": "",
1997
+ "excerptTokens": [
1998
+ {
1999
+ "kind": "Content",
2000
+ "text": "protected findContainer(): "
2001
+ },
2002
+ {
2003
+ "kind": "Reference",
2004
+ "text": "PacemPieChartElement",
2005
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieChartElement:class"
2006
+ },
2007
+ {
2008
+ "kind": "Content",
2009
+ "text": ";"
2010
+ }
2011
+ ],
2012
+ "isStatic": false,
2013
+ "returnTypeTokenRange": {
2014
+ "startIndex": 1,
2015
+ "endIndex": 2
2016
+ },
2017
+ "releaseTag": "Public",
2018
+ "isProtected": true,
2019
+ "overloadIndex": 1,
2020
+ "parameters": [],
2021
+ "isOptional": false,
2022
+ "isAbstract": false,
2023
+ "name": "findContainer"
2024
+ },
2025
+ {
2026
+ "kind": "Method",
2027
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#getCenterOfMass:member(1)",
2028
+ "docComment": "/**\n * Returns the center of mass (point) of this pie/doughnut slice, in absolute coords (pixels).\n */\n",
2029
+ "excerptTokens": [
2030
+ {
2031
+ "kind": "Content",
2032
+ "text": "getCenterOfMass(): "
2033
+ },
2034
+ {
2035
+ "kind": "Reference",
2036
+ "text": "Point",
2037
+ "canonicalReference": "@pacem/pacem-foundation!Point:class"
2038
+ },
2039
+ {
2040
+ "kind": "Content",
2041
+ "text": ";"
2042
+ }
2043
+ ],
2044
+ "isStatic": false,
2045
+ "returnTypeTokenRange": {
2046
+ "startIndex": 1,
2047
+ "endIndex": 2
2048
+ },
2049
+ "releaseTag": "Public",
2050
+ "isProtected": false,
2051
+ "overloadIndex": 1,
2052
+ "parameters": [],
2053
+ "isOptional": false,
2054
+ "isAbstract": false,
2055
+ "name": "getCenterOfMass"
2056
+ },
2057
+ {
2058
+ "kind": "Property",
2059
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#label:member",
2060
+ "docComment": "/**\n * Gets or sets the slice label.\n */\n",
2061
+ "excerptTokens": [
2062
+ {
2063
+ "kind": "Content",
2064
+ "text": "label: "
2065
+ },
2066
+ {
2067
+ "kind": "Content",
2068
+ "text": "string"
2069
+ },
2070
+ {
2071
+ "kind": "Content",
2072
+ "text": ";"
2073
+ }
2074
+ ],
2075
+ "isReadonly": false,
2076
+ "isOptional": false,
2077
+ "releaseTag": "Public",
2078
+ "name": "label",
2079
+ "propertyTypeTokenRange": {
2080
+ "startIndex": 1,
2081
+ "endIndex": 2
2082
+ },
2083
+ "isStatic": false,
2084
+ "isProtected": false,
2085
+ "isAbstract": false
2086
+ },
2087
+ {
2088
+ "kind": "Property",
2089
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#normalizedPolarCoords:member",
2090
+ "docComment": "/**\n * Gets or sets the slice's polar coordinates (radius and angle, both normalized), computed automatically while drawing.\n */\n",
2091
+ "excerptTokens": [
2092
+ {
2093
+ "kind": "Content",
2094
+ "text": "normalizedPolarCoords: "
2095
+ },
2096
+ {
2097
+ "kind": "Content",
2098
+ "text": "{\n radius: number;\n angle: number;\n }"
2099
+ },
2100
+ {
2101
+ "kind": "Content",
2102
+ "text": ";"
2103
+ }
2104
+ ],
2105
+ "isReadonly": false,
2106
+ "isOptional": false,
2107
+ "releaseTag": "Public",
2108
+ "name": "normalizedPolarCoords",
2109
+ "propertyTypeTokenRange": {
2110
+ "startIndex": 1,
2111
+ "endIndex": 2
2112
+ },
2113
+ "isStatic": false,
2114
+ "isProtected": false,
2115
+ "isAbstract": false
2116
+ },
2117
+ {
2118
+ "kind": "Method",
2119
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#propertyChangedCallback:member(1)",
2120
+ "docComment": "",
2121
+ "excerptTokens": [
2122
+ {
2123
+ "kind": "Content",
2124
+ "text": "propertyChangedCallback(name: "
2125
+ },
2126
+ {
2127
+ "kind": "Content",
2128
+ "text": "string"
2129
+ },
2130
+ {
2131
+ "kind": "Content",
2132
+ "text": ", old: "
2133
+ },
2134
+ {
2135
+ "kind": "Content",
2136
+ "text": "any"
2137
+ },
2138
+ {
2139
+ "kind": "Content",
2140
+ "text": ", val: "
2141
+ },
2142
+ {
2143
+ "kind": "Content",
2144
+ "text": "any"
2145
+ },
2146
+ {
2147
+ "kind": "Content",
2148
+ "text": ", first?: "
2149
+ },
2150
+ {
2151
+ "kind": "Content",
2152
+ "text": "boolean"
2153
+ },
2154
+ {
2155
+ "kind": "Content",
2156
+ "text": "): "
2157
+ },
2158
+ {
2159
+ "kind": "Content",
2160
+ "text": "void"
2161
+ },
2162
+ {
2163
+ "kind": "Content",
2164
+ "text": ";"
2165
+ }
2166
+ ],
2167
+ "isStatic": false,
2168
+ "returnTypeTokenRange": {
2169
+ "startIndex": 9,
2170
+ "endIndex": 10
2171
+ },
2172
+ "releaseTag": "Public",
2173
+ "isProtected": false,
2174
+ "overloadIndex": 1,
2175
+ "parameters": [
2176
+ {
2177
+ "parameterName": "name",
2178
+ "parameterTypeTokenRange": {
2179
+ "startIndex": 1,
2180
+ "endIndex": 2
2181
+ },
2182
+ "isOptional": false
2183
+ },
2184
+ {
2185
+ "parameterName": "old",
2186
+ "parameterTypeTokenRange": {
2187
+ "startIndex": 3,
2188
+ "endIndex": 4
2189
+ },
2190
+ "isOptional": false
2191
+ },
2192
+ {
2193
+ "parameterName": "val",
2194
+ "parameterTypeTokenRange": {
2195
+ "startIndex": 5,
2196
+ "endIndex": 6
2197
+ },
2198
+ "isOptional": false
2199
+ },
2200
+ {
2201
+ "parameterName": "first",
2202
+ "parameterTypeTokenRange": {
2203
+ "startIndex": 7,
2204
+ "endIndex": 8
2205
+ },
2206
+ "isOptional": true
2207
+ }
2208
+ ],
2209
+ "isOptional": false,
2210
+ "isAbstract": false,
2211
+ "name": "propertyChangedCallback"
2212
+ },
2213
+ {
2214
+ "kind": "Property",
2215
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemPieSliceElement#value:member",
2216
+ "docComment": "/**\n * Gets or sets the slice value.\n */\n",
2217
+ "excerptTokens": [
2218
+ {
2219
+ "kind": "Content",
2220
+ "text": "value: "
2221
+ },
2222
+ {
2223
+ "kind": "Content",
2224
+ "text": "number"
2225
+ },
2226
+ {
2227
+ "kind": "Content",
2228
+ "text": ";"
2229
+ }
2230
+ ],
2231
+ "isReadonly": false,
2232
+ "isOptional": false,
2233
+ "releaseTag": "Public",
2234
+ "name": "value",
2235
+ "propertyTypeTokenRange": {
2236
+ "startIndex": 1,
2237
+ "endIndex": 2
2238
+ },
2239
+ "isStatic": false,
2240
+ "isProtected": false,
2241
+ "isAbstract": false
2242
+ }
2243
+ ],
2244
+ "extendsTokenRange": {
2245
+ "startIndex": 1,
2246
+ "endIndex": 2
2247
+ },
2248
+ "implementsTokenRanges": [
2249
+ {
2250
+ "startIndex": 3,
2251
+ "endIndex": 4
2252
+ }
2253
+ ]
2254
+ },
2255
+ {
2256
+ "kind": "Class",
2257
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement:class",
2258
+ "docComment": "/**\n * Abstract base class for chart elements hosting a collection of {@link PacemChartSeriesElement} items. Provides axis/grid computation and SVG drawing helpers shared by concrete chart-series elements (e.g. `PacemChartElement`, `PacemColumnChartElement`).\n */\n",
2259
+ "excerptTokens": [
2260
+ {
2261
+ "kind": "Content",
2262
+ "text": "export declare abstract class PacemSeriesChartElement extends "
2263
+ },
2264
+ {
2265
+ "kind": "Reference",
2266
+ "text": "Components.PacemItemsContainerElement",
2267
+ "canonicalReference": "@pacem/pacem-core!PacemItemsContainerElement:class"
2268
+ },
2269
+ {
2270
+ "kind": "Content",
2271
+ "text": "<"
2272
+ },
2273
+ {
2274
+ "kind": "Reference",
2275
+ "text": "PacemChartSeriesElement",
2276
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement:class"
2277
+ },
2278
+ {
2279
+ "kind": "Content",
2280
+ "text": ">"
2281
+ },
2282
+ {
2283
+ "kind": "Content",
2284
+ "text": " "
2285
+ }
2286
+ ],
2287
+ "fileUrlPath": "dist/types/types.d.ts",
2288
+ "releaseTag": "Public",
2289
+ "isAbstract": true,
2290
+ "name": "PacemSeriesChartElement",
2291
+ "preserveMemberOrder": false,
2292
+ "members": [
2293
+ {
2294
+ "kind": "Constructor",
2295
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement:constructor(1)",
2296
+ "docComment": "/**\n * Constructs a new instance of the `PacemSeriesChartElement` class\n */\n",
2297
+ "excerptTokens": [
2298
+ {
2299
+ "kind": "Content",
2300
+ "text": "constructor();"
2301
+ }
2302
+ ],
2303
+ "releaseTag": "Public",
2304
+ "isProtected": false,
2305
+ "overloadIndex": 1,
2306
+ "parameters": []
2307
+ },
2308
+ {
2309
+ "kind": "Method",
2310
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#assignUiBehaviors:member(1)",
2311
+ "docComment": "",
2312
+ "excerptTokens": [
2313
+ {
2314
+ "kind": "Content",
2315
+ "text": "protected assignUiBehaviors(ui: "
2316
+ },
2317
+ {
2318
+ "kind": "Reference",
2319
+ "text": "Element",
2320
+ "canonicalReference": "!Element:interface"
2321
+ },
2322
+ {
2323
+ "kind": "Content",
2324
+ "text": ", series: "
2325
+ },
2326
+ {
2327
+ "kind": "Reference",
2328
+ "text": "ChartDataSeries",
2329
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataSeries:interface"
2330
+ },
2331
+ {
2332
+ "kind": "Content",
2333
+ "text": ", data: "
2334
+ },
2335
+ {
2336
+ "kind": "Reference",
2337
+ "text": "ChartDataItem",
2338
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
2339
+ },
2340
+ {
2341
+ "kind": "Content",
2342
+ "text": ", color?: "
2343
+ },
2344
+ {
2345
+ "kind": "Content",
2346
+ "text": "string"
2347
+ },
2348
+ {
2349
+ "kind": "Content",
2350
+ "text": "): "
2351
+ },
2352
+ {
2353
+ "kind": "Content",
2354
+ "text": "void"
2355
+ },
2356
+ {
2357
+ "kind": "Content",
2358
+ "text": ";"
2359
+ }
2360
+ ],
2361
+ "isStatic": false,
2362
+ "returnTypeTokenRange": {
2363
+ "startIndex": 9,
2364
+ "endIndex": 10
2365
+ },
2366
+ "releaseTag": "Public",
2367
+ "isProtected": true,
2368
+ "overloadIndex": 1,
2369
+ "parameters": [
2370
+ {
2371
+ "parameterName": "ui",
2372
+ "parameterTypeTokenRange": {
2373
+ "startIndex": 1,
2374
+ "endIndex": 2
2375
+ },
2376
+ "isOptional": false
2377
+ },
2378
+ {
2379
+ "parameterName": "series",
2380
+ "parameterTypeTokenRange": {
2381
+ "startIndex": 3,
2382
+ "endIndex": 4
2383
+ },
2384
+ "isOptional": false
2385
+ },
2386
+ {
2387
+ "parameterName": "data",
2388
+ "parameterTypeTokenRange": {
2389
+ "startIndex": 5,
2390
+ "endIndex": 6
2391
+ },
2392
+ "isOptional": false
2393
+ },
2394
+ {
2395
+ "parameterName": "color",
2396
+ "parameterTypeTokenRange": {
2397
+ "startIndex": 7,
2398
+ "endIndex": 8
2399
+ },
2400
+ "isOptional": true
2401
+ }
2402
+ ],
2403
+ "isOptional": false,
2404
+ "isAbstract": false,
2405
+ "name": "assignUiBehaviors"
2406
+ },
2407
+ {
2408
+ "kind": "Method",
2409
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#buildLinearGradient:member(1)",
2410
+ "docComment": "",
2411
+ "excerptTokens": [
2412
+ {
2413
+ "kind": "Content",
2414
+ "text": "protected buildLinearGradient(seriesIndex: "
2415
+ },
2416
+ {
2417
+ "kind": "Content",
2418
+ "text": "number"
2419
+ },
2420
+ {
2421
+ "kind": "Content",
2422
+ "text": ", invert?: "
2423
+ },
2424
+ {
2425
+ "kind": "Content",
2426
+ "text": "boolean"
2427
+ },
2428
+ {
2429
+ "kind": "Content",
2430
+ "text": "): "
2431
+ },
2432
+ {
2433
+ "kind": "Reference",
2434
+ "text": "SVGLinearGradientElement",
2435
+ "canonicalReference": "!SVGLinearGradientElement:interface"
2436
+ },
2437
+ {
2438
+ "kind": "Content",
2439
+ "text": ";"
2440
+ }
2441
+ ],
2442
+ "isStatic": false,
2443
+ "returnTypeTokenRange": {
2444
+ "startIndex": 5,
2445
+ "endIndex": 6
2446
+ },
2447
+ "releaseTag": "Public",
2448
+ "isProtected": true,
2449
+ "overloadIndex": 1,
2450
+ "parameters": [
2451
+ {
2452
+ "parameterName": "seriesIndex",
2453
+ "parameterTypeTokenRange": {
2454
+ "startIndex": 1,
2455
+ "endIndex": 2
2456
+ },
2457
+ "isOptional": false
2458
+ },
2459
+ {
2460
+ "parameterName": "invert",
2461
+ "parameterTypeTokenRange": {
2462
+ "startIndex": 3,
2463
+ "endIndex": 4
2464
+ },
2465
+ "isOptional": true
2466
+ }
2467
+ ],
2468
+ "isOptional": false,
2469
+ "isAbstract": false,
2470
+ "name": "buildLinearGradient"
2471
+ },
2472
+ {
2473
+ "kind": "Property",
2474
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartBody:member",
2475
+ "docComment": "",
2476
+ "excerptTokens": [
2477
+ {
2478
+ "kind": "Content",
2479
+ "text": "protected get chartBody(): "
2480
+ },
2481
+ {
2482
+ "kind": "Reference",
2483
+ "text": "SVGSVGElement",
2484
+ "canonicalReference": "!SVGSVGElement:interface"
2485
+ },
2486
+ {
2487
+ "kind": "Content",
2488
+ "text": ";"
2489
+ }
2490
+ ],
2491
+ "isReadonly": true,
2492
+ "isOptional": false,
2493
+ "releaseTag": "Public",
2494
+ "name": "chartBody",
2495
+ "propertyTypeTokenRange": {
2496
+ "startIndex": 1,
2497
+ "endIndex": 2
2498
+ },
2499
+ "isStatic": false,
2500
+ "isProtected": true,
2501
+ "isAbstract": false
2502
+ },
2503
+ {
2504
+ "kind": "Property",
2505
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartContainer:member",
2506
+ "docComment": "",
2507
+ "excerptTokens": [
2508
+ {
2509
+ "kind": "Content",
2510
+ "text": "protected get chartContainer(): "
2511
+ },
2512
+ {
2513
+ "kind": "Reference",
2514
+ "text": "HTMLElement",
2515
+ "canonicalReference": "!HTMLElement:interface"
2516
+ },
2517
+ {
2518
+ "kind": "Content",
2519
+ "text": ";"
2520
+ }
2521
+ ],
2522
+ "isReadonly": true,
2523
+ "isOptional": false,
2524
+ "releaseTag": "Public",
2525
+ "name": "chartContainer",
2526
+ "propertyTypeTokenRange": {
2527
+ "startIndex": 1,
2528
+ "endIndex": 2
2529
+ },
2530
+ "isStatic": false,
2531
+ "isProtected": true,
2532
+ "isAbstract": false
2533
+ },
2534
+ {
2535
+ "kind": "Method",
2536
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartDataItemToPoint:member(1)",
2537
+ "docComment": "",
2538
+ "excerptTokens": [
2539
+ {
2540
+ "kind": "Content",
2541
+ "text": "protected chartDataItemToPoint(input: "
2542
+ },
2543
+ {
2544
+ "kind": "Reference",
2545
+ "text": "ChartDataItem",
2546
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
2547
+ },
2548
+ {
2549
+ "kind": "Content",
2550
+ "text": ", source: "
2551
+ },
2552
+ {
2553
+ "kind": "Reference",
2554
+ "text": "ChartDataItem",
2555
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
2556
+ },
2557
+ {
2558
+ "kind": "Content",
2559
+ "text": "[]"
2560
+ },
2561
+ {
2562
+ "kind": "Content",
2563
+ "text": "): "
2564
+ },
2565
+ {
2566
+ "kind": "Reference",
2567
+ "text": "Point",
2568
+ "canonicalReference": "@pacem/pacem-foundation!Point:class"
2569
+ },
2570
+ {
2571
+ "kind": "Content",
2572
+ "text": ";"
2573
+ }
2574
+ ],
2575
+ "isStatic": false,
2576
+ "returnTypeTokenRange": {
2577
+ "startIndex": 6,
2578
+ "endIndex": 7
2579
+ },
2580
+ "releaseTag": "Public",
2581
+ "isProtected": true,
2582
+ "overloadIndex": 1,
2583
+ "parameters": [
2584
+ {
2585
+ "parameterName": "input",
2586
+ "parameterTypeTokenRange": {
2587
+ "startIndex": 1,
2588
+ "endIndex": 2
2589
+ },
2590
+ "isOptional": false
2591
+ },
2592
+ {
2593
+ "parameterName": "source",
2594
+ "parameterTypeTokenRange": {
2595
+ "startIndex": 3,
2596
+ "endIndex": 5
2597
+ },
2598
+ "isOptional": false
2599
+ }
2600
+ ],
2601
+ "isOptional": false,
2602
+ "isAbstract": false,
2603
+ "name": "chartDataItemToPoint"
2604
+ },
2605
+ {
2606
+ "kind": "Property",
2607
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartGrid:member",
2608
+ "docComment": "",
2609
+ "excerptTokens": [
2610
+ {
2611
+ "kind": "Content",
2612
+ "text": "protected get chartGrid(): "
2613
+ },
2614
+ {
2615
+ "kind": "Reference",
2616
+ "text": "SVGSVGElement",
2617
+ "canonicalReference": "!SVGSVGElement:interface"
2618
+ },
2619
+ {
2620
+ "kind": "Content",
2621
+ "text": ";"
2622
+ }
2623
+ ],
2624
+ "isReadonly": true,
2625
+ "isOptional": false,
2626
+ "releaseTag": "Public",
2627
+ "name": "chartGrid",
2628
+ "propertyTypeTokenRange": {
2629
+ "startIndex": 1,
2630
+ "endIndex": 2
2631
+ },
2632
+ "isStatic": false,
2633
+ "isProtected": true,
2634
+ "isAbstract": false
2635
+ },
2636
+ {
2637
+ "kind": "Property",
2638
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartKey:member",
2639
+ "docComment": "",
2640
+ "excerptTokens": [
2641
+ {
2642
+ "kind": "Content",
2643
+ "text": "protected get chartKey(): "
2644
+ },
2645
+ {
2646
+ "kind": "Content",
2647
+ "text": "string"
2648
+ },
2649
+ {
2650
+ "kind": "Content",
2651
+ "text": ";"
2652
+ }
2653
+ ],
2654
+ "isReadonly": true,
2655
+ "isOptional": false,
2656
+ "releaseTag": "Public",
2657
+ "name": "chartKey",
2658
+ "propertyTypeTokenRange": {
2659
+ "startIndex": 1,
2660
+ "endIndex": 2
2661
+ },
2662
+ "isStatic": false,
2663
+ "isProtected": true,
2664
+ "isAbstract": false
2665
+ },
2666
+ {
2667
+ "kind": "Property",
2668
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartMask:member",
2669
+ "docComment": "",
2670
+ "excerptTokens": [
2671
+ {
2672
+ "kind": "Content",
2673
+ "text": "protected get chartMask(): "
2674
+ },
2675
+ {
2676
+ "kind": "Reference",
2677
+ "text": "SVGMaskElement",
2678
+ "canonicalReference": "!SVGMaskElement:interface"
2679
+ },
2680
+ {
2681
+ "kind": "Content",
2682
+ "text": ";"
2683
+ }
2684
+ ],
2685
+ "isReadonly": true,
2686
+ "isOptional": false,
2687
+ "releaseTag": "Public",
2688
+ "name": "chartMask",
2689
+ "propertyTypeTokenRange": {
2690
+ "startIndex": 1,
2691
+ "endIndex": 2
2692
+ },
2693
+ "isStatic": false,
2694
+ "isProtected": true,
2695
+ "isAbstract": false
2696
+ },
2697
+ {
2698
+ "kind": "Property",
2699
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartSeries:member",
2700
+ "docComment": "",
2701
+ "excerptTokens": [
2702
+ {
2703
+ "kind": "Content",
2704
+ "text": "protected get chartSeries(): "
2705
+ },
2706
+ {
2707
+ "kind": "Reference",
2708
+ "text": "SVGSVGElement",
2709
+ "canonicalReference": "!SVGSVGElement:interface"
2710
+ },
2711
+ {
2712
+ "kind": "Content",
2713
+ "text": "[]"
2714
+ },
2715
+ {
2716
+ "kind": "Content",
2717
+ "text": ";"
2718
+ }
2719
+ ],
2720
+ "isReadonly": true,
2721
+ "isOptional": false,
2722
+ "releaseTag": "Public",
2723
+ "name": "chartSeries",
2724
+ "propertyTypeTokenRange": {
2725
+ "startIndex": 1,
2726
+ "endIndex": 3
2727
+ },
2728
+ "isStatic": false,
2729
+ "isProtected": true,
2730
+ "isAbstract": false
2731
+ },
2732
+ {
2733
+ "kind": "Property",
2734
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#chartSize:member",
2735
+ "docComment": "",
2736
+ "excerptTokens": [
2737
+ {
2738
+ "kind": "Content",
2739
+ "text": "protected get chartSize(): "
2740
+ },
2741
+ {
2742
+ "kind": "Reference",
2743
+ "text": "Size",
2744
+ "canonicalReference": "@pacem/pacem-foundation!Size:class"
2745
+ },
2746
+ {
2747
+ "kind": "Content",
2748
+ "text": ";"
2749
+ }
2750
+ ],
2751
+ "isReadonly": true,
2752
+ "isOptional": false,
2753
+ "releaseTag": "Public",
2754
+ "name": "chartSize",
2755
+ "propertyTypeTokenRange": {
2756
+ "startIndex": 1,
2757
+ "endIndex": 2
2758
+ },
2759
+ "isStatic": false,
2760
+ "isProtected": true,
2761
+ "isAbstract": false
2762
+ },
2763
+ {
2764
+ "kind": "Property",
2765
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#datasource:member",
2766
+ "docComment": "/**\n * Gets or sets the chart datasource, overriding the series declared as child `<pacem-chart-series>` elements.\n */\n",
2767
+ "excerptTokens": [
2768
+ {
2769
+ "kind": "Content",
2770
+ "text": "datasource: "
2771
+ },
2772
+ {
2773
+ "kind": "Reference",
2774
+ "text": "ChartDatasource",
2775
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDatasource:type"
2776
+ },
2777
+ {
2778
+ "kind": "Content",
2779
+ "text": ";"
2780
+ }
2781
+ ],
2782
+ "isReadonly": false,
2783
+ "isOptional": false,
2784
+ "releaseTag": "Public",
2785
+ "name": "datasource",
2786
+ "propertyTypeTokenRange": {
2787
+ "startIndex": 1,
2788
+ "endIndex": 2
2789
+ },
2790
+ "isStatic": false,
2791
+ "isProtected": false,
2792
+ "isAbstract": false
2793
+ },
2794
+ {
2795
+ "kind": "Method",
2796
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#disconnectedCallback:member(1)",
2797
+ "docComment": "",
2798
+ "excerptTokens": [
2799
+ {
2800
+ "kind": "Content",
2801
+ "text": "disconnectedCallback(): "
2802
+ },
2803
+ {
2804
+ "kind": "Content",
2805
+ "text": "void"
2806
+ },
2807
+ {
2808
+ "kind": "Content",
2809
+ "text": ";"
2810
+ }
2811
+ ],
2812
+ "isStatic": false,
2813
+ "returnTypeTokenRange": {
2814
+ "startIndex": 1,
2815
+ "endIndex": 2
2816
+ },
2817
+ "releaseTag": "Public",
2818
+ "isProtected": false,
2819
+ "overloadIndex": 1,
2820
+ "parameters": [],
2821
+ "isOptional": false,
2822
+ "isAbstract": false,
2823
+ "name": "disconnectedCallback"
2824
+ },
2825
+ {
2826
+ "kind": "Method",
2827
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#disposeUiBehaviors:member(1)",
2828
+ "docComment": "",
2829
+ "excerptTokens": [
2830
+ {
2831
+ "kind": "Content",
2832
+ "text": "protected disposeUiBehaviors(ui: "
2833
+ },
2834
+ {
2835
+ "kind": "Reference",
2836
+ "text": "Element",
2837
+ "canonicalReference": "!Element:interface"
2838
+ },
2839
+ {
2840
+ "kind": "Content",
2841
+ "text": "): "
2842
+ },
2843
+ {
2844
+ "kind": "Content",
2845
+ "text": "void"
2846
+ },
2847
+ {
2848
+ "kind": "Content",
2849
+ "text": ";"
2850
+ }
2851
+ ],
2852
+ "isStatic": false,
2853
+ "returnTypeTokenRange": {
2854
+ "startIndex": 3,
2855
+ "endIndex": 4
2856
+ },
2857
+ "releaseTag": "Public",
2858
+ "isProtected": true,
2859
+ "overloadIndex": 1,
2860
+ "parameters": [
2861
+ {
2862
+ "parameterName": "ui",
2863
+ "parameterTypeTokenRange": {
2864
+ "startIndex": 1,
2865
+ "endIndex": 2
2866
+ },
2867
+ "isOptional": false
2868
+ }
2869
+ ],
2870
+ "isOptional": false,
2871
+ "isAbstract": false,
2872
+ "name": "disposeUiBehaviors"
2873
+ },
2874
+ {
2875
+ "kind": "Method",
2876
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#draw:member(1)",
2877
+ "docComment": "",
2878
+ "excerptTokens": [
2879
+ {
2880
+ "kind": "Content",
2881
+ "text": "draw(): "
2882
+ },
2883
+ {
2884
+ "kind": "Content",
2885
+ "text": "void"
2886
+ },
2887
+ {
2888
+ "kind": "Content",
2889
+ "text": ";"
2890
+ }
2891
+ ],
2892
+ "isStatic": false,
2893
+ "returnTypeTokenRange": {
2894
+ "startIndex": 1,
2895
+ "endIndex": 2
2896
+ },
2897
+ "releaseTag": "Public",
2898
+ "isProtected": false,
2899
+ "overloadIndex": 1,
2900
+ "parameters": [],
2901
+ "isOptional": false,
2902
+ "isAbstract": false,
2903
+ "name": "draw"
2904
+ },
2905
+ {
2906
+ "kind": "Method",
2907
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#drawSeries:member(1)",
2908
+ "docComment": "",
2909
+ "excerptTokens": [
2910
+ {
2911
+ "kind": "Content",
2912
+ "text": "protected abstract drawSeries(datasource: "
2913
+ },
2914
+ {
2915
+ "kind": "Reference",
2916
+ "text": "ChartDatasource",
2917
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDatasource:type"
2918
+ },
2919
+ {
2920
+ "kind": "Content",
2921
+ "text": "): "
2922
+ },
2923
+ {
2924
+ "kind": "Content",
2925
+ "text": "any"
2926
+ },
2927
+ {
2928
+ "kind": "Content",
2929
+ "text": ";"
2930
+ }
2931
+ ],
2932
+ "isStatic": false,
2933
+ "returnTypeTokenRange": {
2934
+ "startIndex": 3,
2935
+ "endIndex": 4
2936
+ },
2937
+ "releaseTag": "Public",
2938
+ "isProtected": true,
2939
+ "overloadIndex": 1,
2940
+ "parameters": [
2941
+ {
2942
+ "parameterName": "datasource",
2943
+ "parameterTypeTokenRange": {
2944
+ "startIndex": 1,
2945
+ "endIndex": 2
2946
+ },
2947
+ "isOptional": false
2948
+ }
2949
+ ],
2950
+ "isOptional": false,
2951
+ "isAbstract": true,
2952
+ "name": "drawSeries"
2953
+ },
2954
+ {
2955
+ "kind": "Method",
2956
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#ensureChartBody:member(1)",
2957
+ "docComment": "",
2958
+ "excerptTokens": [
2959
+ {
2960
+ "kind": "Content",
2961
+ "text": "protected ensureChartBody(type: "
2962
+ },
2963
+ {
2964
+ "kind": "Content",
2965
+ "text": "string"
2966
+ },
2967
+ {
2968
+ "kind": "Content",
2969
+ "text": ", w?: "
2970
+ },
2971
+ {
2972
+ "kind": "Content",
2973
+ "text": "number"
2974
+ },
2975
+ {
2976
+ "kind": "Content",
2977
+ "text": ", h?: "
2978
+ },
2979
+ {
2980
+ "kind": "Content",
2981
+ "text": "number"
2982
+ },
2983
+ {
2984
+ "kind": "Content",
2985
+ "text": "): "
2986
+ },
2987
+ {
2988
+ "kind": "Reference",
2989
+ "text": "SVGSVGElement",
2990
+ "canonicalReference": "!SVGSVGElement:interface"
2991
+ },
2992
+ {
2993
+ "kind": "Content",
2994
+ "text": ";"
2995
+ }
2996
+ ],
2997
+ "isStatic": false,
2998
+ "returnTypeTokenRange": {
2999
+ "startIndex": 7,
3000
+ "endIndex": 8
3001
+ },
3002
+ "releaseTag": "Public",
3003
+ "isProtected": true,
3004
+ "overloadIndex": 1,
3005
+ "parameters": [
3006
+ {
3007
+ "parameterName": "type",
3008
+ "parameterTypeTokenRange": {
3009
+ "startIndex": 1,
3010
+ "endIndex": 2
3011
+ },
3012
+ "isOptional": false
3013
+ },
3014
+ {
3015
+ "parameterName": "w",
3016
+ "parameterTypeTokenRange": {
3017
+ "startIndex": 3,
3018
+ "endIndex": 4
3019
+ },
3020
+ "isOptional": true
3021
+ },
3022
+ {
3023
+ "parameterName": "h",
3024
+ "parameterTypeTokenRange": {
3025
+ "startIndex": 5,
3026
+ "endIndex": 6
3027
+ },
3028
+ "isOptional": true
3029
+ }
3030
+ ],
3031
+ "isOptional": false,
3032
+ "isAbstract": false,
3033
+ "name": "ensureChartBody"
3034
+ },
3035
+ {
3036
+ "kind": "Method",
3037
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#ensureChartContainer:member(1)",
3038
+ "docComment": "",
3039
+ "excerptTokens": [
3040
+ {
3041
+ "kind": "Content",
3042
+ "text": "protected ensureChartContainer(): "
3043
+ },
3044
+ {
3045
+ "kind": "Reference",
3046
+ "text": "HTMLElement",
3047
+ "canonicalReference": "!HTMLElement:interface"
3048
+ },
3049
+ {
3050
+ "kind": "Content",
3051
+ "text": ";"
3052
+ }
3053
+ ],
3054
+ "isStatic": false,
3055
+ "returnTypeTokenRange": {
3056
+ "startIndex": 1,
3057
+ "endIndex": 2
3058
+ },
3059
+ "releaseTag": "Public",
3060
+ "isProtected": true,
3061
+ "overloadIndex": 1,
3062
+ "parameters": [],
3063
+ "isOptional": false,
3064
+ "isAbstract": false,
3065
+ "name": "ensureChartContainer"
3066
+ },
3067
+ {
3068
+ "kind": "Method",
3069
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#estimateLabelWidth:member(1)",
3070
+ "docComment": "",
3071
+ "excerptTokens": [
3072
+ {
3073
+ "kind": "Content",
3074
+ "text": "protected estimateLabelWidth(txt: "
3075
+ },
3076
+ {
3077
+ "kind": "Content",
3078
+ "text": "string"
3079
+ },
3080
+ {
3081
+ "kind": "Content",
3082
+ "text": "): "
3083
+ },
3084
+ {
3085
+ "kind": "Content",
3086
+ "text": "number"
3087
+ },
3088
+ {
3089
+ "kind": "Content",
3090
+ "text": ";"
3091
+ }
3092
+ ],
3093
+ "isStatic": false,
3094
+ "returnTypeTokenRange": {
3095
+ "startIndex": 3,
3096
+ "endIndex": 4
3097
+ },
3098
+ "releaseTag": "Public",
3099
+ "isProtected": true,
3100
+ "overloadIndex": 1,
3101
+ "parameters": [
3102
+ {
3103
+ "parameterName": "txt",
3104
+ "parameterTypeTokenRange": {
3105
+ "startIndex": 1,
3106
+ "endIndex": 2
3107
+ },
3108
+ "isOptional": false
3109
+ }
3110
+ ],
3111
+ "isOptional": false,
3112
+ "isAbstract": false,
3113
+ "name": "estimateLabelWidth"
3114
+ },
3115
+ {
3116
+ "kind": "Method",
3117
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#estimateXAxisLabelWidth:member(1)",
3118
+ "docComment": "",
3119
+ "excerptTokens": [
3120
+ {
3121
+ "kind": "Content",
3122
+ "text": "protected estimateXAxisLabelWidth(max: "
3123
+ },
3124
+ {
3125
+ "kind": "Content",
3126
+ "text": "number | "
3127
+ },
3128
+ {
3129
+ "kind": "Reference",
3130
+ "text": "Date",
3131
+ "canonicalReference": "!Date:interface"
3132
+ },
3133
+ {
3134
+ "kind": "Content",
3135
+ "text": " | string"
3136
+ },
3137
+ {
3138
+ "kind": "Content",
3139
+ "text": "): "
3140
+ },
3141
+ {
3142
+ "kind": "Content",
3143
+ "text": "number"
3144
+ },
3145
+ {
3146
+ "kind": "Content",
3147
+ "text": ";"
3148
+ }
3149
+ ],
3150
+ "isStatic": false,
3151
+ "returnTypeTokenRange": {
3152
+ "startIndex": 5,
3153
+ "endIndex": 6
3154
+ },
3155
+ "releaseTag": "Public",
3156
+ "isProtected": true,
3157
+ "overloadIndex": 1,
3158
+ "parameters": [
3159
+ {
3160
+ "parameterName": "max",
3161
+ "parameterTypeTokenRange": {
3162
+ "startIndex": 1,
3163
+ "endIndex": 4
3164
+ },
3165
+ "isOptional": false
3166
+ }
3167
+ ],
3168
+ "isOptional": false,
3169
+ "isAbstract": false,
3170
+ "name": "estimateXAxisLabelWidth"
3171
+ },
3172
+ {
3173
+ "kind": "Method",
3174
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#estimateYAxisLabelWidth:member(1)",
3175
+ "docComment": "",
3176
+ "excerptTokens": [
3177
+ {
3178
+ "kind": "Content",
3179
+ "text": "protected estimateYAxisLabelWidth(max: "
3180
+ },
3181
+ {
3182
+ "kind": "Content",
3183
+ "text": "number"
3184
+ },
3185
+ {
3186
+ "kind": "Content",
3187
+ "text": "): "
3188
+ },
3189
+ {
3190
+ "kind": "Content",
3191
+ "text": "number"
3192
+ },
3193
+ {
3194
+ "kind": "Content",
3195
+ "text": ";"
3196
+ }
3197
+ ],
3198
+ "isStatic": false,
3199
+ "returnTypeTokenRange": {
3200
+ "startIndex": 3,
3201
+ "endIndex": 4
3202
+ },
3203
+ "releaseTag": "Public",
3204
+ "isProtected": true,
3205
+ "overloadIndex": 1,
3206
+ "parameters": [
3207
+ {
3208
+ "parameterName": "max",
3209
+ "parameterTypeTokenRange": {
3210
+ "startIndex": 1,
3211
+ "endIndex": 2
3212
+ },
3213
+ "isOptional": false
3214
+ }
3215
+ ],
3216
+ "isOptional": false,
3217
+ "isAbstract": false,
3218
+ "name": "estimateYAxisLabelWidth"
3219
+ },
3220
+ {
3221
+ "kind": "Method",
3222
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#formatXAxisLabel:member(1)",
3223
+ "docComment": "",
3224
+ "excerptTokens": [
3225
+ {
3226
+ "kind": "Content",
3227
+ "text": "protected formatXAxisLabel(x: "
3228
+ },
3229
+ {
3230
+ "kind": "Content",
3231
+ "text": "number | "
3232
+ },
3233
+ {
3234
+ "kind": "Reference",
3235
+ "text": "Date",
3236
+ "canonicalReference": "!Date:interface"
3237
+ },
3238
+ {
3239
+ "kind": "Content",
3240
+ "text": " | string"
3241
+ },
3242
+ {
3243
+ "kind": "Content",
3244
+ "text": "): "
3245
+ },
3246
+ {
3247
+ "kind": "Content",
3248
+ "text": "string"
3249
+ },
3250
+ {
3251
+ "kind": "Content",
3252
+ "text": ";"
3253
+ }
3254
+ ],
3255
+ "isStatic": false,
3256
+ "returnTypeTokenRange": {
3257
+ "startIndex": 5,
3258
+ "endIndex": 6
3259
+ },
3260
+ "releaseTag": "Public",
3261
+ "isProtected": true,
3262
+ "overloadIndex": 1,
3263
+ "parameters": [
3264
+ {
3265
+ "parameterName": "x",
3266
+ "parameterTypeTokenRange": {
3267
+ "startIndex": 1,
3268
+ "endIndex": 4
3269
+ },
3270
+ "isOptional": false
3271
+ }
3272
+ ],
3273
+ "isOptional": false,
3274
+ "isAbstract": false,
3275
+ "name": "formatXAxisLabel"
3276
+ },
3277
+ {
3278
+ "kind": "Method",
3279
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#formatYAxisLabel:member(1)",
3280
+ "docComment": "",
3281
+ "excerptTokens": [
3282
+ {
3283
+ "kind": "Content",
3284
+ "text": "protected formatYAxisLabel(y: "
3285
+ },
3286
+ {
3287
+ "kind": "Content",
3288
+ "text": "number"
3289
+ },
3290
+ {
3291
+ "kind": "Content",
3292
+ "text": "): "
3293
+ },
3294
+ {
3295
+ "kind": "Content",
3296
+ "text": "string"
3297
+ },
3298
+ {
3299
+ "kind": "Content",
3300
+ "text": ";"
3301
+ }
3302
+ ],
3303
+ "isStatic": false,
3304
+ "returnTypeTokenRange": {
3305
+ "startIndex": 3,
3306
+ "endIndex": 4
3307
+ },
3308
+ "releaseTag": "Public",
3309
+ "isProtected": true,
3310
+ "overloadIndex": 1,
3311
+ "parameters": [
3312
+ {
3313
+ "parameterName": "y",
3314
+ "parameterTypeTokenRange": {
3315
+ "startIndex": 1,
3316
+ "endIndex": 2
3317
+ },
3318
+ "isOptional": false
3319
+ }
3320
+ ],
3321
+ "isOptional": false,
3322
+ "isAbstract": false,
3323
+ "name": "formatYAxisLabel"
3324
+ },
3325
+ {
3326
+ "kind": "Method",
3327
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#getAnchorPoint:member(1)",
3328
+ "docComment": "/**\n * Default implementation.\n *\n * @param element - \n */\n",
3329
+ "excerptTokens": [
3330
+ {
3331
+ "kind": "Content",
3332
+ "text": "getAnchorPoint(element: "
3333
+ },
3334
+ {
3335
+ "kind": "Reference",
3336
+ "text": "Element",
3337
+ "canonicalReference": "!Element:interface"
3338
+ },
3339
+ {
3340
+ "kind": "Content",
3341
+ "text": "): "
3342
+ },
3343
+ {
3344
+ "kind": "Reference",
3345
+ "text": "Point",
3346
+ "canonicalReference": "@pacem/pacem-foundation!Point:class"
3347
+ },
3348
+ {
3349
+ "kind": "Content",
3350
+ "text": ";"
3351
+ }
3352
+ ],
3353
+ "isStatic": false,
3354
+ "returnTypeTokenRange": {
3355
+ "startIndex": 3,
3356
+ "endIndex": 4
3357
+ },
3358
+ "releaseTag": "Public",
3359
+ "isProtected": false,
3360
+ "overloadIndex": 1,
3361
+ "parameters": [
3362
+ {
3363
+ "parameterName": "element",
3364
+ "parameterTypeTokenRange": {
3365
+ "startIndex": 1,
3366
+ "endIndex": 2
3367
+ },
3368
+ "isOptional": false
3369
+ }
3370
+ ],
3371
+ "isOptional": false,
3372
+ "isAbstract": false,
3373
+ "name": "getAnchorPoint"
3374
+ },
3375
+ {
3376
+ "kind": "Method",
3377
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#getVirtualGrid:member(1)",
3378
+ "docComment": "",
3379
+ "excerptTokens": [
3380
+ {
3381
+ "kind": "Content",
3382
+ "text": "protected getVirtualGrid(items: "
3383
+ },
3384
+ {
3385
+ "kind": "Reference",
3386
+ "text": "ChartDataItem",
3387
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.ChartDataItem:interface"
3388
+ },
3389
+ {
3390
+ "kind": "Content",
3391
+ "text": "[]"
3392
+ },
3393
+ {
3394
+ "kind": "Content",
3395
+ "text": ", minX: "
3396
+ },
3397
+ {
3398
+ "kind": "Content",
3399
+ "text": "number"
3400
+ },
3401
+ {
3402
+ "kind": "Content",
3403
+ "text": ", maxX: "
3404
+ },
3405
+ {
3406
+ "kind": "Content",
3407
+ "text": "number"
3408
+ },
3409
+ {
3410
+ "kind": "Content",
3411
+ "text": ", minY: "
3412
+ },
3413
+ {
3414
+ "kind": "Content",
3415
+ "text": "number"
3416
+ },
3417
+ {
3418
+ "kind": "Content",
3419
+ "text": ", maxY: "
3420
+ },
3421
+ {
3422
+ "kind": "Content",
3423
+ "text": "number"
3424
+ },
3425
+ {
3426
+ "kind": "Content",
3427
+ "text": ", xAxisType?: "
3428
+ },
3429
+ {
3430
+ "kind": "Content",
3431
+ "text": "\"date\" | \"number\" | \"string\""
3432
+ },
3433
+ {
3434
+ "kind": "Content",
3435
+ "text": ", steps?: "
3436
+ },
3437
+ {
3438
+ "kind": "Content",
3439
+ "text": "number"
3440
+ },
3441
+ {
3442
+ "kind": "Content",
3443
+ "text": ", labels?: "
3444
+ },
3445
+ {
3446
+ "kind": "Content",
3447
+ "text": "number"
3448
+ },
3449
+ {
3450
+ "kind": "Content",
3451
+ "text": "): "
3452
+ },
3453
+ {
3454
+ "kind": "Content",
3455
+ "text": "{\n x: string[];\n y: number[];\n }"
3456
+ },
3457
+ {
3458
+ "kind": "Content",
3459
+ "text": ";"
3460
+ }
3461
+ ],
3462
+ "isStatic": false,
3463
+ "returnTypeTokenRange": {
3464
+ "startIndex": 18,
3465
+ "endIndex": 19
3466
+ },
3467
+ "releaseTag": "Public",
3468
+ "isProtected": true,
3469
+ "overloadIndex": 1,
3470
+ "parameters": [
3471
+ {
3472
+ "parameterName": "items",
3473
+ "parameterTypeTokenRange": {
3474
+ "startIndex": 1,
3475
+ "endIndex": 3
3476
+ },
3477
+ "isOptional": false
3478
+ },
3479
+ {
3480
+ "parameterName": "minX",
3481
+ "parameterTypeTokenRange": {
3482
+ "startIndex": 4,
3483
+ "endIndex": 5
3484
+ },
3485
+ "isOptional": false
3486
+ },
3487
+ {
3488
+ "parameterName": "maxX",
3489
+ "parameterTypeTokenRange": {
3490
+ "startIndex": 6,
3491
+ "endIndex": 7
3492
+ },
3493
+ "isOptional": false
3494
+ },
3495
+ {
3496
+ "parameterName": "minY",
3497
+ "parameterTypeTokenRange": {
3498
+ "startIndex": 8,
3499
+ "endIndex": 9
3500
+ },
3501
+ "isOptional": false
3502
+ },
3503
+ {
3504
+ "parameterName": "maxY",
3505
+ "parameterTypeTokenRange": {
3506
+ "startIndex": 10,
3507
+ "endIndex": 11
3508
+ },
3509
+ "isOptional": false
3510
+ },
3511
+ {
3512
+ "parameterName": "xAxisType",
3513
+ "parameterTypeTokenRange": {
3514
+ "startIndex": 12,
3515
+ "endIndex": 13
3516
+ },
3517
+ "isOptional": true
3518
+ },
3519
+ {
3520
+ "parameterName": "steps",
3521
+ "parameterTypeTokenRange": {
3522
+ "startIndex": 14,
3523
+ "endIndex": 15
3524
+ },
3525
+ "isOptional": true
3526
+ },
3527
+ {
3528
+ "parameterName": "labels",
3529
+ "parameterTypeTokenRange": {
3530
+ "startIndex": 16,
3531
+ "endIndex": 17
3532
+ },
3533
+ "isOptional": true
3534
+ }
3535
+ ],
3536
+ "isOptional": false,
3537
+ "isAbstract": false,
3538
+ "name": "getVirtualGrid"
3539
+ },
3540
+ {
3541
+ "kind": "Method",
3542
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#propertyChangedCallback:member(1)",
3543
+ "docComment": "",
3544
+ "excerptTokens": [
3545
+ {
3546
+ "kind": "Content",
3547
+ "text": "propertyChangedCallback(name: "
3548
+ },
3549
+ {
3550
+ "kind": "Content",
3551
+ "text": "string"
3552
+ },
3553
+ {
3554
+ "kind": "Content",
3555
+ "text": ", old: "
3556
+ },
3557
+ {
3558
+ "kind": "Content",
3559
+ "text": "any"
3560
+ },
3561
+ {
3562
+ "kind": "Content",
3563
+ "text": ", val: "
3564
+ },
3565
+ {
3566
+ "kind": "Content",
3567
+ "text": "any"
3568
+ },
3569
+ {
3570
+ "kind": "Content",
3571
+ "text": ", first?: "
3572
+ },
3573
+ {
3574
+ "kind": "Content",
3575
+ "text": "boolean"
3576
+ },
3577
+ {
3578
+ "kind": "Content",
3579
+ "text": "): "
3580
+ },
3581
+ {
3582
+ "kind": "Content",
3583
+ "text": "void"
3584
+ },
3585
+ {
3586
+ "kind": "Content",
3587
+ "text": ";"
3588
+ }
3589
+ ],
3590
+ "isStatic": false,
3591
+ "returnTypeTokenRange": {
3592
+ "startIndex": 9,
3593
+ "endIndex": 10
3594
+ },
3595
+ "releaseTag": "Public",
3596
+ "isProtected": false,
3597
+ "overloadIndex": 1,
3598
+ "parameters": [
3599
+ {
3600
+ "parameterName": "name",
3601
+ "parameterTypeTokenRange": {
3602
+ "startIndex": 1,
3603
+ "endIndex": 2
3604
+ },
3605
+ "isOptional": false
3606
+ },
3607
+ {
3608
+ "parameterName": "old",
3609
+ "parameterTypeTokenRange": {
3610
+ "startIndex": 3,
3611
+ "endIndex": 4
3612
+ },
3613
+ "isOptional": false
3614
+ },
3615
+ {
3616
+ "parameterName": "val",
3617
+ "parameterTypeTokenRange": {
3618
+ "startIndex": 5,
3619
+ "endIndex": 6
3620
+ },
3621
+ "isOptional": false
3622
+ },
3623
+ {
3624
+ "parameterName": "first",
3625
+ "parameterTypeTokenRange": {
3626
+ "startIndex": 7,
3627
+ "endIndex": 8
3628
+ },
3629
+ "isOptional": true
3630
+ }
3631
+ ],
3632
+ "isOptional": false,
3633
+ "isAbstract": false,
3634
+ "name": "propertyChangedCallback"
3635
+ },
3636
+ {
3637
+ "kind": "Method",
3638
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#register:member(1)",
3639
+ "docComment": "",
3640
+ "excerptTokens": [
3641
+ {
3642
+ "kind": "Content",
3643
+ "text": "register(item: "
3644
+ },
3645
+ {
3646
+ "kind": "Reference",
3647
+ "text": "PacemChartSeriesElement",
3648
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement:class"
3649
+ },
3650
+ {
3651
+ "kind": "Content",
3652
+ "text": "): "
3653
+ },
3654
+ {
3655
+ "kind": "Content",
3656
+ "text": "boolean"
3657
+ },
3658
+ {
3659
+ "kind": "Content",
3660
+ "text": ";"
3661
+ }
3662
+ ],
3663
+ "isStatic": false,
3664
+ "returnTypeTokenRange": {
3665
+ "startIndex": 3,
3666
+ "endIndex": 4
3667
+ },
3668
+ "releaseTag": "Public",
3669
+ "isProtected": false,
3670
+ "overloadIndex": 1,
3671
+ "parameters": [
3672
+ {
3673
+ "parameterName": "item",
3674
+ "parameterTypeTokenRange": {
3675
+ "startIndex": 1,
3676
+ "endIndex": 2
3677
+ },
3678
+ "isOptional": false
3679
+ }
3680
+ ],
3681
+ "isOptional": false,
3682
+ "isAbstract": false,
3683
+ "name": "register"
3684
+ },
3685
+ {
3686
+ "kind": "Method",
3687
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#setGradientColor:member(1)",
3688
+ "docComment": "",
3689
+ "excerptTokens": [
3690
+ {
3691
+ "kind": "Content",
3692
+ "text": "protected setGradientColor(grad: "
3693
+ },
3694
+ {
3695
+ "kind": "Reference",
3696
+ "text": "SVGLinearGradientElement",
3697
+ "canonicalReference": "!SVGLinearGradientElement:interface"
3698
+ },
3699
+ {
3700
+ "kind": "Content",
3701
+ "text": ", color: "
3702
+ },
3703
+ {
3704
+ "kind": "Content",
3705
+ "text": "string"
3706
+ },
3707
+ {
3708
+ "kind": "Content",
3709
+ "text": "): "
3710
+ },
3711
+ {
3712
+ "kind": "Content",
3713
+ "text": "void"
3714
+ },
3715
+ {
3716
+ "kind": "Content",
3717
+ "text": ";"
3718
+ }
3719
+ ],
3720
+ "isStatic": false,
3721
+ "returnTypeTokenRange": {
3722
+ "startIndex": 5,
3723
+ "endIndex": 6
3724
+ },
3725
+ "releaseTag": "Public",
3726
+ "isProtected": true,
3727
+ "overloadIndex": 1,
3728
+ "parameters": [
3729
+ {
3730
+ "parameterName": "grad",
3731
+ "parameterTypeTokenRange": {
3732
+ "startIndex": 1,
3733
+ "endIndex": 2
3734
+ },
3735
+ "isOptional": false
3736
+ },
3737
+ {
3738
+ "parameterName": "color",
3739
+ "parameterTypeTokenRange": {
3740
+ "startIndex": 3,
3741
+ "endIndex": 4
3742
+ },
3743
+ "isOptional": false
3744
+ }
3745
+ ],
3746
+ "isOptional": false,
3747
+ "isAbstract": false,
3748
+ "name": "setGradientColor"
3749
+ },
3750
+ {
3751
+ "kind": "Property",
3752
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#target:member",
3753
+ "docComment": "/**\n * Gets or sets the target element the chart will be rendered into (a `<div>` is created and inserted, if not set).\n */\n",
3754
+ "excerptTokens": [
3755
+ {
3756
+ "kind": "Content",
3757
+ "text": "target: "
3758
+ },
3759
+ {
3760
+ "kind": "Reference",
3761
+ "text": "HTMLElement",
3762
+ "canonicalReference": "!HTMLElement:interface"
3763
+ },
3764
+ {
3765
+ "kind": "Content",
3766
+ "text": ";"
3767
+ }
3768
+ ],
3769
+ "isReadonly": false,
3770
+ "isOptional": false,
3771
+ "releaseTag": "Public",
3772
+ "name": "target",
3773
+ "propertyTypeTokenRange": {
3774
+ "startIndex": 1,
3775
+ "endIndex": 2
3776
+ },
3777
+ "isStatic": false,
3778
+ "isProtected": false,
3779
+ "isAbstract": false
3780
+ },
3781
+ {
3782
+ "kind": "Method",
3783
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#unregister:member(1)",
3784
+ "docComment": "",
3785
+ "excerptTokens": [
3786
+ {
3787
+ "kind": "Content",
3788
+ "text": "unregister(item: "
3789
+ },
3790
+ {
3791
+ "kind": "Reference",
3792
+ "text": "PacemChartSeriesElement",
3793
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement:class"
3794
+ },
3795
+ {
3796
+ "kind": "Content",
3797
+ "text": "): "
3798
+ },
3799
+ {
3800
+ "kind": "Content",
3801
+ "text": "boolean"
3802
+ },
3803
+ {
3804
+ "kind": "Content",
3805
+ "text": ";"
3806
+ }
3807
+ ],
3808
+ "isStatic": false,
3809
+ "returnTypeTokenRange": {
3810
+ "startIndex": 3,
3811
+ "endIndex": 4
3812
+ },
3813
+ "releaseTag": "Public",
3814
+ "isProtected": false,
3815
+ "overloadIndex": 1,
3816
+ "parameters": [
3817
+ {
3818
+ "parameterName": "item",
3819
+ "parameterTypeTokenRange": {
3820
+ "startIndex": 1,
3821
+ "endIndex": 2
3822
+ },
3823
+ "isOptional": false
3824
+ }
3825
+ ],
3826
+ "isOptional": false,
3827
+ "isAbstract": false,
3828
+ "name": "unregister"
3829
+ },
3830
+ {
3831
+ "kind": "Method",
3832
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#validate:member(1)",
3833
+ "docComment": "",
3834
+ "excerptTokens": [
3835
+ {
3836
+ "kind": "Content",
3837
+ "text": "validate(item: "
3838
+ },
3839
+ {
3840
+ "kind": "Reference",
3841
+ "text": "PacemChartSeriesElement",
3842
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemChartSeriesElement:class"
3843
+ },
3844
+ {
3845
+ "kind": "Content",
3846
+ "text": "): "
3847
+ },
3848
+ {
3849
+ "kind": "Content",
3850
+ "text": "boolean"
3851
+ },
3852
+ {
3853
+ "kind": "Content",
3854
+ "text": ";"
3855
+ }
3856
+ ],
3857
+ "isStatic": false,
3858
+ "returnTypeTokenRange": {
3859
+ "startIndex": 3,
3860
+ "endIndex": 4
3861
+ },
3862
+ "releaseTag": "Public",
3863
+ "isProtected": false,
3864
+ "overloadIndex": 1,
3865
+ "parameters": [
3866
+ {
3867
+ "parameterName": "item",
3868
+ "parameterTypeTokenRange": {
3869
+ "startIndex": 1,
3870
+ "endIndex": 2
3871
+ },
3872
+ "isOptional": false
3873
+ }
3874
+ ],
3875
+ "isOptional": false,
3876
+ "isAbstract": false,
3877
+ "name": "validate"
3878
+ },
3879
+ {
3880
+ "kind": "Method",
3881
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#viewActivatedCallback:member(1)",
3882
+ "docComment": "",
3883
+ "excerptTokens": [
3884
+ {
3885
+ "kind": "Content",
3886
+ "text": "viewActivatedCallback(): "
3887
+ },
3888
+ {
3889
+ "kind": "Content",
3890
+ "text": "void"
3891
+ },
3892
+ {
3893
+ "kind": "Content",
3894
+ "text": ";"
3895
+ }
3896
+ ],
3897
+ "isStatic": false,
3898
+ "returnTypeTokenRange": {
3899
+ "startIndex": 1,
3900
+ "endIndex": 2
3901
+ },
3902
+ "releaseTag": "Public",
3903
+ "isProtected": false,
3904
+ "overloadIndex": 1,
3905
+ "parameters": [],
3906
+ "isOptional": false,
3907
+ "isAbstract": false,
3908
+ "name": "viewActivatedCallback"
3909
+ },
3910
+ {
3911
+ "kind": "Method",
3912
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#wipeOut:member(1)",
3913
+ "docComment": "",
3914
+ "excerptTokens": [
3915
+ {
3916
+ "kind": "Content",
3917
+ "text": "protected wipeOut(series?: "
3918
+ },
3919
+ {
3920
+ "kind": "Reference",
3921
+ "text": "SVGSVGElement",
3922
+ "canonicalReference": "!SVGSVGElement:interface"
3923
+ },
3924
+ {
3925
+ "kind": "Content",
3926
+ "text": "[]"
3927
+ },
3928
+ {
3929
+ "kind": "Content",
3930
+ "text": ", startIndex?: "
3931
+ },
3932
+ {
3933
+ "kind": "Content",
3934
+ "text": "number"
3935
+ },
3936
+ {
3937
+ "kind": "Content",
3938
+ "text": "): "
3939
+ },
3940
+ {
3941
+ "kind": "Content",
3942
+ "text": "void"
3943
+ },
3944
+ {
3945
+ "kind": "Content",
3946
+ "text": ";"
3947
+ }
3948
+ ],
3949
+ "isStatic": false,
3950
+ "returnTypeTokenRange": {
3951
+ "startIndex": 6,
3952
+ "endIndex": 7
3953
+ },
3954
+ "releaseTag": "Public",
3955
+ "isProtected": true,
3956
+ "overloadIndex": 1,
3957
+ "parameters": [
3958
+ {
3959
+ "parameterName": "series",
3960
+ "parameterTypeTokenRange": {
3961
+ "startIndex": 1,
3962
+ "endIndex": 3
3963
+ },
3964
+ "isOptional": true
3965
+ },
3966
+ {
3967
+ "parameterName": "startIndex",
3968
+ "parameterTypeTokenRange": {
3969
+ "startIndex": 4,
3970
+ "endIndex": 5
3971
+ },
3972
+ "isOptional": true
3973
+ }
3974
+ ],
3975
+ "isOptional": false,
3976
+ "isAbstract": false,
3977
+ "name": "wipeOut"
3978
+ },
3979
+ {
3980
+ "kind": "Property",
3981
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#xAxisDensity:member",
3982
+ "docComment": "/**\n * Maximum number of x-axis labels.\n */\n",
3983
+ "excerptTokens": [
3984
+ {
3985
+ "kind": "Content",
3986
+ "text": "xAxisDensity: "
3987
+ },
3988
+ {
3989
+ "kind": "Content",
3990
+ "text": "number"
3991
+ },
3992
+ {
3993
+ "kind": "Content",
3994
+ "text": ";"
3995
+ }
3996
+ ],
3997
+ "isReadonly": false,
3998
+ "isOptional": false,
3999
+ "releaseTag": "Public",
4000
+ "name": "xAxisDensity",
4001
+ "propertyTypeTokenRange": {
4002
+ "startIndex": 1,
4003
+ "endIndex": 2
4004
+ },
4005
+ "isStatic": false,
4006
+ "isProtected": false,
4007
+ "isAbstract": false
4008
+ },
4009
+ {
4010
+ "kind": "Property",
4011
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#xAxisFormat:member",
4012
+ "docComment": "/**\n * Gets or sets the `Intl.NumberFormat` or `Intl.DateTimeFormat` options used to format the x-axis labels.\n */\n",
4013
+ "excerptTokens": [
4014
+ {
4015
+ "kind": "Content",
4016
+ "text": "xAxisFormat: "
4017
+ },
4018
+ {
4019
+ "kind": "Reference",
4020
+ "text": "Intl.NumberFormatOptions",
4021
+ "canonicalReference": "!Intl.NumberFormatOptions:interface"
4022
+ },
4023
+ {
4024
+ "kind": "Content",
4025
+ "text": " | "
4026
+ },
4027
+ {
4028
+ "kind": "Reference",
4029
+ "text": "Intl.DateTimeFormatOptions",
4030
+ "canonicalReference": "!Intl.DateTimeFormatOptions:interface"
4031
+ },
4032
+ {
4033
+ "kind": "Content",
4034
+ "text": ";"
4035
+ }
4036
+ ],
4037
+ "isReadonly": false,
4038
+ "isOptional": false,
4039
+ "releaseTag": "Public",
4040
+ "name": "xAxisFormat",
4041
+ "propertyTypeTokenRange": {
4042
+ "startIndex": 1,
4043
+ "endIndex": 4
4044
+ },
4045
+ "isStatic": false,
4046
+ "isProtected": false,
4047
+ "isAbstract": false
4048
+ },
4049
+ {
4050
+ "kind": "Property",
4051
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#xAxisPosition:member",
4052
+ "docComment": "/**\n * Gets or sets where the x-axis labels are positioned, or `none` to hide them.\n */\n",
4053
+ "excerptTokens": [
4054
+ {
4055
+ "kind": "Content",
4056
+ "text": "xAxisPosition: "
4057
+ },
4058
+ {
4059
+ "kind": "Content",
4060
+ "text": "'bottom' | 'top' | 'none'"
4061
+ },
4062
+ {
4063
+ "kind": "Content",
4064
+ "text": ";"
4065
+ }
4066
+ ],
4067
+ "isReadonly": false,
4068
+ "isOptional": false,
4069
+ "releaseTag": "Public",
4070
+ "name": "xAxisPosition",
4071
+ "propertyTypeTokenRange": {
4072
+ "startIndex": 1,
4073
+ "endIndex": 2
4074
+ },
4075
+ "isStatic": false,
4076
+ "isProtected": false,
4077
+ "isAbstract": false
4078
+ },
4079
+ {
4080
+ "kind": "Property",
4081
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#xAxisType:member",
4082
+ "docComment": "/**\n * Gets or sets the x-axis type for sorting, measuring and labeling.\n */\n",
4083
+ "excerptTokens": [
4084
+ {
4085
+ "kind": "Content",
4086
+ "text": "xAxisType: "
4087
+ },
4088
+ {
4089
+ "kind": "Content",
4090
+ "text": "'string' | 'date' | 'number'"
4091
+ },
4092
+ {
4093
+ "kind": "Content",
4094
+ "text": ";"
4095
+ }
4096
+ ],
4097
+ "isReadonly": false,
4098
+ "isOptional": false,
4099
+ "releaseTag": "Public",
4100
+ "name": "xAxisType",
4101
+ "propertyTypeTokenRange": {
4102
+ "startIndex": 1,
4103
+ "endIndex": 2
4104
+ },
4105
+ "isStatic": false,
4106
+ "isProtected": false,
4107
+ "isAbstract": false
4108
+ },
4109
+ {
4110
+ "kind": "Property",
4111
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#yAxisDensity:member",
4112
+ "docComment": "/**\n * Maximum number of horizontal grid lines.\n */\n",
4113
+ "excerptTokens": [
4114
+ {
4115
+ "kind": "Content",
4116
+ "text": "yAxisDensity: "
4117
+ },
4118
+ {
4119
+ "kind": "Content",
4120
+ "text": "number"
4121
+ },
4122
+ {
4123
+ "kind": "Content",
4124
+ "text": ";"
4125
+ }
4126
+ ],
4127
+ "isReadonly": false,
4128
+ "isOptional": false,
4129
+ "releaseTag": "Public",
4130
+ "name": "yAxisDensity",
4131
+ "propertyTypeTokenRange": {
4132
+ "startIndex": 1,
4133
+ "endIndex": 2
4134
+ },
4135
+ "isStatic": false,
4136
+ "isProtected": false,
4137
+ "isAbstract": false
4138
+ },
4139
+ {
4140
+ "kind": "Property",
4141
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#yAxisFormat:member",
4142
+ "docComment": "/**\n * Gets or sets the `Intl.NumberFormat` options used to format the y-axis labels.\n */\n",
4143
+ "excerptTokens": [
4144
+ {
4145
+ "kind": "Content",
4146
+ "text": "yAxisFormat: "
4147
+ },
4148
+ {
4149
+ "kind": "Reference",
4150
+ "text": "Intl.NumberFormatOptions",
4151
+ "canonicalReference": "!Intl.NumberFormatOptions:interface"
4152
+ },
4153
+ {
4154
+ "kind": "Content",
4155
+ "text": ";"
4156
+ }
4157
+ ],
4158
+ "isReadonly": false,
4159
+ "isOptional": false,
4160
+ "releaseTag": "Public",
4161
+ "name": "yAxisFormat",
4162
+ "propertyTypeTokenRange": {
4163
+ "startIndex": 1,
4164
+ "endIndex": 2
4165
+ },
4166
+ "isStatic": false,
4167
+ "isProtected": false,
4168
+ "isAbstract": false
4169
+ },
4170
+ {
4171
+ "kind": "Property",
4172
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#yAxisMax:member",
4173
+ "docComment": "/**\n * Maximum y value.\n */\n",
4174
+ "excerptTokens": [
4175
+ {
4176
+ "kind": "Content",
4177
+ "text": "yAxisMax: "
4178
+ },
4179
+ {
4180
+ "kind": "Content",
4181
+ "text": "number"
4182
+ },
4183
+ {
4184
+ "kind": "Content",
4185
+ "text": ";"
4186
+ }
4187
+ ],
4188
+ "isReadonly": false,
4189
+ "isOptional": false,
4190
+ "releaseTag": "Public",
4191
+ "name": "yAxisMax",
4192
+ "propertyTypeTokenRange": {
4193
+ "startIndex": 1,
4194
+ "endIndex": 2
4195
+ },
4196
+ "isStatic": false,
4197
+ "isProtected": false,
4198
+ "isAbstract": false
4199
+ },
4200
+ {
4201
+ "kind": "Property",
4202
+ "canonicalReference": "@pacem/pacem-charts!Components.Charts.PacemSeriesChartElement#yAxisMin:member",
4203
+ "docComment": "/**\n * Minimum y value.\n */\n",
4204
+ "excerptTokens": [
4205
+ {
4206
+ "kind": "Content",
4207
+ "text": "yAxisMin: "
4208
+ },
4209
+ {
4210
+ "kind": "Content",
4211
+ "text": "number"
4212
+ },
4213
+ {
4214
+ "kind": "Content",
4215
+ "text": ";"
4216
+ }
4217
+ ],
4218
+ "isReadonly": false,
4219
+ "isOptional": false,
4220
+ "releaseTag": "Public",
4221
+ "name": "yAxisMin",
4222
+ "propertyTypeTokenRange": {
4223
+ "startIndex": 1,
4224
+ "endIndex": 2
4225
+ },
4226
+ "isStatic": false,
4227
+ "isProtected": false,
4228
+ "isAbstract": false
4229
+ }
4230
+ ],
4231
+ "extendsTokenRange": {
4232
+ "startIndex": 1,
4233
+ "endIndex": 5
4234
+ },
4235
+ "implementsTokenRanges": []
4236
+ }
4237
+ ]
4238
+ }
4239
+ ]
4240
+ }
4241
+ ]
4242
+ }
4243
+ ]
4244
+ }