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