@genesislcap/foundation-fdc3 14.302.1-alpha-475e82d.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 +17 -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,26 +1,25 @@
1
1
  import { FoundationElement } from '@genesislcap/web-core';
2
2
  import { FDC3 } from '../fdc3';
3
3
  declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
4
- #_container: import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
5
- #_latestTokenCode: string;
6
- #_hasFirstLoaded: boolean;
7
- #_cleanupTimeout: NodeJS.Timeout;
8
- #_shouldForceLifecycle: boolean;
4
+ "__#1@#_container": import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
5
+ "__#1@#_latestTokenCode": string;
6
+ "__#1@#_hasFirstLoaded": boolean;
7
+ "__#1@#_cleanupTimeout": NodeJS.Timeout;
8
+ "__#1@#_shouldForceLifecycle": boolean;
9
9
  cloneNode(deep?: boolean): Node;
10
10
  deepClone(): Node;
11
- get shouldRunDisconnect(): boolean;
12
- get shouldRunConnect(): boolean;
13
- #_blockLifecycleDueToTokenChange(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
14
- #_tryFindContainingLayout(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
11
+ readonly shouldRunDisconnect: boolean;
12
+ readonly shouldRunConnect: boolean;
13
+ "__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
14
+ "__#1@#_tryFindContainingLayout"(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
15
15
  connectedCallback(): void;
16
16
  readonly $fastController: import("@microsoft/fast-element").Controller;
17
- $emit(type: string, detail?: any, options?: Omit<CustomEventInit, "detail">): boolean | void;
17
+ $emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
18
18
  disconnectedCallback(): void;
19
19
  attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
20
20
  accessKey: string;
21
21
  readonly accessKeyLabel: string;
22
22
  autocapitalize: string;
23
- autocorrect: boolean;
24
23
  dir: string;
25
24
  draggable: boolean;
26
25
  hidden: boolean;
@@ -29,90 +28,74 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
29
28
  lang: string;
30
29
  readonly offsetHeight: number;
31
30
  readonly offsetLeft: number;
32
- readonly offsetParent: Element | null;
31
+ readonly offsetParent: Element;
33
32
  readonly offsetTop: number;
34
33
  readonly offsetWidth: number;
35
34
  outerText: string;
36
- popover: string | null;
37
35
  spellcheck: boolean;
38
36
  title: string;
39
37
  translate: boolean;
40
- writingSuggestions: string;
41
38
  attachInternals(): ElementInternals;
42
39
  click(): void;
43
- hidePopover(): void;
44
- showPopover(): void;
45
- togglePopover(options?: boolean): boolean;
46
40
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
47
41
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
48
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
42
+ removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
49
43
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
50
44
  readonly attributes: NamedNodeMap;
51
- get classList(): DOMTokenList;
52
- set classList(value: string): any;
45
+ readonly classList: DOMTokenList;
53
46
  className: string;
54
47
  readonly clientHeight: number;
55
48
  readonly clientLeft: number;
56
49
  readonly clientTop: number;
57
50
  readonly clientWidth: number;
58
- readonly currentCSSZoom: number;
59
51
  id: string;
60
- innerHTML: string;
61
52
  readonly localName: string;
62
- readonly namespaceURI: string | null;
53
+ readonly namespaceURI: string;
63
54
  onfullscreenchange: (this: Element, ev: Event) => any;
64
55
  onfullscreenerror: (this: Element, ev: Event) => any;
65
56
  outerHTML: string;
66
57
  readonly ownerDocument: Document;
67
- get part(): DOMTokenList;
68
- set part(value: string): any;
69
- readonly prefix: string | null;
58
+ readonly part: DOMTokenList;
59
+ readonly prefix: string;
70
60
  readonly scrollHeight: number;
71
61
  scrollLeft: number;
72
62
  scrollTop: number;
73
63
  readonly scrollWidth: number;
74
- readonly shadowRoot: ShadowRoot | null;
64
+ readonly shadowRoot: ShadowRoot;
75
65
  slot: string;
76
66
  readonly tagName: string;
77
67
  attachShadow(init: ShadowRootInit): ShadowRoot;
78
- checkVisibility(options?: CheckVisibilityOptions): boolean;
79
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
80
- closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
81
- closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
68
+ closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
69
+ closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
82
70
  closest<E extends Element = Element>(selectors: string): E;
83
- computedStyleMap(): StylePropertyMapReadOnly;
84
- getAttribute(qualifiedName: string): string | null;
85
- getAttributeNS(namespace: string | null, localName: string): string | null;
71
+ getAttribute(qualifiedName: string): string;
72
+ getAttributeNS(namespace: string, localName: string): string;
86
73
  getAttributeNames(): string[];
87
- getAttributeNode(qualifiedName: string): Attr | null;
88
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
74
+ getAttributeNode(qualifiedName: string): Attr;
75
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
89
76
  getBoundingClientRect(): DOMRect;
90
77
  getClientRects(): DOMRectList;
91
78
  getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
92
- getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
93
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
94
- getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
95
- getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
79
+ getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
80
+ getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
96
81
  getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
97
82
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
98
83
  getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
99
- getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
100
- getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
101
- getHTML(options?: GetHTMLOptions): string;
84
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
102
85
  hasAttribute(qualifiedName: string): boolean;
103
- hasAttributeNS(namespace: string | null, localName: string): boolean;
86
+ hasAttributeNS(namespace: string, localName: string): boolean;
104
87
  hasAttributes(): boolean;
105
88
  hasPointerCapture(pointerId: number): boolean;
106
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
107
- insertAdjacentHTML(position: InsertPosition, string: string): void;
89
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
90
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
108
91
  insertAdjacentText(where: InsertPosition, data: string): void;
109
92
  matches(selectors: string): boolean;
110
93
  releasePointerCapture(pointerId: number): void;
111
94
  removeAttribute(qualifiedName: string): void;
112
- removeAttributeNS(namespace: string | null, localName: string): void;
95
+ removeAttributeNS(namespace: string, localName: string): void;
113
96
  removeAttributeNode(attr: Attr): Attr;
114
97
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
115
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
98
+ requestPointerLock(): void;
116
99
  scroll(options?: ScrollToOptions): void;
117
100
  scroll(x: number, y: number): void;
118
101
  scrollBy(options?: ScrollToOptions): void;
@@ -121,244 +104,220 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
121
104
  scrollTo(options?: ScrollToOptions): void;
122
105
  scrollTo(x: number, y: number): void;
123
106
  setAttribute(qualifiedName: string, value: string): void;
124
- setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
125
- setAttributeNode(attr: Attr): Attr | null;
126
- setAttributeNodeNS(attr: Attr): Attr | null;
127
- setHTMLUnsafe(html: string): void;
107
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
108
+ setAttributeNode(attr: Attr): Attr;
109
+ setAttributeNodeNS(attr: Attr): Attr;
128
110
  setPointerCapture(pointerId: number): void;
129
111
  toggleAttribute(qualifiedName: string, force?: boolean): boolean;
130
112
  webkitMatchesSelector(selectors: string): boolean;
131
- textContent: string;
132
113
  readonly baseURI: string;
133
114
  readonly childNodes: NodeListOf<ChildNode>;
134
- readonly firstChild: ChildNode | null;
115
+ readonly firstChild: ChildNode;
135
116
  readonly isConnected: boolean;
136
- readonly lastChild: ChildNode | null;
137
- readonly nextSibling: ChildNode | null;
117
+ readonly lastChild: ChildNode;
118
+ readonly nextSibling: ChildNode;
138
119
  readonly nodeName: string;
139
120
  readonly nodeType: number;
140
- nodeValue: string | null;
141
- readonly parentElement: HTMLElement | null;
142
- readonly parentNode: ParentNode | null;
143
- readonly previousSibling: ChildNode | null;
121
+ nodeValue: string;
122
+ readonly parentElement: HTMLElement;
123
+ readonly parentNode: ParentNode;
124
+ readonly previousSibling: ChildNode;
125
+ textContent: string;
144
126
  appendChild<T_1 extends Node>(node: T_1): T_1;
145
127
  compareDocumentPosition(other: Node): number;
146
- contains(other: Node | null): boolean;
128
+ contains(other: Node): boolean;
147
129
  getRootNode(options?: GetRootNodeOptions): Node;
148
130
  hasChildNodes(): boolean;
149
- insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
150
- isDefaultNamespace(namespace: string | null): boolean;
151
- isEqualNode(otherNode: Node | null): boolean;
152
- isSameNode(otherNode: Node | null): boolean;
153
- lookupNamespaceURI(prefix: string | null): string | null;
154
- lookupPrefix(namespace: string | null): string | null;
131
+ insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
132
+ isDefaultNamespace(namespace: string): boolean;
133
+ isEqualNode(otherNode: Node): boolean;
134
+ isSameNode(otherNode: Node): boolean;
135
+ lookupNamespaceURI(prefix: string): string;
136
+ lookupPrefix(namespace: string): string;
155
137
  normalize(): void;
156
- removeChild<T_1 extends Node>(child: T_1): T_1;
157
- replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
158
- readonly ELEMENT_NODE: 1;
159
- readonly ATTRIBUTE_NODE: 2;
160
- readonly TEXT_NODE: 3;
161
- readonly CDATA_SECTION_NODE: 4;
162
- readonly ENTITY_REFERENCE_NODE: 5;
163
- readonly ENTITY_NODE: 6;
164
- readonly PROCESSING_INSTRUCTION_NODE: 7;
165
- readonly COMMENT_NODE: 8;
166
- readonly DOCUMENT_NODE: 9;
167
- readonly DOCUMENT_TYPE_NODE: 10;
168
- readonly DOCUMENT_FRAGMENT_NODE: 11;
169
- readonly NOTATION_NODE: 12;
170
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
171
- readonly DOCUMENT_POSITION_PRECEDING: 2;
172
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
173
- readonly DOCUMENT_POSITION_CONTAINS: 8;
174
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
175
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
138
+ removeChild<T_3 extends Node>(child: T_3): T_3;
139
+ replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
140
+ readonly ATTRIBUTE_NODE: number;
141
+ readonly CDATA_SECTION_NODE: number;
142
+ readonly COMMENT_NODE: number;
143
+ readonly DOCUMENT_FRAGMENT_NODE: number;
144
+ readonly DOCUMENT_NODE: number;
145
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
146
+ readonly DOCUMENT_POSITION_CONTAINS: number;
147
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
148
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
149
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
150
+ readonly DOCUMENT_POSITION_PRECEDING: number;
151
+ readonly DOCUMENT_TYPE_NODE: number;
152
+ readonly ELEMENT_NODE: number;
153
+ readonly ENTITY_NODE: number;
154
+ readonly ENTITY_REFERENCE_NODE: number;
155
+ readonly NOTATION_NODE: number;
156
+ readonly PROCESSING_INSTRUCTION_NODE: number;
157
+ readonly TEXT_NODE: number;
176
158
  dispatchEvent(event: Event): boolean;
177
- ariaActiveDescendantElement: Element | null;
178
- ariaAtomic: string | null;
179
- ariaAutoComplete: string | null;
180
- ariaBrailleLabel: string | null;
181
- ariaBrailleRoleDescription: string | null;
182
- ariaBusy: string | null;
183
- ariaChecked: string | null;
184
- ariaColCount: string | null;
185
- ariaColIndex: string | null;
186
- ariaColIndexText: string | null;
187
- ariaColSpan: string | null;
188
- ariaControlsElements: ReadonlyArray<Element> | null;
189
- ariaCurrent: string | null;
190
- ariaDescribedByElements: ReadonlyArray<Element> | null;
191
- ariaDescription: string | null;
192
- ariaDetailsElements: ReadonlyArray<Element> | null;
193
- ariaDisabled: string | null;
194
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
195
- ariaExpanded: string | null;
196
- ariaFlowToElements: ReadonlyArray<Element> | null;
197
- ariaHasPopup: string | null;
198
- ariaHidden: string | null;
199
- ariaInvalid: string | null;
200
- ariaKeyShortcuts: string | null;
201
- ariaLabel: string | null;
202
- ariaLabelledByElements: ReadonlyArray<Element> | null;
203
- ariaLevel: string | null;
204
- ariaLive: string | null;
205
- ariaModal: string | null;
206
- ariaMultiLine: string | null;
207
- ariaMultiSelectable: string | null;
208
- ariaOrientation: string | null;
209
- ariaOwnsElements: ReadonlyArray<Element> | null;
210
- ariaPlaceholder: string | null;
211
- ariaPosInSet: string | null;
212
- ariaPressed: string | null;
213
- ariaReadOnly: string | null;
214
- ariaRelevant: string | null;
215
- ariaRequired: string | null;
216
- ariaRoleDescription: string | null;
217
- ariaRowCount: string | null;
218
- ariaRowIndex: string | null;
219
- ariaRowIndexText: string | null;
220
- ariaRowSpan: string | null;
221
- ariaSelected: string | null;
222
- ariaSetSize: string | null;
223
- ariaSort: string | null;
224
- ariaValueMax: string | null;
225
- ariaValueMin: string | null;
226
- ariaValueNow: string | null;
227
- ariaValueText: string | null;
228
- role: string | null;
229
- animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
159
+ ariaAtomic: string;
160
+ ariaAutoComplete: string;
161
+ ariaBusy: string;
162
+ ariaChecked: string;
163
+ ariaColCount: string;
164
+ ariaColIndex: string;
165
+ ariaColIndexText: string;
166
+ ariaColSpan: string;
167
+ ariaCurrent: string;
168
+ ariaDisabled: string;
169
+ ariaExpanded: string;
170
+ ariaHasPopup: string;
171
+ ariaHidden: string;
172
+ ariaInvalid: string;
173
+ ariaKeyShortcuts: string;
174
+ ariaLabel: string;
175
+ ariaLevel: string;
176
+ ariaLive: string;
177
+ ariaModal: string;
178
+ ariaMultiLine: string;
179
+ ariaMultiSelectable: string;
180
+ ariaOrientation: string;
181
+ ariaPlaceholder: string;
182
+ ariaPosInSet: string;
183
+ ariaPressed: string;
184
+ ariaReadOnly: string;
185
+ ariaRequired: string;
186
+ ariaRoleDescription: string;
187
+ ariaRowCount: string;
188
+ ariaRowIndex: string;
189
+ ariaRowIndexText: string;
190
+ ariaRowSpan: string;
191
+ ariaSelected: string;
192
+ ariaSetSize: string;
193
+ ariaSort: string;
194
+ ariaValueMax: string;
195
+ ariaValueMin: string;
196
+ ariaValueNow: string;
197
+ ariaValueText: string;
198
+ role: string;
199
+ animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
230
200
  getAnimations(options?: GetAnimationsOptions): Animation[];
231
- after(...nodes: (Node | string)[]): void;
232
- before(...nodes: (Node | string)[]): void;
201
+ after(...nodes: (string | Node)[]): void;
202
+ before(...nodes: (string | Node)[]): void;
233
203
  remove(): void;
234
- replaceWith(...nodes: (Node | string)[]): void;
235
- readonly nextElementSibling: Element | null;
236
- readonly previousElementSibling: Element | null;
204
+ replaceWith(...nodes: (string | Node)[]): void;
205
+ innerHTML: string;
206
+ readonly nextElementSibling: Element;
207
+ readonly previousElementSibling: Element;
237
208
  readonly childElementCount: number;
238
209
  readonly children: HTMLCollection;
239
- readonly firstElementChild: Element | null;
240
- readonly lastElementChild: Element | null;
241
- append(...nodes: (Node | string)[]): void;
242
- prepend(...nodes: (Node | string)[]): void;
243
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
244
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
245
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
246
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
247
- querySelector<E extends Element = Element>(selectors: string): E | null;
248
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
249
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
250
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
251
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
252
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
253
- replaceChildren(...nodes: (Node | string)[]): void;
254
- readonly assignedSlot: HTMLSlotElement | null;
255
- readonly attributeStyleMap: StylePropertyMap;
256
- get style(): CSSStyleDeclaration;
257
- set style(cssText: string): any;
210
+ readonly firstElementChild: Element;
211
+ readonly lastElementChild: Element;
212
+ append(...nodes: (string | Node)[]): void;
213
+ prepend(...nodes: (string | Node)[]): void;
214
+ querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
215
+ querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
216
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
217
+ querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
218
+ querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
219
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
220
+ replaceChildren(...nodes: (string | Node)[]): void;
221
+ readonly assignedSlot: HTMLSlotElement;
222
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
223
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
224
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
225
+ readonly style: CSSStyleDeclaration;
258
226
  contentEditable: string;
259
227
  enterKeyHint: string;
260
228
  inputMode: string;
261
229
  readonly isContentEditable: boolean;
262
- onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
263
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
264
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
265
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
266
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
267
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
268
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
269
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
270
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
271
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
272
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
273
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
274
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
275
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
276
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
277
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
278
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
279
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
280
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
281
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
282
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
283
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
284
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
285
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
286
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
287
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
288
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
289
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
290
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
291
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
292
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
293
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
294
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
295
- onerror: OnErrorEventHandler;
296
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
297
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
298
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
299
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
300
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
301
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
302
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
303
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
304
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
305
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
306
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
307
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
308
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
309
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
310
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
311
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
312
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
313
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
314
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
315
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
316
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
317
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
318
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
319
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
320
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
321
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
322
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
323
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
324
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
325
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
326
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
327
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
328
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
329
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
330
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
331
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
332
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
333
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
334
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
335
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
336
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
337
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
338
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
339
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
340
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
341
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
342
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
343
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
344
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
345
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
346
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
347
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
348
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
349
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
350
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
351
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
352
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
353
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
354
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
355
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
356
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
357
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
358
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
359
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
360
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
361
- onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
230
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
231
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
232
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
233
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
234
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
235
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
236
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
237
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
238
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
239
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
240
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
241
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
242
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
243
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
244
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
245
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
246
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
247
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
248
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
249
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
250
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
251
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
252
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
253
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
254
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
255
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
256
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
257
+ onerror: OnErrorEventHandlerNonNull;
258
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
259
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
260
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
261
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
262
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
263
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
264
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
265
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
266
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
267
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
268
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
269
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
270
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
271
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
272
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
273
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
274
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
275
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
276
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
277
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
278
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
279
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
280
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
281
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
282
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
283
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
284
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
285
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
286
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
287
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
288
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
289
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
290
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
291
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
292
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
293
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
294
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
295
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
296
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
297
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
298
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
299
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
300
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
301
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
302
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
303
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
304
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
305
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
306
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
307
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
308
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
309
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
310
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
311
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
312
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
313
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
314
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
315
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
316
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
317
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
318
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
319
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
320
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
362
321
  autofocus: boolean;
363
322
  readonly dataset: DOMStringMap;
364
323
  nonce?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"fdc3-raise-intent.d.ts","sourceRoot":"","sources":["../../../src/util/fdc3-raise-intent.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/E,OAAO,EAAE,IAAI,EAA4B,MAAM,SAAS,CAAC;;;;;;;kBAkD6iD,CAAC;;;;;;;;8BAAknD,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAw9B,CAAC;4IAAqK,CAAC;wFAAwI,CAAC;+IAA+L,CAAC;2FAAwI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA4mC,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAA8hE,CAAC;;;;;;;;;;;;;6BAA4xB,CAAC;8BAAuE,CAAC;kBAA4D,CAAC;;oBAA8F,CAAC;;sBAAkG,CAAC;oBAAkE,CAAC;;;;;;;;gDAAme,CAAC;;;;;;;;;;;;;;;;;;uBAA8yB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AAhD/rwB;;;GAGG;AACH,qBAGa,eAAgB,SAAQ,oBAAiC;IAC9D,IAAI,EAAE,IAAI,CAAC;IACkB,SAAS,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAEvD,eAAe,EAAE,CAAC,GAAG,KAAA,KAAK,GAAG,CAAC;IAErB,SAAS,IAAI,IAAI;IAU1B,iBAAiB;IAIjB,oBAAoB;IAIpB,OAAO,CAAC,kBAAkB,CAaxB;CACH"}
1
+ {"version":3,"file":"fdc3-raise-intent.d.ts","sourceRoot":"","sources":["../../../src/util/fdc3-raise-intent.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC/E,OAAO,EAAE,IAAI,EAA4B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEzD;;;GAGG;AACH,qBAGa,eAAgB,SAAQ,oBAAiC;IAC9D,IAAI,EAAE,IAAI,CAAC;IACkB,SAAS,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAEvD,eAAe,EAAE,CAAC,GAAG,KAAA,KAAK,GAAG,CAAC;IAErB,SAAS,IAAI,IAAI;IAU1B,iBAAiB;IAIjB,oBAAoB;IAIpB,OAAO,CAAC,kBAAkB,CAaxB;CACH"}