@genesislcap/foundation-fdc3 14.302.1-alpha-945e484.0 → 14.302.1-alpha-ecc0cfb.0

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 (56) hide show
  1. package/dist/dts/fdc3-channel-event.d.ts +223 -264
  2. package/dist/dts/fdc3-channel-event.d.ts.map +1 -1
  3. package/dist/dts/tsdoc-metadata.json +1 -1
  4. package/dist/dts/util/fdc3-intent-listener.d.ts +223 -264
  5. package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
  6. package/dist/dts/util/fdc3-raise-intent.d.ts +223 -264
  7. package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
  8. package/dist/dts/util/fdc3-system-channel-listener.d.ts +223 -264
  9. package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
  10. package/dist/dts/util/fdc3-util.d.ts.map +1 -1
  11. package/dist/esm/fdc3.js +4 -4
  12. package/dist/foundation-fdc3.api.json +167 -834
  13. package/dist/foundation-fdc3.d.ts +892 -1056
  14. package/docs/api/foundation-fdc3.fdc3.addchannellistener.md +5 -65
  15. package/docs/api/foundation-fdc3.fdc3.addintentlisteners.md +3 -33
  16. package/docs/api/foundation-fdc3.fdc3.addsystemchannellistener.md +4 -49
  17. package/docs/api/foundation-fdc3.fdc3.broadcastonchannel.md +5 -65
  18. package/docs/api/foundation-fdc3.fdc3.broadcastonchanneleventhandler.md +4 -49
  19. package/docs/api/foundation-fdc3.fdc3.broadcastoncurrentchannel.md +4 -49
  20. package/docs/api/foundation-fdc3.fdc3.findintent.md +4 -49
  21. package/docs/api/foundation-fdc3.fdc3.findintentsbycontext.md +3 -33
  22. package/docs/api/foundation-fdc3.fdc3.getorcreatechannel.md +3 -33
  23. package/docs/api/foundation-fdc3.fdc3.handlechannelcurrentcontext.md +5 -65
  24. package/docs/api/foundation-fdc3.fdc3.joinchannel.md +3 -33
  25. package/docs/api/foundation-fdc3.fdc3.md +22 -264
  26. package/docs/api/foundation-fdc3.fdc3.raiseintent.md +4 -49
  27. package/docs/api/foundation-fdc3.fdc3.raiseintentforcontext.md +3 -33
  28. package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +1 -41
  29. package/docs/api/foundation-fdc3.interopnotificationslistener.md +6 -70
  30. package/docs/api/foundation-fdc3.interopnotificationslistener.shownotificationtoast.md +3 -31
  31. package/docs/api/foundation-fdc3.md +18 -236
  32. package/docs/api/index.md +3 -21
  33. package/package.json +15 -15
  34. package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
  35. package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -62
  36. package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
  37. package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -62
  38. package/docs/api/foundation-fdc3.fdc3intentlistener.fdc3.md +0 -14
  39. package/docs/api/foundation-fdc3.fdc3intentlistener.intentconfig.md +0 -14
  40. package/docs/api/foundation-fdc3.fdc3intentlistener.md +0 -81
  41. package/docs/api/foundation-fdc3.fdc3raiseintent.eventname.md +0 -14
  42. package/docs/api/foundation-fdc3.fdc3raiseintent.fdc3.md +0 -14
  43. package/docs/api/foundation-fdc3.fdc3raiseintent.intentname.md +0 -14
  44. package/docs/api/foundation-fdc3.fdc3raiseintent.intenttype.md +0 -14
  45. package/docs/api/foundation-fdc3.fdc3raiseintent.mappingfunction.md +0 -14
  46. package/docs/api/foundation-fdc3.fdc3raiseintent.md +0 -138
  47. package/docs/api/foundation-fdc3.fdc3systemchannellistener.config.md +0 -14
  48. package/docs/api/foundation-fdc3.fdc3systemchannellistener.fdc3.md +0 -14
  49. package/docs/api/foundation-fdc3.fdc3systemchannellistener.md +0 -81
  50. package/docs/api/foundation-fdc3.intentconfig.callback.md +0 -14
  51. package/docs/api/foundation-fdc3.intentconfig.intent.md +0 -14
  52. package/docs/api/foundation-fdc3.intentconfig.md +0 -80
  53. package/docs/api/foundation-fdc3.systemchannellistenerconfig.callback.md +0 -14
  54. package/docs/api/foundation-fdc3.systemchannellistenerconfig.channeltype.md +0 -14
  55. package/docs/api/foundation-fdc3.systemchannellistenerconfig.md +0 -80
  56. package/docs/api-report.md.api.md +0 -281
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md) &gt; [mappingFunction](./foundation-fdc3.fdc3raiseintent.mappingfunction.md)
4
-
5
- ## Fdc3RaiseIntent.mappingFunction property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- mappingFunction: (any: any) => any;
14
- ```
@@ -1,138 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3RaiseIntent](./foundation-fdc3.fdc3raiseintent.md)
4
-
5
- ## Fdc3RaiseIntent class
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- fdc3-raise-intent
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export declare class Fdc3RaiseIntent extends Fdc3RaiseIntent_base
16
- ```
17
- **Extends:** Fdc3RaiseIntent\_base
18
-
19
- ## Properties
20
-
21
- <table><thead><tr><th>
22
-
23
- Property
24
-
25
-
26
- </th><th>
27
-
28
- Modifiers
29
-
30
-
31
- </th><th>
32
-
33
- Type
34
-
35
-
36
- </th><th>
37
-
38
- Description
39
-
40
-
41
- </th></tr></thead>
42
- <tbody><tr><td>
43
-
44
- [eventName](./foundation-fdc3.fdc3raiseintent.eventname.md)
45
-
46
-
47
- </td><td>
48
-
49
-
50
- </td><td>
51
-
52
- string
53
-
54
-
55
- </td><td>
56
-
57
- **_(ALPHA)_**
58
-
59
-
60
- </td></tr>
61
- <tr><td>
62
-
63
- [fdc3](./foundation-fdc3.fdc3raiseintent.fdc3.md)
64
-
65
-
66
- </td><td>
67
-
68
-
69
- </td><td>
70
-
71
- [FDC3](./foundation-fdc3.fdc3.md)
72
-
73
-
74
- </td><td>
75
-
76
- **_(ALPHA)_**
77
-
78
-
79
- </td></tr>
80
- <tr><td>
81
-
82
- [intentName](./foundation-fdc3.fdc3raiseintent.intentname.md)
83
-
84
-
85
- </td><td>
86
-
87
-
88
- </td><td>
89
-
90
- string
91
-
92
-
93
- </td><td>
94
-
95
- **_(ALPHA)_**
96
-
97
-
98
- </td></tr>
99
- <tr><td>
100
-
101
- [intentType](./foundation-fdc3.fdc3raiseintent.intenttype.md)
102
-
103
-
104
- </td><td>
105
-
106
-
107
- </td><td>
108
-
109
- string
110
-
111
-
112
- </td><td>
113
-
114
- **_(ALPHA)_**
115
-
116
-
117
- </td></tr>
118
- <tr><td>
119
-
120
- [mappingFunction](./foundation-fdc3.fdc3raiseintent.mappingfunction.md)
121
-
122
-
123
- </td><td>
124
-
125
-
126
- </td><td>
127
-
128
- (any: any) =&gt; any
129
-
130
-
131
- </td><td>
132
-
133
- **_(ALPHA)_**
134
-
135
-
136
- </td></tr>
137
- </tbody></table>
138
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) &gt; [config](./foundation-fdc3.fdc3systemchannellistener.config.md)
4
-
5
- ## Fdc3SystemChannelListener.config property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- config: SystemChannelListenerConfig[];
14
- ```
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md) &gt; [fdc3](./foundation-fdc3.fdc3systemchannellistener.fdc3.md)
4
-
5
- ## Fdc3SystemChannelListener.fdc3 property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- fdc3: FDC3;
14
- ```
@@ -1,81 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [Fdc3SystemChannelListener](./foundation-fdc3.fdc3systemchannellistener.md)
4
-
5
- ## Fdc3SystemChannelListener class
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- fdc3-system-channel-listener Util element to listen to the context on a fdc3 system channel
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export declare class Fdc3SystemChannelListener extends Fdc3SystemChannelListener_base
16
- ```
17
- **Extends:** Fdc3SystemChannelListener\_base
18
-
19
- ## Properties
20
-
21
- <table><thead><tr><th>
22
-
23
- Property
24
-
25
-
26
- </th><th>
27
-
28
- Modifiers
29
-
30
-
31
- </th><th>
32
-
33
- Type
34
-
35
-
36
- </th><th>
37
-
38
- Description
39
-
40
-
41
- </th></tr></thead>
42
- <tbody><tr><td>
43
-
44
- [config](./foundation-fdc3.fdc3systemchannellistener.config.md)
45
-
46
-
47
- </td><td>
48
-
49
-
50
- </td><td>
51
-
52
- [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)<!-- -->\[\]
53
-
54
-
55
- </td><td>
56
-
57
- **_(ALPHA)_**
58
-
59
-
60
- </td></tr>
61
- <tr><td>
62
-
63
- [fdc3](./foundation-fdc3.fdc3systemchannellistener.fdc3.md)
64
-
65
-
66
- </td><td>
67
-
68
-
69
- </td><td>
70
-
71
- [FDC3](./foundation-fdc3.fdc3.md)
72
-
73
-
74
- </td><td>
75
-
76
- **_(ALPHA)_**
77
-
78
-
79
- </td></tr>
80
- </tbody></table>
81
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [IntentConfig](./foundation-fdc3.intentconfig.md) &gt; [callback](./foundation-fdc3.intentconfig.callback.md)
4
-
5
- ## IntentConfig.callback property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- callback: (FDC3Context: any) => void;
14
- ```
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [IntentConfig](./foundation-fdc3.intentconfig.md) &gt; [intent](./foundation-fdc3.intentconfig.intent.md)
4
-
5
- ## IntentConfig.intent property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- intent: string;
14
- ```
@@ -1,80 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [IntentConfig](./foundation-fdc3.intentconfig.md)
4
-
5
- ## IntentConfig interface
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- fdc3-intent-listener listen intent config
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface IntentConfig
16
- ```
17
-
18
- ## Properties
19
-
20
- <table><thead><tr><th>
21
-
22
- Property
23
-
24
-
25
- </th><th>
26
-
27
- Modifiers
28
-
29
-
30
- </th><th>
31
-
32
- Type
33
-
34
-
35
- </th><th>
36
-
37
- Description
38
-
39
-
40
- </th></tr></thead>
41
- <tbody><tr><td>
42
-
43
- [callback](./foundation-fdc3.intentconfig.callback.md)
44
-
45
-
46
- </td><td>
47
-
48
-
49
- </td><td>
50
-
51
- (FDC3Context: any) =&gt; void
52
-
53
-
54
- </td><td>
55
-
56
- **_(ALPHA)_**
57
-
58
-
59
- </td></tr>
60
- <tr><td>
61
-
62
- [intent](./foundation-fdc3.intentconfig.intent.md)
63
-
64
-
65
- </td><td>
66
-
67
-
68
- </td><td>
69
-
70
- string
71
-
72
-
73
- </td><td>
74
-
75
- **_(ALPHA)_**
76
-
77
-
78
- </td></tr>
79
- </tbody></table>
80
-
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) &gt; [callback](./foundation-fdc3.systemchannellistenerconfig.callback.md)
4
-
5
- ## SystemChannelListenerConfig.callback property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- callback: (any: any) => void;
14
- ```
@@ -1,14 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md) &gt; [channelType](./foundation-fdc3.systemchannellistenerconfig.channeltype.md)
4
-
5
- ## SystemChannelListenerConfig.channelType property
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- **Signature:**
11
-
12
- ```typescript
13
- channelType: string;
14
- ```
@@ -1,80 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-fdc3](./foundation-fdc3.md) &gt; [SystemChannelListenerConfig](./foundation-fdc3.systemchannellistenerconfig.md)
4
-
5
- ## SystemChannelListenerConfig interface
6
-
7
- > This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
- System channel listener config. System channels are also known as color channels
11
-
12
- **Signature:**
13
-
14
- ```typescript
15
- export interface SystemChannelListenerConfig
16
- ```
17
-
18
- ## Properties
19
-
20
- <table><thead><tr><th>
21
-
22
- Property
23
-
24
-
25
- </th><th>
26
-
27
- Modifiers
28
-
29
-
30
- </th><th>
31
-
32
- Type
33
-
34
-
35
- </th><th>
36
-
37
- Description
38
-
39
-
40
- </th></tr></thead>
41
- <tbody><tr><td>
42
-
43
- [callback](./foundation-fdc3.systemchannellistenerconfig.callback.md)
44
-
45
-
46
- </td><td>
47
-
48
-
49
- </td><td>
50
-
51
- (any: any) =&gt; void
52
-
53
-
54
- </td><td>
55
-
56
- **_(ALPHA)_**
57
-
58
-
59
- </td></tr>
60
- <tr><td>
61
-
62
- [channelType](./foundation-fdc3.systemchannellistenerconfig.channeltype.md)
63
-
64
-
65
- </td><td>
66
-
67
-
68
- </td><td>
69
-
70
- string
71
-
72
-
73
- </td><td>
74
-
75
- **_(ALPHA)_**
76
-
77
-
78
- </td></tr>
79
- </tbody></table>
80
-