@genesislcap/foundation-header 14.302.1-alpha-945e484.0 → 14.302.1-alpha-ecc0cfb.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/main/main.d.ts +238 -258
- 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/main.js +1 -1
- package/dist/foundation-header.api.json +1 -1
- package/dist/foundation-header.d.ts +238 -258
- package/dist/tsdoc-metadata.json +1 -1
- package/docs/api/foundation-header.configure.md +3 -33
- package/docs/api/foundation-header.foundationheader.md +3 -29
- package/docs/api/foundation-header.headerconfig.md +3 -41
- package/docs/api/foundation-header.md +25 -225
- package/docs/api/foundation-header.navigation.changelanguage.md +3 -31
- package/docs/api/foundation-header.navigation.handlenavbuttonclick.md +3 -33
- package/docs/api/foundation-header.navigation.md +35 -574
- package/docs/api/foundation-header.navigation.navigateto.md +3 -33
- package/docs/api/foundation-header.navigation.tolocalisedtext.md +3 -31
- package/docs/api/foundation-header.rapidheader.md +3 -29
- package/docs/api/index.md +3 -21
- package/package.json +23 -23
- package/docs/api-report.md.api.md +0 -197
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/styles/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/styles/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,WAAW,aAAa,MAAM,WAM1C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,2BAIvB,CAAC;AAEF,eAAO,MAAM,YAAY,2BAIxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tags.d.ts","sourceRoot":"","sources":["../../../src/tags/tags.ts"],"names":[],"mappings":"AAMA;;;;;;GAMG;AAEH;;GAEG;AACH,eAAO,MAAQ,eAAe,+CACkB,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,OAAO,QAA+B,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,sBAAsB,QAA8C,CAAC;AAElF;;GAEG;AACH,eAAO,MAAM,uBAAuB,QAA+C,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,WAAW,QAAmC,CAAC;AAE5D;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"tags.d.ts","sourceRoot":"","sources":["../../../src/tags/tags.ts"],"names":[],"mappings":"AAMA;;;;;;GAMG;AAEH;;GAEG;AACH,eAAO,MAAQ,eAAe,+CACkB,CAAC;AAEjD;;GAEG;AACH,eAAO,MAAM,OAAO,QAA+B,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,sBAAsB,QAA8C,CAAC;AAElF;;GAEG;AACH,eAAO,MAAM,uBAAuB,QAA+C,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,SAAS,QAAiC,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,WAAW,QAAmC,CAAC;AAE5D;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,YAAY,yCAcxB,CAAC"}
|
package/dist/esm/main/main.js
CHANGED
|
@@ -137,8 +137,8 @@ let Navigation = class Navigation extends EventEmitter(GenesisElement) {
|
|
|
137
137
|
const _super = Object.create(null, {
|
|
138
138
|
connectedCallback: { get: () => super.connectedCallback }
|
|
139
139
|
});
|
|
140
|
+
var _a;
|
|
140
141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
141
|
-
var _a;
|
|
142
142
|
_super.connectedCallback.call(this);
|
|
143
143
|
logger.debug(`foundation-header is now connected to the DOM`);
|
|
144
144
|
this.setLuminance();
|
|
@@ -516,7 +516,6 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
516
516
|
accessKey: string;
|
|
517
517
|
readonly accessKeyLabel: string;
|
|
518
518
|
autocapitalize: string;
|
|
519
|
-
autocorrect: boolean;
|
|
520
519
|
dir: string;
|
|
521
520
|
draggable: boolean;
|
|
522
521
|
hidden: boolean;
|
|
@@ -525,90 +524,83 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
525
524
|
lang: string;
|
|
526
525
|
readonly offsetHeight: number;
|
|
527
526
|
readonly offsetLeft: number;
|
|
528
|
-
readonly offsetParent: Element
|
|
527
|
+
readonly offsetParent: Element;
|
|
529
528
|
readonly offsetTop: number;
|
|
530
529
|
readonly offsetWidth: number;
|
|
531
530
|
outerText: string;
|
|
532
|
-
popover: string | null;
|
|
533
531
|
spellcheck: boolean;
|
|
534
532
|
title: string;
|
|
535
533
|
translate: boolean;
|
|
536
|
-
writingSuggestions: string;
|
|
537
534
|
attachInternals(): ElementInternals;
|
|
538
535
|
click(): void;
|
|
539
|
-
|
|
540
|
-
showPopover(): void;
|
|
541
|
-
togglePopover(options?: boolean): boolean;
|
|
542
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
536
|
+
addEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
543
537
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
544
|
-
removeEventListener<
|
|
538
|
+
removeEventListener<K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | EventListenerOptions): void;
|
|
545
539
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
546
540
|
readonly attributes: NamedNodeMap;
|
|
547
|
-
|
|
548
|
-
set classList(value: string);
|
|
541
|
+
readonly classList: DOMTokenList;
|
|
549
542
|
className: string;
|
|
550
543
|
readonly clientHeight: number;
|
|
551
544
|
readonly clientLeft: number;
|
|
552
545
|
readonly clientTop: number;
|
|
553
546
|
readonly clientWidth: number;
|
|
554
|
-
readonly currentCSSZoom: number;
|
|
555
547
|
id: string;
|
|
556
|
-
innerHTML: string;
|
|
557
548
|
readonly localName: string;
|
|
558
|
-
readonly namespaceURI: string
|
|
549
|
+
readonly namespaceURI: string;
|
|
559
550
|
onfullscreenchange: (this: Element, ev: Event) => any;
|
|
560
551
|
onfullscreenerror: (this: Element, ev: Event) => any;
|
|
561
552
|
outerHTML: string;
|
|
562
553
|
readonly ownerDocument: Document;
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
readonly prefix: string | null;
|
|
554
|
+
readonly part: DOMTokenList;
|
|
555
|
+
readonly prefix: string;
|
|
566
556
|
readonly scrollHeight: number;
|
|
567
557
|
scrollLeft: number;
|
|
568
558
|
scrollTop: number;
|
|
569
559
|
readonly scrollWidth: number;
|
|
570
|
-
readonly shadowRoot: ShadowRoot
|
|
560
|
+
readonly shadowRoot: ShadowRoot;
|
|
571
561
|
slot: string;
|
|
572
562
|
readonly tagName: string;
|
|
573
563
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
574
|
-
|
|
575
|
-
closest<
|
|
576
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
|
|
577
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
|
|
564
|
+
closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
|
|
565
|
+
closest<K_4 extends keyof SVGElementTagNameMap>(selector: K_4): SVGElementTagNameMap[K_4];
|
|
578
566
|
closest<E extends Element = Element>(selectors: string): E;
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
567
|
+
getAttribute(qualifiedName: string): string;
|
|
568
|
+
getAttributeNS(namespace: string, localName: string): string;
|
|
582
569
|
getAttributeNames(): string[];
|
|
583
|
-
getAttributeNode(qualifiedName: string): Attr
|
|
584
|
-
getAttributeNodeNS(namespace: string
|
|
570
|
+
getAttributeNode(qualifiedName: string): Attr;
|
|
571
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
585
572
|
getBoundingClientRect(): DOMRect;
|
|
586
|
-
getClientRects(): DOMRectList;
|
|
573
|
+
getClientRects(): DOMRectList; /**
|
|
574
|
+
* Username of the logged in user
|
|
575
|
+
*/
|
|
587
576
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
588
|
-
getElementsByTagName<
|
|
589
|
-
getElementsByTagName<
|
|
590
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
591
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
577
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
578
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
592
579
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
593
580
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
594
581
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
595
|
-
getElementsByTagNameNS(
|
|
596
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
597
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
582
|
+
getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
|
|
598
583
|
hasAttribute(qualifiedName: string): boolean;
|
|
599
|
-
hasAttributeNS(namespace: string
|
|
584
|
+
hasAttributeNS(namespace: string, localName: string): boolean;
|
|
600
585
|
hasAttributes(): boolean;
|
|
601
586
|
hasPointerCapture(pointerId: number): boolean;
|
|
602
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element
|
|
603
|
-
insertAdjacentHTML(position: InsertPosition,
|
|
587
|
+
insertAdjacentElement(where: InsertPosition, element: Element): Element;
|
|
588
|
+
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
604
589
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
605
|
-
matches(selectors: string): boolean;
|
|
590
|
+
matches(selectors: string): boolean; /**
|
|
591
|
+
* Boolean attribute which controls whether to show the luminance (moon) icon on the navigation bar
|
|
592
|
+
* Control via`show-luminance-toggle-button`
|
|
593
|
+
*
|
|
594
|
+
* @remarks
|
|
595
|
+
*
|
|
596
|
+
* If the user clicks the icon when shown then this class will emit the 'luminance-icon-clicked' event
|
|
597
|
+
*/
|
|
606
598
|
releasePointerCapture(pointerId: number): void;
|
|
607
599
|
removeAttribute(qualifiedName: string): void;
|
|
608
|
-
removeAttributeNS(namespace: string
|
|
600
|
+
removeAttributeNS(namespace: string, localName: string): void;
|
|
609
601
|
removeAttributeNode(attr: Attr): Attr;
|
|
610
602
|
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
611
|
-
requestPointerLock(
|
|
603
|
+
requestPointerLock(): void;
|
|
612
604
|
scroll(options?: ScrollToOptions): void;
|
|
613
605
|
scroll(x: number, y: number): void;
|
|
614
606
|
scrollBy(options?: ScrollToOptions): void;
|
|
@@ -617,245 +609,233 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
617
609
|
scrollTo(options?: ScrollToOptions): void;
|
|
618
610
|
scrollTo(x: number, y: number): void;
|
|
619
611
|
setAttribute(qualifiedName: string, value: string): void;
|
|
620
|
-
setAttributeNS(namespace: string
|
|
621
|
-
setAttributeNode(attr: Attr): Attr
|
|
622
|
-
setAttributeNodeNS(attr: Attr): Attr
|
|
623
|
-
setHTMLUnsafe(html: string): void;
|
|
612
|
+
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
613
|
+
setAttributeNode(attr: Attr): Attr;
|
|
614
|
+
setAttributeNodeNS(attr: Attr): Attr;
|
|
624
615
|
setPointerCapture(pointerId: number): void;
|
|
625
616
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
626
617
|
webkitMatchesSelector(selectors: string): boolean;
|
|
627
|
-
textContent: string;
|
|
628
618
|
readonly baseURI: string;
|
|
629
619
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
630
|
-
readonly firstChild: ChildNode
|
|
620
|
+
readonly firstChild: ChildNode;
|
|
631
621
|
readonly isConnected: boolean;
|
|
632
|
-
readonly lastChild: ChildNode
|
|
633
|
-
readonly nextSibling: ChildNode
|
|
622
|
+
readonly lastChild: ChildNode;
|
|
623
|
+
readonly nextSibling: ChildNode;
|
|
634
624
|
readonly nodeName: string;
|
|
635
625
|
readonly nodeType: number;
|
|
636
|
-
nodeValue: string
|
|
637
|
-
readonly parentElement: HTMLElement
|
|
638
|
-
readonly parentNode: ParentNode
|
|
639
|
-
readonly previousSibling: ChildNode
|
|
626
|
+
nodeValue: string;
|
|
627
|
+
readonly parentElement: HTMLElement;
|
|
628
|
+
readonly parentNode: ParentNode;
|
|
629
|
+
readonly previousSibling: ChildNode;
|
|
630
|
+
textContent: string;
|
|
640
631
|
appendChild<T extends Node>(node: T): T;
|
|
641
|
-
cloneNode(
|
|
632
|
+
cloneNode(deep?: boolean): Node;
|
|
642
633
|
compareDocumentPosition(other: Node): number;
|
|
643
|
-
contains(other: Node
|
|
634
|
+
contains(other: Node): boolean;
|
|
644
635
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
645
636
|
hasChildNodes(): boolean;
|
|
646
|
-
insertBefore<
|
|
647
|
-
isDefaultNamespace(namespace: string
|
|
648
|
-
isEqualNode(otherNode: Node
|
|
649
|
-
isSameNode(otherNode: Node
|
|
650
|
-
lookupNamespaceURI(prefix: string
|
|
651
|
-
lookupPrefix(namespace: string
|
|
637
|
+
insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
|
|
638
|
+
isDefaultNamespace(namespace: string): boolean;
|
|
639
|
+
isEqualNode(otherNode: Node): boolean;
|
|
640
|
+
isSameNode(otherNode: Node): boolean;
|
|
641
|
+
lookupNamespaceURI(prefix: string): string;
|
|
642
|
+
lookupPrefix(namespace: string): string;
|
|
652
643
|
normalize(): void;
|
|
653
|
-
removeChild<
|
|
654
|
-
replaceChild<
|
|
655
|
-
readonly
|
|
656
|
-
readonly
|
|
657
|
-
readonly
|
|
658
|
-
readonly
|
|
659
|
-
readonly
|
|
660
|
-
readonly
|
|
661
|
-
readonly
|
|
662
|
-
readonly
|
|
663
|
-
readonly
|
|
664
|
-
readonly
|
|
665
|
-
readonly
|
|
666
|
-
readonly
|
|
667
|
-
readonly
|
|
668
|
-
readonly
|
|
669
|
-
readonly
|
|
670
|
-
readonly
|
|
671
|
-
readonly
|
|
672
|
-
readonly
|
|
644
|
+
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
645
|
+
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
646
|
+
readonly ATTRIBUTE_NODE: number;
|
|
647
|
+
readonly CDATA_SECTION_NODE: number;
|
|
648
|
+
readonly COMMENT_NODE: number;
|
|
649
|
+
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
650
|
+
readonly DOCUMENT_NODE: number;
|
|
651
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
652
|
+
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
653
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
654
|
+
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
655
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
656
|
+
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
657
|
+
readonly DOCUMENT_TYPE_NODE: number;
|
|
658
|
+
readonly ELEMENT_NODE: number;
|
|
659
|
+
readonly ENTITY_NODE: number;
|
|
660
|
+
readonly ENTITY_REFERENCE_NODE: number;
|
|
661
|
+
readonly NOTATION_NODE: number;
|
|
662
|
+
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
663
|
+
readonly TEXT_NODE: number;
|
|
673
664
|
dispatchEvent(event: Event): boolean;
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
ariaCurrent: string
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
ariaSetSize: string | null;
|
|
720
|
-
ariaSort: string | null;
|
|
721
|
-
ariaValueMax: string | null;
|
|
722
|
-
ariaValueMin: string | null;
|
|
723
|
-
ariaValueNow: string | null;
|
|
724
|
-
ariaValueText: string | null;
|
|
725
|
-
role: string | null;
|
|
726
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
665
|
+
ariaAtomic: string;
|
|
666
|
+
ariaAutoComplete: string;
|
|
667
|
+
ariaBusy: string;
|
|
668
|
+
ariaChecked: string;
|
|
669
|
+
ariaColCount: string;
|
|
670
|
+
ariaColIndex: string;
|
|
671
|
+
ariaColIndexText: string; /**
|
|
672
|
+
* If present the defined route buttons will be rendered in the header 'routes' slot
|
|
673
|
+
*
|
|
674
|
+
* @deprecated - Use `routeNavItems` instead.
|
|
675
|
+
*/
|
|
676
|
+
ariaColSpan: string;
|
|
677
|
+
ariaCurrent: string;
|
|
678
|
+
ariaDisabled: string;
|
|
679
|
+
ariaExpanded: string;
|
|
680
|
+
ariaHasPopup: string;
|
|
681
|
+
ariaHidden: string;
|
|
682
|
+
ariaInvalid: string;
|
|
683
|
+
ariaKeyShortcuts: string;
|
|
684
|
+
ariaLabel: string;
|
|
685
|
+
ariaLevel: string;
|
|
686
|
+
ariaLive: string;
|
|
687
|
+
ariaModal: string;
|
|
688
|
+
ariaMultiLine: string;
|
|
689
|
+
ariaMultiSelectable: string;
|
|
690
|
+
ariaOrientation: string;
|
|
691
|
+
ariaPlaceholder: string;
|
|
692
|
+
ariaPosInSet: string;
|
|
693
|
+
ariaPressed: string;
|
|
694
|
+
ariaReadOnly: string;
|
|
695
|
+
ariaRequired: string;
|
|
696
|
+
ariaRoleDescription: string;
|
|
697
|
+
ariaRowCount: string;
|
|
698
|
+
ariaRowIndex: string;
|
|
699
|
+
ariaRowIndexText: string;
|
|
700
|
+
ariaRowSpan: string;
|
|
701
|
+
ariaSelected: string;
|
|
702
|
+
ariaSetSize: string;
|
|
703
|
+
ariaSort: string;
|
|
704
|
+
ariaValueMax: string;
|
|
705
|
+
ariaValueMin: string;
|
|
706
|
+
ariaValueNow: string;
|
|
707
|
+
ariaValueText: string;
|
|
708
|
+
role: string;
|
|
709
|
+
animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
|
|
727
710
|
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
728
|
-
after(...nodes: (
|
|
729
|
-
before(...nodes: (
|
|
711
|
+
after(...nodes: (string | Node)[]): void;
|
|
712
|
+
before(...nodes: (string | Node)[]): void;
|
|
730
713
|
remove(): void;
|
|
731
|
-
replaceWith(...nodes: (
|
|
732
|
-
|
|
733
|
-
readonly
|
|
714
|
+
replaceWith(...nodes: (string | Node)[]): void;
|
|
715
|
+
innerHTML: string;
|
|
716
|
+
readonly nextElementSibling: Element;
|
|
717
|
+
readonly previousElementSibling: Element;
|
|
734
718
|
readonly childElementCount: number;
|
|
735
719
|
readonly children: HTMLCollection;
|
|
736
|
-
readonly firstElementChild: Element
|
|
737
|
-
readonly lastElementChild: Element
|
|
738
|
-
append(...nodes: (
|
|
739
|
-
prepend(...nodes: (
|
|
740
|
-
querySelector<
|
|
741
|
-
querySelector<
|
|
742
|
-
querySelector<
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
querySelectorAll<
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
readonly
|
|
752
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
753
|
-
get style(): CSSStyleDeclaration;
|
|
754
|
-
set style(cssText: string);
|
|
720
|
+
readonly firstElementChild: Element;
|
|
721
|
+
readonly lastElementChild: Element;
|
|
722
|
+
append(...nodes: (string | Node)[]): void;
|
|
723
|
+
prepend(...nodes: (string | Node)[]): void;
|
|
724
|
+
querySelector<K_7 extends keyof HTMLElementTagNameMap>(selectors: K_7): HTMLElementTagNameMap[K_7];
|
|
725
|
+
querySelector<K_8 extends keyof SVGElementTagNameMap>(selectors: K_8): SVGElementTagNameMap[K_8];
|
|
726
|
+
querySelector<E_1 extends Element = Element>(selectors: string): E_1;
|
|
727
|
+
querySelectorAll<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): NodeListOf<HTMLElementTagNameMap[K_9]>;
|
|
728
|
+
querySelectorAll<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): NodeListOf<SVGElementTagNameMap[K_10]>;
|
|
729
|
+
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
730
|
+
replaceChildren(...nodes: (string | Node)[]): void;
|
|
731
|
+
readonly assignedSlot: HTMLSlotElement;
|
|
732
|
+
oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
733
|
+
oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
734
|
+
onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
|
|
735
|
+
readonly style: CSSStyleDeclaration;
|
|
755
736
|
contentEditable: string;
|
|
756
737
|
enterKeyHint: string;
|
|
757
738
|
inputMode: string;
|
|
758
739
|
readonly isContentEditable: boolean;
|
|
759
|
-
onabort: (
|
|
760
|
-
onanimationcancel: (
|
|
761
|
-
onanimationend: (
|
|
762
|
-
onanimationiteration: (
|
|
763
|
-
onanimationstart: (
|
|
764
|
-
onauxclick: (
|
|
765
|
-
onbeforeinput: (
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
onpointerup: (
|
|
826
|
-
onprogress: (
|
|
827
|
-
onratechange: (
|
|
828
|
-
onreset: (
|
|
829
|
-
onresize: (
|
|
830
|
-
onscroll: (
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
740
|
+
onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
741
|
+
onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
742
|
+
onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
743
|
+
onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
744
|
+
onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
|
|
745
|
+
onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
746
|
+
onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
|
|
747
|
+
onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
748
|
+
oncancel: (this: GlobalEventHandlers, ev: Event) => any;
|
|
749
|
+
oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
750
|
+
oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
|
|
751
|
+
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
752
|
+
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
753
|
+
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
754
|
+
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
755
|
+
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
756
|
+
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
757
|
+
ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
758
|
+
ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
759
|
+
ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
760
|
+
ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
761
|
+
ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
762
|
+
ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
763
|
+
ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
|
|
764
|
+
ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
765
|
+
onemptied: (this: GlobalEventHandlers, ev: Event) => any;
|
|
766
|
+
onended: (this: GlobalEventHandlers, ev: Event) => any;
|
|
767
|
+
onerror: OnErrorEventHandlerNonNull;
|
|
768
|
+
onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
|
|
769
|
+
onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
|
|
770
|
+
ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
771
|
+
oninput: (this: GlobalEventHandlers, ev: Event) => any;
|
|
772
|
+
oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
|
|
773
|
+
onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any; /**
|
|
774
|
+
* Changes the language of the application
|
|
775
|
+
*
|
|
776
|
+
* @remarks
|
|
777
|
+
*
|
|
778
|
+
* Activated when the user selects a language from the language selector that uses the I18next service.
|
|
779
|
+
*
|
|
780
|
+
* @experimental
|
|
781
|
+
*/
|
|
782
|
+
onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
783
|
+
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
784
|
+
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
785
|
+
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
786
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
787
|
+
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
788
|
+
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
789
|
+
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
790
|
+
onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
791
|
+
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
792
|
+
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
793
|
+
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
794
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
795
|
+
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
796
|
+
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
797
|
+
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
798
|
+
onplaying: (this: GlobalEventHandlers, ev: Event) => any;
|
|
799
|
+
onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
800
|
+
onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
801
|
+
onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
802
|
+
onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
803
|
+
onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
804
|
+
onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
805
|
+
onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
806
|
+
onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
807
|
+
onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
|
|
808
|
+
onratechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
809
|
+
onreset: (this: GlobalEventHandlers, ev: Event) => any;
|
|
810
|
+
onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
|
|
811
|
+
onscroll: (this: GlobalEventHandlers, ev: Event) => any;
|
|
812
|
+
onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
|
|
813
|
+
onseeked: (this: GlobalEventHandlers, ev: Event) => any;
|
|
814
|
+
onseeking: (this: GlobalEventHandlers, ev: Event) => any;
|
|
815
|
+
onselect: (this: GlobalEventHandlers, ev: Event) => any;
|
|
816
|
+
onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
817
|
+
onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
818
|
+
onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
819
|
+
onstalled: (this: GlobalEventHandlers, ev: Event) => any;
|
|
820
|
+
onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
|
|
821
|
+
onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
822
|
+
ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
|
|
823
|
+
ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
|
|
824
|
+
ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
825
|
+
ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
826
|
+
ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
827
|
+
ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
|
|
828
|
+
ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
829
|
+
ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
830
|
+
ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
831
|
+
ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
|
|
832
|
+
onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
833
|
+
onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
|
|
834
|
+
onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
835
|
+
onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
|
|
836
|
+
onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
837
|
+
onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
|
|
838
|
+
onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
|
|
859
839
|
autofocus: boolean;
|
|
860
840
|
readonly dataset: DOMStringMap;
|
|
861
841
|
nonce?: string;
|