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