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