@genesislcap/foundation-header 15.6.2 → 15.7.0-ts7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +182 -182
- package/dist/dts/components/control-panel.d.ts.map +1 -1
- package/dist/dts/config/configure.d.ts +1 -1
- package/dist/dts/config/configure.d.ts.map +1 -1
- package/dist/dts/main/feature-flags-nav.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +162 -157
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/main/main.template.d.ts.map +1 -1
- package/dist/dts/styles/colors.d.ts.map +1 -1
- package/dist/dts/styles/styles.d.ts.map +1 -1
- package/dist/dts/tags/tags.d.ts.map +1 -1
- package/dist/esm/main/feature-flags-nav.js +1 -1
- package/dist/esm/main/main.js +5 -3
- package/dist/foundation-header.api.json +1 -1
- package/dist/foundation-header.d.ts +164 -158
- package/package.json +22 -22
|
@@ -9,6 +9,7 @@ import { GenesisElement } from '@genesislcap/web-core';
|
|
|
9
9
|
import { I18next } from '@genesislcap/foundation-i18n';
|
|
10
10
|
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
11
11
|
import { Modal } from '@genesislcap/foundation-ui';
|
|
12
|
+
import { Navigation as Navigation_2 } from '..';
|
|
12
13
|
import { PartialGenesisElementDefinition } from '@genesislcap/web-core';
|
|
13
14
|
import { SyntheticViewTemplate } from '@genesislcap/web-core';
|
|
14
15
|
import { TemplateElementDependency } from '@genesislcap/foundation-ui';
|
|
@@ -38,7 +39,7 @@ import { ViewTemplate } from '@genesislcap/web-core';
|
|
|
38
39
|
* @param config - A partial HeaderConfig.
|
|
39
40
|
* @public
|
|
40
41
|
*/
|
|
41
|
-
export declare function configure(config: Partial<HeaderConfig>): Promise<
|
|
42
|
+
export declare function configure(config: Partial<HeaderConfig>): Promise<Navigation_2>;
|
|
42
43
|
|
|
43
44
|
/**
|
|
44
45
|
* control-panel
|
|
@@ -845,37 +846,65 @@ export declare class Navigation extends Navigation_base {
|
|
|
845
846
|
}
|
|
846
847
|
|
|
847
848
|
declare const Navigation_base: abstract new (...args: any[]) => {
|
|
848
|
-
$emit<K extends
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
849
|
+
$emit<K extends keyof NavEventDetailMap & string>(...args: NavEventDetailMap[K] extends void ? [type: K, options?: EmitOptions] : [type: K, detail: NavEventDetailMap[K], options?: EmitOptions]): EmitReturn;
|
|
850
|
+
ariaActiveDescendantElement: Element | null;
|
|
851
|
+
ariaAtomic: string | null;
|
|
852
|
+
ariaAutoComplete: string | null;
|
|
853
|
+
ariaBrailleLabel: string | null;
|
|
854
|
+
ariaBrailleRoleDescription: string | null;
|
|
855
|
+
ariaBusy: string | null;
|
|
856
|
+
ariaChecked: string | null;
|
|
857
|
+
ariaColCount: string | null;
|
|
858
|
+
ariaColIndex: string | null;
|
|
859
|
+
ariaColIndexText: string | null;
|
|
860
|
+
ariaColSpan: string | null;
|
|
861
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
862
|
+
ariaCurrent: string | null;
|
|
863
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
864
|
+
ariaDescription: string | null;
|
|
865
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
866
|
+
ariaDisabled: string | null;
|
|
867
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
868
|
+
ariaExpanded: string | null;
|
|
869
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
870
|
+
ariaHasPopup: string | null;
|
|
871
|
+
ariaHidden: string | null;
|
|
872
|
+
ariaInvalid: string | null;
|
|
873
|
+
ariaKeyShortcuts: string | null;
|
|
874
|
+
ariaLabel: string | null;
|
|
875
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
876
|
+
ariaLevel: string | null;
|
|
877
|
+
ariaLive: string | null;
|
|
878
|
+
ariaModal: string | null;
|
|
879
|
+
ariaMultiLine: string | null;
|
|
880
|
+
ariaMultiSelectable: string | null;
|
|
881
|
+
ariaOrientation: string | null;
|
|
882
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
883
|
+
ariaPlaceholder: string | null;
|
|
884
|
+
ariaPosInSet: string | null;
|
|
885
|
+
ariaPressed: string | null;
|
|
886
|
+
ariaReadOnly: string | null;
|
|
887
|
+
ariaRelevant: string | null;
|
|
888
|
+
ariaRequired: string | null;
|
|
889
|
+
ariaRoleDescription: string | null;
|
|
890
|
+
ariaRowCount: string | null;
|
|
891
|
+
ariaRowIndex: string | null;
|
|
892
|
+
ariaRowIndexText: string | null;
|
|
893
|
+
ariaRowSpan: string | null;
|
|
894
|
+
ariaSelected: string | null;
|
|
895
|
+
ariaSetSize: string | null;
|
|
896
|
+
ariaSort: string | null;
|
|
897
|
+
ariaValueMax: string | null;
|
|
898
|
+
ariaValueMin: string | null;
|
|
899
|
+
ariaValueNow: string | null;
|
|
900
|
+
ariaValueText: string | null;
|
|
901
|
+
role: string | null;
|
|
902
|
+
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
903
|
+
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
904
|
+
after(...nodes: (Node | string)[]): void;
|
|
905
|
+
before(...nodes: (Node | string)[]): void;
|
|
906
|
+
remove(): void;
|
|
907
|
+
replaceWith(...nodes: (Node | string)[]): void;
|
|
879
908
|
readonly attributes: NamedNodeMap;
|
|
880
909
|
get classList(): DOMTokenList;
|
|
881
910
|
set classList(value: string);
|
|
@@ -935,6 +964,9 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
935
964
|
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
936
965
|
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
937
966
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
967
|
+
matches<K extends keyof HTMLElementTagNameMap>(selectors: K): this is HTMLElementTagNameMap[K];
|
|
968
|
+
matches<K extends keyof SVGElementTagNameMap>(selectors: K): this is SVGElementTagNameMap[K];
|
|
969
|
+
matches<K extends keyof MathMLElementTagNameMap>(selectors: K): this is MathMLElementTagNameMap[K];
|
|
938
970
|
matches(selectors: string): boolean;
|
|
939
971
|
releasePointerCapture(pointerId: number): void;
|
|
940
972
|
removeAttribute(qualifiedName: string): void;
|
|
@@ -958,130 +990,6 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
958
990
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
959
991
|
webkitMatchesSelector(selectors: string): boolean;
|
|
960
992
|
textContent: string;
|
|
961
|
-
readonly baseURI: string;
|
|
962
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
963
|
-
readonly firstChild: ChildNode | null;
|
|
964
|
-
readonly isConnected: boolean;
|
|
965
|
-
readonly lastChild: ChildNode | null;
|
|
966
|
-
readonly nextSibling: ChildNode | null;
|
|
967
|
-
readonly nodeName: string;
|
|
968
|
-
readonly nodeType: number;
|
|
969
|
-
nodeValue: string | null;
|
|
970
|
-
readonly parentElement: HTMLElement | null;
|
|
971
|
-
readonly parentNode: ParentNode | null;
|
|
972
|
-
readonly previousSibling: ChildNode | null;
|
|
973
|
-
appendChild<T extends Node>(node: T): T;
|
|
974
|
-
cloneNode(subtree?: boolean): Node;
|
|
975
|
-
compareDocumentPosition(other: Node): number;
|
|
976
|
-
contains(other: Node | null): boolean;
|
|
977
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
978
|
-
hasChildNodes(): boolean;
|
|
979
|
-
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
980
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
981
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
982
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
983
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
984
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
985
|
-
normalize(): void;
|
|
986
|
-
removeChild<T extends Node>(child: T): T;
|
|
987
|
-
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
988
|
-
readonly ELEMENT_NODE: 1;
|
|
989
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
990
|
-
readonly TEXT_NODE: 3;
|
|
991
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
992
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
993
|
-
readonly ENTITY_NODE: 6;
|
|
994
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
995
|
-
readonly COMMENT_NODE: 8;
|
|
996
|
-
readonly DOCUMENT_NODE: 9;
|
|
997
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
998
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
999
|
-
readonly NOTATION_NODE: 12;
|
|
1000
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1001
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1002
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1003
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1004
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1005
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1006
|
-
dispatchEvent(event: Event): boolean;
|
|
1007
|
-
ariaActiveDescendantElement: Element | null;
|
|
1008
|
-
ariaAtomic: string | null;
|
|
1009
|
-
ariaAutoComplete: string | null;
|
|
1010
|
-
ariaBrailleLabel: string | null;
|
|
1011
|
-
ariaBrailleRoleDescription: string | null;
|
|
1012
|
-
ariaBusy: string | null;
|
|
1013
|
-
ariaChecked: string | null;
|
|
1014
|
-
ariaColCount: string | null;
|
|
1015
|
-
ariaColIndex: string | null;
|
|
1016
|
-
ariaColIndexText: string | null;
|
|
1017
|
-
ariaColSpan: string | null;
|
|
1018
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1019
|
-
ariaCurrent: string | null;
|
|
1020
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1021
|
-
ariaDescription: string | null;
|
|
1022
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1023
|
-
ariaDisabled: string | null;
|
|
1024
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1025
|
-
ariaExpanded: string | null;
|
|
1026
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1027
|
-
ariaHasPopup: string | null;
|
|
1028
|
-
ariaHidden: string | null;
|
|
1029
|
-
ariaInvalid: string | null;
|
|
1030
|
-
ariaKeyShortcuts: string | null;
|
|
1031
|
-
ariaLabel: string | null;
|
|
1032
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1033
|
-
ariaLevel: string | null;
|
|
1034
|
-
ariaLive: string | null;
|
|
1035
|
-
ariaModal: string | null;
|
|
1036
|
-
ariaMultiLine: string | null;
|
|
1037
|
-
ariaMultiSelectable: string | null;
|
|
1038
|
-
ariaOrientation: string | null;
|
|
1039
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1040
|
-
ariaPlaceholder: string | null;
|
|
1041
|
-
ariaPosInSet: string | null;
|
|
1042
|
-
ariaPressed: string | null;
|
|
1043
|
-
ariaReadOnly: string | null;
|
|
1044
|
-
ariaRelevant: string | null;
|
|
1045
|
-
ariaRequired: string | null;
|
|
1046
|
-
ariaRoleDescription: string | null;
|
|
1047
|
-
ariaRowCount: string | null;
|
|
1048
|
-
ariaRowIndex: string | null;
|
|
1049
|
-
ariaRowIndexText: string | null;
|
|
1050
|
-
ariaRowSpan: string | null;
|
|
1051
|
-
ariaSelected: string | null;
|
|
1052
|
-
ariaSetSize: string | null;
|
|
1053
|
-
ariaSort: string | null;
|
|
1054
|
-
ariaValueMax: string | null;
|
|
1055
|
-
ariaValueMin: string | null;
|
|
1056
|
-
ariaValueNow: string | null;
|
|
1057
|
-
ariaValueText: string | null;
|
|
1058
|
-
role: string | null;
|
|
1059
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
1060
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
1061
|
-
after(...nodes: (Node | string)[]): void;
|
|
1062
|
-
before(...nodes: (Node | string)[]): void;
|
|
1063
|
-
remove(): void;
|
|
1064
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
1065
|
-
readonly nextElementSibling: Element | null;
|
|
1066
|
-
readonly previousElementSibling: Element | null;
|
|
1067
|
-
readonly childElementCount: number;
|
|
1068
|
-
readonly children: HTMLCollection;
|
|
1069
|
-
readonly firstElementChild: Element | null;
|
|
1070
|
-
readonly lastElementChild: Element | null;
|
|
1071
|
-
append(...nodes: (Node | string)[]): void;
|
|
1072
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
1073
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1074
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1075
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1076
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1077
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1078
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1079
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1080
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1081
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1082
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1083
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1084
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1085
993
|
readonly attributeStyleMap: StylePropertyMap;
|
|
1086
994
|
get style(): CSSStyleDeclaration;
|
|
1087
995
|
set style(cssText: string);
|
|
@@ -1089,6 +997,7 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
1089
997
|
enterKeyHint: string;
|
|
1090
998
|
inputMode: string;
|
|
1091
999
|
readonly isContentEditable: boolean;
|
|
1000
|
+
dispatchEvent(event: Event): boolean;
|
|
1092
1001
|
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
1093
1002
|
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1094
1003
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
@@ -1105,6 +1014,7 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
1105
1014
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1106
1015
|
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1107
1016
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1017
|
+
oncommand: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1108
1018
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1109
1019
|
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1110
1020
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1126,7 +1036,7 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
1126
1036
|
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1127
1037
|
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
1128
1038
|
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1129
|
-
oninput: ((this: GlobalEventHandlers, ev:
|
|
1039
|
+
oninput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1130
1040
|
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1131
1041
|
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
1132
1042
|
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
@@ -1189,12 +1099,108 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
1189
1099
|
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1190
1100
|
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1191
1101
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
1102
|
+
accessKey: string;
|
|
1103
|
+
readonly accessKeyLabel: string;
|
|
1104
|
+
autocapitalize: string;
|
|
1105
|
+
autocorrect: boolean;
|
|
1106
|
+
dir: string;
|
|
1107
|
+
draggable: boolean;
|
|
1108
|
+
hidden: boolean | "until-found";
|
|
1109
|
+
inert: boolean;
|
|
1110
|
+
innerText: string;
|
|
1111
|
+
lang: string;
|
|
1112
|
+
readonly offsetHeight: number;
|
|
1113
|
+
readonly offsetLeft: number;
|
|
1114
|
+
readonly offsetParent: Element | null;
|
|
1115
|
+
readonly offsetTop: number;
|
|
1116
|
+
readonly offsetWidth: number;
|
|
1117
|
+
outerText: string;
|
|
1118
|
+
popover: string | null;
|
|
1119
|
+
spellcheck: boolean;
|
|
1120
|
+
title: string;
|
|
1121
|
+
translate: boolean;
|
|
1122
|
+
writingSuggestions: string;
|
|
1123
|
+
attachInternals(): ElementInternals;
|
|
1124
|
+
click(): void;
|
|
1125
|
+
hidePopover(): void;
|
|
1126
|
+
showPopover(): void;
|
|
1127
|
+
togglePopover(options?: boolean): boolean;
|
|
1128
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1129
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1130
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1131
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1192
1132
|
autofocus: boolean;
|
|
1193
1133
|
readonly dataset: DOMStringMap;
|
|
1194
|
-
nonce
|
|
1134
|
+
nonce: string;
|
|
1195
1135
|
tabIndex: number;
|
|
1196
1136
|
blur(): void;
|
|
1197
1137
|
focus(options?: FocusOptions): void;
|
|
1138
|
+
readonly baseURI: string;
|
|
1139
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
1140
|
+
readonly firstChild: ChildNode | null;
|
|
1141
|
+
readonly isConnected: boolean;
|
|
1142
|
+
readonly lastChild: ChildNode | null;
|
|
1143
|
+
readonly nextSibling: ChildNode | null;
|
|
1144
|
+
readonly nodeName: string;
|
|
1145
|
+
readonly nodeType: number;
|
|
1146
|
+
nodeValue: string | null;
|
|
1147
|
+
readonly parentElement: HTMLElement | null;
|
|
1148
|
+
readonly parentNode: ParentNode | null;
|
|
1149
|
+
readonly previousSibling: ChildNode | null;
|
|
1150
|
+
appendChild<T extends Node>(node: T): T;
|
|
1151
|
+
cloneNode(subtree?: boolean): Node;
|
|
1152
|
+
compareDocumentPosition(other: Node): number;
|
|
1153
|
+
contains(other: Node | null): boolean;
|
|
1154
|
+
getRootNode(options?: GetRootNodeOptions): Node;
|
|
1155
|
+
hasChildNodes(): boolean;
|
|
1156
|
+
insertBefore<T extends Node>(node: T, child: Node | null): T;
|
|
1157
|
+
isDefaultNamespace(namespace: string | null): boolean;
|
|
1158
|
+
isEqualNode(otherNode: Node | null): boolean;
|
|
1159
|
+
isSameNode(otherNode: Node | null): boolean;
|
|
1160
|
+
lookupNamespaceURI(prefix: string | null): string | null;
|
|
1161
|
+
lookupPrefix(namespace: string | null): string | null;
|
|
1162
|
+
normalize(): void;
|
|
1163
|
+
removeChild<T extends Node>(child: T): T;
|
|
1164
|
+
replaceChild<T extends Node>(node: Node, child: T): T;
|
|
1165
|
+
readonly ELEMENT_NODE: 1;
|
|
1166
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
1167
|
+
readonly TEXT_NODE: 3;
|
|
1168
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
1169
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
1170
|
+
readonly ENTITY_NODE: 6;
|
|
1171
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
1172
|
+
readonly COMMENT_NODE: 8;
|
|
1173
|
+
readonly DOCUMENT_NODE: 9;
|
|
1174
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
1175
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
1176
|
+
readonly NOTATION_NODE: 12;
|
|
1177
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
1178
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
1179
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
1180
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
1181
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1182
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1183
|
+
readonly nextElementSibling: Element | null;
|
|
1184
|
+
readonly previousElementSibling: Element | null;
|
|
1185
|
+
readonly childElementCount: number;
|
|
1186
|
+
readonly children: HTMLCollection;
|
|
1187
|
+
readonly firstElementChild: Element | null;
|
|
1188
|
+
readonly lastElementChild: Element | null;
|
|
1189
|
+
append(...nodes: (Node | string)[]): void;
|
|
1190
|
+
moveBefore(node: Node, child: Node | null): void;
|
|
1191
|
+
prepend(...nodes: (Node | string)[]): void;
|
|
1192
|
+
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
1193
|
+
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
1194
|
+
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
1195
|
+
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
1196
|
+
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
1197
|
+
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
1198
|
+
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
1199
|
+
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
1200
|
+
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
1201
|
+
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
1202
|
+
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1203
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1198
1204
|
readonly $fastController: Controller;
|
|
1199
1205
|
connectedCallback(): void;
|
|
1200
1206
|
disconnectedCallback(): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.7.0-ts7.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -84,28 +84,28 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@genesislcap/foundation-testing": "15.
|
|
88
|
-
"@genesislcap/genx": "15.
|
|
89
|
-
"@genesislcap/rollup-builder": "15.
|
|
90
|
-
"@genesislcap/ts-builder": "15.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
92
|
-
"@genesislcap/vite-builder": "15.
|
|
93
|
-
"@genesislcap/webpack-builder": "15.
|
|
87
|
+
"@genesislcap/foundation-testing": "15.7.0-ts7.1",
|
|
88
|
+
"@genesislcap/genx": "15.7.0-ts7.1",
|
|
89
|
+
"@genesislcap/rollup-builder": "15.7.0-ts7.1",
|
|
90
|
+
"@genesislcap/ts-builder": "15.7.0-ts7.1",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "15.7.0-ts7.1",
|
|
92
|
+
"@genesislcap/vite-builder": "15.7.0-ts7.1",
|
|
93
|
+
"@genesislcap/webpack-builder": "15.7.0-ts7.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "15.
|
|
97
|
-
"@genesislcap/foundation-auth": "15.
|
|
98
|
-
"@genesislcap/foundation-comms": "15.
|
|
99
|
-
"@genesislcap/foundation-events": "15.
|
|
100
|
-
"@genesislcap/foundation-i18n": "15.
|
|
101
|
-
"@genesislcap/foundation-logger": "15.
|
|
102
|
-
"@genesislcap/foundation-shell": "15.
|
|
103
|
-
"@genesislcap/foundation-ui": "15.
|
|
104
|
-
"@genesislcap/foundation-user": "15.
|
|
105
|
-
"@genesislcap/foundation-utils": "15.
|
|
106
|
-
"@genesislcap/foundation-zero": "15.
|
|
107
|
-
"@genesislcap/rapid-design-system": "15.
|
|
108
|
-
"@genesislcap/web-core": "15.
|
|
96
|
+
"@genesislcap/foundation-ai": "15.7.0-ts7.1",
|
|
97
|
+
"@genesislcap/foundation-auth": "15.7.0-ts7.1",
|
|
98
|
+
"@genesislcap/foundation-comms": "15.7.0-ts7.1",
|
|
99
|
+
"@genesislcap/foundation-events": "15.7.0-ts7.1",
|
|
100
|
+
"@genesislcap/foundation-i18n": "15.7.0-ts7.1",
|
|
101
|
+
"@genesislcap/foundation-logger": "15.7.0-ts7.1",
|
|
102
|
+
"@genesislcap/foundation-shell": "15.7.0-ts7.1",
|
|
103
|
+
"@genesislcap/foundation-ui": "15.7.0-ts7.1",
|
|
104
|
+
"@genesislcap/foundation-user": "15.7.0-ts7.1",
|
|
105
|
+
"@genesislcap/foundation-utils": "15.7.0-ts7.1",
|
|
106
|
+
"@genesislcap/foundation-zero": "15.7.0-ts7.1",
|
|
107
|
+
"@genesislcap/rapid-design-system": "15.7.0-ts7.1",
|
|
108
|
+
"@genesislcap/web-core": "15.7.0-ts7.1"
|
|
109
109
|
},
|
|
110
110
|
"repository": {
|
|
111
111
|
"type": "git",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"access": "public"
|
|
117
117
|
},
|
|
118
118
|
"customElements": "dist/custom-elements.json",
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "cbdc6ec8914b5a75c30535e4bd15b11aff6c96fd"
|
|
120
120
|
}
|