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