iframe-coordinator-cli 6.4.0 → 6.5.1

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 (57) hide show
  1. package/dist/assets/index-DEUCFuke.css +1 -0
  2. package/dist/assets/index-DejhDHus.js +57 -0
  3. package/dist/favicon.svg +1 -0
  4. package/dist/ifc-docs/assets/hierarchy.js +1 -1
  5. package/dist/ifc-docs/assets/highlight.css +130 -91
  6. package/dist/ifc-docs/assets/icons.js +20 -17
  7. package/dist/ifc-docs/assets/icons.svg +1 -1
  8. package/dist/ifc-docs/assets/main.js +2535 -5
  9. package/dist/ifc-docs/assets/navigation.js +2 -1
  10. package/dist/ifc-docs/assets/search.js +2 -1
  11. package/dist/ifc-docs/assets/style.css +1571 -1581
  12. package/dist/ifc-docs/classes/client.Client.html +2388 -99
  13. package/dist/ifc-docs/classes/client.WorkerClient.html +2164 -0
  14. package/dist/ifc-docs/classes/host.FrameRouterElement.html +850 -24
  15. package/dist/ifc-docs/classes/host.WorkerPool.html +879 -0
  16. package/dist/ifc-docs/documents/client-setup.html +579 -75
  17. package/dist/ifc-docs/functions/host.registerCustomElements.html +218 -3
  18. package/dist/ifc-docs/hierarchy.html +168 -1
  19. package/dist/ifc-docs/index.html +432 -31
  20. package/dist/ifc-docs/interfaces/client.ClientConfigOptions.html +331 -4
  21. package/dist/ifc-docs/interfaces/client.EventEmitter.html +752 -0
  22. package/dist/ifc-docs/interfaces/host.ClientConfig.html +399 -7
  23. package/dist/ifc-docs/interfaces/host.ClientRegistration.html +580 -24
  24. package/dist/ifc-docs/interfaces/host.RoutingMap.html +211 -4
  25. package/dist/ifc-docs/interfaces/host.WorkerAppData.html +388 -0
  26. package/dist/ifc-docs/interfaces/host.WorkerConfig.html +398 -0
  27. package/dist/ifc-docs/interfaces/host.WorkerItem.html +401 -0
  28. package/dist/ifc-docs/interfaces/host.WorkerRegistry.html +210 -0
  29. package/dist/ifc-docs/interfaces/messages.Breadcrumb.html +373 -0
  30. package/dist/ifc-docs/interfaces/messages.EnvData.html +510 -0
  31. package/dist/ifc-docs/interfaces/messages.KeyData.html +540 -0
  32. package/dist/ifc-docs/interfaces/messages.ModalRequest.html +381 -0
  33. package/dist/ifc-docs/interfaces/messages.NavRequest.html +390 -0
  34. package/dist/ifc-docs/interfaces/messages.Notification.html +435 -0
  35. package/dist/ifc-docs/interfaces/messages.PageMetadata.html +438 -0
  36. package/dist/ifc-docs/interfaces/messages.PromptOnLeave.html +390 -0
  37. package/dist/ifc-docs/interfaces/messages.Publication.html +443 -0
  38. package/dist/ifc-docs/modules/client.html +742 -2
  39. package/dist/ifc-docs/modules/host.html +647 -1
  40. package/dist/ifc-docs/modules/messages.html +462 -0
  41. package/dist/ifc-docs/modules.html +359 -1
  42. package/dist/ifc-docs/types/client.EnvDataHandler.html +239 -5
  43. package/dist/ifc-docs/types/client.EventHandler.html +247 -2
  44. package/dist/index.html +3 -3
  45. package/package.json +3 -4
  46. package/dist/assets/index-BLdxgMq2.css +0 -1
  47. package/dist/assets/index-IcxzuslN.js +0 -49
  48. package/dist/ifc-docs/classes/client.EventEmitter.html +0 -14
  49. package/dist/ifc-docs/interfaces/client.Breadcrumb.html +0 -6
  50. package/dist/ifc-docs/interfaces/client.EnvData.html +0 -11
  51. package/dist/ifc-docs/interfaces/client.KeyData.html +0 -12
  52. package/dist/ifc-docs/interfaces/client.ModalRequest.html +0 -6
  53. package/dist/ifc-docs/interfaces/client.NavRequest.html +0 -9
  54. package/dist/ifc-docs/interfaces/client.Notification.html +0 -9
  55. package/dist/ifc-docs/interfaces/client.PageMetadata.html +0 -8
  56. package/dist/ifc-docs/interfaces/client.PromptOnLeave.html +0 -9
  57. package/dist/ifc-docs/interfaces/client.Publication.html +0 -11
@@ -0,0 +1,462 @@
1
+ <!doctype html>
2
+ <html class="default" lang="en" data-base="../">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta http-equiv="x-ua-compatible" content="IE=edge" />
6
+ <title>messages | iframe-coordinator - v6.5.1</title>
7
+ <meta name="description" content="Documentation for iframe-coordinator" />
8
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+ <link rel="stylesheet" href="../assets/style.css" />
10
+ <link rel="stylesheet" href="../assets/highlight.css" />
11
+ <script defer src="../assets/main.js"></script>
12
+ <script async src="../assets/icons.js" id="tsd-icons-script"></script>
13
+ <script async src="../assets/search.js" id="tsd-search-script"></script>
14
+ <script async src="../assets/navigation.js" id="tsd-nav-script"></script>
15
+ </head>
16
+ <body>
17
+ <script>
18
+ document.documentElement.dataset.theme =
19
+ localStorage.getItem("tsd-theme") || "os";
20
+ document.body.style.display = "none";
21
+ setTimeout(
22
+ () =>
23
+ window.app
24
+ ? app.showPage()
25
+ : document.body.style.removeProperty("display"),
26
+ 500,
27
+ );
28
+ </script>
29
+ <header class="tsd-page-toolbar">
30
+ <div class="tsd-toolbar-contents container">
31
+ <a href="../index.html" class="title">iframe-coordinator - v6.5.1</a>
32
+ <div id="tsd-toolbar-links"></div>
33
+ <button id="tsd-search-trigger" class="tsd-widget" aria-label="Search">
34
+ <svg
35
+ width="16"
36
+ height="16"
37
+ viewBox="0 0 16 16"
38
+ fill="none"
39
+ aria-hidden="true"
40
+ >
41
+ <use href="../assets/icons.svg#icon-search"></use>
42
+ </svg>
43
+ </button>
44
+ <dialog id="tsd-search" aria-label="Search">
45
+ <input
46
+ role="combobox"
47
+ id="tsd-search-input"
48
+ aria-controls="tsd-search-results"
49
+ aria-autocomplete="list"
50
+ aria-expanded="true"
51
+ autocapitalize="off"
52
+ autocomplete="off"
53
+ placeholder="Search the docs"
54
+ maxlength="100"
55
+ />
56
+ <ul role="listbox" id="tsd-search-results"></ul>
57
+ <div id="tsd-search-status" aria-live="polite" aria-atomic="true">
58
+ <div>Preparing search index...</div>
59
+ </div>
60
+ </dialog>
61
+ <a
62
+ href="#"
63
+ class="tsd-widget menu"
64
+ id="tsd-toolbar-menu-trigger"
65
+ data-toggle="menu"
66
+ aria-label="Menu"
67
+ ><svg
68
+ width="16"
69
+ height="16"
70
+ viewBox="0 0 16 16"
71
+ fill="none"
72
+ aria-hidden="true"
73
+ >
74
+ <use href="../assets/icons.svg#icon-menu"></use></svg
75
+ ></a>
76
+ </div>
77
+ </header>
78
+ <div class="container container-main">
79
+ <div class="col-content">
80
+ <div class="tsd-page-title">
81
+ <ul class="tsd-breadcrumb" aria-label="Breadcrumb">
82
+ <li><a href="" aria-current="page">messages</a></li>
83
+ </ul>
84
+ <h1>Module messages</h1>
85
+ </div>
86
+ <details class="tsd-panel-group tsd-member-group tsd-accordion" open>
87
+ <summary class="tsd-accordion-summary" data-key="section-Interfaces">
88
+ <svg
89
+ width="20"
90
+ height="20"
91
+ viewBox="0 0 24 24"
92
+ fill="none"
93
+ aria-hidden="true"
94
+ >
95
+ <use href="../assets/icons.svg#icon-chevronDown"></use>
96
+ </svg>
97
+ <h2>Interfaces</h2>
98
+ </summary>
99
+ <dl class="tsd-member-summaries">
100
+ <dt class="tsd-member-summary" id="breadcrumb">
101
+ <span class="tsd-member-summary-name"
102
+ ><svg
103
+ class="tsd-kind-icon"
104
+ viewBox="0 0 24 24"
105
+ aria-label="Interface"
106
+ >
107
+ <use href="../assets/icons.svg#icon-256"></use></svg
108
+ ><a href="../interfaces/messages.Breadcrumb.html">Breadcrumb</a
109
+ ><a
110
+ href="#breadcrumb"
111
+ aria-label="Permalink"
112
+ class="tsd-anchor-icon"
113
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
114
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
115
+ ></span>
116
+ </dt>
117
+ <dd class="tsd-member-summary"></dd>
118
+ <dt class="tsd-member-summary" id="envdata">
119
+ <span class="tsd-member-summary-name"
120
+ ><svg
121
+ class="tsd-kind-icon"
122
+ viewBox="0 0 24 24"
123
+ aria-label="Interface"
124
+ >
125
+ <use href="../assets/icons.svg#icon-256"></use></svg
126
+ ><a href="../interfaces/messages.EnvData.html">EnvData</a
127
+ ><a
128
+ href="#envdata"
129
+ aria-label="Permalink"
130
+ class="tsd-anchor-icon"
131
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
132
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
133
+ ></span>
134
+ </dt>
135
+ <dd class="tsd-member-summary"></dd>
136
+ <dt class="tsd-member-summary" id="keydata">
137
+ <span class="tsd-member-summary-name"
138
+ ><svg
139
+ class="tsd-kind-icon"
140
+ viewBox="0 0 24 24"
141
+ aria-label="Interface"
142
+ >
143
+ <use href="../assets/icons.svg#icon-256"></use></svg
144
+ ><a href="../interfaces/messages.KeyData.html">KeyData</a
145
+ ><a
146
+ href="#keydata"
147
+ aria-label="Permalink"
148
+ class="tsd-anchor-icon"
149
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
150
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
151
+ ></span>
152
+ </dt>
153
+ <dd class="tsd-member-summary"></dd>
154
+ <dt class="tsd-member-summary" id="modalrequest">
155
+ <span class="tsd-member-summary-name"
156
+ ><svg
157
+ class="tsd-kind-icon"
158
+ viewBox="0 0 24 24"
159
+ aria-label="Interface"
160
+ >
161
+ <use href="../assets/icons.svg#icon-256"></use></svg
162
+ ><a href="../interfaces/messages.ModalRequest.html"
163
+ >ModalRequest</a
164
+ ><a
165
+ href="#modalrequest"
166
+ aria-label="Permalink"
167
+ class="tsd-anchor-icon"
168
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
169
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
170
+ ></span>
171
+ </dt>
172
+ <dd class="tsd-member-summary"></dd>
173
+ <dt class="tsd-member-summary" id="navrequest">
174
+ <span class="tsd-member-summary-name"
175
+ ><svg
176
+ class="tsd-kind-icon"
177
+ viewBox="0 0 24 24"
178
+ aria-label="Interface"
179
+ >
180
+ <use href="../assets/icons.svg#icon-256"></use></svg
181
+ ><a href="../interfaces/messages.NavRequest.html">NavRequest</a
182
+ ><a
183
+ href="#navrequest"
184
+ aria-label="Permalink"
185
+ class="tsd-anchor-icon"
186
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
187
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
188
+ ></span>
189
+ </dt>
190
+ <dd class="tsd-member-summary"></dd>
191
+ <dt class="tsd-member-summary" id="notification">
192
+ <span class="tsd-member-summary-name"
193
+ ><svg
194
+ class="tsd-kind-icon"
195
+ viewBox="0 0 24 24"
196
+ aria-label="Interface"
197
+ >
198
+ <use href="../assets/icons.svg#icon-256"></use></svg
199
+ ><a href="../interfaces/messages.Notification.html"
200
+ >Notification</a
201
+ ><a
202
+ href="#notification"
203
+ aria-label="Permalink"
204
+ class="tsd-anchor-icon"
205
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
206
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
207
+ ></span>
208
+ </dt>
209
+ <dd class="tsd-member-summary"></dd>
210
+ <dt class="tsd-member-summary" id="pagemetadata">
211
+ <span class="tsd-member-summary-name"
212
+ ><svg
213
+ class="tsd-kind-icon"
214
+ viewBox="0 0 24 24"
215
+ aria-label="Interface"
216
+ >
217
+ <use href="../assets/icons.svg#icon-256"></use></svg
218
+ ><a href="../interfaces/messages.PageMetadata.html"
219
+ >PageMetadata</a
220
+ ><a
221
+ href="#pagemetadata"
222
+ aria-label="Permalink"
223
+ class="tsd-anchor-icon"
224
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
225
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
226
+ ></span>
227
+ </dt>
228
+ <dd class="tsd-member-summary"></dd>
229
+ <dt class="tsd-member-summary" id="promptonleave">
230
+ <span class="tsd-member-summary-name"
231
+ ><svg
232
+ class="tsd-kind-icon"
233
+ viewBox="0 0 24 24"
234
+ aria-label="Interface"
235
+ >
236
+ <use href="../assets/icons.svg#icon-256"></use></svg
237
+ ><a href="../interfaces/messages.PromptOnLeave.html"
238
+ >PromptOnLeave</a
239
+ ><a
240
+ href="#promptonleave"
241
+ aria-label="Permalink"
242
+ class="tsd-anchor-icon"
243
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
244
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
245
+ ></span>
246
+ </dt>
247
+ <dd class="tsd-member-summary"></dd>
248
+ <dt class="tsd-member-summary" id="publication">
249
+ <span class="tsd-member-summary-name"
250
+ ><svg
251
+ class="tsd-kind-icon"
252
+ viewBox="0 0 24 24"
253
+ aria-label="Interface"
254
+ >
255
+ <use href="../assets/icons.svg#icon-256"></use></svg
256
+ ><a href="../interfaces/messages.Publication.html"
257
+ >Publication</a
258
+ ><a
259
+ href="#publication"
260
+ aria-label="Permalink"
261
+ class="tsd-anchor-icon"
262
+ ><svg viewBox="0 0 24 24" aria-hidden="true">
263
+ <use href="../assets/icons.svg#icon-anchor"></use></svg></a
264
+ ></span>
265
+ </dt>
266
+ <dd class="tsd-member-summary"></dd>
267
+ </dl>
268
+ </details>
269
+ </div>
270
+ <div class="col-sidebar">
271
+ <div class="page-menu">
272
+ <div class="tsd-navigation settings">
273
+ <details class="tsd-accordion">
274
+ <summary class="tsd-accordion-summary">
275
+ <svg
276
+ width="20"
277
+ height="20"
278
+ viewBox="0 0 24 24"
279
+ fill="none"
280
+ aria-hidden="true"
281
+ >
282
+ <use href="../assets/icons.svg#icon-chevronDown"></use>
283
+ </svg>
284
+ <h3>Settings</h3>
285
+ </summary>
286
+ <div class="tsd-accordion-details">
287
+ <div class="tsd-filter-visibility">
288
+ <span class="settings-label">Member Visibility</span>
289
+ <ul id="tsd-filter-options">
290
+ <li class="tsd-filter-item">
291
+ <label class="tsd-filter-input"
292
+ ><input
293
+ type="checkbox"
294
+ id="tsd-filter-inherited"
295
+ name="inherited"
296
+ checked
297
+ /><svg
298
+ width="32"
299
+ height="32"
300
+ viewBox="0 0 32 32"
301
+ aria-hidden="true"
302
+ >
303
+ <rect
304
+ class="tsd-checkbox-background"
305
+ width="30"
306
+ height="30"
307
+ x="1"
308
+ y="1"
309
+ rx="6"
310
+ fill="none"
311
+ ></rect>
312
+ <path
313
+ class="tsd-checkbox-checkmark"
314
+ d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
315
+ stroke="none"
316
+ stroke-width="3.5"
317
+ stroke-linejoin="round"
318
+ fill="none"
319
+ ></path></svg
320
+ ><span>Inherited</span></label
321
+ >
322
+ </li>
323
+ </ul>
324
+ </div>
325
+ <div class="tsd-theme-toggle">
326
+ <label class="settings-label" for="tsd-theme">Theme</label
327
+ ><select id="tsd-theme">
328
+ <option value="os">OS</option>
329
+ <option value="light">Light</option>
330
+ <option value="dark">Dark</option>
331
+ </select>
332
+ </div>
333
+ </div>
334
+ </details>
335
+ </div>
336
+ <details open class="tsd-accordion tsd-page-navigation">
337
+ <summary class="tsd-accordion-summary">
338
+ <svg
339
+ width="20"
340
+ height="20"
341
+ viewBox="0 0 24 24"
342
+ fill="none"
343
+ aria-hidden="true"
344
+ >
345
+ <use href="../assets/icons.svg#icon-chevronDown"></use>
346
+ </svg>
347
+ <h3>On This Page</h3>
348
+ </summary>
349
+ <div class="tsd-accordion-details">
350
+ <details open class="tsd-accordion tsd-page-navigation-section">
351
+ <summary
352
+ class="tsd-accordion-summary"
353
+ data-key="section-Interfaces"
354
+ >
355
+ <svg
356
+ width="20"
357
+ height="20"
358
+ viewBox="0 0 24 24"
359
+ fill="none"
360
+ aria-hidden="true"
361
+ >
362
+ <use href="../assets/icons.svg#icon-chevronDown"></use></svg
363
+ >Interfaces
364
+ </summary>
365
+ <div>
366
+ <a href="#breadcrumb"
367
+ ><svg
368
+ class="tsd-kind-icon"
369
+ viewBox="0 0 24 24"
370
+ aria-label="Interface"
371
+ >
372
+ <use href="../assets/icons.svg#icon-256"></use></svg
373
+ ><span>Breadcrumb</span></a
374
+ ><a href="#envdata"
375
+ ><svg
376
+ class="tsd-kind-icon"
377
+ viewBox="0 0 24 24"
378
+ aria-label="Interface"
379
+ >
380
+ <use href="../assets/icons.svg#icon-256"></use></svg
381
+ ><span>Env<wbr />Data</span></a
382
+ ><a href="#keydata"
383
+ ><svg
384
+ class="tsd-kind-icon"
385
+ viewBox="0 0 24 24"
386
+ aria-label="Interface"
387
+ >
388
+ <use href="../assets/icons.svg#icon-256"></use></svg
389
+ ><span>Key<wbr />Data</span></a
390
+ ><a href="#modalrequest"
391
+ ><svg
392
+ class="tsd-kind-icon"
393
+ viewBox="0 0 24 24"
394
+ aria-label="Interface"
395
+ >
396
+ <use href="../assets/icons.svg#icon-256"></use></svg
397
+ ><span>Modal<wbr />Request</span></a
398
+ ><a href="#navrequest"
399
+ ><svg
400
+ class="tsd-kind-icon"
401
+ viewBox="0 0 24 24"
402
+ aria-label="Interface"
403
+ >
404
+ <use href="../assets/icons.svg#icon-256"></use></svg
405
+ ><span>Nav<wbr />Request</span></a
406
+ ><a href="#notification"
407
+ ><svg
408
+ class="tsd-kind-icon"
409
+ viewBox="0 0 24 24"
410
+ aria-label="Interface"
411
+ >
412
+ <use href="../assets/icons.svg#icon-256"></use></svg
413
+ ><span>Notification</span></a
414
+ ><a href="#pagemetadata"
415
+ ><svg
416
+ class="tsd-kind-icon"
417
+ viewBox="0 0 24 24"
418
+ aria-label="Interface"
419
+ >
420
+ <use href="../assets/icons.svg#icon-256"></use></svg
421
+ ><span>Page<wbr />Metadata</span></a
422
+ ><a href="#promptonleave"
423
+ ><svg
424
+ class="tsd-kind-icon"
425
+ viewBox="0 0 24 24"
426
+ aria-label="Interface"
427
+ >
428
+ <use href="../assets/icons.svg#icon-256"></use></svg
429
+ ><span>Prompt<wbr />On<wbr />Leave</span></a
430
+ ><a href="#publication"
431
+ ><svg
432
+ class="tsd-kind-icon"
433
+ viewBox="0 0 24 24"
434
+ aria-label="Interface"
435
+ >
436
+ <use href="../assets/icons.svg#icon-256"></use></svg
437
+ ><span>Publication</span></a
438
+ >
439
+ </div>
440
+ </details>
441
+ </div>
442
+ </details>
443
+ </div>
444
+ <div class="site-menu">
445
+ <nav class="tsd-navigation">
446
+ <a href="../modules.html">iframe-coordinator - v6.5.1</a>
447
+ <ul class="tsd-small-nested-navigation" id="tsd-nav-container">
448
+ <li>Loading...</li>
449
+ </ul>
450
+ </nav>
451
+ </div>
452
+ </div>
453
+ </div>
454
+ <footer>
455
+ <p class="tsd-generator">
456
+ Generated using
457
+ <a href="https://typedoc.org/" target="_blank">TypeDoc</a>
458
+ </p>
459
+ </footer>
460
+ <div class="overlay"></div>
461
+ </body>
462
+ </html>