@genesislcap/foundation-fdc3 14.225.4-alpha-5f6eefd.0 → 14.226.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/dts/fdc3-channel-event.d.ts +29 -46
- 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 +29 -46
- package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
- package/dist/dts/util/fdc3-raise-intent.d.ts +29 -46
- package/dist/dts/util/fdc3-raise-intent.d.ts.map +1 -1
- package/dist/dts/util/fdc3-system-channel-listener.d.ts +29 -46
- package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
- package/dist/esm/fdc3.js +2 -2
- package/dist/foundation-fdc3.api.json +167 -834
- package/dist/foundation-fdc3.d.ts +116 -182
- package/docs/api/foundation-fdc3.interopfoundationnotificationlistener.md +1 -11
- package/docs/api/foundation-fdc3.md +1 -13
- package/docs/{api-report.md.api.md → api-report.md} +0 -2
- package/package.json +15 -15
- package/docs/api/foundation-fdc3.appchannellistenerconfig.channelname.md +0 -14
- package/docs/api/foundation-fdc3.appchannellistenerconfig.md +0 -24
- package/docs/api/foundation-fdc3.fdc3contextlistener.config.md +0 -14
- package/docs/api/foundation-fdc3.fdc3contextlistener.md +0 -24
- 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 -25
- 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 -28
- 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 -25
- 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 -24
- 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 -24
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import { FoundationElement } from '@genesislcap/web-core';
|
3
2
|
import { FDC3 } from './fdc3';
|
4
3
|
declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
@@ -33,15 +32,11 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
33
32
|
readonly offsetTop: number;
|
34
33
|
readonly offsetWidth: number;
|
35
34
|
outerText: string;
|
36
|
-
popover: string;
|
37
35
|
spellcheck: boolean;
|
38
36
|
title: string;
|
39
37
|
translate: boolean;
|
40
38
|
attachInternals(): ElementInternals;
|
41
39
|
click(): void;
|
42
|
-
hidePopover(): void;
|
43
|
-
showPopover(): void;
|
44
|
-
togglePopover(force?: boolean): boolean;
|
45
40
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
46
41
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
47
42
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -70,12 +65,9 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
70
65
|
slot: string;
|
71
66
|
readonly tagName: string;
|
72
67
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
73
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
74
68
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
75
69
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
76
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
77
70
|
closest<E extends Element = Element>(selectors: string): E;
|
78
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
79
71
|
getAttribute(qualifiedName: string): string;
|
80
72
|
getAttributeNS(namespace: string, localName: string): string;
|
81
73
|
getAttributeNames(): string[];
|
@@ -84,14 +76,11 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
84
76
|
getBoundingClientRect(): DOMRect;
|
85
77
|
getClientRects(): DOMRectList;
|
86
78
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
87
|
-
getElementsByTagName<
|
88
|
-
getElementsByTagName<
|
89
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
90
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
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]>;
|
91
81
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
92
82
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
93
83
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
94
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
95
84
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
96
85
|
hasAttribute(qualifiedName: string): boolean;
|
97
86
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
@@ -148,24 +137,24 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
148
137
|
normalize(): void;
|
149
138
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
150
139
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
151
|
-
readonly
|
152
|
-
readonly
|
153
|
-
readonly
|
154
|
-
readonly
|
155
|
-
readonly
|
156
|
-
readonly
|
157
|
-
readonly
|
158
|
-
readonly
|
159
|
-
readonly
|
160
|
-
readonly
|
161
|
-
readonly
|
162
|
-
readonly
|
163
|
-
readonly
|
164
|
-
readonly
|
165
|
-
readonly
|
166
|
-
readonly
|
167
|
-
readonly
|
168
|
-
readonly
|
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;
|
169
158
|
dispatchEvent(event: Event): boolean;
|
170
159
|
ariaAtomic: string;
|
171
160
|
ariaAutoComplete: string;
|
@@ -173,9 +162,9 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
173
162
|
ariaChecked: string;
|
174
163
|
ariaColCount: string;
|
175
164
|
ariaColIndex: string;
|
165
|
+
ariaColIndexText: string;
|
176
166
|
ariaColSpan: string;
|
177
167
|
ariaCurrent: string;
|
178
|
-
ariaDescription: string;
|
179
168
|
ariaDisabled: string;
|
180
169
|
ariaExpanded: string;
|
181
170
|
ariaHasPopup: string;
|
@@ -197,6 +186,7 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
197
186
|
ariaRoleDescription: string;
|
198
187
|
ariaRowCount: string;
|
199
188
|
ariaRowIndex: string;
|
189
|
+
ariaRowIndexText: string;
|
200
190
|
ariaRowSpan: string;
|
201
191
|
ariaSelected: string;
|
202
192
|
ariaSetSize: string;
|
@@ -221,19 +211,17 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
221
211
|
readonly lastElementChild: Element;
|
222
212
|
append(...nodes: (string | Node)[]): void;
|
223
213
|
prepend(...nodes: (string | Node)[]): void;
|
224
|
-
querySelector<
|
225
|
-
querySelector<
|
226
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
227
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
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];
|
228
216
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
229
|
-
querySelectorAll<
|
230
|
-
querySelectorAll<
|
231
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
232
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
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]>;
|
233
219
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
234
220
|
replaceChildren(...nodes: (string | Node)[]): void;
|
235
221
|
readonly assignedSlot: HTMLSlotElement;
|
236
|
-
|
222
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
223
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
224
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
237
225
|
readonly style: CSSStyleDeclaration;
|
238
226
|
contentEditable: string;
|
239
227
|
enterKeyHint: string;
|
@@ -246,7 +234,6 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
246
234
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
247
235
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
248
236
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
249
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
250
237
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
251
238
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
252
239
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -255,9 +242,7 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
255
242
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
256
243
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
257
244
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
258
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
259
245
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
260
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
261
246
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
262
247
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
263
248
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
@@ -290,7 +275,6 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
290
275
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
291
276
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
292
277
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
293
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
294
278
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
295
279
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
296
280
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -307,7 +291,6 @@ declare const Fdc3ChannelEvent_base: (new (...args: any[]) => {
|
|
307
291
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
308
292
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
309
293
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
310
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
311
294
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
312
295
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
313
296
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fdc3-channel-event.d.ts","sourceRoot":"","sources":["../../src/fdc3-channel-event.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"fdc3-channel-event.d.ts","sourceRoot":"","sources":["../../src/fdc3-channel-event.ts"],"names":[],"mappings":"AACA,OAAO,EAAuB,iBAAiB,EAAc,MAAM,uBAAuB,CAAC;AAC3F,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9B;;;GAGG;AACH,qBAGa,gBAAiB,SAAQ,qBAAiC;IAC/D,IAAI,EAAE,IAAI,CAAC;IACkB,SAAS,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IAE7C,eAAe,EAAE,CAAC,GAAG,KAAA,KAAK,GAAG,CAAC;IAE1C,iBAAiB;IAIjB,oBAAoB;IAIX,SAAS,IAAI,IAAI;IAU1B,OAAO,CAAC,kBAAkB,CAWxB;CACH"}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import { FoundationElement } from '@genesislcap/web-core';
|
3
2
|
import { FDC3 } from '../fdc3';
|
4
3
|
/**
|
@@ -41,15 +40,11 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
41
40
|
readonly offsetTop: number;
|
42
41
|
readonly offsetWidth: number;
|
43
42
|
outerText: string;
|
44
|
-
popover: string;
|
45
43
|
spellcheck: boolean;
|
46
44
|
title: string;
|
47
45
|
translate: boolean;
|
48
46
|
attachInternals(): ElementInternals;
|
49
47
|
click(): void;
|
50
|
-
hidePopover(): void;
|
51
|
-
showPopover(): void;
|
52
|
-
togglePopover(force?: boolean): boolean;
|
53
48
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
54
49
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
55
50
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -78,12 +73,9 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
78
73
|
slot: string;
|
79
74
|
readonly tagName: string;
|
80
75
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
81
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
82
76
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
83
77
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
84
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
85
78
|
closest<E extends Element = Element>(selectors: string): E;
|
86
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
87
79
|
getAttribute(qualifiedName: string): string;
|
88
80
|
getAttributeNS(namespace: string, localName: string): string;
|
89
81
|
getAttributeNames(): string[];
|
@@ -92,14 +84,11 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
92
84
|
getBoundingClientRect(): DOMRect;
|
93
85
|
getClientRects(): DOMRectList;
|
94
86
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
95
|
-
getElementsByTagName<
|
96
|
-
getElementsByTagName<
|
97
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
98
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
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]>;
|
99
89
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
100
90
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
101
91
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
102
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
103
92
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
104
93
|
hasAttribute(qualifiedName: string): boolean;
|
105
94
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
@@ -156,24 +145,24 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
156
145
|
normalize(): void;
|
157
146
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
158
147
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
159
|
-
readonly
|
160
|
-
readonly
|
161
|
-
readonly
|
162
|
-
readonly
|
163
|
-
readonly
|
164
|
-
readonly
|
165
|
-
readonly
|
166
|
-
readonly
|
167
|
-
readonly
|
168
|
-
readonly
|
169
|
-
readonly
|
170
|
-
readonly
|
171
|
-
readonly
|
172
|
-
readonly
|
173
|
-
readonly
|
174
|
-
readonly
|
175
|
-
readonly
|
176
|
-
readonly
|
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;
|
177
166
|
dispatchEvent(event: Event): boolean;
|
178
167
|
ariaAtomic: string;
|
179
168
|
ariaAutoComplete: string;
|
@@ -181,9 +170,9 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
181
170
|
ariaChecked: string;
|
182
171
|
ariaColCount: string;
|
183
172
|
ariaColIndex: string;
|
173
|
+
ariaColIndexText: string;
|
184
174
|
ariaColSpan: string;
|
185
175
|
ariaCurrent: string;
|
186
|
-
ariaDescription: string;
|
187
176
|
ariaDisabled: string;
|
188
177
|
ariaExpanded: string;
|
189
178
|
ariaHasPopup: string;
|
@@ -205,6 +194,7 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
205
194
|
ariaRoleDescription: string;
|
206
195
|
ariaRowCount: string;
|
207
196
|
ariaRowIndex: string;
|
197
|
+
ariaRowIndexText: string;
|
208
198
|
ariaRowSpan: string;
|
209
199
|
ariaSelected: string;
|
210
200
|
ariaSetSize: string;
|
@@ -229,19 +219,17 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
229
219
|
readonly lastElementChild: Element;
|
230
220
|
append(...nodes: (string | Node)[]): void;
|
231
221
|
prepend(...nodes: (string | Node)[]): void;
|
232
|
-
querySelector<
|
233
|
-
querySelector<
|
234
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
235
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
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];
|
236
224
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
237
|
-
querySelectorAll<
|
238
|
-
querySelectorAll<
|
239
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
240
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
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]>;
|
241
227
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
242
228
|
replaceChildren(...nodes: (string | Node)[]): void;
|
243
229
|
readonly assignedSlot: HTMLSlotElement;
|
244
|
-
|
230
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
231
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
232
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
245
233
|
readonly style: CSSStyleDeclaration;
|
246
234
|
contentEditable: string;
|
247
235
|
enterKeyHint: string;
|
@@ -254,7 +242,6 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
254
242
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
255
243
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
256
244
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
257
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
258
245
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
259
246
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
260
247
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -263,9 +250,7 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
263
250
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
264
251
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
265
252
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
266
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
267
253
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
268
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
269
254
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
270
255
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
271
256
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
@@ -298,7 +283,6 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
298
283
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
299
284
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
300
285
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
301
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
302
286
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
303
287
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
304
288
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -315,7 +299,6 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
315
299
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
316
300
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
317
301
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
318
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
319
302
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
320
303
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
321
304
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fdc3-intent-listener.d.ts","sourceRoot":"","sources":["../../../src/util/fdc3-intent-listener.ts"],"names":[],"mappings":"
|
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"}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
/// <reference types="node" />
|
2
1
|
import { FoundationElement } from '@genesislcap/web-core';
|
3
2
|
import { FDC3 } from '../fdc3';
|
4
3
|
declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
@@ -33,15 +32,11 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
33
32
|
readonly offsetTop: number;
|
34
33
|
readonly offsetWidth: number;
|
35
34
|
outerText: string;
|
36
|
-
popover: string;
|
37
35
|
spellcheck: boolean;
|
38
36
|
title: string;
|
39
37
|
translate: boolean;
|
40
38
|
attachInternals(): ElementInternals;
|
41
39
|
click(): void;
|
42
|
-
hidePopover(): void;
|
43
|
-
showPopover(): void;
|
44
|
-
togglePopover(force?: boolean): boolean;
|
45
40
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
46
41
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
47
42
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
@@ -70,12 +65,9 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
70
65
|
slot: string;
|
71
66
|
readonly tagName: string;
|
72
67
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
73
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
74
68
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
75
69
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
76
|
-
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4];
|
77
70
|
closest<E extends Element = Element>(selectors: string): E;
|
78
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
79
71
|
getAttribute(qualifiedName: string): string;
|
80
72
|
getAttributeNS(namespace: string, localName: string): string;
|
81
73
|
getAttributeNames(): string[];
|
@@ -84,14 +76,11 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
84
76
|
getBoundingClientRect(): DOMRect;
|
85
77
|
getClientRects(): DOMRectList;
|
86
78
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
87
|
-
getElementsByTagName<
|
88
|
-
getElementsByTagName<
|
89
|
-
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
90
|
-
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
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]>;
|
91
81
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
92
82
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
93
83
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
94
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
95
84
|
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
96
85
|
hasAttribute(qualifiedName: string): boolean;
|
97
86
|
hasAttributeNS(namespace: string, localName: string): boolean;
|
@@ -148,24 +137,24 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
148
137
|
normalize(): void;
|
149
138
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
150
139
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
151
|
-
readonly
|
152
|
-
readonly
|
153
|
-
readonly
|
154
|
-
readonly
|
155
|
-
readonly
|
156
|
-
readonly
|
157
|
-
readonly
|
158
|
-
readonly
|
159
|
-
readonly
|
160
|
-
readonly
|
161
|
-
readonly
|
162
|
-
readonly
|
163
|
-
readonly
|
164
|
-
readonly
|
165
|
-
readonly
|
166
|
-
readonly
|
167
|
-
readonly
|
168
|
-
readonly
|
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;
|
169
158
|
dispatchEvent(event: Event): boolean;
|
170
159
|
ariaAtomic: string;
|
171
160
|
ariaAutoComplete: string;
|
@@ -173,9 +162,9 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
173
162
|
ariaChecked: string;
|
174
163
|
ariaColCount: string;
|
175
164
|
ariaColIndex: string;
|
165
|
+
ariaColIndexText: string;
|
176
166
|
ariaColSpan: string;
|
177
167
|
ariaCurrent: string;
|
178
|
-
ariaDescription: string;
|
179
168
|
ariaDisabled: string;
|
180
169
|
ariaExpanded: string;
|
181
170
|
ariaHasPopup: string;
|
@@ -197,6 +186,7 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
197
186
|
ariaRoleDescription: string;
|
198
187
|
ariaRowCount: string;
|
199
188
|
ariaRowIndex: string;
|
189
|
+
ariaRowIndexText: string;
|
200
190
|
ariaRowSpan: string;
|
201
191
|
ariaSelected: string;
|
202
192
|
ariaSetSize: string;
|
@@ -221,19 +211,17 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
221
211
|
readonly lastElementChild: Element;
|
222
212
|
append(...nodes: (string | Node)[]): void;
|
223
213
|
prepend(...nodes: (string | Node)[]): void;
|
224
|
-
querySelector<
|
225
|
-
querySelector<
|
226
|
-
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11];
|
227
|
-
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12];
|
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];
|
228
216
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
229
|
-
querySelectorAll<
|
230
|
-
querySelectorAll<
|
231
|
-
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
232
|
-
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
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]>;
|
233
219
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
234
220
|
replaceChildren(...nodes: (string | Node)[]): void;
|
235
221
|
readonly assignedSlot: HTMLSlotElement;
|
236
|
-
|
222
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
223
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
224
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
237
225
|
readonly style: CSSStyleDeclaration;
|
238
226
|
contentEditable: string;
|
239
227
|
enterKeyHint: string;
|
@@ -246,7 +234,6 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
246
234
|
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
247
235
|
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
248
236
|
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
249
|
-
onbeforetoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
250
237
|
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
251
238
|
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
252
239
|
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -255,9 +242,7 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
255
242
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
256
243
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
257
244
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
258
|
-
oncopy: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
259
245
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
260
|
-
oncut: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
261
246
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
262
247
|
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
263
248
|
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
@@ -290,7 +275,6 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
290
275
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
291
276
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
292
277
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
293
|
-
onpaste: (this: GlobalEventHandlers, ev: ClipboardEvent) => any;
|
294
278
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
295
279
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
296
280
|
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -307,7 +291,6 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
307
291
|
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
308
292
|
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
309
293
|
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
310
|
-
onscrollend: (this: GlobalEventHandlers, ev: Event) => any;
|
311
294
|
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
312
295
|
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
313
296
|
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"fdc3-raise-intent.d.ts","sourceRoot":"","sources":["../../../src/util/fdc3-raise-intent.ts"],"names":[],"mappings":"
|
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"}
|