@genesislcap/foundation-fdc3 14.200.0-FUI-2127.2 → 14.200.0-FUI-2127.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/dts/util/fdc3-context-listener.d.ts +1 -1
- package/dist/dts/util/fdc3-intent-listener.d.ts +6 -1
- package/dist/dts/util/fdc3-intent-listener.d.ts.map +1 -1
- package/dist/dts/util/fdc3-system-channel-listener.d.ts +5 -0
- package/dist/dts/util/fdc3-system-channel-listener.d.ts.map +1 -1
- package/dist/dts/util/index.d.ts +3 -0
- package/dist/dts/util/index.d.ts.map +1 -1
- package/dist/esm/util/fdc3-context-listener.js +1 -1
- package/dist/esm/util/fdc3-intent-listener.js +5 -0
- package/dist/esm/util/fdc3-system-channel-listener.js +5 -0
- package/dist/esm/util/index.js +3 -0
- package/dist/foundation-fdc3.d.ts +755 -36
- package/docs/api-report.md +62 -0
- package/package.json +14 -14
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Fdc3SystemChannelListener, SystemChannelListenerConfig } from './fdc3-system-channel-listener';
|
2
2
|
/**
|
3
|
-
* fdc3-listener listen channel config
|
3
|
+
* fdc3-context-listener listen channel config
|
4
4
|
* @alpha
|
5
5
|
* @param channelType - string for the context channel type
|
6
6
|
* @param callback - async function that is called if a message with a matching context is emitted
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { FoundationElement } from '@genesislcap/web-core';
|
2
2
|
import { FDC3 } from '../fdc3';
|
3
3
|
/**
|
4
|
-
* fdc3-listener listen intent config
|
4
|
+
* fdc3-intent-listener listen intent config
|
5
5
|
* @alpha
|
6
6
|
*/
|
7
7
|
export interface IntentConfig {
|
@@ -333,6 +333,11 @@ declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
|
333
333
|
blur(): void;
|
334
334
|
focus(options?: FocusOptions): void;
|
335
335
|
}) & typeof FoundationElement;
|
336
|
+
/**
|
337
|
+
* fdc3-system-channel-listener
|
338
|
+
* Util element to listen to the context on a fdc3 app channel
|
339
|
+
* @alpha
|
340
|
+
*/
|
336
341
|
export declare class Fdc3IntentListener extends Fdc3IntentListener_base {
|
337
342
|
fdc3: FDC3;
|
338
343
|
intentConfig: IntentConfig[];
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,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
|
+
{"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"}
|
@@ -335,6 +335,11 @@ declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
|
|
335
335
|
blur(): void;
|
336
336
|
focus(options?: FocusOptions): void;
|
337
337
|
}) & typeof FoundationElement;
|
338
|
+
/**
|
339
|
+
* fdc3-system-channel-listener
|
340
|
+
* Util element to listen to the context on a fdc3 system channel
|
341
|
+
* @alpha
|
342
|
+
*/
|
338
343
|
export declare class Fdc3SystemChannelListener extends Fdc3SystemChannelListener_base {
|
339
344
|
config: SystemChannelListenerConfig[];
|
340
345
|
fdc3: FDC3;
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAED,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
|
+
{"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"}
|
package/dist/dts/util/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gCAAgC,CAAC"}
|
@@ -11,7 +11,7 @@ let Fdc3ContextListener = class Fdc3ContextListener extends Fdc3SystemChannelLis
|
|
11
11
|
this.config = [];
|
12
12
|
}
|
13
13
|
addChannelListeners() {
|
14
|
-
this.config.forEach((c) => this.fdc3.addChannelListener(
|
14
|
+
this.config.forEach((c) => this.fdc3.addChannelListener(c.channelName, c.channelType, (message) => {
|
15
15
|
if (message.type === c.channelType) {
|
16
16
|
c.callback(message);
|
17
17
|
}
|
@@ -3,6 +3,11 @@ import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
3
3
|
import { customElement, FoundationElement } from '@genesislcap/web-core';
|
4
4
|
import { first } from 'rxjs';
|
5
5
|
import { FDC3 } from '../fdc3';
|
6
|
+
/**
|
7
|
+
* fdc3-system-channel-listener
|
8
|
+
* Util element to listen to the context on a fdc3 app channel
|
9
|
+
* @alpha
|
10
|
+
*/
|
6
11
|
let Fdc3IntentListener = class Fdc3IntentListener extends LifecycleMixin(FoundationElement) {
|
7
12
|
constructor() {
|
8
13
|
super(...arguments);
|
@@ -3,6 +3,11 @@ import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
3
3
|
import { customElement, FoundationElement } from '@genesislcap/web-core';
|
4
4
|
import { first, Subscription } from 'rxjs';
|
5
5
|
import { FDC3 } from '../fdc3';
|
6
|
+
/**
|
7
|
+
* fdc3-system-channel-listener
|
8
|
+
* Util element to listen to the context on a fdc3 system channel
|
9
|
+
* @alpha
|
10
|
+
*/
|
6
11
|
let Fdc3SystemChannelListener = class Fdc3SystemChannelListener extends LifecycleMixin(FoundationElement) {
|
7
12
|
constructor() {
|
8
13
|
super(...arguments);
|
package/dist/esm/util/index.js
CHANGED
@@ -18,6 +18,16 @@ import { Observable } from 'rxjs';
|
|
18
18
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
19
19
|
import { ViewTemplate } from '@microsoft/fast-element';
|
20
20
|
|
21
|
+
/**
|
22
|
+
* fdc3-context-listener listen channel config
|
23
|
+
* @alpha
|
24
|
+
* @param channelType - string for the context channel type
|
25
|
+
* @param callback - async function that is called if a message with a matching context is emitted
|
26
|
+
*/
|
27
|
+
export declare interface AppChannelListenerConfig extends SystemChannelListenerConfig {
|
28
|
+
channelName: string;
|
29
|
+
}
|
30
|
+
|
21
31
|
/**
|
22
32
|
* The FDC3 implementation.
|
23
33
|
* @internal
|
@@ -544,33 +554,28 @@ export declare interface FDC3Context extends Context {
|
|
544
554
|
export declare type FDC3ContextHandler = ContextHandler;
|
545
555
|
|
546
556
|
/**
|
547
|
-
*
|
557
|
+
* fdc3-context-listener listen to app channel context
|
558
|
+
* @alpha
|
548
559
|
*/
|
549
|
-
export declare
|
560
|
+
export declare class Fdc3ContextListener extends Fdc3SystemChannelListener {
|
561
|
+
config: AppChannelListenerConfig[];
|
562
|
+
protected addChannelListeners(): void;
|
550
563
|
}
|
551
564
|
|
552
565
|
/**
|
553
|
-
*
|
554
|
-
|
555
|
-
export declare type FDC3Intents = Intents;
|
556
|
-
|
557
|
-
/**
|
558
|
-
* fdc3-raise-intent
|
566
|
+
* fdc3-system-channel-listener
|
567
|
+
* Util element to listen to the context on a fdc3 app channel
|
559
568
|
* @alpha
|
560
569
|
*/
|
561
|
-
export declare class
|
570
|
+
export declare class Fdc3IntentListener extends Fdc3IntentListener_base {
|
562
571
|
fdc3: FDC3;
|
563
|
-
|
564
|
-
intentType: string;
|
565
|
-
intentName: string;
|
566
|
-
mappingFunction: (any: any) => any;
|
567
|
-
deepClone(): Node;
|
572
|
+
intentConfig: IntentConfig[];
|
568
573
|
connectedCallback(): void;
|
569
|
-
|
570
|
-
private
|
574
|
+
deepClone(): Node;
|
575
|
+
private addIntentListeners;
|
571
576
|
}
|
572
577
|
|
573
|
-
declare const
|
578
|
+
declare const Fdc3IntentListener_base: (new (...args: any[]) => {
|
574
579
|
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
575
580
|
"__#1@#_latestTokenCode": string;
|
576
581
|
"__#1@#_hasFirstLoaded": boolean;
|
@@ -897,31 +902,745 @@ declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
|
897
902
|
}) & typeof FoundationElement;
|
898
903
|
|
899
904
|
/**
|
900
|
-
* The Foundation Interop Notification Listener
|
901
|
-
*
|
902
905
|
* @public
|
903
|
-
* @remarks
|
904
|
-
* HTML Element: \<foundation-interop-notification-listener\>
|
905
906
|
*/
|
906
|
-
export declare
|
907
|
-
|
908
|
-
template: ViewTemplate<NotificationListener, any>;
|
909
|
-
shadowOptions: ShadowRootInit;
|
910
|
-
}>) => FoundationElementRegistry< {
|
911
|
-
baseName: string;
|
912
|
-
template: ViewTemplate<NotificationListener, any>;
|
913
|
-
shadowOptions: ShadowRootInit;
|
914
|
-
}, typeof InteropNotificationsListener>;
|
907
|
+
export declare interface FDC3IntentResolution extends IntentResolution {
|
908
|
+
}
|
915
909
|
|
916
910
|
/**
|
917
|
-
* @tagname %%prefix%%-interop-notification-listener
|
918
911
|
* @public
|
919
|
-
* @remarks
|
920
|
-
* This component extends the notification listener class and overrides the logic for showing the toast message to instead dispatch the event to the interop notifications bus.
|
921
912
|
*/
|
922
|
-
export declare
|
923
|
-
|
924
|
-
|
913
|
+
export declare type FDC3Intents = Intents;
|
914
|
+
|
915
|
+
/**
|
916
|
+
* fdc3-raise-intent
|
917
|
+
* @alpha
|
918
|
+
*/
|
919
|
+
export declare class Fdc3RaiseIntent extends Fdc3RaiseIntent_base {
|
920
|
+
fdc3: FDC3;
|
921
|
+
eventName: string;
|
922
|
+
intentType: string;
|
923
|
+
intentName: string;
|
924
|
+
mappingFunction: (any: any) => any;
|
925
|
+
deepClone(): Node;
|
926
|
+
connectedCallback(): void;
|
927
|
+
disconnectedCallback(): void;
|
928
|
+
private sendEventOnChannel;
|
929
|
+
}
|
930
|
+
|
931
|
+
declare const Fdc3RaiseIntent_base: (new (...args: any[]) => {
|
932
|
+
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
933
|
+
"__#1@#_latestTokenCode": string;
|
934
|
+
"__#1@#_hasFirstLoaded": boolean;
|
935
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
936
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
937
|
+
cloneNode(deep?: boolean): Node;
|
938
|
+
deepClone(): Node;
|
939
|
+
readonly shouldRunDisconnect: boolean;
|
940
|
+
readonly shouldRunConnect: boolean;
|
941
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
942
|
+
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
943
|
+
connectedCallback(): void;
|
944
|
+
readonly $fastController: Controller;
|
945
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
946
|
+
disconnectedCallback(): void;
|
947
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
948
|
+
accessKey: string;
|
949
|
+
readonly accessKeyLabel: string;
|
950
|
+
autocapitalize: string;
|
951
|
+
dir: string;
|
952
|
+
draggable: boolean;
|
953
|
+
hidden: boolean;
|
954
|
+
inert: boolean;
|
955
|
+
innerText: string;
|
956
|
+
lang: string;
|
957
|
+
readonly offsetHeight: number;
|
958
|
+
readonly offsetLeft: number;
|
959
|
+
readonly offsetParent: Element;
|
960
|
+
readonly offsetTop: number;
|
961
|
+
readonly offsetWidth: number;
|
962
|
+
outerText: string;
|
963
|
+
spellcheck: boolean;
|
964
|
+
title: string;
|
965
|
+
translate: boolean;
|
966
|
+
attachInternals(): ElementInternals;
|
967
|
+
click(): void;
|
968
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
969
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
970
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
971
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
972
|
+
readonly attributes: NamedNodeMap;
|
973
|
+
readonly classList: DOMTokenList;
|
974
|
+
className: string;
|
975
|
+
readonly clientHeight: number;
|
976
|
+
readonly clientLeft: number;
|
977
|
+
readonly clientTop: number;
|
978
|
+
readonly clientWidth: number;
|
979
|
+
id: string;
|
980
|
+
readonly localName: string;
|
981
|
+
readonly namespaceURI: string;
|
982
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
983
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
984
|
+
outerHTML: string;
|
985
|
+
readonly ownerDocument: Document;
|
986
|
+
readonly part: DOMTokenList;
|
987
|
+
readonly prefix: string;
|
988
|
+
readonly scrollHeight: number;
|
989
|
+
scrollLeft: number;
|
990
|
+
scrollTop: number;
|
991
|
+
readonly scrollWidth: number;
|
992
|
+
readonly shadowRoot: ShadowRoot;
|
993
|
+
slot: string;
|
994
|
+
readonly tagName: string;
|
995
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
996
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
997
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
998
|
+
closest<E extends Element = Element>(selectors: string): E;
|
999
|
+
getAttribute(qualifiedName: string): string;
|
1000
|
+
getAttributeNS(namespace: string, localName: string): string;
|
1001
|
+
getAttributeNames(): string[];
|
1002
|
+
getAttributeNode(qualifiedName: string): Attr;
|
1003
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
1004
|
+
getBoundingClientRect(): DOMRect;
|
1005
|
+
getClientRects(): DOMRectList;
|
1006
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
1007
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
1008
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
1009
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
1010
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
1011
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
1012
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
1013
|
+
hasAttribute(qualifiedName: string): boolean;
|
1014
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
1015
|
+
hasAttributes(): boolean;
|
1016
|
+
hasPointerCapture(pointerId: number): boolean;
|
1017
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
1018
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
1019
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
1020
|
+
matches(selectors: string): boolean;
|
1021
|
+
releasePointerCapture(pointerId: number): void;
|
1022
|
+
removeAttribute(qualifiedName: string): void;
|
1023
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
1024
|
+
removeAttributeNode(attr: Attr): Attr;
|
1025
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
1026
|
+
requestPointerLock(): void;
|
1027
|
+
scroll(options?: ScrollToOptions): void;
|
1028
|
+
scroll(x: number, y: number): void;
|
1029
|
+
scrollBy(options?: ScrollToOptions): void;
|
1030
|
+
scrollBy(x: number, y: number): void;
|
1031
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
1032
|
+
scrollTo(options?: ScrollToOptions): void;
|
1033
|
+
scrollTo(x: number, y: number): void;
|
1034
|
+
setAttribute(qualifiedName: string, value: string): void;
|
1035
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
1036
|
+
setAttributeNode(attr: Attr): Attr;
|
1037
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
1038
|
+
setPointerCapture(pointerId: number): void;
|
1039
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
1040
|
+
webkitMatchesSelector(selectors: string): boolean;
|
1041
|
+
readonly baseURI: string;
|
1042
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
1043
|
+
readonly firstChild: ChildNode;
|
1044
|
+
readonly isConnected: boolean;
|
1045
|
+
readonly lastChild: ChildNode;
|
1046
|
+
readonly nextSibling: ChildNode;
|
1047
|
+
readonly nodeName: string;
|
1048
|
+
readonly nodeType: number;
|
1049
|
+
nodeValue: string;
|
1050
|
+
readonly parentElement: HTMLElement;
|
1051
|
+
readonly parentNode: ParentNode;
|
1052
|
+
readonly previousSibling: ChildNode;
|
1053
|
+
textContent: string;
|
1054
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
1055
|
+
compareDocumentPosition(other: Node): number;
|
1056
|
+
contains(other: Node): boolean;
|
1057
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
1058
|
+
hasChildNodes(): boolean;
|
1059
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
1060
|
+
isDefaultNamespace(namespace: string): boolean;
|
1061
|
+
isEqualNode(otherNode: Node): boolean;
|
1062
|
+
isSameNode(otherNode: Node): boolean;
|
1063
|
+
lookupNamespaceURI(prefix: string): string;
|
1064
|
+
lookupPrefix(namespace: string): string;
|
1065
|
+
normalize(): void;
|
1066
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
1067
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
1068
|
+
readonly ATTRIBUTE_NODE: number;
|
1069
|
+
readonly CDATA_SECTION_NODE: number;
|
1070
|
+
readonly COMMENT_NODE: number;
|
1071
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
1072
|
+
readonly DOCUMENT_NODE: number;
|
1073
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
1074
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
1075
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
1076
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
1077
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
1078
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
1079
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
1080
|
+
readonly ELEMENT_NODE: number;
|
1081
|
+
readonly ENTITY_NODE: number;
|
1082
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
1083
|
+
readonly NOTATION_NODE: number;
|
1084
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
1085
|
+
readonly TEXT_NODE: number;
|
1086
|
+
dispatchEvent(event: Event): boolean;
|
1087
|
+
ariaAtomic: string;
|
1088
|
+
ariaAutoComplete: string;
|
1089
|
+
ariaBusy: string;
|
1090
|
+
ariaChecked: string;
|
1091
|
+
ariaColCount: string;
|
1092
|
+
ariaColIndex: string;
|
1093
|
+
ariaColIndexText: string;
|
1094
|
+
ariaColSpan: string;
|
1095
|
+
ariaCurrent: string;
|
1096
|
+
ariaDisabled: string;
|
1097
|
+
ariaExpanded: string;
|
1098
|
+
ariaHasPopup: string;
|
1099
|
+
ariaHidden: string;
|
1100
|
+
ariaInvalid: string;
|
1101
|
+
ariaKeyShortcuts: string;
|
1102
|
+
ariaLabel: string;
|
1103
|
+
ariaLevel: string;
|
1104
|
+
ariaLive: string;
|
1105
|
+
ariaModal: string;
|
1106
|
+
ariaMultiLine: string;
|
1107
|
+
ariaMultiSelectable: string;
|
1108
|
+
ariaOrientation: string;
|
1109
|
+
ariaPlaceholder: string;
|
1110
|
+
ariaPosInSet: string;
|
1111
|
+
ariaPressed: string;
|
1112
|
+
ariaReadOnly: string;
|
1113
|
+
ariaRequired: string;
|
1114
|
+
ariaRoleDescription: string;
|
1115
|
+
ariaRowCount: string;
|
1116
|
+
ariaRowIndex: string;
|
1117
|
+
ariaRowIndexText: string;
|
1118
|
+
ariaRowSpan: string;
|
1119
|
+
ariaSelected: string;
|
1120
|
+
ariaSetSize: string;
|
1121
|
+
ariaSort: string;
|
1122
|
+
ariaValueMax: string;
|
1123
|
+
ariaValueMin: string;
|
1124
|
+
ariaValueNow: string;
|
1125
|
+
ariaValueText: string;
|
1126
|
+
role: string;
|
1127
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
1128
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
1129
|
+
after(...nodes: (string | Node)[]): void;
|
1130
|
+
before(...nodes: (string | Node)[]): void;
|
1131
|
+
remove(): void;
|
1132
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
1133
|
+
innerHTML: string;
|
1134
|
+
readonly nextElementSibling: Element;
|
1135
|
+
readonly previousElementSibling: Element;
|
1136
|
+
readonly childElementCount: number;
|
1137
|
+
readonly children: HTMLCollection;
|
1138
|
+
readonly firstElementChild: Element;
|
1139
|
+
readonly lastElementChild: Element;
|
1140
|
+
append(...nodes: (string | Node)[]): void;
|
1141
|
+
prepend(...nodes: (string | Node)[]): void;
|
1142
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
1143
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
1144
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
1145
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
1146
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
1147
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
1148
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
1149
|
+
readonly assignedSlot: HTMLSlotElement;
|
1150
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1151
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1152
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1153
|
+
readonly style: CSSStyleDeclaration;
|
1154
|
+
contentEditable: string;
|
1155
|
+
enterKeyHint: string;
|
1156
|
+
inputMode: string;
|
1157
|
+
readonly isContentEditable: boolean;
|
1158
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
1159
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1160
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1161
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1162
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1163
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1164
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
1165
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
1166
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
1167
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
1168
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
1169
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1170
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1171
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
1172
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1173
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1174
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1175
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1176
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1177
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1178
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1179
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1180
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1181
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1182
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1183
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
1184
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
1185
|
+
onerror: OnErrorEventHandlerNonNull;
|
1186
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
1187
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
1188
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1189
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
1190
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
1191
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
1192
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
1193
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
1194
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
1195
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
1196
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
1197
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
1198
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1199
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1200
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1201
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1202
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1203
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1204
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1205
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1206
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
1207
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
1208
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
1209
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1210
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1211
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1212
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1213
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1214
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1215
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1216
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1217
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
1218
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1219
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
1220
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
1221
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
1222
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
1223
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
1224
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
1225
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
1226
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1227
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
1228
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1229
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
1230
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
1231
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
1232
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
1233
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
1234
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1235
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1236
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1237
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1238
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1239
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1240
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1241
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1242
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1243
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
1244
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
1245
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
1246
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
1247
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
1248
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
1249
|
+
autofocus: boolean;
|
1250
|
+
readonly dataset: DOMStringMap;
|
1251
|
+
nonce?: string;
|
1252
|
+
tabIndex: number;
|
1253
|
+
blur(): void;
|
1254
|
+
focus(options?: FocusOptions): void;
|
1255
|
+
}) & typeof FoundationElement;
|
1256
|
+
|
1257
|
+
/**
|
1258
|
+
* fdc3-system-channel-listener
|
1259
|
+
* Util element to listen to the context on a fdc3 system channel
|
1260
|
+
* @alpha
|
1261
|
+
*/
|
1262
|
+
export declare class Fdc3SystemChannelListener extends Fdc3SystemChannelListener_base {
|
1263
|
+
config: SystemChannelListenerConfig[];
|
1264
|
+
fdc3: FDC3;
|
1265
|
+
deepClone(): Node;
|
1266
|
+
connectedCallback(): void;
|
1267
|
+
private channelSub;
|
1268
|
+
protected addChannelListeners(): void;
|
1269
|
+
disconnectedCallback(): void;
|
1270
|
+
}
|
1271
|
+
|
1272
|
+
declare const Fdc3SystemChannelListener_base: (new (...args: any[]) => {
|
1273
|
+
"__#1@#_container": FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
1274
|
+
"__#1@#_latestTokenCode": string;
|
1275
|
+
"__#1@#_hasFirstLoaded": boolean;
|
1276
|
+
"__#1@#_cleanupTimeout": NodeJS.Timeout;
|
1277
|
+
"__#1@#_shouldForceLifecycle": boolean;
|
1278
|
+
cloneNode(deep?: boolean): Node;
|
1279
|
+
deepClone(): Node;
|
1280
|
+
readonly shouldRunDisconnect: boolean;
|
1281
|
+
readonly shouldRunConnect: boolean;
|
1282
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
1283
|
+
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
1284
|
+
connectedCallback(): void;
|
1285
|
+
readonly $fastController: Controller;
|
1286
|
+
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
1287
|
+
disconnectedCallback(): void;
|
1288
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
1289
|
+
accessKey: string;
|
1290
|
+
readonly accessKeyLabel: string;
|
1291
|
+
autocapitalize: string;
|
1292
|
+
dir: string;
|
1293
|
+
draggable: boolean;
|
1294
|
+
hidden: boolean;
|
1295
|
+
inert: boolean;
|
1296
|
+
innerText: string;
|
1297
|
+
lang: string;
|
1298
|
+
readonly offsetHeight: number;
|
1299
|
+
readonly offsetLeft: number;
|
1300
|
+
readonly offsetParent: Element;
|
1301
|
+
readonly offsetTop: number;
|
1302
|
+
readonly offsetWidth: number;
|
1303
|
+
outerText: string;
|
1304
|
+
spellcheck: boolean;
|
1305
|
+
title: string;
|
1306
|
+
translate: boolean;
|
1307
|
+
attachInternals(): ElementInternals;
|
1308
|
+
click(): void;
|
1309
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
1310
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
1311
|
+
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions): void;
|
1312
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
1313
|
+
readonly attributes: NamedNodeMap;
|
1314
|
+
readonly classList: DOMTokenList;
|
1315
|
+
className: string;
|
1316
|
+
readonly clientHeight: number;
|
1317
|
+
readonly clientLeft: number;
|
1318
|
+
readonly clientTop: number;
|
1319
|
+
readonly clientWidth: number;
|
1320
|
+
id: string;
|
1321
|
+
readonly localName: string;
|
1322
|
+
readonly namespaceURI: string;
|
1323
|
+
onfullscreenchange: (this: Element, ev: Event) => any;
|
1324
|
+
onfullscreenerror: (this: Element, ev: Event) => any;
|
1325
|
+
outerHTML: string;
|
1326
|
+
readonly ownerDocument: Document;
|
1327
|
+
readonly part: DOMTokenList;
|
1328
|
+
readonly prefix: string;
|
1329
|
+
readonly scrollHeight: number;
|
1330
|
+
scrollLeft: number;
|
1331
|
+
scrollTop: number;
|
1332
|
+
readonly scrollWidth: number;
|
1333
|
+
readonly shadowRoot: ShadowRoot;
|
1334
|
+
slot: string;
|
1335
|
+
readonly tagName: string;
|
1336
|
+
attachShadow(init: ShadowRootInit): ShadowRoot;
|
1337
|
+
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
1338
|
+
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
1339
|
+
closest<E extends Element = Element>(selectors: string): E;
|
1340
|
+
getAttribute(qualifiedName: string): string;
|
1341
|
+
getAttributeNS(namespace: string, localName: string): string;
|
1342
|
+
getAttributeNames(): string[];
|
1343
|
+
getAttributeNode(qualifiedName: string): Attr;
|
1344
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
1345
|
+
getBoundingClientRect(): DOMRect;
|
1346
|
+
getClientRects(): DOMRectList;
|
1347
|
+
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
1348
|
+
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
1349
|
+
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
1350
|
+
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
1351
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
1352
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
1353
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
1354
|
+
hasAttribute(qualifiedName: string): boolean;
|
1355
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
1356
|
+
hasAttributes(): boolean;
|
1357
|
+
hasPointerCapture(pointerId: number): boolean;
|
1358
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
1359
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
1360
|
+
insertAdjacentText(where: InsertPosition, data: string): void;
|
1361
|
+
matches(selectors: string): boolean;
|
1362
|
+
releasePointerCapture(pointerId: number): void;
|
1363
|
+
removeAttribute(qualifiedName: string): void;
|
1364
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
1365
|
+
removeAttributeNode(attr: Attr): Attr;
|
1366
|
+
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
1367
|
+
requestPointerLock(): void;
|
1368
|
+
scroll(options?: ScrollToOptions): void;
|
1369
|
+
scroll(x: number, y: number): void;
|
1370
|
+
scrollBy(options?: ScrollToOptions): void;
|
1371
|
+
scrollBy(x: number, y: number): void;
|
1372
|
+
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
1373
|
+
scrollTo(options?: ScrollToOptions): void;
|
1374
|
+
scrollTo(x: number, y: number): void;
|
1375
|
+
setAttribute(qualifiedName: string, value: string): void;
|
1376
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
1377
|
+
setAttributeNode(attr: Attr): Attr;
|
1378
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
1379
|
+
setPointerCapture(pointerId: number): void;
|
1380
|
+
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
1381
|
+
webkitMatchesSelector(selectors: string): boolean;
|
1382
|
+
readonly baseURI: string;
|
1383
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
1384
|
+
readonly firstChild: ChildNode;
|
1385
|
+
readonly isConnected: boolean;
|
1386
|
+
readonly lastChild: ChildNode;
|
1387
|
+
readonly nextSibling: ChildNode;
|
1388
|
+
readonly nodeName: string;
|
1389
|
+
readonly nodeType: number;
|
1390
|
+
nodeValue: string;
|
1391
|
+
readonly parentElement: HTMLElement;
|
1392
|
+
readonly parentNode: ParentNode;
|
1393
|
+
readonly previousSibling: ChildNode;
|
1394
|
+
textContent: string;
|
1395
|
+
appendChild<T_1 extends Node>(node: T_1): T_1;
|
1396
|
+
compareDocumentPosition(other: Node): number;
|
1397
|
+
contains(other: Node): boolean;
|
1398
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
1399
|
+
hasChildNodes(): boolean;
|
1400
|
+
insertBefore<T_2 extends Node>(node: T_2, child: Node): T_2;
|
1401
|
+
isDefaultNamespace(namespace: string): boolean;
|
1402
|
+
isEqualNode(otherNode: Node): boolean;
|
1403
|
+
isSameNode(otherNode: Node): boolean;
|
1404
|
+
lookupNamespaceURI(prefix: string): string;
|
1405
|
+
lookupPrefix(namespace: string): string;
|
1406
|
+
normalize(): void;
|
1407
|
+
removeChild<T_3 extends Node>(child: T_3): T_3;
|
1408
|
+
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
1409
|
+
readonly ATTRIBUTE_NODE: number;
|
1410
|
+
readonly CDATA_SECTION_NODE: number;
|
1411
|
+
readonly COMMENT_NODE: number;
|
1412
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
1413
|
+
readonly DOCUMENT_NODE: number;
|
1414
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
1415
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
1416
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
1417
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
1418
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
1419
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
1420
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
1421
|
+
readonly ELEMENT_NODE: number;
|
1422
|
+
readonly ENTITY_NODE: number;
|
1423
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
1424
|
+
readonly NOTATION_NODE: number;
|
1425
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
1426
|
+
readonly TEXT_NODE: number;
|
1427
|
+
dispatchEvent(event: Event): boolean;
|
1428
|
+
ariaAtomic: string;
|
1429
|
+
ariaAutoComplete: string;
|
1430
|
+
ariaBusy: string;
|
1431
|
+
ariaChecked: string;
|
1432
|
+
ariaColCount: string;
|
1433
|
+
ariaColIndex: string;
|
1434
|
+
ariaColIndexText: string;
|
1435
|
+
ariaColSpan: string;
|
1436
|
+
ariaCurrent: string;
|
1437
|
+
ariaDisabled: string;
|
1438
|
+
ariaExpanded: string;
|
1439
|
+
ariaHasPopup: string;
|
1440
|
+
ariaHidden: string;
|
1441
|
+
ariaInvalid: string;
|
1442
|
+
ariaKeyShortcuts: string;
|
1443
|
+
ariaLabel: string;
|
1444
|
+
ariaLevel: string;
|
1445
|
+
ariaLive: string;
|
1446
|
+
ariaModal: string;
|
1447
|
+
ariaMultiLine: string;
|
1448
|
+
ariaMultiSelectable: string;
|
1449
|
+
ariaOrientation: string;
|
1450
|
+
ariaPlaceholder: string;
|
1451
|
+
ariaPosInSet: string;
|
1452
|
+
ariaPressed: string;
|
1453
|
+
ariaReadOnly: string;
|
1454
|
+
ariaRequired: string;
|
1455
|
+
ariaRoleDescription: string;
|
1456
|
+
ariaRowCount: string;
|
1457
|
+
ariaRowIndex: string;
|
1458
|
+
ariaRowIndexText: string;
|
1459
|
+
ariaRowSpan: string;
|
1460
|
+
ariaSelected: string;
|
1461
|
+
ariaSetSize: string;
|
1462
|
+
ariaSort: string;
|
1463
|
+
ariaValueMax: string;
|
1464
|
+
ariaValueMin: string;
|
1465
|
+
ariaValueNow: string;
|
1466
|
+
ariaValueText: string;
|
1467
|
+
role: string;
|
1468
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
1469
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
1470
|
+
after(...nodes: (string | Node)[]): void;
|
1471
|
+
before(...nodes: (string | Node)[]): void;
|
1472
|
+
remove(): void;
|
1473
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
1474
|
+
innerHTML: string;
|
1475
|
+
readonly nextElementSibling: Element;
|
1476
|
+
readonly previousElementSibling: Element;
|
1477
|
+
readonly childElementCount: number;
|
1478
|
+
readonly children: HTMLCollection;
|
1479
|
+
readonly firstElementChild: Element;
|
1480
|
+
readonly lastElementChild: Element;
|
1481
|
+
append(...nodes: (string | Node)[]): void;
|
1482
|
+
prepend(...nodes: (string | Node)[]): void;
|
1483
|
+
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6];
|
1484
|
+
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7];
|
1485
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
1486
|
+
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
1487
|
+
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
1488
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
1489
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
1490
|
+
readonly assignedSlot: HTMLSlotElement;
|
1491
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1492
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1493
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
1494
|
+
readonly style: CSSStyleDeclaration;
|
1495
|
+
contentEditable: string;
|
1496
|
+
enterKeyHint: string;
|
1497
|
+
inputMode: string;
|
1498
|
+
readonly isContentEditable: boolean;
|
1499
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
1500
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1501
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1502
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1503
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
1504
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1505
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
1506
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
1507
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
1508
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
1509
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
1510
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1511
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1512
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
1513
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1514
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1515
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1516
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1517
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1518
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1519
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1520
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1521
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1522
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
1523
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1524
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
1525
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
1526
|
+
onerror: OnErrorEventHandlerNonNull;
|
1527
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
1528
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
1529
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1530
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
1531
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
1532
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
1533
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
1534
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
1535
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
1536
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
1537
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
1538
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
1539
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1540
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1541
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1542
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1543
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1544
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1545
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1546
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
1547
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
1548
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
1549
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
1550
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1551
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1552
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1553
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1554
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1555
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1556
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1557
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
1558
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
1559
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1560
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
1561
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
1562
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
1563
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
1564
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
1565
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
1566
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
1567
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1568
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
1569
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
1570
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
1571
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
1572
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
1573
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
1574
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
1575
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1576
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1577
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1578
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
1579
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1580
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1581
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1582
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
1583
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
1584
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
1585
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
1586
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
1587
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
1588
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
1589
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
1590
|
+
autofocus: boolean;
|
1591
|
+
readonly dataset: DOMStringMap;
|
1592
|
+
nonce?: string;
|
1593
|
+
tabIndex: number;
|
1594
|
+
blur(): void;
|
1595
|
+
focus(options?: FocusOptions): void;
|
1596
|
+
}) & typeof FoundationElement;
|
1597
|
+
|
1598
|
+
/**
|
1599
|
+
* fdc3-intent-listener listen intent config
|
1600
|
+
* @alpha
|
1601
|
+
*/
|
1602
|
+
export declare interface IntentConfig {
|
1603
|
+
intent: string;
|
1604
|
+
callback: (FDC3Context: any) => void;
|
1605
|
+
}
|
1606
|
+
|
1607
|
+
/**
|
1608
|
+
* The Foundation Interop Notification Listener
|
1609
|
+
*
|
1610
|
+
* @public
|
1611
|
+
* @remarks
|
1612
|
+
* HTML Element: \<foundation-interop-notification-listener\>
|
1613
|
+
*/
|
1614
|
+
export declare const interopFoundationNotificationListener: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
1615
|
+
baseName: string;
|
1616
|
+
template: ViewTemplate<NotificationListener, any>;
|
1617
|
+
shadowOptions: ShadowRootInit;
|
1618
|
+
}>) => FoundationElementRegistry< {
|
1619
|
+
baseName: string;
|
1620
|
+
template: ViewTemplate<NotificationListener, any>;
|
1621
|
+
shadowOptions: ShadowRootInit;
|
1622
|
+
}, typeof InteropNotificationsListener>;
|
1623
|
+
|
1624
|
+
/**
|
1625
|
+
* @tagname %%prefix%%-interop-notification-listener
|
1626
|
+
* @public
|
1627
|
+
* @remarks
|
1628
|
+
* This component extends the notification listener class and overrides the logic for showing the toast message to instead dispatch the event to the interop notifications bus.
|
1629
|
+
*/
|
1630
|
+
export declare class InteropNotificationsListener extends NotificationListener {
|
1631
|
+
iOConnectNotificationOptions: IOConnectDesktop.Notifications.IOConnectNotificationOptions;
|
1632
|
+
protected showNotificationToast(row: NotificationDataRow): void;
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
/**
|
1636
|
+
* System channel listener config. System channels are also known as color channels
|
1637
|
+
* @alpha
|
1638
|
+
* @param channelType - string for the context channel type
|
1639
|
+
* @param callback - function that is called if a message with a matching context is emitted
|
1640
|
+
*/
|
1641
|
+
export declare interface SystemChannelListenerConfig {
|
1642
|
+
channelType: string;
|
1643
|
+
callback: (any: any) => void;
|
925
1644
|
}
|
926
1645
|
|
927
1646
|
export { }
|
package/docs/api-report.md
CHANGED
@@ -24,6 +24,12 @@ import { Observable } from 'rxjs';
|
|
24
24
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
25
25
|
import { ViewTemplate } from '@microsoft/fast-element';
|
26
26
|
|
27
|
+
// @alpha
|
28
|
+
export interface AppChannelListenerConfig extends SystemChannelListenerConfig {
|
29
|
+
// (undocumented)
|
30
|
+
channelName: string;
|
31
|
+
}
|
32
|
+
|
27
33
|
// Warning: (ae-internal-missing-underscore) The name "DefaultFDC3" should be prefixed with an underscore because the declaration is marked as @internal
|
28
34
|
//
|
29
35
|
// @internal
|
@@ -132,6 +138,28 @@ export interface FDC3Context extends Context {
|
|
132
138
|
// @public (undocumented)
|
133
139
|
export type FDC3ContextHandler = ContextHandler;
|
134
140
|
|
141
|
+
// @alpha
|
142
|
+
export class Fdc3ContextListener extends Fdc3SystemChannelListener {
|
143
|
+
// (undocumented)
|
144
|
+
protected addChannelListeners(): void;
|
145
|
+
// (undocumented)
|
146
|
+
config: AppChannelListenerConfig[];
|
147
|
+
}
|
148
|
+
|
149
|
+
// Warning: (ae-forgotten-export) The symbol "Fdc3IntentListener_base" needs to be exported by the entry point index.d.ts
|
150
|
+
//
|
151
|
+
// @alpha
|
152
|
+
export class Fdc3IntentListener extends Fdc3IntentListener_base {
|
153
|
+
// (undocumented)
|
154
|
+
connectedCallback(): void;
|
155
|
+
// (undocumented)
|
156
|
+
deepClone(): Node;
|
157
|
+
// (undocumented)
|
158
|
+
fdc3: FDC3;
|
159
|
+
// (undocumented)
|
160
|
+
intentConfig: IntentConfig[];
|
161
|
+
}
|
162
|
+
|
135
163
|
// @public (undocumented)
|
136
164
|
export interface FDC3IntentResolution extends IntentResolution {
|
137
165
|
}
|
@@ -161,6 +189,32 @@ export class Fdc3RaiseIntent extends Fdc3RaiseIntent_base {
|
|
161
189
|
mappingFunction: (any: any) => any;
|
162
190
|
}
|
163
191
|
|
192
|
+
// Warning: (ae-forgotten-export) The symbol "Fdc3SystemChannelListener_base" needs to be exported by the entry point index.d.ts
|
193
|
+
//
|
194
|
+
// @alpha
|
195
|
+
export class Fdc3SystemChannelListener extends Fdc3SystemChannelListener_base {
|
196
|
+
// (undocumented)
|
197
|
+
protected addChannelListeners(): void;
|
198
|
+
// (undocumented)
|
199
|
+
config: SystemChannelListenerConfig[];
|
200
|
+
// (undocumented)
|
201
|
+
connectedCallback(): void;
|
202
|
+
// (undocumented)
|
203
|
+
deepClone(): Node;
|
204
|
+
// (undocumented)
|
205
|
+
disconnectedCallback(): void;
|
206
|
+
// (undocumented)
|
207
|
+
fdc3: FDC3;
|
208
|
+
}
|
209
|
+
|
210
|
+
// @alpha
|
211
|
+
export interface IntentConfig {
|
212
|
+
// (undocumented)
|
213
|
+
callback: (FDC3Context: any) => void;
|
214
|
+
// (undocumented)
|
215
|
+
intent: string;
|
216
|
+
}
|
217
|
+
|
164
218
|
// @public
|
165
219
|
export const interopFoundationNotificationListener: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
166
220
|
baseName: string;
|
@@ -180,6 +234,14 @@ export class InteropNotificationsListener extends NotificationListener {
|
|
180
234
|
protected showNotificationToast(row: NotificationDataRow): void;
|
181
235
|
}
|
182
236
|
|
237
|
+
// @alpha
|
238
|
+
export interface SystemChannelListenerConfig {
|
239
|
+
// (undocumented)
|
240
|
+
callback: (any: any) => void;
|
241
|
+
// (undocumented)
|
242
|
+
channelType: string;
|
243
|
+
}
|
244
|
+
|
183
245
|
// (No @packageDocumentation comment for this package)
|
184
246
|
|
185
247
|
```
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-fdc3",
|
3
3
|
"description": "Genesis Foundation FDC3",
|
4
|
-
"version": "14.200.0-FUI-2127.
|
4
|
+
"version": "14.200.0-FUI-2127.4",
|
5
5
|
"sideEffects": false,
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
7
7
|
"main": "dist/esm/index.js",
|
@@ -59,23 +59,23 @@
|
|
59
59
|
}
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
|
-
"@genesislcap/foundation-testing": "14.200.0-FUI-2127.
|
63
|
-
"@genesislcap/genx": "14.200.0-FUI-2127.
|
64
|
-
"@genesislcap/rollup-builder": "14.200.0-FUI-2127.
|
65
|
-
"@genesislcap/ts-builder": "14.200.0-FUI-2127.
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.200.0-FUI-2127.
|
67
|
-
"@genesislcap/vite-builder": "14.200.0-FUI-2127.
|
68
|
-
"@genesislcap/webpack-builder": "14.200.0-FUI-2127.
|
62
|
+
"@genesislcap/foundation-testing": "14.200.0-FUI-2127.4",
|
63
|
+
"@genesislcap/genx": "14.200.0-FUI-2127.4",
|
64
|
+
"@genesislcap/rollup-builder": "14.200.0-FUI-2127.4",
|
65
|
+
"@genesislcap/ts-builder": "14.200.0-FUI-2127.4",
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.200.0-FUI-2127.4",
|
67
|
+
"@genesislcap/vite-builder": "14.200.0-FUI-2127.4",
|
68
|
+
"@genesislcap/webpack-builder": "14.200.0-FUI-2127.4",
|
69
69
|
"rimraf": "^5.0.0",
|
70
70
|
"sinon": "^17.0.1"
|
71
71
|
},
|
72
72
|
"dependencies": {
|
73
73
|
"@finos/fdc3": "^1.2.0",
|
74
|
-
"@genesislcap/foundation-logger": "14.200.0-FUI-2127.
|
75
|
-
"@genesislcap/foundation-notifications": "14.200.0-FUI-2127.
|
76
|
-
"@genesislcap/foundation-ui": "14.200.0-FUI-2127.
|
77
|
-
"@genesislcap/foundation-utils": "14.200.0-FUI-2127.
|
78
|
-
"@genesislcap/web-core": "14.200.0-FUI-2127.
|
74
|
+
"@genesislcap/foundation-logger": "14.200.0-FUI-2127.4",
|
75
|
+
"@genesislcap/foundation-notifications": "14.200.0-FUI-2127.4",
|
76
|
+
"@genesislcap/foundation-ui": "14.200.0-FUI-2127.4",
|
77
|
+
"@genesislcap/foundation-utils": "14.200.0-FUI-2127.4",
|
78
|
+
"@genesislcap/web-core": "14.200.0-FUI-2127.4",
|
79
79
|
"@interopio/desktop": "^6.3.1",
|
80
80
|
"@microsoft/fast-element": "^1.12.0",
|
81
81
|
"@microsoft/fast-foundation": "^2.49.4",
|
@@ -90,5 +90,5 @@
|
|
90
90
|
"publishConfig": {
|
91
91
|
"access": "public"
|
92
92
|
},
|
93
|
-
"gitHead": "
|
93
|
+
"gitHead": "88c454dc5efe6b735685385e8351136b50878065"
|
94
94
|
}
|