@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,941 @@
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-logging!",
181
+ "docComment": "",
182
+ "name": "@pacem/pacem-logging",
183
+ "preserveMemberOrder": false,
184
+ "members": [
185
+ {
186
+ "kind": "EntryPoint",
187
+ "canonicalReference": "@pacem/pacem-logging!",
188
+ "name": "",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Namespace",
193
+ "canonicalReference": "@pacem/pacem-logging!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-logging!Components.Logging:namespace",
204
+ "docComment": "",
205
+ "excerptTokens": [],
206
+ "fileUrlPath": "dist/types/index-components.d.ts",
207
+ "releaseTag": "None",
208
+ "name": "Logging",
209
+ "preserveMemberOrder": false,
210
+ "members": [
211
+ {
212
+ "kind": "TypeAlias",
213
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.LogConfiguration:type",
214
+ "docComment": "/**\n * Toggles, per {@link Logging.LogLevel}, whether {@link PacemConsoleElement} forwards a message to the browser console.\n */\n",
215
+ "excerptTokens": [
216
+ {
217
+ "kind": "Content",
218
+ "text": "export declare type LogConfiguration = "
219
+ },
220
+ {
221
+ "kind": "Content",
222
+ "text": "{\n debug?: boolean;\n log?: boolean;\n error?: boolean;\n info?: boolean;\n trace?: boolean;\n warn?: boolean;\n}"
223
+ },
224
+ {
225
+ "kind": "Content",
226
+ "text": ";"
227
+ }
228
+ ],
229
+ "fileUrlPath": "dist/types/console.d.ts",
230
+ "releaseTag": "Public",
231
+ "name": "LogConfiguration",
232
+ "typeTokenRange": {
233
+ "startIndex": 1,
234
+ "endIndex": 2
235
+ }
236
+ },
237
+ {
238
+ "kind": "Class",
239
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemConsoleElement:class",
240
+ "docComment": "/**\n * A {@link Logging.Logger} implementation that forwards enabled log levels to the browser's `console`.\n */\n",
241
+ "excerptTokens": [
242
+ {
243
+ "kind": "Content",
244
+ "text": "export declare class PacemConsoleElement extends "
245
+ },
246
+ {
247
+ "kind": "Reference",
248
+ "text": "PacemEventTarget",
249
+ "canonicalReference": "@pacem/pacem-core!PacemEventTarget:class"
250
+ },
251
+ {
252
+ "kind": "Content",
253
+ "text": " implements "
254
+ },
255
+ {
256
+ "kind": "Reference",
257
+ "text": "Logging.Logger",
258
+ "canonicalReference": "@pacem/pacem-core!Logger:interface"
259
+ },
260
+ {
261
+ "kind": "Content",
262
+ "text": " "
263
+ }
264
+ ],
265
+ "fileUrlPath": "dist/types/console.d.ts",
266
+ "releaseTag": "Public",
267
+ "isAbstract": false,
268
+ "name": "PacemConsoleElement",
269
+ "preserveMemberOrder": false,
270
+ "members": [
271
+ {
272
+ "kind": "Property",
273
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemConsoleElement#configuration:member",
274
+ "docComment": "/**\n * Gets or sets which log levels are forwarded to the console (`error`, `info` and `warn` are enabled by default).\n */\n",
275
+ "excerptTokens": [
276
+ {
277
+ "kind": "Content",
278
+ "text": "configuration: "
279
+ },
280
+ {
281
+ "kind": "Reference",
282
+ "text": "LogConfiguration",
283
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.LogConfiguration:type"
284
+ },
285
+ {
286
+ "kind": "Content",
287
+ "text": ";"
288
+ }
289
+ ],
290
+ "isReadonly": false,
291
+ "isOptional": false,
292
+ "releaseTag": "Public",
293
+ "name": "configuration",
294
+ "propertyTypeTokenRange": {
295
+ "startIndex": 1,
296
+ "endIndex": 2
297
+ },
298
+ "isStatic": false,
299
+ "isProtected": false,
300
+ "isAbstract": false
301
+ },
302
+ {
303
+ "kind": "Method",
304
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemConsoleElement#log:member(1)",
305
+ "docComment": "/**\n * Logs `message` to the browser console, provided the element isn't disabled and `level` is enabled in `configuration`.\n *\n * @param level - Severity/level of the message.\n *\n * @param message - Content to log.\n *\n * @param category - Optional grouping category (rendered as a `console.group`).\n */\n",
306
+ "excerptTokens": [
307
+ {
308
+ "kind": "Content",
309
+ "text": "log(level: "
310
+ },
311
+ {
312
+ "kind": "Reference",
313
+ "text": "Logging.LogLevel",
314
+ "canonicalReference": "@pacem/pacem-core!LogLevel:enum"
315
+ },
316
+ {
317
+ "kind": "Content",
318
+ "text": ", message: "
319
+ },
320
+ {
321
+ "kind": "Content",
322
+ "text": "string"
323
+ },
324
+ {
325
+ "kind": "Content",
326
+ "text": ", category?: "
327
+ },
328
+ {
329
+ "kind": "Content",
330
+ "text": "string"
331
+ },
332
+ {
333
+ "kind": "Content",
334
+ "text": "): "
335
+ },
336
+ {
337
+ "kind": "Content",
338
+ "text": "void"
339
+ },
340
+ {
341
+ "kind": "Content",
342
+ "text": ";"
343
+ }
344
+ ],
345
+ "isStatic": false,
346
+ "returnTypeTokenRange": {
347
+ "startIndex": 7,
348
+ "endIndex": 8
349
+ },
350
+ "releaseTag": "Public",
351
+ "isProtected": false,
352
+ "overloadIndex": 1,
353
+ "parameters": [
354
+ {
355
+ "parameterName": "level",
356
+ "parameterTypeTokenRange": {
357
+ "startIndex": 1,
358
+ "endIndex": 2
359
+ },
360
+ "isOptional": false
361
+ },
362
+ {
363
+ "parameterName": "message",
364
+ "parameterTypeTokenRange": {
365
+ "startIndex": 3,
366
+ "endIndex": 4
367
+ },
368
+ "isOptional": false
369
+ },
370
+ {
371
+ "parameterName": "category",
372
+ "parameterTypeTokenRange": {
373
+ "startIndex": 5,
374
+ "endIndex": 6
375
+ },
376
+ "isOptional": true
377
+ }
378
+ ],
379
+ "isOptional": false,
380
+ "isAbstract": false,
381
+ "name": "log"
382
+ },
383
+ {
384
+ "kind": "Method",
385
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemConsoleElement#propertyChangedCallback:member(1)",
386
+ "docComment": "",
387
+ "excerptTokens": [
388
+ {
389
+ "kind": "Content",
390
+ "text": "propertyChangedCallback(name: "
391
+ },
392
+ {
393
+ "kind": "Content",
394
+ "text": "string"
395
+ },
396
+ {
397
+ "kind": "Content",
398
+ "text": ", old: "
399
+ },
400
+ {
401
+ "kind": "Content",
402
+ "text": "any"
403
+ },
404
+ {
405
+ "kind": "Content",
406
+ "text": ", val: "
407
+ },
408
+ {
409
+ "kind": "Content",
410
+ "text": "any"
411
+ },
412
+ {
413
+ "kind": "Content",
414
+ "text": ", first?: "
415
+ },
416
+ {
417
+ "kind": "Content",
418
+ "text": "boolean"
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": "): "
423
+ },
424
+ {
425
+ "kind": "Content",
426
+ "text": "void"
427
+ },
428
+ {
429
+ "kind": "Content",
430
+ "text": ";"
431
+ }
432
+ ],
433
+ "isStatic": false,
434
+ "returnTypeTokenRange": {
435
+ "startIndex": 9,
436
+ "endIndex": 10
437
+ },
438
+ "releaseTag": "Public",
439
+ "isProtected": false,
440
+ "overloadIndex": 1,
441
+ "parameters": [
442
+ {
443
+ "parameterName": "name",
444
+ "parameterTypeTokenRange": {
445
+ "startIndex": 1,
446
+ "endIndex": 2
447
+ },
448
+ "isOptional": false
449
+ },
450
+ {
451
+ "parameterName": "old",
452
+ "parameterTypeTokenRange": {
453
+ "startIndex": 3,
454
+ "endIndex": 4
455
+ },
456
+ "isOptional": false
457
+ },
458
+ {
459
+ "parameterName": "val",
460
+ "parameterTypeTokenRange": {
461
+ "startIndex": 5,
462
+ "endIndex": 6
463
+ },
464
+ "isOptional": false
465
+ },
466
+ {
467
+ "parameterName": "first",
468
+ "parameterTypeTokenRange": {
469
+ "startIndex": 7,
470
+ "endIndex": 8
471
+ },
472
+ "isOptional": true
473
+ }
474
+ ],
475
+ "isOptional": false,
476
+ "isAbstract": false,
477
+ "name": "propertyChangedCallback"
478
+ }
479
+ ],
480
+ "extendsTokenRange": {
481
+ "startIndex": 1,
482
+ "endIndex": 2
483
+ },
484
+ "implementsTokenRanges": [
485
+ {
486
+ "startIndex": 3,
487
+ "endIndex": 4
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "kind": "Class",
493
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemFpsElement:class",
494
+ "docComment": "/**\n * Tracks the browser's rendering frame rate (frames per second) via `requestAnimationFrame`, feeding it into {@link PacemTrackerElement}'s `data`.\n */\n",
495
+ "excerptTokens": [
496
+ {
497
+ "kind": "Content",
498
+ "text": "export declare class PacemFpsElement extends "
499
+ },
500
+ {
501
+ "kind": "Reference",
502
+ "text": "PacemTrackerElement",
503
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement:class"
504
+ },
505
+ {
506
+ "kind": "Content",
507
+ "text": " "
508
+ }
509
+ ],
510
+ "fileUrlPath": "dist/types/fps.d.ts",
511
+ "releaseTag": "Public",
512
+ "isAbstract": false,
513
+ "name": "PacemFpsElement",
514
+ "preserveMemberOrder": false,
515
+ "members": [
516
+ {
517
+ "kind": "Constructor",
518
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemFpsElement:constructor(1)",
519
+ "docComment": "/**\n * Constructs a new instance of the `PacemFpsElement` class\n */\n",
520
+ "excerptTokens": [
521
+ {
522
+ "kind": "Content",
523
+ "text": "constructor();"
524
+ }
525
+ ],
526
+ "releaseTag": "Public",
527
+ "isProtected": false,
528
+ "overloadIndex": 1,
529
+ "parameters": []
530
+ },
531
+ {
532
+ "kind": "Method",
533
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemFpsElement#disconnectedCallback:member(1)",
534
+ "docComment": "",
535
+ "excerptTokens": [
536
+ {
537
+ "kind": "Content",
538
+ "text": "disconnectedCallback(): "
539
+ },
540
+ {
541
+ "kind": "Content",
542
+ "text": "void"
543
+ },
544
+ {
545
+ "kind": "Content",
546
+ "text": ";"
547
+ }
548
+ ],
549
+ "isStatic": false,
550
+ "returnTypeTokenRange": {
551
+ "startIndex": 1,
552
+ "endIndex": 2
553
+ },
554
+ "releaseTag": "Public",
555
+ "isProtected": false,
556
+ "overloadIndex": 1,
557
+ "parameters": [],
558
+ "isOptional": false,
559
+ "isAbstract": false,
560
+ "name": "disconnectedCallback"
561
+ },
562
+ {
563
+ "kind": "Method",
564
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemFpsElement#viewActivatedCallback:member(1)",
565
+ "docComment": "",
566
+ "excerptTokens": [
567
+ {
568
+ "kind": "Content",
569
+ "text": "viewActivatedCallback(): "
570
+ },
571
+ {
572
+ "kind": "Content",
573
+ "text": "void"
574
+ },
575
+ {
576
+ "kind": "Content",
577
+ "text": ";"
578
+ }
579
+ ],
580
+ "isStatic": false,
581
+ "returnTypeTokenRange": {
582
+ "startIndex": 1,
583
+ "endIndex": 2
584
+ },
585
+ "releaseTag": "Public",
586
+ "isProtected": false,
587
+ "overloadIndex": 1,
588
+ "parameters": [],
589
+ "isOptional": false,
590
+ "isAbstract": false,
591
+ "name": "viewActivatedCallback"
592
+ }
593
+ ],
594
+ "extendsTokenRange": {
595
+ "startIndex": 1,
596
+ "endIndex": 2
597
+ },
598
+ "implementsTokenRanges": []
599
+ },
600
+ {
601
+ "kind": "Class",
602
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement:class",
603
+ "docComment": "/**\n * Base class for tracker elements (e.g. {@link PacemFpsElement}) that feed successive numeric samples through `entry` and expose running statistics through `data`.\n */\n",
604
+ "excerptTokens": [
605
+ {
606
+ "kind": "Content",
607
+ "text": "export declare abstract class PacemTrackerElement extends "
608
+ },
609
+ {
610
+ "kind": "Reference",
611
+ "text": "PacemEventTarget",
612
+ "canonicalReference": "@pacem/pacem-core!PacemEventTarget:class"
613
+ },
614
+ {
615
+ "kind": "Content",
616
+ "text": " implements "
617
+ },
618
+ {
619
+ "kind": "Reference",
620
+ "text": "Tracker",
621
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.Tracker:interface"
622
+ },
623
+ {
624
+ "kind": "Content",
625
+ "text": ", "
626
+ },
627
+ {
628
+ "kind": "Reference",
629
+ "text": "OnPropertyChanged",
630
+ "canonicalReference": "@pacem/pacem-core!OnPropertyChanged:interface"
631
+ },
632
+ {
633
+ "kind": "Content",
634
+ "text": " "
635
+ }
636
+ ],
637
+ "fileUrlPath": "dist/types/types.d.ts",
638
+ "releaseTag": "Public",
639
+ "isAbstract": true,
640
+ "name": "PacemTrackerElement",
641
+ "preserveMemberOrder": false,
642
+ "members": [
643
+ {
644
+ "kind": "Constructor",
645
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement:constructor(1)",
646
+ "docComment": "/**\n * Constructs a new instance of the `PacemTrackerElement` class\n */\n",
647
+ "excerptTokens": [
648
+ {
649
+ "kind": "Content",
650
+ "text": "constructor();"
651
+ }
652
+ ],
653
+ "releaseTag": "Public",
654
+ "isProtected": false,
655
+ "overloadIndex": 1,
656
+ "parameters": []
657
+ },
658
+ {
659
+ "kind": "Property",
660
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement#data:member",
661
+ "docComment": "/**\n * Gets the aggregate statistics (count, average, min, max, current) computed so far.\n *\n * @readonly\n */\n",
662
+ "excerptTokens": [
663
+ {
664
+ "kind": "Content",
665
+ "text": "data: "
666
+ },
667
+ {
668
+ "kind": "Reference",
669
+ "text": "TrackingData",
670
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.TrackingData:type"
671
+ },
672
+ {
673
+ "kind": "Content",
674
+ "text": ";"
675
+ }
676
+ ],
677
+ "isReadonly": true,
678
+ "isOptional": false,
679
+ "releaseTag": "Public",
680
+ "name": "data",
681
+ "propertyTypeTokenRange": {
682
+ "startIndex": 1,
683
+ "endIndex": 2
684
+ },
685
+ "isStatic": false,
686
+ "isProtected": false,
687
+ "isAbstract": false
688
+ },
689
+ {
690
+ "kind": "Property",
691
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement#entry:member",
692
+ "docComment": "/**\n * Gets or sets the latest raw sample. Setting this value recomputes and updates `data`.\n */\n",
693
+ "excerptTokens": [
694
+ {
695
+ "kind": "Content",
696
+ "text": "entry: "
697
+ },
698
+ {
699
+ "kind": "Content",
700
+ "text": "number"
701
+ },
702
+ {
703
+ "kind": "Content",
704
+ "text": ";"
705
+ }
706
+ ],
707
+ "isReadonly": false,
708
+ "isOptional": false,
709
+ "releaseTag": "Public",
710
+ "name": "entry",
711
+ "propertyTypeTokenRange": {
712
+ "startIndex": 1,
713
+ "endIndex": 2
714
+ },
715
+ "isStatic": false,
716
+ "isProtected": false,
717
+ "isAbstract": false
718
+ },
719
+ {
720
+ "kind": "Method",
721
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement#propertyChangedCallback:member(1)",
722
+ "docComment": "",
723
+ "excerptTokens": [
724
+ {
725
+ "kind": "Content",
726
+ "text": "propertyChangedCallback(name: "
727
+ },
728
+ {
729
+ "kind": "Content",
730
+ "text": "string"
731
+ },
732
+ {
733
+ "kind": "Content",
734
+ "text": ", old: "
735
+ },
736
+ {
737
+ "kind": "Content",
738
+ "text": "any"
739
+ },
740
+ {
741
+ "kind": "Content",
742
+ "text": ", val: "
743
+ },
744
+ {
745
+ "kind": "Content",
746
+ "text": "any"
747
+ },
748
+ {
749
+ "kind": "Content",
750
+ "text": ", first?: "
751
+ },
752
+ {
753
+ "kind": "Content",
754
+ "text": "boolean"
755
+ },
756
+ {
757
+ "kind": "Content",
758
+ "text": "): "
759
+ },
760
+ {
761
+ "kind": "Content",
762
+ "text": "void"
763
+ },
764
+ {
765
+ "kind": "Content",
766
+ "text": ";"
767
+ }
768
+ ],
769
+ "isStatic": false,
770
+ "returnTypeTokenRange": {
771
+ "startIndex": 9,
772
+ "endIndex": 10
773
+ },
774
+ "releaseTag": "Public",
775
+ "isProtected": false,
776
+ "overloadIndex": 1,
777
+ "parameters": [
778
+ {
779
+ "parameterName": "name",
780
+ "parameterTypeTokenRange": {
781
+ "startIndex": 1,
782
+ "endIndex": 2
783
+ },
784
+ "isOptional": false
785
+ },
786
+ {
787
+ "parameterName": "old",
788
+ "parameterTypeTokenRange": {
789
+ "startIndex": 3,
790
+ "endIndex": 4
791
+ },
792
+ "isOptional": false
793
+ },
794
+ {
795
+ "parameterName": "val",
796
+ "parameterTypeTokenRange": {
797
+ "startIndex": 5,
798
+ "endIndex": 6
799
+ },
800
+ "isOptional": false
801
+ },
802
+ {
803
+ "parameterName": "first",
804
+ "parameterTypeTokenRange": {
805
+ "startIndex": 7,
806
+ "endIndex": 8
807
+ },
808
+ "isOptional": true
809
+ }
810
+ ],
811
+ "isOptional": false,
812
+ "isAbstract": false,
813
+ "name": "propertyChangedCallback"
814
+ },
815
+ {
816
+ "kind": "Method",
817
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.PacemTrackerElement#reset:member(1)",
818
+ "docComment": "/**\n * Resets `data` back to its initial (empty) state.\n */\n",
819
+ "excerptTokens": [
820
+ {
821
+ "kind": "Content",
822
+ "text": "reset(): "
823
+ },
824
+ {
825
+ "kind": "Content",
826
+ "text": "void"
827
+ },
828
+ {
829
+ "kind": "Content",
830
+ "text": ";"
831
+ }
832
+ ],
833
+ "isStatic": false,
834
+ "returnTypeTokenRange": {
835
+ "startIndex": 1,
836
+ "endIndex": 2
837
+ },
838
+ "releaseTag": "Public",
839
+ "isProtected": false,
840
+ "overloadIndex": 1,
841
+ "parameters": [],
842
+ "isOptional": false,
843
+ "isAbstract": false,
844
+ "name": "reset"
845
+ }
846
+ ],
847
+ "extendsTokenRange": {
848
+ "startIndex": 1,
849
+ "endIndex": 2
850
+ },
851
+ "implementsTokenRanges": [
852
+ {
853
+ "startIndex": 3,
854
+ "endIndex": 4
855
+ },
856
+ {
857
+ "startIndex": 5,
858
+ "endIndex": 6
859
+ }
860
+ ]
861
+ },
862
+ {
863
+ "kind": "Interface",
864
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.Tracker:interface",
865
+ "docComment": "/**\n * Describes an object exposing aggregate {@link TrackingData}.\n */\n",
866
+ "excerptTokens": [
867
+ {
868
+ "kind": "Content",
869
+ "text": "export interface Tracker "
870
+ }
871
+ ],
872
+ "fileUrlPath": "dist/types/types.d.ts",
873
+ "releaseTag": "Public",
874
+ "name": "Tracker",
875
+ "preserveMemberOrder": false,
876
+ "members": [
877
+ {
878
+ "kind": "PropertySignature",
879
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.Tracker#data:member",
880
+ "docComment": "",
881
+ "excerptTokens": [
882
+ {
883
+ "kind": "Content",
884
+ "text": "data: "
885
+ },
886
+ {
887
+ "kind": "Reference",
888
+ "text": "TrackingData",
889
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.TrackingData:type"
890
+ },
891
+ {
892
+ "kind": "Content",
893
+ "text": ";"
894
+ }
895
+ ],
896
+ "isReadonly": false,
897
+ "isOptional": false,
898
+ "releaseTag": "Public",
899
+ "name": "data",
900
+ "propertyTypeTokenRange": {
901
+ "startIndex": 1,
902
+ "endIndex": 2
903
+ }
904
+ }
905
+ ],
906
+ "extendsTokenRanges": []
907
+ },
908
+ {
909
+ "kind": "TypeAlias",
910
+ "canonicalReference": "@pacem/pacem-logging!Components.Logging.TrackingData:type",
911
+ "docComment": "/**\n * Aggregate statistics (count, average, min, max, current) computed over a series of numeric samples.\n */\n",
912
+ "excerptTokens": [
913
+ {
914
+ "kind": "Content",
915
+ "text": "export declare type TrackingData = "
916
+ },
917
+ {
918
+ "kind": "Content",
919
+ "text": "{\n count: number;\n average: number;\n max: number;\n min: number;\n current: number;\n}"
920
+ },
921
+ {
922
+ "kind": "Content",
923
+ "text": ";"
924
+ }
925
+ ],
926
+ "fileUrlPath": "dist/types/types.d.ts",
927
+ "releaseTag": "Public",
928
+ "name": "TrackingData",
929
+ "typeTokenRange": {
930
+ "startIndex": 1,
931
+ "endIndex": 2
932
+ }
933
+ }
934
+ ]
935
+ }
936
+ ]
937
+ }
938
+ ]
939
+ }
940
+ ]
941
+ }