@carbon/ai-chat-components 1.0.0 → 1.1.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/README.md +2 -2
- package/custom-elements.json +198 -9
- package/es/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
- package/es/components/card/src/card-footer.scss.js +1 -1
- package/es/components/card/src/card-steps.scss.js +1 -1
- package/es/components/card/src/card.scss.js +1 -1
- package/es/components/carousel/index.d.ts +9 -0
- package/es/components/carousel/index.js +9 -0
- package/es/components/carousel/index.js.map +1 -0
- package/es/components/carousel/src/carousel.d.ts +39 -0
- package/es/components/carousel/src/carousel.js +130 -0
- package/es/components/carousel/src/carousel.js.map +1 -0
- package/es/components/carousel/src/carousel.scss.js +13 -0
- package/es/components/carousel/src/carousel.scss.js.map +1 -0
- package/es/components/chat-button/src/chat-button.js +9 -4
- package/es/components/chat-button/src/chat-button.js.map +1 -1
- package/es/components/chat-button/src/chat-button.scss.js +1 -1
- package/es/components/chat-history/src/history-panel-item-input.d.ts +0 -705
- package/es/components/chat-history/src/history-panel-item.d.ts +0 -699
- package/es/components/chat-history/src/history-search-item.d.ts +0 -699
- package/es/components/chat-shell/src/shell.scss.js +1 -1
- package/es/components/chat-shell/src/slot-observer.js +3 -3
- package/es/components/chat-shell/src/slot-observer.js.map +1 -1
- package/es/components/code-snippet/src/code-snippet.d.ts +0 -353
- package/es/components/markdown/src/markdown.js +1 -1
- package/es/components/markdown/src/markdown.js.map +1 -1
- package/es/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
- package/es/components/shared/media-utils/script-loader.js +3 -2
- package/es/components/shared/media-utils/script-loader.js.map +1 -1
- package/es/components/toolbar/src/toolbar.d.ts +5 -0
- package/es/components/toolbar/src/toolbar.js +38 -0
- package/es/components/toolbar/src/toolbar.js.map +1 -1
- package/es/components/video-player/src/providers/native-video-provider.js +2 -1
- package/es/components/video-player/src/providers/native-video-provider.js.map +1 -1
- package/es-custom/components/audio-player/src/audio-player.d.ts +5 -5
- package/es-custom/components/audio-player/src/audio-player.js +9 -9
- package/es-custom/components/audio-player/src/audio-player.scss.js +1 -1
- package/es-custom/components/audio-player/src/providers/native-audio-provider.js.map +1 -1
- package/es-custom/components/audio-player/src/transcript.d.ts +2 -2
- package/es-custom/components/audio-player/src/transcript.js +5 -5
- package/es-custom/components/audio-player/src/transcript.scss.js +1 -1
- package/es-custom/components/card/src/card-footer.d.ts +1 -1
- package/es-custom/components/card/src/card-footer.js +2 -2
- package/es-custom/components/card/src/card-footer.scss.js +1 -1
- package/es-custom/components/card/src/card-steps.d.ts +1 -1
- package/es-custom/components/card/src/card-steps.js +1 -1
- package/es-custom/components/card/src/card-steps.scss.js +1 -1
- package/es-custom/components/card/src/card.d.ts +1 -1
- package/es-custom/components/card/src/card.js +1 -1
- package/es-custom/components/card/src/card.scss.js +1 -1
- package/es-custom/components/carousel/index.d.ts +9 -0
- package/es-custom/components/carousel/index.js +9 -0
- package/es-custom/components/carousel/index.js.map +1 -0
- package/es-custom/components/carousel/src/carousel.d.ts +39 -0
- package/es-custom/components/carousel/src/carousel.js +130 -0
- package/es-custom/components/carousel/src/carousel.js.map +1 -0
- package/es-custom/components/carousel/src/carousel.scss.js +13 -0
- package/es-custom/components/carousel/src/carousel.scss.js.map +1 -0
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.js +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-step.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought-toggle.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/chain-of-thought.js +1 -1
- package/es-custom/components/chain-of-thought/src/chain-of-thought.scss.js +1 -1
- package/es-custom/components/chain-of-thought/src/tool-call-data.d.ts +2 -2
- package/es-custom/components/chain-of-thought/src/tool-call-data.js +1 -1
- package/es-custom/components/chain-of-thought/src/tool-call-data.scss.js +1 -1
- package/es-custom/components/chat-button/src/chat-button.d.ts +2 -2
- package/es-custom/components/chat-button/src/chat-button.js +10 -5
- package/es-custom/components/chat-button/src/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/src/chat-button.scss.js +1 -1
- package/es-custom/components/chat-history/src/chat-history.scss.js +1 -1
- package/es-custom/components/chat-history/src/history-content.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-content.js +1 -1
- package/es-custom/components/chat-history/src/history-delete-panel.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-delete-panel.js +6 -6
- package/es-custom/components/chat-history/src/history-header.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-header.js +1 -1
- package/es-custom/components/chat-history/src/history-loading.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-loading.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-item-input.d.ts +1 -706
- package/es-custom/components/chat-history/src/history-panel-item-input.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-item.d.ts +1 -700
- package/es-custom/components/chat-history/src/history-panel-item.js +3 -3
- package/es-custom/components/chat-history/src/history-panel-items.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel-items.js +1 -1
- package/es-custom/components/chat-history/src/history-panel-menu.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel-menu.js +1 -1
- package/es-custom/components/chat-history/src/history-panel.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-panel.js +1 -1
- package/es-custom/components/chat-history/src/history-search-item.d.ts +1 -700
- package/es-custom/components/chat-history/src/history-search-item.js +1 -1
- package/es-custom/components/chat-history/src/history-shell.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-shell.js +1 -1
- package/es-custom/components/chat-history/src/history-toolbar.d.ts +1 -1
- package/es-custom/components/chat-history/src/history-toolbar.js +1 -1
- package/es-custom/components/chat-shell/src/chat-header.d.ts +2 -2
- package/es-custom/components/chat-shell/src/chat-header.js +6 -6
- package/es-custom/components/chat-shell/src/chat-header.scss.js +1 -1
- package/es-custom/components/chat-shell/src/panel-manager.js +2 -2
- package/es-custom/components/chat-shell/src/shell.js +4 -4
- package/es-custom/components/chat-shell/src/shell.scss.js +1 -1
- package/es-custom/components/chat-shell/src/slot-observer.js +3 -3
- package/es-custom/components/chat-shell/src/slot-observer.js.map +1 -1
- package/es-custom/components/chat-shell/src/workspace-manager.d.ts +1 -1
- package/es-custom/components/chat-shell/src/workspace-manager.js +1 -1
- package/es-custom/components/code-snippet/src/code-snippet.d.ts +2 -355
- package/es-custom/components/code-snippet/src/code-snippet.js +3 -3
- package/es-custom/components/code-snippet/src/code-snippet.scss.js +1 -1
- package/es-custom/components/feedback/src/feedback-buttons.d.ts +2 -2
- package/es-custom/components/feedback/src/feedback-buttons.js +1 -1
- package/es-custom/components/feedback/src/feedback-buttons.scss.js +1 -1
- package/es-custom/components/feedback/src/feedback.d.ts +2 -2
- package/es-custom/components/feedback/src/feedback.js +3 -3
- package/es-custom/components/feedback/src/feedback.scss.js +1 -1
- package/es-custom/components/markdown/src/markdown-renderer.js +7 -7
- package/es-custom/components/markdown/src/markdown.d.ts +2 -2
- package/es-custom/components/markdown/src/markdown.js +3 -3
- package/es-custom/components/markdown/src/markdown.js.map +1 -1
- package/es-custom/components/markdown/src/markdown.scss.js +1 -1
- package/es-custom/components/markdown/src/markdown.template.js +1 -1
- package/es-custom/components/markdown/src/utils/table-helpers.d.ts +1 -1
- package/es-custom/components/markdown/src/utils/table-helpers.js +1 -1
- package/es-custom/components/processing/src/processing.d.ts +2 -2
- package/es-custom/components/processing/src/processing.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-step.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-step.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-step.scss.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps-toggle.scss.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps.d.ts +2 -2
- package/es-custom/components/reasoning-steps/src/reasoning-steps.js +1 -1
- package/es-custom/components/reasoning-steps/src/reasoning-steps.scss.js +1 -1
- package/es-custom/components/shared/media-utils/script-loader.js +3 -2
- package/es-custom/components/shared/media-utils/script-loader.js.map +1 -1
- package/es-custom/components/table/src/table.d.ts +2 -2
- package/es-custom/components/table/src/table.js +1 -1
- package/es-custom/components/toolbar/src/toolbar.d.ts +6 -1
- package/es-custom/components/toolbar/src/toolbar.js +41 -3
- package/es-custom/components/toolbar/src/toolbar.js.map +1 -1
- package/es-custom/components/toolbar/src/toolbar.scss.js +1 -1
- package/es-custom/components/truncated-text/src/truncated-text.d.ts +3 -3
- package/es-custom/components/truncated-text/src/truncated-text.js +2 -2
- package/es-custom/components/truncated-text/src/truncated-text.scss.js +1 -1
- package/es-custom/components/video-player/src/providers/native-video-provider.js +2 -1
- package/es-custom/components/video-player/src/providers/native-video-provider.js.map +1 -1
- package/es-custom/components/video-player/src/video-player.d.ts +5 -5
- package/es-custom/components/video-player/src/video-player.js +9 -9
- package/es-custom/components/video-player/src/video-player.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-body.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-body.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.d.ts +2 -2
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.js +2 -2
- package/es-custom/components/workspace-shell/src/workspace-shell-footer.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-header.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell-header.js +5 -5
- package/es-custom/components/workspace-shell/src/workspace-shell-header.scss.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.d.ts +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.js +1 -1
- package/es-custom/components/workspace-shell/src/workspace-shell.scss.js +1 -1
- package/es-custom/globals/settings.d.ts +1 -1
- package/es-custom/globals/settings.js +1 -1
- package/es-custom/react/audio-player.js +5 -5
- package/es-custom/react/card.js +4 -4
- package/es-custom/react/chain-of-thought-step.js +1 -1
- package/es-custom/react/chain-of-thought-toggle.js +1 -1
- package/es-custom/react/chain-of-thought.js +1 -1
- package/es-custom/react/chat-button.js +1 -1
- package/es-custom/react/chat-header.js +1 -1
- package/es-custom/react/chat-shell.js +1 -1
- package/es-custom/react/code-snippet.js +1 -1
- package/es-custom/react/feedback-buttons.js +1 -1
- package/es-custom/react/feedback.js +1 -1
- package/es-custom/react/history/history-content.js +1 -1
- package/es-custom/react/history/history-delete-panel.js +1 -1
- package/es-custom/react/history/history-header.js +1 -1
- package/es-custom/react/history/history-loading.js +1 -1
- package/es-custom/react/history/history-panel-item-input.js +1 -1
- package/es-custom/react/history/history-panel-item.js +1 -1
- package/es-custom/react/history/history-panel-items.js +1 -1
- package/es-custom/react/history/history-panel-menu.js +1 -1
- package/es-custom/react/history/history-panel.js +1 -1
- package/es-custom/react/history/history-search-item.js +1 -1
- package/es-custom/react/history/history-shell.js +1 -1
- package/es-custom/react/history/history-toolbar.js +1 -1
- package/es-custom/react/markdown.js +1 -1
- package/es-custom/react/panel.js +1 -1
- package/es-custom/react/processing.js +1 -1
- package/es-custom/react/reasoning-step.js +1 -1
- package/es-custom/react/reasoning-steps-toggle.js +1 -1
- package/es-custom/react/reasoning-steps.js +1 -1
- package/es-custom/react/tool-call-data.js +1 -1
- package/es-custom/react/toolbar.js +1 -1
- package/es-custom/react/transcript.js +2 -2
- package/es-custom/react/video-player.js +5 -5
- package/es-custom/react/workspace-shell.js +5 -5
- package/package.json +10 -9
- package/scss/_utilities.scss +1 -0
- package/telemetry.yml +4 -0
|
@@ -15,356 +15,6 @@ declare const CDSAIChatHistoryPanelItem_base: {
|
|
|
15
15
|
_handles: Set<import("@carbon/web-components/es-custom/globals/internal/handle.js").default>;
|
|
16
16
|
connectedCallback(): void;
|
|
17
17
|
disconnectedCallback(): void;
|
|
18
|
-
accessKey: string;
|
|
19
|
-
readonly accessKeyLabel: string;
|
|
20
|
-
autocapitalize: string;
|
|
21
|
-
autocorrect: boolean;
|
|
22
|
-
dir: string;
|
|
23
|
-
draggable: boolean;
|
|
24
|
-
hidden: boolean;
|
|
25
|
-
inert: boolean;
|
|
26
|
-
innerText: string;
|
|
27
|
-
lang: string;
|
|
28
|
-
readonly offsetHeight: number;
|
|
29
|
-
readonly offsetLeft: number;
|
|
30
|
-
readonly offsetParent: Element | null;
|
|
31
|
-
readonly offsetTop: number;
|
|
32
|
-
readonly offsetWidth: number;
|
|
33
|
-
outerText: string;
|
|
34
|
-
popover: string | null;
|
|
35
|
-
spellcheck: boolean;
|
|
36
|
-
title: string;
|
|
37
|
-
translate: boolean;
|
|
38
|
-
writingSuggestions: string;
|
|
39
|
-
attachInternals(): ElementInternals;
|
|
40
|
-
click(): void;
|
|
41
|
-
hidePopover(): void;
|
|
42
|
-
showPopover(): void;
|
|
43
|
-
togglePopover(options?: boolean): boolean;
|
|
44
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
45
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
46
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
47
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
48
|
-
readonly attributes: NamedNodeMap;
|
|
49
|
-
get classList(): DOMTokenList;
|
|
50
|
-
set classList(value: string): any;
|
|
51
|
-
className: string;
|
|
52
|
-
readonly clientHeight: number;
|
|
53
|
-
readonly clientLeft: number;
|
|
54
|
-
readonly clientTop: number;
|
|
55
|
-
readonly clientWidth: number;
|
|
56
|
-
readonly currentCSSZoom: number;
|
|
57
|
-
id: string;
|
|
58
|
-
innerHTML: string;
|
|
59
|
-
readonly localName: string;
|
|
60
|
-
readonly namespaceURI: string | null;
|
|
61
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
62
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
63
|
-
outerHTML: string;
|
|
64
|
-
readonly ownerDocument: Document;
|
|
65
|
-
get part(): DOMTokenList;
|
|
66
|
-
set part(value: string): any;
|
|
67
|
-
readonly prefix: string | null;
|
|
68
|
-
readonly scrollHeight: number;
|
|
69
|
-
scrollLeft: number;
|
|
70
|
-
scrollTop: number;
|
|
71
|
-
readonly scrollWidth: number;
|
|
72
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
73
|
-
slot: string;
|
|
74
|
-
readonly tagName: string;
|
|
75
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
76
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
77
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
78
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
79
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
80
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
81
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
82
|
-
getAttribute(qualifiedName: string): string | null;
|
|
83
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
84
|
-
getAttributeNames(): string[];
|
|
85
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
86
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
87
|
-
getBoundingClientRect(): DOMRect;
|
|
88
|
-
getClientRects(): DOMRectList;
|
|
89
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
90
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
91
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
92
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
93
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
94
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
95
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
96
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
97
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
98
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
99
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
100
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
101
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
102
|
-
hasAttributes(): boolean;
|
|
103
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
104
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
105
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
106
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
107
|
-
matches(selectors: string): boolean;
|
|
108
|
-
releasePointerCapture(pointerId: number): void;
|
|
109
|
-
removeAttribute(qualifiedName: string): void;
|
|
110
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
111
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
112
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
113
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
114
|
-
scroll(options?: ScrollToOptions): void;
|
|
115
|
-
scroll(x: number, y: number): void;
|
|
116
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
117
|
-
scrollBy(x: number, y: number): void;
|
|
118
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
119
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
120
|
-
scrollTo(x: number, y: number): void;
|
|
121
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
122
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
123
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
124
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
125
|
-
setHTMLUnsafe(html: string): void;
|
|
126
|
-
setPointerCapture(pointerId: number): void;
|
|
127
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
128
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
129
|
-
get textContent(): string;
|
|
130
|
-
set textContent(value: string | null): any;
|
|
131
|
-
readonly baseURI: string;
|
|
132
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
133
|
-
readonly firstChild: ChildNode | null;
|
|
134
|
-
readonly isConnected: boolean;
|
|
135
|
-
readonly lastChild: ChildNode | null;
|
|
136
|
-
readonly nextSibling: ChildNode | null;
|
|
137
|
-
readonly nodeName: string;
|
|
138
|
-
readonly nodeType: number;
|
|
139
|
-
nodeValue: string | null;
|
|
140
|
-
readonly parentElement: HTMLElement | null;
|
|
141
|
-
readonly parentNode: ParentNode | null;
|
|
142
|
-
readonly previousSibling: ChildNode | null;
|
|
143
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
144
|
-
cloneNode(subtree?: boolean): Node;
|
|
145
|
-
compareDocumentPosition(other: Node): number;
|
|
146
|
-
contains(other: Node | null): boolean;
|
|
147
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
148
|
-
hasChildNodes(): boolean;
|
|
149
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
150
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
151
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
152
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
153
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
154
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
155
|
-
normalize(): void;
|
|
156
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
157
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
158
|
-
readonly ELEMENT_NODE: 1;
|
|
159
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
160
|
-
readonly TEXT_NODE: 3;
|
|
161
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
162
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
163
|
-
readonly ENTITY_NODE: 6;
|
|
164
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
165
|
-
readonly COMMENT_NODE: 8;
|
|
166
|
-
readonly DOCUMENT_NODE: 9;
|
|
167
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
168
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
169
|
-
readonly NOTATION_NODE: 12;
|
|
170
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
171
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
172
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
173
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
174
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
175
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
176
|
-
dispatchEvent(event: Event): boolean;
|
|
177
|
-
ariaActiveDescendantElement: Element | null;
|
|
178
|
-
ariaAtomic: string | null;
|
|
179
|
-
ariaAutoComplete: string | null;
|
|
180
|
-
ariaBrailleLabel: string | null;
|
|
181
|
-
ariaBrailleRoleDescription: string | null;
|
|
182
|
-
ariaBusy: string | null;
|
|
183
|
-
ariaChecked: string | null;
|
|
184
|
-
ariaColCount: string | null;
|
|
185
|
-
ariaColIndex: string | null;
|
|
186
|
-
ariaColIndexText: string | null;
|
|
187
|
-
ariaColSpan: string | null;
|
|
188
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
189
|
-
ariaCurrent: string | null;
|
|
190
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
191
|
-
ariaDescription: string | null;
|
|
192
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
193
|
-
ariaDisabled: string | null;
|
|
194
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
195
|
-
ariaExpanded: string | null;
|
|
196
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
197
|
-
ariaHasPopup: string | null;
|
|
198
|
-
ariaHidden: string | null;
|
|
199
|
-
ariaInvalid: string | null;
|
|
200
|
-
ariaKeyShortcuts: string | null;
|
|
201
|
-
ariaLabel: string | null;
|
|
202
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
203
|
-
ariaLevel: string | null;
|
|
204
|
-
ariaLive: string | null;
|
|
205
|
-
ariaModal: string | null;
|
|
206
|
-
ariaMultiLine: string | null;
|
|
207
|
-
ariaMultiSelectable: string | null;
|
|
208
|
-
ariaOrientation: string | null;
|
|
209
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
210
|
-
ariaPlaceholder: string | null;
|
|
211
|
-
ariaPosInSet: string | null;
|
|
212
|
-
ariaPressed: string | null;
|
|
213
|
-
ariaReadOnly: string | null;
|
|
214
|
-
ariaRelevant: string | null;
|
|
215
|
-
ariaRequired: string | null;
|
|
216
|
-
ariaRoleDescription: string | null;
|
|
217
|
-
ariaRowCount: string | null;
|
|
218
|
-
ariaRowIndex: string | null;
|
|
219
|
-
ariaRowIndexText: string | null;
|
|
220
|
-
ariaRowSpan: string | null;
|
|
221
|
-
ariaSelected: string | null;
|
|
222
|
-
ariaSetSize: string | null;
|
|
223
|
-
ariaSort: string | null;
|
|
224
|
-
ariaValueMax: string | null;
|
|
225
|
-
ariaValueMin: string | null;
|
|
226
|
-
ariaValueNow: string | null;
|
|
227
|
-
ariaValueText: string | null;
|
|
228
|
-
role: string | null;
|
|
229
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
230
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
231
|
-
after(...nodes: (Node | string)[]): void;
|
|
232
|
-
before(...nodes: (Node | string)[]): void;
|
|
233
|
-
remove(): void;
|
|
234
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
235
|
-
readonly nextElementSibling: Element | null;
|
|
236
|
-
readonly previousElementSibling: Element | null;
|
|
237
|
-
readonly childElementCount: number;
|
|
238
|
-
readonly children: HTMLCollection;
|
|
239
|
-
readonly firstElementChild: Element | null;
|
|
240
|
-
readonly lastElementChild: Element | null;
|
|
241
|
-
append(...nodes: (Node | string)[]): void;
|
|
242
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
243
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
244
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
245
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
246
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
247
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
248
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
249
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
250
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
251
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
252
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
253
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
254
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
255
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
256
|
-
get style(): CSSStyleDeclaration;
|
|
257
|
-
set style(cssText: string): any;
|
|
258
|
-
contentEditable: string;
|
|
259
|
-
enterKeyHint: string;
|
|
260
|
-
inputMode: string;
|
|
261
|
-
readonly isContentEditable: boolean;
|
|
262
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
263
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
264
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
265
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
266
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
267
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
268
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
269
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
270
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
271
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
272
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
277
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
280
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
281
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
282
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
284
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
285
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
286
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
287
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
288
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
289
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
290
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
291
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
292
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
293
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
-
onerror: OnErrorEventHandler;
|
|
296
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
297
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
298
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
299
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
301
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
302
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
303
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
304
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
306
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
307
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
308
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
309
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
310
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
311
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
312
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
313
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
314
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
315
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
316
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
317
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
320
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
321
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
323
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
324
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
325
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
329
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
330
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
333
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
335
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
336
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
337
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
340
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
341
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
342
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
343
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
344
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
347
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
348
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
350
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
351
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
352
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
353
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
354
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
355
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
356
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
357
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
358
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
359
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
360
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
361
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
362
|
-
autofocus: boolean;
|
|
363
|
-
readonly dataset: DOMStringMap;
|
|
364
|
-
nonce?: string;
|
|
365
|
-
tabIndex: number;
|
|
366
|
-
blur(): void;
|
|
367
|
-
focus(options?: FocusOptions): void;
|
|
368
18
|
};
|
|
369
19
|
_hostListeners: {
|
|
370
20
|
[listenerName: string]: {
|
|
@@ -375,360 +25,11 @@ declare const CDSAIChatHistoryPanelItem_base: {
|
|
|
375
25
|
};
|
|
376
26
|
} & (new (...args: any[]) => {
|
|
377
27
|
focus(): void;
|
|
378
|
-
accessKey: string;
|
|
379
|
-
readonly accessKeyLabel: string;
|
|
380
|
-
autocapitalize: string;
|
|
381
|
-
autocorrect: boolean;
|
|
382
|
-
dir: string;
|
|
383
|
-
draggable: boolean;
|
|
384
|
-
hidden: boolean;
|
|
385
|
-
inert: boolean;
|
|
386
|
-
innerText: string;
|
|
387
|
-
lang: string;
|
|
388
|
-
readonly offsetHeight: number;
|
|
389
|
-
readonly offsetLeft: number;
|
|
390
|
-
readonly offsetParent: Element | null;
|
|
391
|
-
readonly offsetTop: number;
|
|
392
|
-
readonly offsetWidth: number;
|
|
393
|
-
outerText: string;
|
|
394
|
-
popover: string | null;
|
|
395
|
-
spellcheck: boolean;
|
|
396
|
-
title: string;
|
|
397
|
-
translate: boolean;
|
|
398
|
-
writingSuggestions: string;
|
|
399
|
-
attachInternals(): ElementInternals;
|
|
400
|
-
click(): void;
|
|
401
|
-
hidePopover(): void;
|
|
402
|
-
showPopover(): void;
|
|
403
|
-
togglePopover(options?: boolean): boolean;
|
|
404
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
405
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
406
|
-
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
407
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
408
|
-
readonly attributes: NamedNodeMap;
|
|
409
|
-
get classList(): DOMTokenList;
|
|
410
|
-
set classList(value: string): any;
|
|
411
|
-
className: string;
|
|
412
|
-
readonly clientHeight: number;
|
|
413
|
-
readonly clientLeft: number;
|
|
414
|
-
readonly clientTop: number;
|
|
415
|
-
readonly clientWidth: number;
|
|
416
|
-
readonly currentCSSZoom: number;
|
|
417
|
-
id: string;
|
|
418
|
-
innerHTML: string;
|
|
419
|
-
readonly localName: string;
|
|
420
|
-
readonly namespaceURI: string | null;
|
|
421
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
422
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
423
|
-
outerHTML: string;
|
|
424
|
-
readonly ownerDocument: Document;
|
|
425
|
-
get part(): DOMTokenList;
|
|
426
|
-
set part(value: string): any;
|
|
427
|
-
readonly prefix: string | null;
|
|
428
|
-
readonly scrollHeight: number;
|
|
429
|
-
scrollLeft: number;
|
|
430
|
-
scrollTop: number;
|
|
431
|
-
readonly scrollWidth: number;
|
|
432
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
433
|
-
slot: string;
|
|
434
|
-
readonly tagName: string;
|
|
435
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
436
|
-
checkVisibility(options?: CheckVisibilityOptions): boolean;
|
|
437
|
-
closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K] | null;
|
|
438
|
-
closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K] | null;
|
|
439
|
-
closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K] | null;
|
|
440
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
441
|
-
computedStyleMap(): StylePropertyMapReadOnly;
|
|
442
|
-
getAttribute(qualifiedName: string): string | null;
|
|
443
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
444
|
-
getAttributeNames(): string[];
|
|
445
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
446
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
447
|
-
getBoundingClientRect(): DOMRect;
|
|
448
|
-
getClientRects(): DOMRectList;
|
|
449
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
450
|
-
getElementsByTagName<K extends keyof HTMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementTagNameMap[K]>;
|
|
451
|
-
getElementsByTagName<K extends keyof SVGElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<SVGElementTagNameMap[K]>;
|
|
452
|
-
getElementsByTagName<K extends keyof MathMLElementTagNameMap>(qualifiedName: K): HTMLCollectionOf<MathMLElementTagNameMap[K]>;
|
|
453
|
-
getElementsByTagName<K extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
454
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
455
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
456
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
457
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
458
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
459
|
-
getHTML(options?: GetHTMLOptions): string;
|
|
460
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
461
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
462
|
-
hasAttributes(): boolean;
|
|
463
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
464
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
465
|
-
insertAdjacentHTML(position: InsertPosition, string: string): void;
|
|
466
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
467
|
-
matches(selectors: string): boolean;
|
|
468
|
-
releasePointerCapture(pointerId: number): void;
|
|
469
|
-
removeAttribute(qualifiedName: string): void;
|
|
470
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
471
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
472
|
-
requestFullscreen(options?: FullscreenOptions): Promise<void>;
|
|
473
|
-
requestPointerLock(options?: PointerLockOptions): Promise<void>;
|
|
474
|
-
scroll(options?: ScrollToOptions): void;
|
|
475
|
-
scroll(x: number, y: number): void;
|
|
476
|
-
scrollBy(options?: ScrollToOptions): void;
|
|
477
|
-
scrollBy(x: number, y: number): void;
|
|
478
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
479
|
-
scrollTo(options?: ScrollToOptions): void;
|
|
480
|
-
scrollTo(x: number, y: number): void;
|
|
481
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
482
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
483
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
484
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
485
|
-
setHTMLUnsafe(html: string): void;
|
|
486
|
-
setPointerCapture(pointerId: number): void;
|
|
487
|
-
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
488
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
489
|
-
get textContent(): string;
|
|
490
|
-
set textContent(value: string | null): any;
|
|
491
|
-
readonly baseURI: string;
|
|
492
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
493
|
-
readonly firstChild: ChildNode | null;
|
|
494
|
-
readonly isConnected: boolean;
|
|
495
|
-
readonly lastChild: ChildNode | null;
|
|
496
|
-
readonly nextSibling: ChildNode | null;
|
|
497
|
-
readonly nodeName: string;
|
|
498
|
-
readonly nodeType: number;
|
|
499
|
-
nodeValue: string | null;
|
|
500
|
-
readonly parentElement: HTMLElement | null;
|
|
501
|
-
readonly parentNode: ParentNode | null;
|
|
502
|
-
readonly previousSibling: ChildNode | null;
|
|
503
|
-
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
504
|
-
cloneNode(subtree?: boolean): Node;
|
|
505
|
-
compareDocumentPosition(other: Node): number;
|
|
506
|
-
contains(other: Node | null): boolean;
|
|
507
|
-
getRootNode(options?: GetRootNodeOptions): Node;
|
|
508
|
-
hasChildNodes(): boolean;
|
|
509
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
510
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
511
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
512
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
513
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
514
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
515
|
-
normalize(): void;
|
|
516
|
-
removeChild<T_1 extends Node>(child: T_1): T_1;
|
|
517
|
-
replaceChild<T_1 extends Node>(node: Node, child: T_1): T_1;
|
|
518
|
-
readonly ELEMENT_NODE: 1;
|
|
519
|
-
readonly ATTRIBUTE_NODE: 2;
|
|
520
|
-
readonly TEXT_NODE: 3;
|
|
521
|
-
readonly CDATA_SECTION_NODE: 4;
|
|
522
|
-
readonly ENTITY_REFERENCE_NODE: 5;
|
|
523
|
-
readonly ENTITY_NODE: 6;
|
|
524
|
-
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
525
|
-
readonly COMMENT_NODE: 8;
|
|
526
|
-
readonly DOCUMENT_NODE: 9;
|
|
527
|
-
readonly DOCUMENT_TYPE_NODE: 10;
|
|
528
|
-
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
529
|
-
readonly NOTATION_NODE: 12;
|
|
530
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
531
|
-
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
532
|
-
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
533
|
-
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
534
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
535
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
536
|
-
dispatchEvent(event: Event): boolean;
|
|
537
|
-
ariaActiveDescendantElement: Element | null;
|
|
538
|
-
ariaAtomic: string | null;
|
|
539
|
-
ariaAutoComplete: string | null;
|
|
540
|
-
ariaBrailleLabel: string | null;
|
|
541
|
-
ariaBrailleRoleDescription: string | null;
|
|
542
|
-
ariaBusy: string | null;
|
|
543
|
-
ariaChecked: string | null;
|
|
544
|
-
ariaColCount: string | null;
|
|
545
|
-
ariaColIndex: string | null;
|
|
546
|
-
ariaColIndexText: string | null;
|
|
547
|
-
ariaColSpan: string | null;
|
|
548
|
-
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
549
|
-
ariaCurrent: string | null;
|
|
550
|
-
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
551
|
-
ariaDescription: string | null;
|
|
552
|
-
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
553
|
-
ariaDisabled: string | null;
|
|
554
|
-
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
555
|
-
ariaExpanded: string | null;
|
|
556
|
-
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
557
|
-
ariaHasPopup: string | null;
|
|
558
|
-
ariaHidden: string | null;
|
|
559
|
-
ariaInvalid: string | null;
|
|
560
|
-
ariaKeyShortcuts: string | null;
|
|
561
|
-
ariaLabel: string | null;
|
|
562
|
-
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
563
|
-
ariaLevel: string | null;
|
|
564
|
-
ariaLive: string | null;
|
|
565
|
-
ariaModal: string | null;
|
|
566
|
-
ariaMultiLine: string | null;
|
|
567
|
-
ariaMultiSelectable: string | null;
|
|
568
|
-
ariaOrientation: string | null;
|
|
569
|
-
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
570
|
-
ariaPlaceholder: string | null;
|
|
571
|
-
ariaPosInSet: string | null;
|
|
572
|
-
ariaPressed: string | null;
|
|
573
|
-
ariaReadOnly: string | null;
|
|
574
|
-
ariaRelevant: string | null;
|
|
575
|
-
ariaRequired: string | null;
|
|
576
|
-
ariaRoleDescription: string | null;
|
|
577
|
-
ariaRowCount: string | null;
|
|
578
|
-
ariaRowIndex: string | null;
|
|
579
|
-
ariaRowIndexText: string | null;
|
|
580
|
-
ariaRowSpan: string | null;
|
|
581
|
-
ariaSelected: string | null;
|
|
582
|
-
ariaSetSize: string | null;
|
|
583
|
-
ariaSort: string | null;
|
|
584
|
-
ariaValueMax: string | null;
|
|
585
|
-
ariaValueMin: string | null;
|
|
586
|
-
ariaValueNow: string | null;
|
|
587
|
-
ariaValueText: string | null;
|
|
588
|
-
role: string | null;
|
|
589
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation;
|
|
590
|
-
getAnimations(options?: GetAnimationsOptions): Animation[];
|
|
591
|
-
after(...nodes: (Node | string)[]): void;
|
|
592
|
-
before(...nodes: (Node | string)[]): void;
|
|
593
|
-
remove(): void;
|
|
594
|
-
replaceWith(...nodes: (Node | string)[]): void;
|
|
595
|
-
readonly nextElementSibling: Element | null;
|
|
596
|
-
readonly previousElementSibling: Element | null;
|
|
597
|
-
readonly childElementCount: number;
|
|
598
|
-
readonly children: HTMLCollection;
|
|
599
|
-
readonly firstElementChild: Element | null;
|
|
600
|
-
readonly lastElementChild: Element | null;
|
|
601
|
-
append(...nodes: (Node | string)[]): void;
|
|
602
|
-
prepend(...nodes: (Node | string)[]): void;
|
|
603
|
-
querySelector<K extends keyof HTMLElementTagNameMap>(selectors: K): HTMLElementTagNameMap[K] | null;
|
|
604
|
-
querySelector<K extends keyof SVGElementTagNameMap>(selectors: K): SVGElementTagNameMap[K] | null;
|
|
605
|
-
querySelector<K extends keyof MathMLElementTagNameMap>(selectors: K): MathMLElementTagNameMap[K] | null;
|
|
606
|
-
querySelector<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): HTMLElementDeprecatedTagNameMap[K] | null;
|
|
607
|
-
querySelector<E extends Element = Element>(selectors: string): E | null;
|
|
608
|
-
querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNameMap[K]>;
|
|
609
|
-
querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagNameMap[K]>;
|
|
610
|
-
querySelectorAll<K extends keyof MathMLElementTagNameMap>(selectors: K): NodeListOf<MathMLElementTagNameMap[K]>;
|
|
611
|
-
querySelectorAll<K extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K): NodeListOf<HTMLElementDeprecatedTagNameMap[K]>;
|
|
612
|
-
querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>;
|
|
613
|
-
replaceChildren(...nodes: (Node | string)[]): void;
|
|
614
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
615
|
-
readonly attributeStyleMap: StylePropertyMap;
|
|
616
|
-
get style(): CSSStyleDeclaration;
|
|
617
|
-
set style(cssText: string): any;
|
|
618
|
-
contentEditable: string;
|
|
619
|
-
enterKeyHint: string;
|
|
620
|
-
inputMode: string;
|
|
621
|
-
readonly isContentEditable: boolean;
|
|
622
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
623
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
624
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
625
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
626
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
627
|
-
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
628
|
-
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
629
|
-
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
630
|
-
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
631
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
632
|
-
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
633
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
634
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
635
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
636
|
-
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
637
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
638
|
-
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
639
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
640
|
-
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
641
|
-
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
642
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
643
|
-
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
644
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
645
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
646
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
647
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
648
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
649
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
650
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
651
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
652
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
653
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
654
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
655
|
-
onerror: OnErrorEventHandler;
|
|
656
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
657
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
658
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
659
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
660
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
661
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
662
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
663
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
664
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
665
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
666
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
667
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
668
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
669
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
670
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
671
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
672
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
673
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
674
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
675
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
676
|
-
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
677
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
678
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
679
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
680
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
681
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
682
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
683
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
684
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
685
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
686
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
687
|
-
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
688
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
689
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
690
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
691
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
692
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
693
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
694
|
-
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
695
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
696
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
697
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
698
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
699
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
700
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
701
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
702
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
703
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
704
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
705
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
706
|
-
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
707
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
708
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
709
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
710
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
711
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
712
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
713
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
714
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
715
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
716
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
717
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
718
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
719
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
720
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
721
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
722
|
-
autofocus: boolean;
|
|
723
|
-
readonly dataset: DOMStringMap;
|
|
724
|
-
nonce?: string;
|
|
725
|
-
tabIndex: number;
|
|
726
|
-
blur(): void;
|
|
727
28
|
}) & typeof LitElement;
|
|
728
29
|
/**
|
|
729
30
|
* Chat History panel item.
|
|
730
31
|
*
|
|
731
|
-
* @element cds-aichat-history-panel-item
|
|
32
|
+
* @element cds-custom-aichat-history-panel-item
|
|
732
33
|
*
|
|
733
34
|
*/
|
|
734
35
|
declare class CDSAIChatHistoryPanelItem extends CDSAIChatHistoryPanelItem_base {
|