@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,1203 @@
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-media!",
181
+ "docComment": "",
182
+ "name": "@pacem/pacem-media",
183
+ "preserveMemberOrder": false,
184
+ "members": [
185
+ {
186
+ "kind": "EntryPoint",
187
+ "canonicalReference": "@pacem/pacem-media!",
188
+ "name": "",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Namespace",
193
+ "canonicalReference": "@pacem/pacem-media!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-media!Components.Media:namespace",
204
+ "docComment": "",
205
+ "excerptTokens": [],
206
+ "fileUrlPath": "dist/types/index-components.d.ts",
207
+ "releaseTag": "None",
208
+ "name": "Media",
209
+ "preserveMemberOrder": false,
210
+ "members": [
211
+ {
212
+ "kind": "Class",
213
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement:class",
214
+ "docComment": "/**\n * Wraps a native `HTMLAudioElement`, exposing playback control and its readiness/lifecycle as reactive properties and events.\n */\n",
215
+ "excerptTokens": [
216
+ {
217
+ "kind": "Content",
218
+ "text": "export declare class PacemAudioElement extends "
219
+ },
220
+ {
221
+ "kind": "Reference",
222
+ "text": "PacemEventTarget",
223
+ "canonicalReference": "@pacem/pacem-core!PacemEventTarget:class"
224
+ },
225
+ {
226
+ "kind": "Content",
227
+ "text": " "
228
+ }
229
+ ],
230
+ "fileUrlPath": "dist/types/audio.d.ts",
231
+ "releaseTag": "Public",
232
+ "isAbstract": false,
233
+ "name": "PacemAudioElement",
234
+ "preserveMemberOrder": false,
235
+ "members": [
236
+ {
237
+ "kind": "Property",
238
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#autoplay:member",
239
+ "docComment": "/**\n * Gets or sets whether playback should start automatically as soon as the media is ready.\n */\n",
240
+ "excerptTokens": [
241
+ {
242
+ "kind": "Content",
243
+ "text": "autoplay: "
244
+ },
245
+ {
246
+ "kind": "Content",
247
+ "text": "boolean"
248
+ },
249
+ {
250
+ "kind": "Content",
251
+ "text": ";"
252
+ }
253
+ ],
254
+ "isReadonly": false,
255
+ "isOptional": false,
256
+ "releaseTag": "Public",
257
+ "name": "autoplay",
258
+ "propertyTypeTokenRange": {
259
+ "startIndex": 1,
260
+ "endIndex": 2
261
+ },
262
+ "isStatic": false,
263
+ "isProtected": false,
264
+ "isAbstract": false
265
+ },
266
+ {
267
+ "kind": "Method",
268
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#connectedCallback:member(1)",
269
+ "docComment": "",
270
+ "excerptTokens": [
271
+ {
272
+ "kind": "Content",
273
+ "text": "connectedCallback(): "
274
+ },
275
+ {
276
+ "kind": "Content",
277
+ "text": "void"
278
+ },
279
+ {
280
+ "kind": "Content",
281
+ "text": ";"
282
+ }
283
+ ],
284
+ "isStatic": false,
285
+ "returnTypeTokenRange": {
286
+ "startIndex": 1,
287
+ "endIndex": 2
288
+ },
289
+ "releaseTag": "Public",
290
+ "isProtected": false,
291
+ "overloadIndex": 1,
292
+ "parameters": [],
293
+ "isOptional": false,
294
+ "isAbstract": false,
295
+ "name": "connectedCallback"
296
+ },
297
+ {
298
+ "kind": "Method",
299
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#disconnectedCallback:member(1)",
300
+ "docComment": "",
301
+ "excerptTokens": [
302
+ {
303
+ "kind": "Content",
304
+ "text": "disconnectedCallback(): "
305
+ },
306
+ {
307
+ "kind": "Content",
308
+ "text": "void"
309
+ },
310
+ {
311
+ "kind": "Content",
312
+ "text": ";"
313
+ }
314
+ ],
315
+ "isStatic": false,
316
+ "returnTypeTokenRange": {
317
+ "startIndex": 1,
318
+ "endIndex": 2
319
+ },
320
+ "releaseTag": "Public",
321
+ "isProtected": false,
322
+ "overloadIndex": 1,
323
+ "parameters": [],
324
+ "isOptional": false,
325
+ "isAbstract": false,
326
+ "name": "disconnectedCallback"
327
+ },
328
+ {
329
+ "kind": "Method",
330
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#pause:member(1)",
331
+ "docComment": "/**\n * Pauses playback.\n */\n",
332
+ "excerptTokens": [
333
+ {
334
+ "kind": "Content",
335
+ "text": "pause(): "
336
+ },
337
+ {
338
+ "kind": "Content",
339
+ "text": "void"
340
+ },
341
+ {
342
+ "kind": "Content",
343
+ "text": ";"
344
+ }
345
+ ],
346
+ "isStatic": false,
347
+ "returnTypeTokenRange": {
348
+ "startIndex": 1,
349
+ "endIndex": 2
350
+ },
351
+ "releaseTag": "Public",
352
+ "isProtected": false,
353
+ "overloadIndex": 1,
354
+ "parameters": [],
355
+ "isOptional": false,
356
+ "isAbstract": false,
357
+ "name": "pause"
358
+ },
359
+ {
360
+ "kind": "Method",
361
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#play:member(1)",
362
+ "docComment": "/**\n * Starts (or resumes) playback of the underlying `<audio>` element, dispatching a `start` event on success or an `error` event on failure.\n *\n * @returns A promise that resolves once playback has started, or rejects with `'disabled'` if the element is disabled.\n */\n",
363
+ "excerptTokens": [
364
+ {
365
+ "kind": "Content",
366
+ "text": "play(): "
367
+ },
368
+ {
369
+ "kind": "Reference",
370
+ "text": "Promise",
371
+ "canonicalReference": "!Promise:interface"
372
+ },
373
+ {
374
+ "kind": "Content",
375
+ "text": "<void>"
376
+ },
377
+ {
378
+ "kind": "Content",
379
+ "text": ";"
380
+ }
381
+ ],
382
+ "isStatic": false,
383
+ "returnTypeTokenRange": {
384
+ "startIndex": 1,
385
+ "endIndex": 3
386
+ },
387
+ "releaseTag": "Public",
388
+ "isProtected": false,
389
+ "overloadIndex": 1,
390
+ "parameters": [],
391
+ "isOptional": false,
392
+ "isAbstract": false,
393
+ "name": "play"
394
+ },
395
+ {
396
+ "kind": "Method",
397
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#propertyChangedCallback:member(1)",
398
+ "docComment": "",
399
+ "excerptTokens": [
400
+ {
401
+ "kind": "Content",
402
+ "text": "propertyChangedCallback(name: "
403
+ },
404
+ {
405
+ "kind": "Content",
406
+ "text": "string"
407
+ },
408
+ {
409
+ "kind": "Content",
410
+ "text": ", old: "
411
+ },
412
+ {
413
+ "kind": "Content",
414
+ "text": "any"
415
+ },
416
+ {
417
+ "kind": "Content",
418
+ "text": ", val: "
419
+ },
420
+ {
421
+ "kind": "Content",
422
+ "text": "any"
423
+ },
424
+ {
425
+ "kind": "Content",
426
+ "text": ", first?: "
427
+ },
428
+ {
429
+ "kind": "Content",
430
+ "text": "boolean"
431
+ },
432
+ {
433
+ "kind": "Content",
434
+ "text": "): "
435
+ },
436
+ {
437
+ "kind": "Content",
438
+ "text": "void"
439
+ },
440
+ {
441
+ "kind": "Content",
442
+ "text": ";"
443
+ }
444
+ ],
445
+ "isStatic": false,
446
+ "returnTypeTokenRange": {
447
+ "startIndex": 9,
448
+ "endIndex": 10
449
+ },
450
+ "releaseTag": "Public",
451
+ "isProtected": false,
452
+ "overloadIndex": 1,
453
+ "parameters": [
454
+ {
455
+ "parameterName": "name",
456
+ "parameterTypeTokenRange": {
457
+ "startIndex": 1,
458
+ "endIndex": 2
459
+ },
460
+ "isOptional": false
461
+ },
462
+ {
463
+ "parameterName": "old",
464
+ "parameterTypeTokenRange": {
465
+ "startIndex": 3,
466
+ "endIndex": 4
467
+ },
468
+ "isOptional": false
469
+ },
470
+ {
471
+ "parameterName": "val",
472
+ "parameterTypeTokenRange": {
473
+ "startIndex": 5,
474
+ "endIndex": 6
475
+ },
476
+ "isOptional": false
477
+ },
478
+ {
479
+ "parameterName": "first",
480
+ "parameterTypeTokenRange": {
481
+ "startIndex": 7,
482
+ "endIndex": 8
483
+ },
484
+ "isOptional": true
485
+ }
486
+ ],
487
+ "isOptional": false,
488
+ "isAbstract": false,
489
+ "name": "propertyChangedCallback"
490
+ },
491
+ {
492
+ "kind": "Method",
493
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#reset:member(1)",
494
+ "docComment": "/**\n * Reloads the underlying `<audio>` element, resetting its playback state.\n */\n",
495
+ "excerptTokens": [
496
+ {
497
+ "kind": "Content",
498
+ "text": "reset(): "
499
+ },
500
+ {
501
+ "kind": "Content",
502
+ "text": "void"
503
+ },
504
+ {
505
+ "kind": "Content",
506
+ "text": ";"
507
+ }
508
+ ],
509
+ "isStatic": false,
510
+ "returnTypeTokenRange": {
511
+ "startIndex": 1,
512
+ "endIndex": 2
513
+ },
514
+ "releaseTag": "Public",
515
+ "isProtected": false,
516
+ "overloadIndex": 1,
517
+ "parameters": [],
518
+ "isOptional": false,
519
+ "isAbstract": false,
520
+ "name": "reset"
521
+ },
522
+ {
523
+ "kind": "Property",
524
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#src:member",
525
+ "docComment": "/**\n * Gets or sets the media source URL for the underlying `<audio>` element.\n */\n",
526
+ "excerptTokens": [
527
+ {
528
+ "kind": "Content",
529
+ "text": "src: "
530
+ },
531
+ {
532
+ "kind": "Content",
533
+ "text": "string"
534
+ },
535
+ {
536
+ "kind": "Content",
537
+ "text": ";"
538
+ }
539
+ ],
540
+ "isReadonly": false,
541
+ "isOptional": false,
542
+ "releaseTag": "Public",
543
+ "name": "src",
544
+ "propertyTypeTokenRange": {
545
+ "startIndex": 1,
546
+ "endIndex": 2
547
+ },
548
+ "isStatic": false,
549
+ "isProtected": false,
550
+ "isAbstract": false
551
+ },
552
+ {
553
+ "kind": "Property",
554
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#stream:member",
555
+ "docComment": "/**\n * Gets or sets whether the source is a live stream (playback is considered ready as soon as it *can* play, rather than waiting for it to play through).\n */\n",
556
+ "excerptTokens": [
557
+ {
558
+ "kind": "Content",
559
+ "text": "stream: "
560
+ },
561
+ {
562
+ "kind": "Content",
563
+ "text": "boolean"
564
+ },
565
+ {
566
+ "kind": "Content",
567
+ "text": ";"
568
+ }
569
+ ],
570
+ "isReadonly": false,
571
+ "isOptional": false,
572
+ "releaseTag": "Public",
573
+ "name": "stream",
574
+ "propertyTypeTokenRange": {
575
+ "startIndex": 1,
576
+ "endIndex": 2
577
+ },
578
+ "isStatic": false,
579
+ "isProtected": false,
580
+ "isAbstract": false
581
+ },
582
+ {
583
+ "kind": "Method",
584
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemAudioElement#viewActivatedCallback:member(1)",
585
+ "docComment": "",
586
+ "excerptTokens": [
587
+ {
588
+ "kind": "Content",
589
+ "text": "viewActivatedCallback(): "
590
+ },
591
+ {
592
+ "kind": "Content",
593
+ "text": "void"
594
+ },
595
+ {
596
+ "kind": "Content",
597
+ "text": ";"
598
+ }
599
+ ],
600
+ "isStatic": false,
601
+ "returnTypeTokenRange": {
602
+ "startIndex": 1,
603
+ "endIndex": 2
604
+ },
605
+ "releaseTag": "Public",
606
+ "isProtected": false,
607
+ "overloadIndex": 1,
608
+ "parameters": [],
609
+ "isOptional": false,
610
+ "isAbstract": false,
611
+ "name": "viewActivatedCallback"
612
+ }
613
+ ],
614
+ "extendsTokenRange": {
615
+ "startIndex": 1,
616
+ "endIndex": 2
617
+ },
618
+ "implementsTokenRanges": []
619
+ },
620
+ {
621
+ "kind": "Class",
622
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement:class",
623
+ "docComment": "/**\n * Wraps the native `MediaRecorder` API, capturing audio/video from a canvas, media element or media stream into a `Blob`.\n */\n",
624
+ "excerptTokens": [
625
+ {
626
+ "kind": "Content",
627
+ "text": "export declare class PacemMediaRecorderElement extends "
628
+ },
629
+ {
630
+ "kind": "Reference",
631
+ "text": "PacemEventTarget",
632
+ "canonicalReference": "@pacem/pacem-core!PacemEventTarget:class"
633
+ },
634
+ {
635
+ "kind": "Content",
636
+ "text": " "
637
+ }
638
+ ],
639
+ "fileUrlPath": "dist/types/media-recorder.d.ts",
640
+ "releaseTag": "Public",
641
+ "isAbstract": false,
642
+ "name": "PacemMediaRecorderElement",
643
+ "preserveMemberOrder": false,
644
+ "members": [
645
+ {
646
+ "kind": "Property",
647
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#audioBitsPerSecond:member",
648
+ "docComment": "/**\n * Gets or sets the target audio bitrate, in bits per second.\n */\n",
649
+ "excerptTokens": [
650
+ {
651
+ "kind": "Content",
652
+ "text": "audioBitsPerSecond: "
653
+ },
654
+ {
655
+ "kind": "Content",
656
+ "text": "number"
657
+ },
658
+ {
659
+ "kind": "Content",
660
+ "text": ";"
661
+ }
662
+ ],
663
+ "isReadonly": false,
664
+ "isOptional": false,
665
+ "releaseTag": "Public",
666
+ "name": "audioBitsPerSecond",
667
+ "propertyTypeTokenRange": {
668
+ "startIndex": 1,
669
+ "endIndex": 2
670
+ },
671
+ "isStatic": false,
672
+ "isProtected": false,
673
+ "isAbstract": false
674
+ },
675
+ {
676
+ "kind": "Method",
677
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#disconnectedCallback:member(1)",
678
+ "docComment": "",
679
+ "excerptTokens": [
680
+ {
681
+ "kind": "Content",
682
+ "text": "disconnectedCallback(): "
683
+ },
684
+ {
685
+ "kind": "Content",
686
+ "text": "void"
687
+ },
688
+ {
689
+ "kind": "Content",
690
+ "text": ";"
691
+ }
692
+ ],
693
+ "isStatic": false,
694
+ "returnTypeTokenRange": {
695
+ "startIndex": 1,
696
+ "endIndex": 2
697
+ },
698
+ "releaseTag": "Public",
699
+ "isProtected": false,
700
+ "overloadIndex": 1,
701
+ "parameters": [],
702
+ "isOptional": false,
703
+ "isAbstract": false,
704
+ "name": "disconnectedCallback"
705
+ },
706
+ {
707
+ "kind": "Method",
708
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#flush:member(1)",
709
+ "docComment": "/**\n * Concatenates the buffered data chunks recorded so far into a single `Blob` and assigns it to `output`, clearing the buffer.\n */\n",
710
+ "excerptTokens": [
711
+ {
712
+ "kind": "Content",
713
+ "text": "flush(): "
714
+ },
715
+ {
716
+ "kind": "Content",
717
+ "text": "void"
718
+ },
719
+ {
720
+ "kind": "Content",
721
+ "text": ";"
722
+ }
723
+ ],
724
+ "isStatic": false,
725
+ "returnTypeTokenRange": {
726
+ "startIndex": 1,
727
+ "endIndex": 2
728
+ },
729
+ "releaseTag": "Public",
730
+ "isProtected": false,
731
+ "overloadIndex": 1,
732
+ "parameters": [],
733
+ "isOptional": false,
734
+ "isAbstract": false,
735
+ "name": "flush"
736
+ },
737
+ {
738
+ "kind": "Property",
739
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#fps:member",
740
+ "docComment": "/**\n * Gets or sets the frame rate (frames per second) used when capturing a stream from a canvas source.\n */\n",
741
+ "excerptTokens": [
742
+ {
743
+ "kind": "Content",
744
+ "text": "fps: "
745
+ },
746
+ {
747
+ "kind": "Content",
748
+ "text": "number"
749
+ },
750
+ {
751
+ "kind": "Content",
752
+ "text": ";"
753
+ }
754
+ ],
755
+ "isReadonly": false,
756
+ "isOptional": false,
757
+ "releaseTag": "Public",
758
+ "name": "fps",
759
+ "propertyTypeTokenRange": {
760
+ "startIndex": 1,
761
+ "endIndex": 2
762
+ },
763
+ "isStatic": false,
764
+ "isProtected": false,
765
+ "isAbstract": false
766
+ },
767
+ {
768
+ "kind": "Property",
769
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#mimeType:member",
770
+ "docComment": "/**\n * Gets or sets the MIME type used to encode the recorded output.\n */\n",
771
+ "excerptTokens": [
772
+ {
773
+ "kind": "Content",
774
+ "text": "mimeType: "
775
+ },
776
+ {
777
+ "kind": "Content",
778
+ "text": "string"
779
+ },
780
+ {
781
+ "kind": "Content",
782
+ "text": ";"
783
+ }
784
+ ],
785
+ "isReadonly": false,
786
+ "isOptional": false,
787
+ "releaseTag": "Public",
788
+ "name": "mimeType",
789
+ "propertyTypeTokenRange": {
790
+ "startIndex": 1,
791
+ "endIndex": 2
792
+ },
793
+ "isStatic": false,
794
+ "isProtected": false,
795
+ "isAbstract": false
796
+ },
797
+ {
798
+ "kind": "Property",
799
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#output:member",
800
+ "docComment": "/**\n * Gets the recorded output as a `Blob`, populated whenever the buffered chunks are flushed (typically on `stop`).\n *\n * @readonly\n */\n",
801
+ "excerptTokens": [
802
+ {
803
+ "kind": "Content",
804
+ "text": "output: "
805
+ },
806
+ {
807
+ "kind": "Reference",
808
+ "text": "Blob",
809
+ "canonicalReference": "!Blob:interface"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": ";"
814
+ }
815
+ ],
816
+ "isReadonly": true,
817
+ "isOptional": false,
818
+ "releaseTag": "Public",
819
+ "name": "output",
820
+ "propertyTypeTokenRange": {
821
+ "startIndex": 1,
822
+ "endIndex": 2
823
+ },
824
+ "isStatic": false,
825
+ "isProtected": false,
826
+ "isAbstract": false
827
+ },
828
+ {
829
+ "kind": "Method",
830
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#pause:member(1)",
831
+ "docComment": "/**\n * Pauses an ongoing recording.\n */\n",
832
+ "excerptTokens": [
833
+ {
834
+ "kind": "Content",
835
+ "text": "pause(): "
836
+ },
837
+ {
838
+ "kind": "Content",
839
+ "text": "void"
840
+ },
841
+ {
842
+ "kind": "Content",
843
+ "text": ";"
844
+ }
845
+ ],
846
+ "isStatic": false,
847
+ "returnTypeTokenRange": {
848
+ "startIndex": 1,
849
+ "endIndex": 2
850
+ },
851
+ "releaseTag": "Public",
852
+ "isProtected": false,
853
+ "overloadIndex": 1,
854
+ "parameters": [],
855
+ "isOptional": false,
856
+ "isAbstract": false,
857
+ "name": "pause"
858
+ },
859
+ {
860
+ "kind": "Method",
861
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#propertyChangedCallback:member(1)",
862
+ "docComment": "",
863
+ "excerptTokens": [
864
+ {
865
+ "kind": "Content",
866
+ "text": "propertyChangedCallback(name: "
867
+ },
868
+ {
869
+ "kind": "Content",
870
+ "text": "string"
871
+ },
872
+ {
873
+ "kind": "Content",
874
+ "text": ", old: "
875
+ },
876
+ {
877
+ "kind": "Content",
878
+ "text": "any"
879
+ },
880
+ {
881
+ "kind": "Content",
882
+ "text": ", val: "
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": "any"
887
+ },
888
+ {
889
+ "kind": "Content",
890
+ "text": ", first?: "
891
+ },
892
+ {
893
+ "kind": "Content",
894
+ "text": "boolean"
895
+ },
896
+ {
897
+ "kind": "Content",
898
+ "text": "): "
899
+ },
900
+ {
901
+ "kind": "Content",
902
+ "text": "void"
903
+ },
904
+ {
905
+ "kind": "Content",
906
+ "text": ";"
907
+ }
908
+ ],
909
+ "isStatic": false,
910
+ "returnTypeTokenRange": {
911
+ "startIndex": 9,
912
+ "endIndex": 10
913
+ },
914
+ "releaseTag": "Public",
915
+ "isProtected": false,
916
+ "overloadIndex": 1,
917
+ "parameters": [
918
+ {
919
+ "parameterName": "name",
920
+ "parameterTypeTokenRange": {
921
+ "startIndex": 1,
922
+ "endIndex": 2
923
+ },
924
+ "isOptional": false
925
+ },
926
+ {
927
+ "parameterName": "old",
928
+ "parameterTypeTokenRange": {
929
+ "startIndex": 3,
930
+ "endIndex": 4
931
+ },
932
+ "isOptional": false
933
+ },
934
+ {
935
+ "parameterName": "val",
936
+ "parameterTypeTokenRange": {
937
+ "startIndex": 5,
938
+ "endIndex": 6
939
+ },
940
+ "isOptional": false
941
+ },
942
+ {
943
+ "parameterName": "first",
944
+ "parameterTypeTokenRange": {
945
+ "startIndex": 7,
946
+ "endIndex": 8
947
+ },
948
+ "isOptional": true
949
+ }
950
+ ],
951
+ "isOptional": false,
952
+ "isAbstract": false,
953
+ "name": "propertyChangedCallback"
954
+ },
955
+ {
956
+ "kind": "Method",
957
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#resume:member(1)",
958
+ "docComment": "/**\n * Resumes a paused recording.\n */\n",
959
+ "excerptTokens": [
960
+ {
961
+ "kind": "Content",
962
+ "text": "resume(): "
963
+ },
964
+ {
965
+ "kind": "Content",
966
+ "text": "void"
967
+ },
968
+ {
969
+ "kind": "Content",
970
+ "text": ";"
971
+ }
972
+ ],
973
+ "isStatic": false,
974
+ "returnTypeTokenRange": {
975
+ "startIndex": 1,
976
+ "endIndex": 2
977
+ },
978
+ "releaseTag": "Public",
979
+ "isProtected": false,
980
+ "overloadIndex": 1,
981
+ "parameters": [],
982
+ "isOptional": false,
983
+ "isAbstract": false,
984
+ "name": "resume"
985
+ },
986
+ {
987
+ "kind": "Property",
988
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#source:member",
989
+ "docComment": "/**\n * Gets or sets the source to record: a `HTMLCanvasElement` (captured via `captureStream`), a `HTMLMediaElement`, or a `MediaStream`.\n */\n",
990
+ "excerptTokens": [
991
+ {
992
+ "kind": "Content",
993
+ "text": "source: "
994
+ },
995
+ {
996
+ "kind": "Reference",
997
+ "text": "HTMLCanvasElement",
998
+ "canonicalReference": "!HTMLCanvasElement:interface"
999
+ },
1000
+ {
1001
+ "kind": "Content",
1002
+ "text": " | "
1003
+ },
1004
+ {
1005
+ "kind": "Reference",
1006
+ "text": "HTMLMediaElement",
1007
+ "canonicalReference": "!HTMLMediaElement:interface"
1008
+ },
1009
+ {
1010
+ "kind": "Content",
1011
+ "text": " | "
1012
+ },
1013
+ {
1014
+ "kind": "Reference",
1015
+ "text": "MediaStream",
1016
+ "canonicalReference": "!MediaStream:interface"
1017
+ },
1018
+ {
1019
+ "kind": "Content",
1020
+ "text": ";"
1021
+ }
1022
+ ],
1023
+ "isReadonly": false,
1024
+ "isOptional": false,
1025
+ "releaseTag": "Public",
1026
+ "name": "source",
1027
+ "propertyTypeTokenRange": {
1028
+ "startIndex": 1,
1029
+ "endIndex": 6
1030
+ },
1031
+ "isStatic": false,
1032
+ "isProtected": false,
1033
+ "isAbstract": false
1034
+ },
1035
+ {
1036
+ "kind": "Method",
1037
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#start:member(1)",
1038
+ "docComment": "/**\n * Starts recording, if the underlying recorder is currently inactive.\n */\n",
1039
+ "excerptTokens": [
1040
+ {
1041
+ "kind": "Content",
1042
+ "text": "start(): "
1043
+ },
1044
+ {
1045
+ "kind": "Content",
1046
+ "text": "void"
1047
+ },
1048
+ {
1049
+ "kind": "Content",
1050
+ "text": ";"
1051
+ }
1052
+ ],
1053
+ "isStatic": false,
1054
+ "returnTypeTokenRange": {
1055
+ "startIndex": 1,
1056
+ "endIndex": 2
1057
+ },
1058
+ "releaseTag": "Public",
1059
+ "isProtected": false,
1060
+ "overloadIndex": 1,
1061
+ "parameters": [],
1062
+ "isOptional": false,
1063
+ "isAbstract": false,
1064
+ "name": "start"
1065
+ },
1066
+ {
1067
+ "kind": "Property",
1068
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#state:member",
1069
+ "docComment": "/**\n * Gets the current state of the underlying `MediaRecorder` (`'inactive'`, `'recording'` or `'paused'`).\n *\n * @readonly\n */\n",
1070
+ "excerptTokens": [
1071
+ {
1072
+ "kind": "Content",
1073
+ "text": "state: "
1074
+ },
1075
+ {
1076
+ "kind": "Reference",
1077
+ "text": "RecordingState",
1078
+ "canonicalReference": "!RecordingState:type"
1079
+ },
1080
+ {
1081
+ "kind": "Content",
1082
+ "text": ";"
1083
+ }
1084
+ ],
1085
+ "isReadonly": true,
1086
+ "isOptional": false,
1087
+ "releaseTag": "Public",
1088
+ "name": "state",
1089
+ "propertyTypeTokenRange": {
1090
+ "startIndex": 1,
1091
+ "endIndex": 2
1092
+ },
1093
+ "isStatic": false,
1094
+ "isProtected": false,
1095
+ "isAbstract": false
1096
+ },
1097
+ {
1098
+ "kind": "Method",
1099
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#stop:member(1)",
1100
+ "docComment": "/**\n * Stops recording, if the underlying recorder is not already inactive.\n */\n",
1101
+ "excerptTokens": [
1102
+ {
1103
+ "kind": "Content",
1104
+ "text": "stop(): "
1105
+ },
1106
+ {
1107
+ "kind": "Content",
1108
+ "text": "void"
1109
+ },
1110
+ {
1111
+ "kind": "Content",
1112
+ "text": ";"
1113
+ }
1114
+ ],
1115
+ "isStatic": false,
1116
+ "returnTypeTokenRange": {
1117
+ "startIndex": 1,
1118
+ "endIndex": 2
1119
+ },
1120
+ "releaseTag": "Public",
1121
+ "isProtected": false,
1122
+ "overloadIndex": 1,
1123
+ "parameters": [],
1124
+ "isOptional": false,
1125
+ "isAbstract": false,
1126
+ "name": "stop"
1127
+ },
1128
+ {
1129
+ "kind": "Property",
1130
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#videoBitsPerSecond:member",
1131
+ "docComment": "/**\n * Gets or sets the target video bitrate, in bits per second.\n */\n",
1132
+ "excerptTokens": [
1133
+ {
1134
+ "kind": "Content",
1135
+ "text": "videoBitsPerSecond: "
1136
+ },
1137
+ {
1138
+ "kind": "Content",
1139
+ "text": "number"
1140
+ },
1141
+ {
1142
+ "kind": "Content",
1143
+ "text": ";"
1144
+ }
1145
+ ],
1146
+ "isReadonly": false,
1147
+ "isOptional": false,
1148
+ "releaseTag": "Public",
1149
+ "name": "videoBitsPerSecond",
1150
+ "propertyTypeTokenRange": {
1151
+ "startIndex": 1,
1152
+ "endIndex": 2
1153
+ },
1154
+ "isStatic": false,
1155
+ "isProtected": false,
1156
+ "isAbstract": false
1157
+ },
1158
+ {
1159
+ "kind": "Method",
1160
+ "canonicalReference": "@pacem/pacem-media!Components.Media.PacemMediaRecorderElement#viewActivatedCallback:member(1)",
1161
+ "docComment": "",
1162
+ "excerptTokens": [
1163
+ {
1164
+ "kind": "Content",
1165
+ "text": "viewActivatedCallback(): "
1166
+ },
1167
+ {
1168
+ "kind": "Content",
1169
+ "text": "void"
1170
+ },
1171
+ {
1172
+ "kind": "Content",
1173
+ "text": ";"
1174
+ }
1175
+ ],
1176
+ "isStatic": false,
1177
+ "returnTypeTokenRange": {
1178
+ "startIndex": 1,
1179
+ "endIndex": 2
1180
+ },
1181
+ "releaseTag": "Public",
1182
+ "isProtected": false,
1183
+ "overloadIndex": 1,
1184
+ "parameters": [],
1185
+ "isOptional": false,
1186
+ "isAbstract": false,
1187
+ "name": "viewActivatedCallback"
1188
+ }
1189
+ ],
1190
+ "extendsTokenRange": {
1191
+ "startIndex": 1,
1192
+ "endIndex": 2
1193
+ },
1194
+ "implementsTokenRanges": []
1195
+ }
1196
+ ]
1197
+ }
1198
+ ]
1199
+ }
1200
+ ]
1201
+ }
1202
+ ]
1203
+ }