@pacem/pacem 1.0.0-bessel → 1.0.0-dirac

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,1798 @@
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-networking!",
181
+ "docComment": "",
182
+ "name": "@pacem/pacem-networking",
183
+ "preserveMemberOrder": false,
184
+ "members": [
185
+ {
186
+ "kind": "EntryPoint",
187
+ "canonicalReference": "@pacem/pacem-networking!",
188
+ "name": "",
189
+ "preserveMemberOrder": false,
190
+ "members": [
191
+ {
192
+ "kind": "Namespace",
193
+ "canonicalReference": "@pacem/pacem-networking!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-networking!Components.Networking:namespace",
204
+ "docComment": "",
205
+ "excerptTokens": [],
206
+ "fileUrlPath": "dist/types/index-components.d.ts",
207
+ "releaseTag": "None",
208
+ "name": "Networking",
209
+ "preserveMemberOrder": false,
210
+ "members": [
211
+ {
212
+ "kind": "TypeAlias",
213
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.HubMethodCallback:type",
214
+ "docComment": "/**\n * Signature of a callback invoked when a hub method emits a value.\n */\n",
215
+ "excerptTokens": [
216
+ {
217
+ "kind": "Content",
218
+ "text": "export declare type HubMethodCallback = "
219
+ },
220
+ {
221
+ "kind": "Content",
222
+ "text": "(...args: any[]) => void"
223
+ },
224
+ {
225
+ "kind": "Content",
226
+ "text": ";"
227
+ }
228
+ ],
229
+ "fileUrlPath": "dist/types/hub-proxy.d.ts",
230
+ "releaseTag": "Public",
231
+ "name": "HubMethodCallback",
232
+ "typeTokenRange": {
233
+ "startIndex": 1,
234
+ "endIndex": 2
235
+ }
236
+ },
237
+ {
238
+ "kind": "Class",
239
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement:class",
240
+ "docComment": "/**\n * Subscribes to a hub method (or stream) exposed by the ancestor {@link PacemHubProxyElement}, dispatching a `receive` event for every incoming message.\n */\n",
241
+ "excerptTokens": [
242
+ {
243
+ "kind": "Content",
244
+ "text": "export declare class PacemHubListenerElement extends "
245
+ },
246
+ {
247
+ "kind": "Reference",
248
+ "text": "Components.PacemItemElement",
249
+ "canonicalReference": "@pacem/pacem-core!PacemItemElement:class"
250
+ },
251
+ {
252
+ "kind": "Content",
253
+ "text": " "
254
+ }
255
+ ],
256
+ "fileUrlPath": "dist/types/hub-proxy.d.ts",
257
+ "releaseTag": "Public",
258
+ "isAbstract": false,
259
+ "name": "PacemHubListenerElement",
260
+ "preserveMemberOrder": false,
261
+ "members": [
262
+ {
263
+ "kind": "Property",
264
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#arguments:member",
265
+ "docComment": "/**\n * Method arguments.\n */\n",
266
+ "excerptTokens": [
267
+ {
268
+ "kind": "Content",
269
+ "text": "arguments: "
270
+ },
271
+ {
272
+ "kind": "Content",
273
+ "text": "any[]"
274
+ },
275
+ {
276
+ "kind": "Content",
277
+ "text": ";"
278
+ }
279
+ ],
280
+ "isReadonly": false,
281
+ "isOptional": false,
282
+ "releaseTag": "Public",
283
+ "name": "arguments",
284
+ "propertyTypeTokenRange": {
285
+ "startIndex": 1,
286
+ "endIndex": 2
287
+ },
288
+ "isStatic": false,
289
+ "isProtected": false,
290
+ "isAbstract": false
291
+ },
292
+ {
293
+ "kind": "Method",
294
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#disconnectedCallback:member(1)",
295
+ "docComment": "",
296
+ "excerptTokens": [
297
+ {
298
+ "kind": "Content",
299
+ "text": "disconnectedCallback(): "
300
+ },
301
+ {
302
+ "kind": "Content",
303
+ "text": "void"
304
+ },
305
+ {
306
+ "kind": "Content",
307
+ "text": ";"
308
+ }
309
+ ],
310
+ "isStatic": false,
311
+ "returnTypeTokenRange": {
312
+ "startIndex": 1,
313
+ "endIndex": 2
314
+ },
315
+ "releaseTag": "Public",
316
+ "isProtected": false,
317
+ "overloadIndex": 1,
318
+ "parameters": [],
319
+ "isOptional": false,
320
+ "isAbstract": false,
321
+ "name": "disconnectedCallback"
322
+ },
323
+ {
324
+ "kind": "Property",
325
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#method:member",
326
+ "docComment": "/**\n * The method that the listener should subscribe to.\n */\n",
327
+ "excerptTokens": [
328
+ {
329
+ "kind": "Content",
330
+ "text": "method: "
331
+ },
332
+ {
333
+ "kind": "Content",
334
+ "text": "string"
335
+ },
336
+ {
337
+ "kind": "Content",
338
+ "text": ";"
339
+ }
340
+ ],
341
+ "isReadonly": false,
342
+ "isOptional": false,
343
+ "releaseTag": "Public",
344
+ "name": "method",
345
+ "propertyTypeTokenRange": {
346
+ "startIndex": 1,
347
+ "endIndex": 2
348
+ },
349
+ "isStatic": false,
350
+ "isProtected": false,
351
+ "isAbstract": false
352
+ },
353
+ {
354
+ "kind": "Method",
355
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#propertyChangedCallback:member(1)",
356
+ "docComment": "",
357
+ "excerptTokens": [
358
+ {
359
+ "kind": "Content",
360
+ "text": "propertyChangedCallback(name: "
361
+ },
362
+ {
363
+ "kind": "Content",
364
+ "text": "string"
365
+ },
366
+ {
367
+ "kind": "Content",
368
+ "text": ", old: "
369
+ },
370
+ {
371
+ "kind": "Content",
372
+ "text": "any"
373
+ },
374
+ {
375
+ "kind": "Content",
376
+ "text": ", val: "
377
+ },
378
+ {
379
+ "kind": "Content",
380
+ "text": "any"
381
+ },
382
+ {
383
+ "kind": "Content",
384
+ "text": ", first?: "
385
+ },
386
+ {
387
+ "kind": "Content",
388
+ "text": "boolean"
389
+ },
390
+ {
391
+ "kind": "Content",
392
+ "text": "): "
393
+ },
394
+ {
395
+ "kind": "Content",
396
+ "text": "void"
397
+ },
398
+ {
399
+ "kind": "Content",
400
+ "text": ";"
401
+ }
402
+ ],
403
+ "isStatic": false,
404
+ "returnTypeTokenRange": {
405
+ "startIndex": 9,
406
+ "endIndex": 10
407
+ },
408
+ "releaseTag": "Public",
409
+ "isProtected": false,
410
+ "overloadIndex": 1,
411
+ "parameters": [
412
+ {
413
+ "parameterName": "name",
414
+ "parameterTypeTokenRange": {
415
+ "startIndex": 1,
416
+ "endIndex": 2
417
+ },
418
+ "isOptional": false
419
+ },
420
+ {
421
+ "parameterName": "old",
422
+ "parameterTypeTokenRange": {
423
+ "startIndex": 3,
424
+ "endIndex": 4
425
+ },
426
+ "isOptional": false
427
+ },
428
+ {
429
+ "parameterName": "val",
430
+ "parameterTypeTokenRange": {
431
+ "startIndex": 5,
432
+ "endIndex": 6
433
+ },
434
+ "isOptional": false
435
+ },
436
+ {
437
+ "parameterName": "first",
438
+ "parameterTypeTokenRange": {
439
+ "startIndex": 7,
440
+ "endIndex": 8
441
+ },
442
+ "isOptional": true
443
+ }
444
+ ],
445
+ "isOptional": false,
446
+ "isAbstract": false,
447
+ "name": "propertyChangedCallback"
448
+ },
449
+ {
450
+ "kind": "Method",
451
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#start:member(1)",
452
+ "docComment": "/**\n * Start listening, if not disabled.\n */\n",
453
+ "excerptTokens": [
454
+ {
455
+ "kind": "Content",
456
+ "text": "start(): "
457
+ },
458
+ {
459
+ "kind": "Content",
460
+ "text": "void"
461
+ },
462
+ {
463
+ "kind": "Content",
464
+ "text": ";"
465
+ }
466
+ ],
467
+ "isStatic": false,
468
+ "returnTypeTokenRange": {
469
+ "startIndex": 1,
470
+ "endIndex": 2
471
+ },
472
+ "releaseTag": "Public",
473
+ "isProtected": false,
474
+ "overloadIndex": 1,
475
+ "parameters": [],
476
+ "isOptional": false,
477
+ "isAbstract": false,
478
+ "name": "start"
479
+ },
480
+ {
481
+ "kind": "Method",
482
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#stop:member(1)",
483
+ "docComment": "/**\n * Stop listening.\n */\n",
484
+ "excerptTokens": [
485
+ {
486
+ "kind": "Content",
487
+ "text": "stop(): "
488
+ },
489
+ {
490
+ "kind": "Content",
491
+ "text": "void"
492
+ },
493
+ {
494
+ "kind": "Content",
495
+ "text": ";"
496
+ }
497
+ ],
498
+ "isStatic": false,
499
+ "returnTypeTokenRange": {
500
+ "startIndex": 1,
501
+ "endIndex": 2
502
+ },
503
+ "releaseTag": "Public",
504
+ "isProtected": false,
505
+ "overloadIndex": 1,
506
+ "parameters": [],
507
+ "isOptional": false,
508
+ "isAbstract": false,
509
+ "name": "stop"
510
+ },
511
+ {
512
+ "kind": "Property",
513
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#stream:member",
514
+ "docComment": "/**\n * Whether it is listening to a streaming hub (`true`), or not (`false`, default).\n */\n",
515
+ "excerptTokens": [
516
+ {
517
+ "kind": "Content",
518
+ "text": "stream: "
519
+ },
520
+ {
521
+ "kind": "Content",
522
+ "text": "boolean"
523
+ },
524
+ {
525
+ "kind": "Content",
526
+ "text": ";"
527
+ }
528
+ ],
529
+ "isReadonly": false,
530
+ "isOptional": false,
531
+ "releaseTag": "Public",
532
+ "name": "stream",
533
+ "propertyTypeTokenRange": {
534
+ "startIndex": 1,
535
+ "endIndex": 2
536
+ },
537
+ "isStatic": false,
538
+ "isProtected": false,
539
+ "isAbstract": false
540
+ },
541
+ {
542
+ "kind": "Method",
543
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement#viewActivatedCallback:member(1)",
544
+ "docComment": "",
545
+ "excerptTokens": [
546
+ {
547
+ "kind": "Content",
548
+ "text": "viewActivatedCallback(): "
549
+ },
550
+ {
551
+ "kind": "Content",
552
+ "text": "void"
553
+ },
554
+ {
555
+ "kind": "Content",
556
+ "text": ";"
557
+ }
558
+ ],
559
+ "isStatic": false,
560
+ "returnTypeTokenRange": {
561
+ "startIndex": 1,
562
+ "endIndex": 2
563
+ },
564
+ "releaseTag": "Public",
565
+ "isProtected": false,
566
+ "overloadIndex": 1,
567
+ "parameters": [],
568
+ "isOptional": false,
569
+ "isAbstract": false,
570
+ "name": "viewActivatedCallback"
571
+ }
572
+ ],
573
+ "extendsTokenRange": {
574
+ "startIndex": 1,
575
+ "endIndex": 2
576
+ },
577
+ "implementsTokenRanges": []
578
+ },
579
+ {
580
+ "kind": "Class",
581
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement:class",
582
+ "docComment": "/**\n * Wraps a SignalR hub connection, dispatching its connection state and exposing `invoke`/`send` to registered {@link PacemHubListenerElement} children.\n */\n",
583
+ "excerptTokens": [
584
+ {
585
+ "kind": "Content",
586
+ "text": "export declare class PacemHubProxyElement extends "
587
+ },
588
+ {
589
+ "kind": "Reference",
590
+ "text": "Components.PacemItemsContainerElement",
591
+ "canonicalReference": "@pacem/pacem-core!PacemItemsContainerElement:class"
592
+ },
593
+ {
594
+ "kind": "Content",
595
+ "text": "<"
596
+ },
597
+ {
598
+ "kind": "Reference",
599
+ "text": "PacemHubListenerElement",
600
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement:class"
601
+ },
602
+ {
603
+ "kind": "Content",
604
+ "text": ">"
605
+ },
606
+ {
607
+ "kind": "Content",
608
+ "text": " "
609
+ }
610
+ ],
611
+ "fileUrlPath": "dist/types/hub-proxy.d.ts",
612
+ "releaseTag": "Public",
613
+ "isAbstract": false,
614
+ "name": "PacemHubProxyElement",
615
+ "preserveMemberOrder": false,
616
+ "members": [
617
+ {
618
+ "kind": "Property",
619
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#accesstoken:member",
620
+ "docComment": "/**\n * Gets or sets the access token used to authenticate against the hub.\n */\n",
621
+ "excerptTokens": [
622
+ {
623
+ "kind": "Content",
624
+ "text": "accesstoken: "
625
+ },
626
+ {
627
+ "kind": "Content",
628
+ "text": "string"
629
+ },
630
+ {
631
+ "kind": "Content",
632
+ "text": ";"
633
+ }
634
+ ],
635
+ "isReadonly": false,
636
+ "isOptional": false,
637
+ "releaseTag": "Public",
638
+ "name": "accesstoken",
639
+ "propertyTypeTokenRange": {
640
+ "startIndex": 1,
641
+ "endIndex": 2
642
+ },
643
+ "isStatic": false,
644
+ "isProtected": false,
645
+ "isAbstract": false
646
+ },
647
+ {
648
+ "kind": "Property",
649
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#connected:member",
650
+ "docComment": "/**\n * Gets whether the hub connection is currently established.\n *\n * @readonly\n */\n",
651
+ "excerptTokens": [
652
+ {
653
+ "kind": "Content",
654
+ "text": "connected: "
655
+ },
656
+ {
657
+ "kind": "Content",
658
+ "text": "boolean"
659
+ },
660
+ {
661
+ "kind": "Content",
662
+ "text": ";"
663
+ }
664
+ ],
665
+ "isReadonly": true,
666
+ "isOptional": false,
667
+ "releaseTag": "Public",
668
+ "name": "connected",
669
+ "propertyTypeTokenRange": {
670
+ "startIndex": 1,
671
+ "endIndex": 2
672
+ },
673
+ "isStatic": false,
674
+ "isProtected": false,
675
+ "isAbstract": false
676
+ },
677
+ {
678
+ "kind": "Property",
679
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#connection:member",
680
+ "docComment": "/**\n * Gets the underlying `signalR.HubConnection` instance, if connected.\n *\n * @readonly\n */\n",
681
+ "excerptTokens": [
682
+ {
683
+ "kind": "Content",
684
+ "text": "get connection(): "
685
+ },
686
+ {
687
+ "kind": "Content",
688
+ "text": "import(\"@microsoft/signalr\")."
689
+ },
690
+ {
691
+ "kind": "Reference",
692
+ "text": "HubConnection",
693
+ "canonicalReference": "@microsoft/signalr!HubConnection:class"
694
+ },
695
+ {
696
+ "kind": "Content",
697
+ "text": ";"
698
+ }
699
+ ],
700
+ "isReadonly": true,
701
+ "isOptional": false,
702
+ "releaseTag": "Public",
703
+ "name": "connection",
704
+ "propertyTypeTokenRange": {
705
+ "startIndex": 1,
706
+ "endIndex": 3
707
+ },
708
+ "isStatic": false,
709
+ "isProtected": false,
710
+ "isAbstract": false
711
+ },
712
+ {
713
+ "kind": "Method",
714
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#disconnectedCallback:member(1)",
715
+ "docComment": "",
716
+ "excerptTokens": [
717
+ {
718
+ "kind": "Content",
719
+ "text": "disconnectedCallback(): "
720
+ },
721
+ {
722
+ "kind": "Content",
723
+ "text": "void"
724
+ },
725
+ {
726
+ "kind": "Content",
727
+ "text": ";"
728
+ }
729
+ ],
730
+ "isStatic": false,
731
+ "returnTypeTokenRange": {
732
+ "startIndex": 1,
733
+ "endIndex": 2
734
+ },
735
+ "releaseTag": "Public",
736
+ "isProtected": false,
737
+ "overloadIndex": 1,
738
+ "parameters": [],
739
+ "isOptional": false,
740
+ "isAbstract": false,
741
+ "name": "disconnectedCallback"
742
+ },
743
+ {
744
+ "kind": "Method",
745
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#invoke:member(1)",
746
+ "docComment": "/**\n * Invokes a hub method and waits for a result from the server.\n *\n * @param method - Name of the hub method to invoke\n *\n * @param args - Arguments to pass to the hub method\n *\n * @returns A promise that resolves with the server response\n */\n",
747
+ "excerptTokens": [
748
+ {
749
+ "kind": "Content",
750
+ "text": "invoke(method: "
751
+ },
752
+ {
753
+ "kind": "Content",
754
+ "text": "string"
755
+ },
756
+ {
757
+ "kind": "Content",
758
+ "text": ", ...args: "
759
+ },
760
+ {
761
+ "kind": "Content",
762
+ "text": "any[]"
763
+ },
764
+ {
765
+ "kind": "Content",
766
+ "text": "): "
767
+ },
768
+ {
769
+ "kind": "Reference",
770
+ "text": "PromiseLike",
771
+ "canonicalReference": "!PromiseLike:interface"
772
+ },
773
+ {
774
+ "kind": "Content",
775
+ "text": "<any>"
776
+ },
777
+ {
778
+ "kind": "Content",
779
+ "text": ";"
780
+ }
781
+ ],
782
+ "isStatic": false,
783
+ "returnTypeTokenRange": {
784
+ "startIndex": 5,
785
+ "endIndex": 7
786
+ },
787
+ "releaseTag": "Public",
788
+ "isProtected": false,
789
+ "overloadIndex": 1,
790
+ "parameters": [
791
+ {
792
+ "parameterName": "method",
793
+ "parameterTypeTokenRange": {
794
+ "startIndex": 1,
795
+ "endIndex": 2
796
+ },
797
+ "isOptional": false
798
+ },
799
+ {
800
+ "parameterName": "args",
801
+ "parameterTypeTokenRange": {
802
+ "startIndex": 3,
803
+ "endIndex": 4
804
+ },
805
+ "isOptional": false
806
+ }
807
+ ],
808
+ "isOptional": false,
809
+ "isAbstract": false,
810
+ "name": "invoke"
811
+ },
812
+ {
813
+ "kind": "Method",
814
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#propertyChangedCallback:member(1)",
815
+ "docComment": "",
816
+ "excerptTokens": [
817
+ {
818
+ "kind": "Content",
819
+ "text": "propertyChangedCallback(name: "
820
+ },
821
+ {
822
+ "kind": "Content",
823
+ "text": "string"
824
+ },
825
+ {
826
+ "kind": "Content",
827
+ "text": ", old: "
828
+ },
829
+ {
830
+ "kind": "Content",
831
+ "text": "any"
832
+ },
833
+ {
834
+ "kind": "Content",
835
+ "text": ", val: "
836
+ },
837
+ {
838
+ "kind": "Content",
839
+ "text": "any"
840
+ },
841
+ {
842
+ "kind": "Content",
843
+ "text": ", first?: "
844
+ },
845
+ {
846
+ "kind": "Content",
847
+ "text": "boolean"
848
+ },
849
+ {
850
+ "kind": "Content",
851
+ "text": "): "
852
+ },
853
+ {
854
+ "kind": "Content",
855
+ "text": "void"
856
+ },
857
+ {
858
+ "kind": "Content",
859
+ "text": ";"
860
+ }
861
+ ],
862
+ "isStatic": false,
863
+ "returnTypeTokenRange": {
864
+ "startIndex": 9,
865
+ "endIndex": 10
866
+ },
867
+ "releaseTag": "Public",
868
+ "isProtected": false,
869
+ "overloadIndex": 1,
870
+ "parameters": [
871
+ {
872
+ "parameterName": "name",
873
+ "parameterTypeTokenRange": {
874
+ "startIndex": 1,
875
+ "endIndex": 2
876
+ },
877
+ "isOptional": false
878
+ },
879
+ {
880
+ "parameterName": "old",
881
+ "parameterTypeTokenRange": {
882
+ "startIndex": 3,
883
+ "endIndex": 4
884
+ },
885
+ "isOptional": false
886
+ },
887
+ {
888
+ "parameterName": "val",
889
+ "parameterTypeTokenRange": {
890
+ "startIndex": 5,
891
+ "endIndex": 6
892
+ },
893
+ "isOptional": false
894
+ },
895
+ {
896
+ "parameterName": "first",
897
+ "parameterTypeTokenRange": {
898
+ "startIndex": 7,
899
+ "endIndex": 8
900
+ },
901
+ "isOptional": true
902
+ }
903
+ ],
904
+ "isOptional": false,
905
+ "isAbstract": false,
906
+ "name": "propertyChangedCallback"
907
+ },
908
+ {
909
+ "kind": "Method",
910
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#send:member(1)",
911
+ "docComment": "/**\n * Invokes a hub method without waiting for a result from the server.\n *\n * @param method - Name of the hub method to invoke\n *\n * @param args - Arguments to pass to the hub method\n */\n",
912
+ "excerptTokens": [
913
+ {
914
+ "kind": "Content",
915
+ "text": "send(method: "
916
+ },
917
+ {
918
+ "kind": "Content",
919
+ "text": "string"
920
+ },
921
+ {
922
+ "kind": "Content",
923
+ "text": ", ...args: "
924
+ },
925
+ {
926
+ "kind": "Content",
927
+ "text": "any[]"
928
+ },
929
+ {
930
+ "kind": "Content",
931
+ "text": "): "
932
+ },
933
+ {
934
+ "kind": "Reference",
935
+ "text": "PromiseLike",
936
+ "canonicalReference": "!PromiseLike:interface"
937
+ },
938
+ {
939
+ "kind": "Content",
940
+ "text": "<void>"
941
+ },
942
+ {
943
+ "kind": "Content",
944
+ "text": ";"
945
+ }
946
+ ],
947
+ "isStatic": false,
948
+ "returnTypeTokenRange": {
949
+ "startIndex": 5,
950
+ "endIndex": 7
951
+ },
952
+ "releaseTag": "Public",
953
+ "isProtected": false,
954
+ "overloadIndex": 1,
955
+ "parameters": [
956
+ {
957
+ "parameterName": "method",
958
+ "parameterTypeTokenRange": {
959
+ "startIndex": 1,
960
+ "endIndex": 2
961
+ },
962
+ "isOptional": false
963
+ },
964
+ {
965
+ "parameterName": "args",
966
+ "parameterTypeTokenRange": {
967
+ "startIndex": 3,
968
+ "endIndex": 4
969
+ },
970
+ "isOptional": false
971
+ }
972
+ ],
973
+ "isOptional": false,
974
+ "isAbstract": false,
975
+ "name": "send"
976
+ },
977
+ {
978
+ "kind": "Method",
979
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#start:member(1)",
980
+ "docComment": "/**\n * (Re)establishes the hub connection.\n */\n",
981
+ "excerptTokens": [
982
+ {
983
+ "kind": "Content",
984
+ "text": "start(): "
985
+ },
986
+ {
987
+ "kind": "Reference",
988
+ "text": "Promise",
989
+ "canonicalReference": "!Promise:interface"
990
+ },
991
+ {
992
+ "kind": "Content",
993
+ "text": "<void>"
994
+ },
995
+ {
996
+ "kind": "Content",
997
+ "text": ";"
998
+ }
999
+ ],
1000
+ "isStatic": false,
1001
+ "returnTypeTokenRange": {
1002
+ "startIndex": 1,
1003
+ "endIndex": 3
1004
+ },
1005
+ "releaseTag": "Public",
1006
+ "isProtected": false,
1007
+ "overloadIndex": 1,
1008
+ "parameters": [],
1009
+ "isOptional": false,
1010
+ "isAbstract": false,
1011
+ "name": "start"
1012
+ },
1013
+ {
1014
+ "kind": "Method",
1015
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#stop:member(1)",
1016
+ "docComment": "/**\n * Closes the hub connection, if connected.\n */\n",
1017
+ "excerptTokens": [
1018
+ {
1019
+ "kind": "Content",
1020
+ "text": "stop(): "
1021
+ },
1022
+ {
1023
+ "kind": "Reference",
1024
+ "text": "Promise",
1025
+ "canonicalReference": "!Promise:interface"
1026
+ },
1027
+ {
1028
+ "kind": "Content",
1029
+ "text": "<void>"
1030
+ },
1031
+ {
1032
+ "kind": "Content",
1033
+ "text": ";"
1034
+ }
1035
+ ],
1036
+ "isStatic": false,
1037
+ "returnTypeTokenRange": {
1038
+ "startIndex": 1,
1039
+ "endIndex": 3
1040
+ },
1041
+ "releaseTag": "Public",
1042
+ "isProtected": false,
1043
+ "overloadIndex": 1,
1044
+ "parameters": [],
1045
+ "isOptional": false,
1046
+ "isAbstract": false,
1047
+ "name": "stop"
1048
+ },
1049
+ {
1050
+ "kind": "Property",
1051
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#url:member",
1052
+ "docComment": "/**\n * Gets or sets the url of the SignalR hub to connect to.\n */\n",
1053
+ "excerptTokens": [
1054
+ {
1055
+ "kind": "Content",
1056
+ "text": "url: "
1057
+ },
1058
+ {
1059
+ "kind": "Content",
1060
+ "text": "string"
1061
+ },
1062
+ {
1063
+ "kind": "Content",
1064
+ "text": ";"
1065
+ }
1066
+ ],
1067
+ "isReadonly": false,
1068
+ "isOptional": false,
1069
+ "releaseTag": "Public",
1070
+ "name": "url",
1071
+ "propertyTypeTokenRange": {
1072
+ "startIndex": 1,
1073
+ "endIndex": 2
1074
+ },
1075
+ "isStatic": false,
1076
+ "isProtected": false,
1077
+ "isAbstract": false
1078
+ },
1079
+ {
1080
+ "kind": "Method",
1081
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#validate:member(1)",
1082
+ "docComment": "/**\n * @inheritdoc\n */\n",
1083
+ "excerptTokens": [
1084
+ {
1085
+ "kind": "Content",
1086
+ "text": "validate(item: "
1087
+ },
1088
+ {
1089
+ "kind": "Reference",
1090
+ "text": "PacemHubListenerElement",
1091
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubListenerElement:class"
1092
+ },
1093
+ {
1094
+ "kind": "Content",
1095
+ "text": "): "
1096
+ },
1097
+ {
1098
+ "kind": "Content",
1099
+ "text": "boolean"
1100
+ },
1101
+ {
1102
+ "kind": "Content",
1103
+ "text": ";"
1104
+ }
1105
+ ],
1106
+ "isStatic": false,
1107
+ "returnTypeTokenRange": {
1108
+ "startIndex": 3,
1109
+ "endIndex": 4
1110
+ },
1111
+ "releaseTag": "Public",
1112
+ "isProtected": false,
1113
+ "overloadIndex": 1,
1114
+ "parameters": [
1115
+ {
1116
+ "parameterName": "item",
1117
+ "parameterTypeTokenRange": {
1118
+ "startIndex": 1,
1119
+ "endIndex": 2
1120
+ },
1121
+ "isOptional": false
1122
+ }
1123
+ ],
1124
+ "isOptional": false,
1125
+ "isAbstract": false,
1126
+ "name": "validate"
1127
+ },
1128
+ {
1129
+ "kind": "Method",
1130
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemHubProxyElement#viewActivatedCallback:member(1)",
1131
+ "docComment": "",
1132
+ "excerptTokens": [
1133
+ {
1134
+ "kind": "Content",
1135
+ "text": "viewActivatedCallback(): "
1136
+ },
1137
+ {
1138
+ "kind": "Content",
1139
+ "text": "void"
1140
+ },
1141
+ {
1142
+ "kind": "Content",
1143
+ "text": ";"
1144
+ }
1145
+ ],
1146
+ "isStatic": false,
1147
+ "returnTypeTokenRange": {
1148
+ "startIndex": 1,
1149
+ "endIndex": 2
1150
+ },
1151
+ "releaseTag": "Public",
1152
+ "isProtected": false,
1153
+ "overloadIndex": 1,
1154
+ "parameters": [],
1155
+ "isOptional": false,
1156
+ "isAbstract": false,
1157
+ "name": "viewActivatedCallback"
1158
+ }
1159
+ ],
1160
+ "extendsTokenRange": {
1161
+ "startIndex": 1,
1162
+ "endIndex": 5
1163
+ },
1164
+ "implementsTokenRanges": []
1165
+ },
1166
+ {
1167
+ "kind": "Class",
1168
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement:class",
1169
+ "docComment": "/**\n * Subscribes to a named event exposed by the ancestor {@link PacemServerSentEventsProxyElement}'s `EventSource`, dispatching a `receive` event for every incoming message.\n */\n",
1170
+ "excerptTokens": [
1171
+ {
1172
+ "kind": "Content",
1173
+ "text": "export declare class PacemServerSentEventsListenerElement extends "
1174
+ },
1175
+ {
1176
+ "kind": "Reference",
1177
+ "text": "Components.PacemItemElement",
1178
+ "canonicalReference": "@pacem/pacem-core!PacemItemElement:class"
1179
+ },
1180
+ {
1181
+ "kind": "Content",
1182
+ "text": " "
1183
+ }
1184
+ ],
1185
+ "fileUrlPath": "dist/types/sse-proxy.d.ts",
1186
+ "releaseTag": "Public",
1187
+ "isAbstract": false,
1188
+ "name": "PacemServerSentEventsListenerElement",
1189
+ "preserveMemberOrder": false,
1190
+ "members": [
1191
+ {
1192
+ "kind": "Method",
1193
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement#disconnectedCallback:member(1)",
1194
+ "docComment": "",
1195
+ "excerptTokens": [
1196
+ {
1197
+ "kind": "Content",
1198
+ "text": "disconnectedCallback(): "
1199
+ },
1200
+ {
1201
+ "kind": "Content",
1202
+ "text": "void"
1203
+ },
1204
+ {
1205
+ "kind": "Content",
1206
+ "text": ";"
1207
+ }
1208
+ ],
1209
+ "isStatic": false,
1210
+ "returnTypeTokenRange": {
1211
+ "startIndex": 1,
1212
+ "endIndex": 2
1213
+ },
1214
+ "releaseTag": "Public",
1215
+ "isProtected": false,
1216
+ "overloadIndex": 1,
1217
+ "parameters": [],
1218
+ "isOptional": false,
1219
+ "isAbstract": false,
1220
+ "name": "disconnectedCallback"
1221
+ },
1222
+ {
1223
+ "kind": "Property",
1224
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement#method:member",
1225
+ "docComment": "/**\n * The method that the listener should subscribe to.\n */\n",
1226
+ "excerptTokens": [
1227
+ {
1228
+ "kind": "Content",
1229
+ "text": "method: "
1230
+ },
1231
+ {
1232
+ "kind": "Content",
1233
+ "text": "string"
1234
+ },
1235
+ {
1236
+ "kind": "Content",
1237
+ "text": ";"
1238
+ }
1239
+ ],
1240
+ "isReadonly": false,
1241
+ "isOptional": false,
1242
+ "releaseTag": "Public",
1243
+ "name": "method",
1244
+ "propertyTypeTokenRange": {
1245
+ "startIndex": 1,
1246
+ "endIndex": 2
1247
+ },
1248
+ "isStatic": false,
1249
+ "isProtected": false,
1250
+ "isAbstract": false
1251
+ },
1252
+ {
1253
+ "kind": "Method",
1254
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement#propertyChangedCallback:member(1)",
1255
+ "docComment": "",
1256
+ "excerptTokens": [
1257
+ {
1258
+ "kind": "Content",
1259
+ "text": "propertyChangedCallback(name: "
1260
+ },
1261
+ {
1262
+ "kind": "Content",
1263
+ "text": "string"
1264
+ },
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": ", old: "
1268
+ },
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": "any"
1272
+ },
1273
+ {
1274
+ "kind": "Content",
1275
+ "text": ", val: "
1276
+ },
1277
+ {
1278
+ "kind": "Content",
1279
+ "text": "any"
1280
+ },
1281
+ {
1282
+ "kind": "Content",
1283
+ "text": ", first?: "
1284
+ },
1285
+ {
1286
+ "kind": "Content",
1287
+ "text": "boolean"
1288
+ },
1289
+ {
1290
+ "kind": "Content",
1291
+ "text": "): "
1292
+ },
1293
+ {
1294
+ "kind": "Content",
1295
+ "text": "void"
1296
+ },
1297
+ {
1298
+ "kind": "Content",
1299
+ "text": ";"
1300
+ }
1301
+ ],
1302
+ "isStatic": false,
1303
+ "returnTypeTokenRange": {
1304
+ "startIndex": 9,
1305
+ "endIndex": 10
1306
+ },
1307
+ "releaseTag": "Public",
1308
+ "isProtected": false,
1309
+ "overloadIndex": 1,
1310
+ "parameters": [
1311
+ {
1312
+ "parameterName": "name",
1313
+ "parameterTypeTokenRange": {
1314
+ "startIndex": 1,
1315
+ "endIndex": 2
1316
+ },
1317
+ "isOptional": false
1318
+ },
1319
+ {
1320
+ "parameterName": "old",
1321
+ "parameterTypeTokenRange": {
1322
+ "startIndex": 3,
1323
+ "endIndex": 4
1324
+ },
1325
+ "isOptional": false
1326
+ },
1327
+ {
1328
+ "parameterName": "val",
1329
+ "parameterTypeTokenRange": {
1330
+ "startIndex": 5,
1331
+ "endIndex": 6
1332
+ },
1333
+ "isOptional": false
1334
+ },
1335
+ {
1336
+ "parameterName": "first",
1337
+ "parameterTypeTokenRange": {
1338
+ "startIndex": 7,
1339
+ "endIndex": 8
1340
+ },
1341
+ "isOptional": true
1342
+ }
1343
+ ],
1344
+ "isOptional": false,
1345
+ "isAbstract": false,
1346
+ "name": "propertyChangedCallback"
1347
+ },
1348
+ {
1349
+ "kind": "Method",
1350
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement#start:member(1)",
1351
+ "docComment": "/**\n * Start listening, if not disabled.\n */\n",
1352
+ "excerptTokens": [
1353
+ {
1354
+ "kind": "Content",
1355
+ "text": "start(): "
1356
+ },
1357
+ {
1358
+ "kind": "Content",
1359
+ "text": "void"
1360
+ },
1361
+ {
1362
+ "kind": "Content",
1363
+ "text": ";"
1364
+ }
1365
+ ],
1366
+ "isStatic": false,
1367
+ "returnTypeTokenRange": {
1368
+ "startIndex": 1,
1369
+ "endIndex": 2
1370
+ },
1371
+ "releaseTag": "Public",
1372
+ "isProtected": false,
1373
+ "overloadIndex": 1,
1374
+ "parameters": [],
1375
+ "isOptional": false,
1376
+ "isAbstract": false,
1377
+ "name": "start"
1378
+ },
1379
+ {
1380
+ "kind": "Method",
1381
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement#stop:member(1)",
1382
+ "docComment": "/**\n * Stop listening.\n */\n",
1383
+ "excerptTokens": [
1384
+ {
1385
+ "kind": "Content",
1386
+ "text": "stop(): "
1387
+ },
1388
+ {
1389
+ "kind": "Content",
1390
+ "text": "void"
1391
+ },
1392
+ {
1393
+ "kind": "Content",
1394
+ "text": ";"
1395
+ }
1396
+ ],
1397
+ "isStatic": false,
1398
+ "returnTypeTokenRange": {
1399
+ "startIndex": 1,
1400
+ "endIndex": 2
1401
+ },
1402
+ "releaseTag": "Public",
1403
+ "isProtected": false,
1404
+ "overloadIndex": 1,
1405
+ "parameters": [],
1406
+ "isOptional": false,
1407
+ "isAbstract": false,
1408
+ "name": "stop"
1409
+ },
1410
+ {
1411
+ "kind": "Method",
1412
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement#viewActivatedCallback:member(1)",
1413
+ "docComment": "",
1414
+ "excerptTokens": [
1415
+ {
1416
+ "kind": "Content",
1417
+ "text": "viewActivatedCallback(): "
1418
+ },
1419
+ {
1420
+ "kind": "Content",
1421
+ "text": "void"
1422
+ },
1423
+ {
1424
+ "kind": "Content",
1425
+ "text": ";"
1426
+ }
1427
+ ],
1428
+ "isStatic": false,
1429
+ "returnTypeTokenRange": {
1430
+ "startIndex": 1,
1431
+ "endIndex": 2
1432
+ },
1433
+ "releaseTag": "Public",
1434
+ "isProtected": false,
1435
+ "overloadIndex": 1,
1436
+ "parameters": [],
1437
+ "isOptional": false,
1438
+ "isAbstract": false,
1439
+ "name": "viewActivatedCallback"
1440
+ }
1441
+ ],
1442
+ "extendsTokenRange": {
1443
+ "startIndex": 1,
1444
+ "endIndex": 2
1445
+ },
1446
+ "implementsTokenRanges": []
1447
+ },
1448
+ {
1449
+ "kind": "Class",
1450
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement:class",
1451
+ "docComment": "/**\n * Wraps a browser `EventSource`, opening a Server-Sent Events connection and dispatching its connection state to registered {@link PacemServerSentEventsListenerElement} children.\n */\n",
1452
+ "excerptTokens": [
1453
+ {
1454
+ "kind": "Content",
1455
+ "text": "export declare class PacemServerSentEventsProxyElement extends "
1456
+ },
1457
+ {
1458
+ "kind": "Reference",
1459
+ "text": "Components.PacemItemsContainerElement",
1460
+ "canonicalReference": "@pacem/pacem-core!PacemItemsContainerElement:class"
1461
+ },
1462
+ {
1463
+ "kind": "Content",
1464
+ "text": "<"
1465
+ },
1466
+ {
1467
+ "kind": "Reference",
1468
+ "text": "PacemServerSentEventsListenerElement",
1469
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement:class"
1470
+ },
1471
+ {
1472
+ "kind": "Content",
1473
+ "text": ">"
1474
+ },
1475
+ {
1476
+ "kind": "Content",
1477
+ "text": " "
1478
+ }
1479
+ ],
1480
+ "fileUrlPath": "dist/types/sse-proxy.d.ts",
1481
+ "releaseTag": "Public",
1482
+ "isAbstract": false,
1483
+ "name": "PacemServerSentEventsProxyElement",
1484
+ "preserveMemberOrder": false,
1485
+ "members": [
1486
+ {
1487
+ "kind": "Property",
1488
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#connected:member",
1489
+ "docComment": "/**\n * Gets whether the event source connection is currently active.\n *\n * @readonly\n */\n",
1490
+ "excerptTokens": [
1491
+ {
1492
+ "kind": "Content",
1493
+ "text": "connected: "
1494
+ },
1495
+ {
1496
+ "kind": "Content",
1497
+ "text": "boolean"
1498
+ },
1499
+ {
1500
+ "kind": "Content",
1501
+ "text": ";"
1502
+ }
1503
+ ],
1504
+ "isReadonly": true,
1505
+ "isOptional": false,
1506
+ "releaseTag": "Public",
1507
+ "name": "connected",
1508
+ "propertyTypeTokenRange": {
1509
+ "startIndex": 1,
1510
+ "endIndex": 2
1511
+ },
1512
+ "isStatic": false,
1513
+ "isProtected": false,
1514
+ "isAbstract": false
1515
+ },
1516
+ {
1517
+ "kind": "Method",
1518
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#disconnectedCallback:member(1)",
1519
+ "docComment": "",
1520
+ "excerptTokens": [
1521
+ {
1522
+ "kind": "Content",
1523
+ "text": "disconnectedCallback(): "
1524
+ },
1525
+ {
1526
+ "kind": "Content",
1527
+ "text": "void"
1528
+ },
1529
+ {
1530
+ "kind": "Content",
1531
+ "text": ";"
1532
+ }
1533
+ ],
1534
+ "isStatic": false,
1535
+ "returnTypeTokenRange": {
1536
+ "startIndex": 1,
1537
+ "endIndex": 2
1538
+ },
1539
+ "releaseTag": "Public",
1540
+ "isProtected": false,
1541
+ "overloadIndex": 1,
1542
+ "parameters": [],
1543
+ "isOptional": false,
1544
+ "isAbstract": false,
1545
+ "name": "disconnectedCallback"
1546
+ },
1547
+ {
1548
+ "kind": "Property",
1549
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#eventSource:member",
1550
+ "docComment": "/**\n * Gets the underlying `EventSource` instance, if connected.\n *\n * @readonly\n */\n",
1551
+ "excerptTokens": [
1552
+ {
1553
+ "kind": "Content",
1554
+ "text": "get eventSource(): "
1555
+ },
1556
+ {
1557
+ "kind": "Reference",
1558
+ "text": "EventSource",
1559
+ "canonicalReference": "!EventSource:interface"
1560
+ },
1561
+ {
1562
+ "kind": "Content",
1563
+ "text": ";"
1564
+ }
1565
+ ],
1566
+ "isReadonly": true,
1567
+ "isOptional": false,
1568
+ "releaseTag": "Public",
1569
+ "name": "eventSource",
1570
+ "propertyTypeTokenRange": {
1571
+ "startIndex": 1,
1572
+ "endIndex": 2
1573
+ },
1574
+ "isStatic": false,
1575
+ "isProtected": false,
1576
+ "isAbstract": false
1577
+ },
1578
+ {
1579
+ "kind": "Method",
1580
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#propertyChangedCallback:member(1)",
1581
+ "docComment": "",
1582
+ "excerptTokens": [
1583
+ {
1584
+ "kind": "Content",
1585
+ "text": "propertyChangedCallback(name: "
1586
+ },
1587
+ {
1588
+ "kind": "Content",
1589
+ "text": "string"
1590
+ },
1591
+ {
1592
+ "kind": "Content",
1593
+ "text": ", old: "
1594
+ },
1595
+ {
1596
+ "kind": "Content",
1597
+ "text": "any"
1598
+ },
1599
+ {
1600
+ "kind": "Content",
1601
+ "text": ", val: "
1602
+ },
1603
+ {
1604
+ "kind": "Content",
1605
+ "text": "any"
1606
+ },
1607
+ {
1608
+ "kind": "Content",
1609
+ "text": ", first?: "
1610
+ },
1611
+ {
1612
+ "kind": "Content",
1613
+ "text": "boolean"
1614
+ },
1615
+ {
1616
+ "kind": "Content",
1617
+ "text": "): "
1618
+ },
1619
+ {
1620
+ "kind": "Content",
1621
+ "text": "void"
1622
+ },
1623
+ {
1624
+ "kind": "Content",
1625
+ "text": ";"
1626
+ }
1627
+ ],
1628
+ "isStatic": false,
1629
+ "returnTypeTokenRange": {
1630
+ "startIndex": 9,
1631
+ "endIndex": 10
1632
+ },
1633
+ "releaseTag": "Public",
1634
+ "isProtected": false,
1635
+ "overloadIndex": 1,
1636
+ "parameters": [
1637
+ {
1638
+ "parameterName": "name",
1639
+ "parameterTypeTokenRange": {
1640
+ "startIndex": 1,
1641
+ "endIndex": 2
1642
+ },
1643
+ "isOptional": false
1644
+ },
1645
+ {
1646
+ "parameterName": "old",
1647
+ "parameterTypeTokenRange": {
1648
+ "startIndex": 3,
1649
+ "endIndex": 4
1650
+ },
1651
+ "isOptional": false
1652
+ },
1653
+ {
1654
+ "parameterName": "val",
1655
+ "parameterTypeTokenRange": {
1656
+ "startIndex": 5,
1657
+ "endIndex": 6
1658
+ },
1659
+ "isOptional": false
1660
+ },
1661
+ {
1662
+ "parameterName": "first",
1663
+ "parameterTypeTokenRange": {
1664
+ "startIndex": 7,
1665
+ "endIndex": 8
1666
+ },
1667
+ "isOptional": true
1668
+ }
1669
+ ],
1670
+ "isOptional": false,
1671
+ "isAbstract": false,
1672
+ "name": "propertyChangedCallback"
1673
+ },
1674
+ {
1675
+ "kind": "Property",
1676
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#url:member",
1677
+ "docComment": "/**\n * Gets or sets the url of the Server-Sent Events endpoint to connect to.\n */\n",
1678
+ "excerptTokens": [
1679
+ {
1680
+ "kind": "Content",
1681
+ "text": "url: "
1682
+ },
1683
+ {
1684
+ "kind": "Content",
1685
+ "text": "string"
1686
+ },
1687
+ {
1688
+ "kind": "Content",
1689
+ "text": ";"
1690
+ }
1691
+ ],
1692
+ "isReadonly": false,
1693
+ "isOptional": false,
1694
+ "releaseTag": "Public",
1695
+ "name": "url",
1696
+ "propertyTypeTokenRange": {
1697
+ "startIndex": 1,
1698
+ "endIndex": 2
1699
+ },
1700
+ "isStatic": false,
1701
+ "isProtected": false,
1702
+ "isAbstract": false
1703
+ },
1704
+ {
1705
+ "kind": "Method",
1706
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#validate:member(1)",
1707
+ "docComment": "/**\n * @inheritdoc\n */\n",
1708
+ "excerptTokens": [
1709
+ {
1710
+ "kind": "Content",
1711
+ "text": "validate(item: "
1712
+ },
1713
+ {
1714
+ "kind": "Reference",
1715
+ "text": "PacemServerSentEventsListenerElement",
1716
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsListenerElement:class"
1717
+ },
1718
+ {
1719
+ "kind": "Content",
1720
+ "text": "): "
1721
+ },
1722
+ {
1723
+ "kind": "Content",
1724
+ "text": "boolean"
1725
+ },
1726
+ {
1727
+ "kind": "Content",
1728
+ "text": ";"
1729
+ }
1730
+ ],
1731
+ "isStatic": false,
1732
+ "returnTypeTokenRange": {
1733
+ "startIndex": 3,
1734
+ "endIndex": 4
1735
+ },
1736
+ "releaseTag": "Public",
1737
+ "isProtected": false,
1738
+ "overloadIndex": 1,
1739
+ "parameters": [
1740
+ {
1741
+ "parameterName": "item",
1742
+ "parameterTypeTokenRange": {
1743
+ "startIndex": 1,
1744
+ "endIndex": 2
1745
+ },
1746
+ "isOptional": false
1747
+ }
1748
+ ],
1749
+ "isOptional": false,
1750
+ "isAbstract": false,
1751
+ "name": "validate"
1752
+ },
1753
+ {
1754
+ "kind": "Method",
1755
+ "canonicalReference": "@pacem/pacem-networking!Components.Networking.PacemServerSentEventsProxyElement#viewActivatedCallback:member(1)",
1756
+ "docComment": "",
1757
+ "excerptTokens": [
1758
+ {
1759
+ "kind": "Content",
1760
+ "text": "viewActivatedCallback(): "
1761
+ },
1762
+ {
1763
+ "kind": "Content",
1764
+ "text": "void"
1765
+ },
1766
+ {
1767
+ "kind": "Content",
1768
+ "text": ";"
1769
+ }
1770
+ ],
1771
+ "isStatic": false,
1772
+ "returnTypeTokenRange": {
1773
+ "startIndex": 1,
1774
+ "endIndex": 2
1775
+ },
1776
+ "releaseTag": "Public",
1777
+ "isProtected": false,
1778
+ "overloadIndex": 1,
1779
+ "parameters": [],
1780
+ "isOptional": false,
1781
+ "isAbstract": false,
1782
+ "name": "viewActivatedCallback"
1783
+ }
1784
+ ],
1785
+ "extendsTokenRange": {
1786
+ "startIndex": 1,
1787
+ "endIndex": 5
1788
+ },
1789
+ "implementsTokenRanges": []
1790
+ }
1791
+ ]
1792
+ }
1793
+ ]
1794
+ }
1795
+ ]
1796
+ }
1797
+ ]
1798
+ }