@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.
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/styles/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,WAAW,GAAI,UAAS,MAAgB,WAMpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,WAAW,GAAI,aAAc,WAIzC,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,aAAc,WAI1C,CAAC"}
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,GAAI,aAAQ,EAAE,YAAO,WAc7C,CAAC"}
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"}
@@ -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();
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.52.10",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -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 | null;
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
- hidePopover(): void;
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<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
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
- get classList(): DOMTokenList;
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 | null;
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
- get part(): DOMTokenList;
564
- set part(value: string);
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 | null;
560
+ readonly shadowRoot: ShadowRoot;
571
561
  slot: string;
572
562
  readonly tagName: string;
573
563
  attachShadow(init: ShadowRootInit): ShadowRoot;
574
- checkVisibility(options?: CheckVisibilityOptions): boolean;
575
- closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
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
- computedStyleMap(): StylePropertyMapReadOnly;
580
- getAttribute(qualifiedName: string): string | null;
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 | null;
584
- getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
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<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
589
- getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
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(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
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 | null, localName: string): boolean;
584
+ hasAttributeNS(namespace: string, localName: string): boolean;
600
585
  hasAttributes(): boolean;
601
586
  hasPointerCapture(pointerId: number): boolean;
602
- insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
603
- insertAdjacentHTML(position: InsertPosition, string: string): void;
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 | null, localName: string): void;
600
+ removeAttributeNS(namespace: string, localName: string): void;
609
601
  removeAttributeNode(attr: Attr): Attr;
610
602
  requestFullscreen(options?: FullscreenOptions): Promise<void>;
611
- requestPointerLock(options?: PointerLockOptions): Promise<void>;
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 | null, qualifiedName: string, value: string): void;
621
- setAttributeNode(attr: Attr): Attr | null;
622
- setAttributeNodeNS(attr: Attr): Attr | null;
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 | null;
620
+ readonly firstChild: ChildNode;
631
621
  readonly isConnected: boolean;
632
- readonly lastChild: ChildNode | null;
633
- readonly nextSibling: ChildNode | null;
622
+ readonly lastChild: ChildNode;
623
+ readonly nextSibling: ChildNode;
634
624
  readonly nodeName: string;
635
625
  readonly nodeType: number;
636
- nodeValue: string | null;
637
- readonly parentElement: HTMLElement | null;
638
- readonly parentNode: ParentNode | null;
639
- readonly previousSibling: ChildNode | null;
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(subtree?: boolean): Node;
632
+ cloneNode(deep?: boolean): Node;
642
633
  compareDocumentPosition(other: Node): number;
643
- contains(other: Node | null): boolean;
634
+ contains(other: Node): boolean;
644
635
  getRootNode(options?: GetRootNodeOptions): Node;
645
636
  hasChildNodes(): boolean;
646
- insertBefore<T extends Node>(node: T, child: Node | null): T;
647
- isDefaultNamespace(namespace: string | null): boolean;
648
- isEqualNode(otherNode: Node | null): boolean;
649
- isSameNode(otherNode: Node | null): boolean;
650
- lookupNamespaceURI(prefix: string | null): string | null;
651
- lookupPrefix(namespace: string | null): string | null;
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<T extends Node>(child: T): T;
654
- replaceChild<T extends Node>(node: Node, child: T): T;
655
- readonly ELEMENT_NODE: 1;
656
- readonly ATTRIBUTE_NODE: 2;
657
- readonly TEXT_NODE: 3;
658
- readonly CDATA_SECTION_NODE: 4;
659
- readonly ENTITY_REFERENCE_NODE: 5;
660
- readonly ENTITY_NODE: 6;
661
- readonly PROCESSING_INSTRUCTION_NODE: 7;
662
- readonly COMMENT_NODE: 8;
663
- readonly DOCUMENT_NODE: 9;
664
- readonly DOCUMENT_TYPE_NODE: 10;
665
- readonly DOCUMENT_FRAGMENT_NODE: 11;
666
- readonly NOTATION_NODE: 12;
667
- readonly DOCUMENT_POSITION_DISCONNECTED: 1;
668
- readonly DOCUMENT_POSITION_PRECEDING: 2;
669
- readonly DOCUMENT_POSITION_FOLLOWING: 4;
670
- readonly DOCUMENT_POSITION_CONTAINS: 8;
671
- readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
672
- readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
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
- ariaActiveDescendantElement: Element | null;
675
- ariaAtomic: string | null;
676
- ariaAutoComplete: string | null;
677
- ariaBrailleLabel: string | null;
678
- ariaBrailleRoleDescription: string | null;
679
- ariaBusy: string | null;
680
- ariaChecked: string | null;
681
- ariaColCount: string | null;
682
- ariaColIndex: string | null;
683
- ariaColIndexText: string | null;
684
- ariaColSpan: string | null;
685
- ariaControlsElements: ReadonlyArray<Element> | null;
686
- ariaCurrent: string | null;
687
- ariaDescribedByElements: ReadonlyArray<Element> | null;
688
- ariaDescription: string | null;
689
- ariaDetailsElements: ReadonlyArray<Element> | null;
690
- ariaDisabled: string | null;
691
- ariaErrorMessageElements: ReadonlyArray<Element> | null;
692
- ariaExpanded: string | null;
693
- ariaFlowToElements: ReadonlyArray<Element> | null;
694
- ariaHasPopup: string | null;
695
- ariaHidden: string | null;
696
- ariaInvalid: string | null;
697
- ariaKeyShortcuts: string | null;
698
- ariaLabel: string | null;
699
- ariaLabelledByElements: ReadonlyArray<Element> | null;
700
- ariaLevel: string | null;
701
- ariaLive: string | null;
702
- ariaModal: string | null;
703
- ariaMultiLine: string | null;
704
- ariaMultiSelectable: string | null;
705
- ariaOrientation: string | null;
706
- ariaOwnsElements: ReadonlyArray<Element> | null;
707
- ariaPlaceholder: string | null;
708
- ariaPosInSet: string | null;
709
- ariaPressed: string | null;
710
- ariaReadOnly: string | null;
711
- ariaRelevant: string | null;
712
- ariaRequired: string | null;
713
- ariaRoleDescription: string | null;
714
- ariaRowCount: string | null;
715
- ariaRowIndex: string | null;
716
- ariaRowIndexText: string | null;
717
- ariaRowSpan: string | null;
718
- ariaSelected: string | null;
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: (Node | string)[]): void;
729
- before(...nodes: (Node | string)[]): void;
711
+ after(...nodes: (string | Node)[]): void;
712
+ before(...nodes: (string | Node)[]): void;
730
713
  remove(): void;
731
- replaceWith(...nodes: (Node | string)[]): void;
732
- readonly nextElementSibling: Element | null;
733
- readonly previousElementSibling: Element | null;
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 | null;
737
- readonly lastElementChild: Element | null;
738
- append(...nodes: (Node | string)[]): void;
739
- prepend(...nodes: (Node | string)[]): void;
740
- querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
741
- querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
742
- querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
743
- querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
744
- querySelector<E extends Element = Element>(selectors: string): E | null;
745
- querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
746
- querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
747
- querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
748
- querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
749
- querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
750
- replaceChildren(...nodes: (Node | string)[]): void;
751
- readonly assignedSlot: HTMLSlotElement | null;
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: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
760
- onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
761
- onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
762
- onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
763
- onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
764
- onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
765
- onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
766
- onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
767
- onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
768
- onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
769
- oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
770
- oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
771
- oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
772
- onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
773
- onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
774
- onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
775
- oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
776
- oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
777
- oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
778
- oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
779
- oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
780
- oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
781
- ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
782
- ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
783
- ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
784
- ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
785
- ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
786
- ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
787
- ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
788
- ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
789
- ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
790
- onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
791
- onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
792
- onerror: OnErrorEventHandler;
793
- onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
794
- onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
795
- ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
796
- oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
797
- oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
798
- onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
799
- onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
800
- onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
801
- onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
802
- onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
803
- onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
804
- onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
805
- onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
806
- onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
807
- onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
808
- onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
809
- onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
810
- onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
811
- onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
812
- onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
813
- onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
814
- onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
815
- onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
816
- onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
817
- onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
818
- onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
819
- onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
820
- onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
821
- onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
822
- onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
823
- onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
824
- onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
825
- onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
826
- onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
827
- onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
828
- onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
829
- onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
830
- onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
831
- onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
832
- onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
833
- onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
834
- onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
835
- onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
836
- onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
837
- onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
838
- onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
839
- onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
840
- onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
841
- onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
842
- ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
843
- ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
844
- ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
845
- ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
846
- ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
847
- ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
848
- ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
849
- ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
850
- ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
851
- ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
852
- onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
853
- onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
854
- onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
855
- onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
856
- onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
857
- onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
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;