@tolle_/tolle-ui 18.2.28 → 18.2.30

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 (279) hide show
  1. package/esm2022/lib/accordion-item.component.mjs +5 -11
  2. package/esm2022/lib/accordion.component.mjs +4 -9
  3. package/esm2022/lib/alert-dialog-dynamic.component.mjs +5 -10
  4. package/esm2022/lib/alert-dialog.component.mjs +44 -59
  5. package/esm2022/lib/alert.component.mjs +5 -11
  6. package/esm2022/lib/aspect-ratio.component.mjs +119 -0
  7. package/esm2022/lib/attachment.component.mjs +334 -0
  8. package/esm2022/lib/avatar-fallback.component.mjs +3 -3
  9. package/esm2022/lib/avatar.component.mjs +4 -9
  10. package/esm2022/lib/badge.component.mjs +4 -9
  11. package/esm2022/lib/breadcrumb-item.component.mjs +3 -3
  12. package/esm2022/lib/breadcrumb-link.component.mjs +3 -3
  13. package/esm2022/lib/breadcrumb-separator.component.mjs +3 -3
  14. package/esm2022/lib/breadcrumb.component.mjs +3 -3
  15. package/esm2022/lib/bubble.component.mjs +301 -0
  16. package/esm2022/lib/button.component.mjs +5 -11
  17. package/esm2022/lib/calendar.component.mjs +5 -11
  18. package/esm2022/lib/card.component.mjs +14 -43
  19. package/esm2022/lib/carousel/carousel.component.mjs +5 -12
  20. package/esm2022/lib/chain-of-thought.component.mjs +380 -0
  21. package/esm2022/lib/chart-pie.component.mjs +386 -0
  22. package/esm2022/lib/chart.component.mjs +1146 -0
  23. package/esm2022/lib/chart.service.mjs +555 -0
  24. package/esm2022/lib/checkbox.component.mjs +5 -11
  25. package/esm2022/lib/checkpoint.component.mjs +134 -0
  26. package/esm2022/lib/collapsible.component.mjs +4 -11
  27. package/esm2022/lib/combobox.component.mjs +372 -0
  28. package/esm2022/lib/command-dialog.component.mjs +164 -0
  29. package/esm2022/lib/command.component.mjs +514 -0
  30. package/esm2022/lib/command.service.mjs +130 -0
  31. package/esm2022/lib/confirmation.component.mjs +219 -0
  32. package/esm2022/lib/context-menu-trigger.directive.mjs +36 -0
  33. package/esm2022/lib/context-menu.component.mjs +460 -0
  34. package/esm2022/lib/context-menu.service.mjs +121 -0
  35. package/esm2022/lib/context.component.mjs +377 -0
  36. package/esm2022/lib/conversation.component.mjs +442 -0
  37. package/esm2022/lib/country-selector.component.mjs +5 -11
  38. package/esm2022/lib/data-table.component.mjs +63 -12
  39. package/esm2022/lib/date-picker.component.mjs +251 -198
  40. package/esm2022/lib/date-range-picker.component.mjs +224 -116
  41. package/esm2022/lib/date-time-picker.component.mjs +506 -0
  42. package/esm2022/lib/direction.component.mjs +79 -0
  43. package/esm2022/lib/dropdown-item.component.mjs +3 -3
  44. package/esm2022/lib/dropdown-label.component.mjs +3 -3
  45. package/esm2022/lib/dropdown-menu.component.mjs +3 -3
  46. package/esm2022/lib/dropdown-separator.component.mjs +3 -3
  47. package/esm2022/lib/dropdown-trigger.directive.mjs +6 -4
  48. package/esm2022/lib/empty-state.component.mjs +4 -9
  49. package/esm2022/lib/field.component.mjs +394 -0
  50. package/esm2022/lib/hover-card.component.mjs +6 -16
  51. package/esm2022/lib/inline-citation.component.mjs +263 -0
  52. package/esm2022/lib/input-group.component.mjs +418 -0
  53. package/esm2022/lib/input.component.mjs +5 -11
  54. package/esm2022/lib/item.component.mjs +243 -0
  55. package/esm2022/lib/kbd.component.mjs +82 -0
  56. package/esm2022/lib/label.component.mjs +4 -9
  57. package/esm2022/lib/marker.component.mjs +135 -0
  58. package/esm2022/lib/masked-input.component.mjs +5 -11
  59. package/esm2022/lib/menubar.component.mjs +683 -0
  60. package/esm2022/lib/message-scroller.component.mjs +353 -0
  61. package/esm2022/lib/message-scroller.service.mjs +157 -0
  62. package/esm2022/lib/message.component.mjs +228 -0
  63. package/esm2022/lib/model-selector.component.mjs +310 -0
  64. package/esm2022/lib/multi-select.component.mjs +155 -72
  65. package/esm2022/lib/native-select.component.mjs +201 -0
  66. package/esm2022/lib/navigation-menu.component.mjs +642 -0
  67. package/esm2022/lib/otp-group.component.mjs +3 -3
  68. package/esm2022/lib/otp-slot.component.mjs +4 -9
  69. package/esm2022/lib/otp.component.mjs +5 -11
  70. package/esm2022/lib/pagination.component.mjs +7 -10
  71. package/esm2022/lib/plan.component.mjs +335 -0
  72. package/esm2022/lib/popover-content.component.mjs +4 -9
  73. package/esm2022/lib/popover.component.mjs +15 -13
  74. package/esm2022/lib/progress.component.mjs +4 -9
  75. package/esm2022/lib/prompt-input.component.mjs +526 -0
  76. package/esm2022/lib/queue.component.mjs +280 -0
  77. package/esm2022/lib/radio-group.component.mjs +6 -13
  78. package/esm2022/lib/radio-item.component.mjs +4 -9
  79. package/esm2022/lib/range-calendar.component.mjs +5 -11
  80. package/esm2022/lib/reasoning.component.mjs +335 -0
  81. package/esm2022/lib/resizable.component.mjs +219 -0
  82. package/esm2022/lib/segment.component.mjs +17 -7
  83. package/esm2022/lib/select-group.component.mjs +4 -8
  84. package/esm2022/lib/select-item.component.mjs +4 -9
  85. package/esm2022/lib/select-separator.component.mjs +4 -8
  86. package/esm2022/lib/select.component.mjs +133 -49
  87. package/esm2022/lib/separator.component.mjs +4 -9
  88. package/esm2022/lib/sheet.component.mjs +38 -56
  89. package/esm2022/lib/shimmer.component.mjs +84 -0
  90. package/esm2022/lib/sidebar.component.mjs +11 -1
  91. package/esm2022/lib/skeleton.component.mjs +4 -9
  92. package/esm2022/lib/sources.component.mjs +452 -0
  93. package/esm2022/lib/spinner.component.mjs +68 -0
  94. package/esm2022/lib/suggestion.component.mjs +207 -0
  95. package/esm2022/lib/switch.component.mjs +5 -11
  96. package/esm2022/lib/table.component.mjs +213 -0
  97. package/esm2022/lib/tabs.component.mjs +4 -11
  98. package/esm2022/lib/tag-input.component.mjs +5 -11
  99. package/esm2022/lib/task.component.mjs +359 -0
  100. package/esm2022/lib/textarea.component.mjs +5 -11
  101. package/esm2022/lib/theme.service.mjs +17 -6
  102. package/esm2022/lib/time-picker.component.mjs +923 -0
  103. package/esm2022/lib/toast.service.mjs +3 -2
  104. package/esm2022/lib/toaster.component.mjs +76 -39
  105. package/esm2022/lib/toggle-group.component.mjs +4 -9
  106. package/esm2022/lib/toggle.component.mjs +5 -11
  107. package/esm2022/lib/tool.component.mjs +462 -0
  108. package/esm2022/lib/typography.component.mjs +83 -0
  109. package/esm2022/lib/utils/color.mjs +140 -19
  110. package/esm2022/public-api.mjs +61 -1
  111. package/fesm2022/tolle-ui.mjs +16457 -1024
  112. package/fesm2022/tolle-ui.mjs.map +1 -1
  113. package/lib/alert-dialog.component.d.ts +10 -2
  114. package/lib/aspect-ratio.component.d.ts +20 -0
  115. package/lib/attachment.component.d.ts +101 -0
  116. package/lib/bubble.component.d.ts +112 -0
  117. package/lib/chain-of-thought.component.d.ts +166 -0
  118. package/lib/chart-pie.component.d.ts +108 -0
  119. package/lib/chart.component.d.ts +369 -0
  120. package/lib/chart.service.d.ts +222 -0
  121. package/lib/checkpoint.component.d.ts +51 -0
  122. package/lib/combobox.component.d.ts +90 -0
  123. package/lib/command-dialog.component.d.ts +53 -0
  124. package/lib/command.component.d.ts +189 -0
  125. package/lib/command.service.d.ts +67 -0
  126. package/lib/confirmation.component.d.ts +70 -0
  127. package/lib/context-menu-trigger.directive.d.ts +12 -0
  128. package/lib/context-menu.component.d.ts +41 -0
  129. package/lib/context-menu.service.d.ts +38 -0
  130. package/lib/context.component.d.ts +134 -0
  131. package/lib/conversation.component.d.ts +165 -0
  132. package/lib/data-table.component.d.ts +27 -1
  133. package/lib/date-picker.component.d.ts +72 -11
  134. package/lib/date-range-picker.component.d.ts +63 -6
  135. package/lib/date-time-picker.component.d.ts +119 -0
  136. package/lib/direction.component.d.ts +45 -0
  137. package/lib/field.component.d.ts +201 -0
  138. package/lib/inline-citation.component.d.ts +103 -0
  139. package/lib/input-group.component.d.ts +150 -0
  140. package/lib/item.component.d.ts +154 -0
  141. package/lib/kbd.component.d.ts +50 -0
  142. package/lib/marker.component.d.ts +58 -0
  143. package/lib/menubar.component.d.ts +247 -0
  144. package/lib/message-scroller.component.d.ts +159 -0
  145. package/lib/message-scroller.service.d.ts +73 -0
  146. package/lib/message.component.d.ts +128 -0
  147. package/lib/model-selector.component.d.ts +103 -0
  148. package/lib/multi-select.component.d.ts +66 -14
  149. package/lib/native-select.component.d.ts +57 -0
  150. package/lib/navigation-menu.component.d.ts +230 -0
  151. package/lib/plan.component.d.ts +120 -0
  152. package/lib/popover.component.d.ts +1 -0
  153. package/lib/prompt-input.component.d.ts +194 -0
  154. package/lib/queue.component.d.ts +106 -0
  155. package/lib/reasoning.component.d.ts +127 -0
  156. package/lib/resizable.component.d.ts +43 -0
  157. package/lib/segment.component.d.ts +13 -3
  158. package/lib/select.component.d.ts +37 -5
  159. package/lib/sheet.component.d.ts +3 -0
  160. package/lib/shimmer.component.d.ts +38 -0
  161. package/lib/sidebar.component.d.ts +2 -0
  162. package/lib/sources.component.d.ts +156 -0
  163. package/lib/spinner.component.d.ts +29 -0
  164. package/lib/suggestion.component.d.ts +96 -0
  165. package/lib/table.component.d.ts +106 -0
  166. package/lib/task.component.d.ts +151 -0
  167. package/lib/theme.service.d.ts +9 -0
  168. package/lib/time-picker.component.d.ts +243 -0
  169. package/lib/toast.service.d.ts +3 -1
  170. package/lib/toaster.component.d.ts +26 -9
  171. package/lib/tool.component.d.ts +158 -0
  172. package/lib/typography.component.d.ts +32 -0
  173. package/lib/utils/color.d.ts +19 -5
  174. package/package.json +1 -1
  175. package/public-api.d.ts +50 -0
  176. package/registry/docs-content.json +8497 -1553
  177. package/registry/llms-full.txt +2679 -318
  178. package/registry/llms.txt +43 -4
  179. package/registry/manifest.json +9093 -1739
  180. package/registry/r/accordion-item.json +1 -1
  181. package/registry/r/accordion.json +1 -1
  182. package/registry/r/alert-dialog-dynamic.json +1 -1
  183. package/registry/r/alert-dialog.json +1 -1
  184. package/registry/r/alert.json +1 -1
  185. package/registry/r/attachment.json +23 -0
  186. package/registry/r/avatar-fallback.json +1 -1
  187. package/registry/r/avatar.json +1 -1
  188. package/registry/r/badge.json +1 -1
  189. package/registry/r/breadcrumb-item.json +1 -1
  190. package/registry/r/breadcrumb-link.json +1 -1
  191. package/registry/r/breadcrumb-separator.json +1 -1
  192. package/registry/r/breadcrumb.json +1 -1
  193. package/registry/r/bubble.json +23 -0
  194. package/registry/r/button.json +1 -1
  195. package/registry/r/calendar.json +1 -1
  196. package/registry/r/card.json +1 -1
  197. package/registry/r/carousel.json +1 -1
  198. package/registry/r/chain-of-thought.json +23 -0
  199. package/registry/r/chart-pie.json +30 -0
  200. package/registry/r/chart.json +28 -0
  201. package/registry/r/checkbox.json +1 -1
  202. package/registry/r/checkpoint.json +23 -0
  203. package/registry/r/collapsible.json +1 -1
  204. package/registry/r/combobox.json +31 -0
  205. package/registry/r/command-dialog.json +21 -0
  206. package/registry/r/command.json +26 -0
  207. package/registry/r/confirmation.json +23 -0
  208. package/registry/r/context.json +26 -0
  209. package/registry/r/conversation.json +23 -0
  210. package/registry/r/country-selector.json +1 -1
  211. package/registry/r/data-table.json +1 -1
  212. package/registry/r/date-picker.json +4 -4
  213. package/registry/r/date-range-picker.json +3 -3
  214. package/registry/r/date-time-picker.json +28 -0
  215. package/registry/r/direction.json +16 -0
  216. package/registry/r/dropdown-item.json +1 -1
  217. package/registry/r/dropdown-label.json +1 -1
  218. package/registry/r/dropdown-menu.json +1 -1
  219. package/registry/r/dropdown-separator.json +1 -1
  220. package/registry/r/dropdown-trigger.json +1 -1
  221. package/registry/r/empty-state.json +1 -1
  222. package/registry/r/field.json +23 -0
  223. package/registry/r/hover-card.json +1 -1
  224. package/registry/r/inline-citation.json +26 -0
  225. package/registry/r/input-group.json +23 -0
  226. package/registry/r/input.json +1 -1
  227. package/registry/r/item.json +23 -0
  228. package/registry/r/kbd.json +23 -0
  229. package/registry/r/label.json +1 -1
  230. package/registry/r/marker.json +23 -0
  231. package/registry/r/masked-input.json +1 -1
  232. package/registry/r/menubar.json +24 -0
  233. package/registry/r/message-scroller.json +26 -0
  234. package/registry/r/message.json +23 -0
  235. package/registry/r/model-selector.json +32 -0
  236. package/registry/r/multi-select.json +2 -2
  237. package/registry/r/native-select.json +23 -0
  238. package/registry/r/navigation-menu.json +24 -0
  239. package/registry/r/otp-group.json +1 -1
  240. package/registry/r/otp-slot.json +1 -1
  241. package/registry/r/otp.json +1 -1
  242. package/registry/r/pagination.json +3 -2
  243. package/registry/r/plan.json +23 -0
  244. package/registry/r/popover-content.json +1 -1
  245. package/registry/r/popover.json +1 -1
  246. package/registry/r/progress.json +1 -1
  247. package/registry/r/prompt-input.json +23 -0
  248. package/registry/r/queue.json +23 -0
  249. package/registry/r/radio-group.json +1 -1
  250. package/registry/r/radio-item.json +1 -1
  251. package/registry/r/range-calendar.json +1 -1
  252. package/registry/r/reasoning.json +23 -0
  253. package/registry/r/segment.json +1 -1
  254. package/registry/r/select-group.json +1 -1
  255. package/registry/r/select-item.json +1 -1
  256. package/registry/r/select-separator.json +1 -1
  257. package/registry/r/select.json +4 -3
  258. package/registry/r/separator.json +1 -1
  259. package/registry/r/sheet.json +1 -1
  260. package/registry/r/shimmer.json +23 -0
  261. package/registry/r/sidebar.json +1 -1
  262. package/registry/r/skeleton.json +1 -1
  263. package/registry/r/sources.json +23 -0
  264. package/registry/r/spinner.json +23 -0
  265. package/registry/r/suggestion.json +23 -0
  266. package/registry/r/switch.json +1 -1
  267. package/registry/r/table.json +21 -0
  268. package/registry/r/tabs.json +1 -1
  269. package/registry/r/tag-input.json +1 -1
  270. package/registry/r/task.json +23 -0
  271. package/registry/r/textarea.json +1 -1
  272. package/registry/r/time-picker.json +24 -0
  273. package/registry/r/toaster.json +2 -2
  274. package/registry/r/toggle-group.json +1 -1
  275. package/registry/r/toggle.json +1 -1
  276. package/registry/r/tool.json +23 -0
  277. package/registry/r/typography.json +23 -0
  278. package/registry/registry.json +915 -22
  279. package/theme.css +109 -8
@@ -72,10 +72,18 @@ export declare class AlertDialogDescriptionComponent {
72
72
  static ɵcmp: i0.ɵɵComponentDeclaration<AlertDialogDescriptionComponent, "tolle-alert-dialog-description", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
73
73
  }
74
74
  export declare class AlertDialogActionComponent {
75
+ private alertDialogService;
76
+ /** Fires before the dialog closes, so consumers can run the confirmed action. */
77
+ confirmed: EventEmitter<MouseEvent>;
78
+ handleClick(event: MouseEvent): void;
75
79
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertDialogActionComponent, never>;
76
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertDialogActionComponent, "tolle-alert-dialog-action", never, {}, {}, never, ["*"], true, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertDialogActionComponent, "tolle-alert-dialog-action", never, {}, { "confirmed": "confirmed"; }, never, ["*"], true, never>;
77
81
  }
78
82
  export declare class AlertDialogCancelComponent {
83
+ private alertDialogService;
84
+ /** Fires before the dialog closes, so consumers can react to a dismissal. */
85
+ cancelled: EventEmitter<MouseEvent>;
86
+ handleClick(event: MouseEvent): void;
79
87
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertDialogCancelComponent, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertDialogCancelComponent, "tolle-alert-dialog-cancel", never, {}, {}, never, ["*"], true, never>;
88
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertDialogCancelComponent, "tolle-alert-dialog-cancel", never, {}, { "cancelled": "cancelled"; }, never, ["*"], true, never>;
81
89
  }
@@ -0,0 +1,20 @@
1
+ import { ElementRef, AfterViewInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
+ import { cn } from './utils/cn';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AspectRatioComponent implements AfterViewInit, OnDestroy {
5
+ private cdr;
6
+ ratio: string | number;
7
+ class: string;
8
+ container: ElementRef<HTMLElement>;
9
+ isLoading: boolean;
10
+ hasError: boolean;
11
+ private cleanupListeners;
12
+ constructor(cdr: ChangeDetectorRef);
13
+ ngAfterViewInit(): void;
14
+ onLoad(): void;
15
+ onError(): void;
16
+ ngOnDestroy(): void;
17
+ protected cn: typeof cn;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<AspectRatioComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<AspectRatioComponent, "tolle-aspect-ratio", never, { "ratio": { "alias": "ratio"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
20
+ }
@@ -0,0 +1,101 @@
1
+ import { EventEmitter, OnChanges } from '@angular/core';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import { cn } from './utils/cn';
4
+ import * as i0 from "@angular/core";
5
+ declare const attachmentVariants: (props?: ({
6
+ state?: "error" | "idle" | "uploading" | null | undefined;
7
+ size?: "default" | "sm" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ export type AttachmentProps = VariantProps<typeof attachmentVariants>;
10
+ /**
11
+ * A file or image attached to a chat message, with an upload state and an
12
+ * optional progress bar. Wrap several in `tolle-attachment-group`.
13
+ * @new
14
+ */
15
+ export declare class AttachmentComponent implements OnChanges {
16
+ private readonly cdr;
17
+ /**
18
+ * Angular writes a bound `class` input through its styling path, which does
19
+ * not mark an OnPush component dirty — without this hook the component keeps
20
+ * rendering the class it was born with.
21
+ */
22
+ ngOnChanges(): void;
23
+ /** File name shown as the card's title. */
24
+ name: string;
25
+ /** File size in bytes; rendered as B / KB / MB. @default 0 */
26
+ size: number;
27
+ /** MIME type, e.g. 'image/png'. Chooses the thumbnail or the file icon. */
28
+ type: string;
29
+ /** Source for the thumbnail and the target of `open`. */
30
+ url: string;
31
+ /** Upload lifecycle state of the attachment. @default 'idle' */
32
+ state: AttachmentProps['state'];
33
+ /** Upload progress from 0 to 100; only shown while uploading. @default 0 */
34
+ progress: number;
35
+ /** Density of the card. @default 'default' */
36
+ density: AttachmentProps['size'];
37
+ /** Shows a trailing remove button that emits `remove`. @default false */
38
+ removable: boolean;
39
+ /** Accessible label for the remove button. @default 'Remove attachment' */
40
+ removeLabel: string;
41
+ /** Text shown in place of the size when the state is 'error'. @default 'Upload failed' */
42
+ errorLabel: string;
43
+ /** Extra Tailwind classes merged onto the card via `cn()` (last-wins). */
44
+ class: string;
45
+ /** Emitted when the remove button is pressed. */
46
+ remove: EventEmitter<Event>;
47
+ /** Emitted when the card is activated by click, Enter, or Space. */
48
+ open: EventEmitter<Event>;
49
+ get computedClass(): string;
50
+ /** Whether the attachment renders as an image thumbnail rather than a file icon. */
51
+ get isImage(): boolean;
52
+ /** Remixicon class picked from the MIME type. */
53
+ get iconClass(): string;
54
+ /** The `size` input rendered for display, e.g. 1536 becomes "1.5 KB". */
55
+ get formattedSize(): string;
56
+ /** `progress` constrained to the 0-100 the progress bar can render. */
57
+ get clampedProgress(): number;
58
+ private formatBytes;
59
+ private iconForType;
60
+ protected onRemove(event: Event): void;
61
+ protected onOpen(event: Event): void;
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentComponent, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentComponent, "tolle-attachment", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "url": { "alias": "url"; "required": false; }; "state": { "alias": "state"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "density": { "alias": "density"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeLabel": { "alias": "removeLabel"; "required": false; }; "errorLabel": { "alias": "errorLabel"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "remove": "remove"; "open": "open"; }, never, ["*"], true, never>;
64
+ }
65
+ /** Wrapping row of attachment cards below or above a message. */
66
+ export declare class AttachmentGroupComponent implements OnChanges {
67
+ private readonly cdr;
68
+ /**
69
+ * Angular writes a bound `class` input through its styling path, which does
70
+ * not mark an OnPush component dirty — without this hook the component keeps
71
+ * rendering the class it was born with.
72
+ */
73
+ ngOnChanges(): void;
74
+ /** Extra Tailwind classes merged onto the row via `cn()` (last-wins). */
75
+ class: string;
76
+ protected cn: typeof cn;
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentGroupComponent, never>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentGroupComponent, "tolle-attachment-group", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
79
+ }
80
+ /**
81
+ * Trailing slot for attachment controls — download, retry, remove. Clicks are
82
+ * kept inside the slot so the card's own trigger does not also fire.
83
+ */
84
+ export declare class AttachmentActionsComponent implements OnChanges {
85
+ private readonly cdr;
86
+ /**
87
+ * Angular writes a bound `class` input through its styling path, which does
88
+ * not mark an OnPush component dirty — without this hook the component keeps
89
+ * rendering the class it was born with.
90
+ */
91
+ ngOnChanges(): void;
92
+ /** Keeps the actions visible instead of revealing them on hover or focus. @default false */
93
+ alwaysVisible: boolean;
94
+ /** Extra Tailwind classes merged onto the slot via `cn()` (last-wins). */
95
+ class: string;
96
+ get computedClass(): string;
97
+ protected onClick(event: Event): void;
98
+ static ɵfac: i0.ɵɵFactoryDeclaration<AttachmentActionsComponent, never>;
99
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttachmentActionsComponent, "tolle-attachment-actions", never, { "alwaysVisible": { "alias": "alwaysVisible"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
100
+ }
101
+ export {};
@@ -0,0 +1,112 @@
1
+ import { EventEmitter, OnChanges } from '@angular/core';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import * as i0 from "@angular/core";
4
+ declare const bubbleVariants: (props?: ({
5
+ variant?: "default" | "outline" | "muted" | "primary" | null | undefined;
6
+ align?: "start" | "end" | null | undefined;
7
+ size?: "default" | "sm" | "lg" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ export type BubbleProps = VariantProps<typeof bubbleVariants>;
10
+ /** A single emoji reaction chip and its tally. */
11
+ export interface BubbleReaction {
12
+ /** The emoji character to display, e.g. a thumbs-up. */
13
+ emoji: string;
14
+ /** How many people reacted with it. */
15
+ count?: number;
16
+ /** Whether the current user is one of them. */
17
+ reacted?: boolean;
18
+ }
19
+ /**
20
+ * The visible surface of a chat message — the rounded panel the text sits in.
21
+ * Place it inside `tolle-message-content` and match its `align` to the message.
22
+ * @new
23
+ */
24
+ export declare class BubbleComponent implements OnChanges {
25
+ private readonly cdr;
26
+ /**
27
+ * Angular writes a bound `class` input through its styling path, which does
28
+ * not mark an OnPush component dirty — without this hook the component keeps
29
+ * rendering the class it was born with.
30
+ */
31
+ ngOnChanges(): void;
32
+ /** Visual style of the surface. @default 'default' */
33
+ variant: BubbleProps['variant'];
34
+ /** Which edge the bubble hangs off; squares the matching bottom corner. @default 'start' */
35
+ align: BubbleProps['align'];
36
+ /** Padding and text scale of the surface. @default 'default' */
37
+ size: BubbleProps['size'];
38
+ /** Shows a show-more / show-less toggle for long content. @default false */
39
+ collapsible: boolean;
40
+ /** Whether the content is currently clamped. Only has an effect with `collapsible`. @default true */
41
+ collapsed: boolean;
42
+ /** Max height of the clamped content, as a CSS length. @default '6rem' */
43
+ collapsedHeight: string;
44
+ /** Label of the toggle while the content is clamped. @default 'Show more' */
45
+ expandLabel: string;
46
+ /** Label of the toggle while the content is expanded. @default 'Show less' */
47
+ collapseLabel: string;
48
+ /** Makes the whole surface a keyboard-focusable trigger that emits `bubbleClick`. @default false */
49
+ interactive: boolean;
50
+ /** Extra Tailwind classes merged onto the surface via `cn()` (last-wins). */
51
+ class: string;
52
+ /** Emitted with the new collapsed state when the show-more toggle is pressed. */
53
+ collapsedChange: EventEmitter<boolean>;
54
+ /** Emitted when an interactive bubble is activated by click, Enter, or Space. */
55
+ bubbleClick: EventEmitter<Event>;
56
+ get computedClass(): string;
57
+ /** Classes for the content wrapper — clamped only while collapsible and collapsed. */
58
+ get contentClass(): string;
59
+ /** Inline max-height applied while the content is clamped. */
60
+ get contentStyle(): string | null;
61
+ /** Whether the projected content is currently clamped. */
62
+ get isClamped(): boolean;
63
+ protected toggle(event: Event): void;
64
+ protected onTrigger(event: Event): void;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<BubbleComponent, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<BubbleComponent, "tolle-bubble", never, { "variant": { "alias": "variant"; "required": false; }; "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "collapsedHeight": { "alias": "collapsedHeight"; "required": false; }; "expandLabel": { "alias": "expandLabel"; "required": false; }; "collapseLabel": { "alias": "collapseLabel"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "collapsedChange": "collapsedChange"; "bubbleClick": "bubbleClick"; }, never, ["*", "[bubbleFooter]"], true, never>;
67
+ }
68
+ /**
69
+ * Hover-revealed row of actions for a bubble — copy, retry, react. Clicks are
70
+ * kept inside the row so an interactive bubble does not also fire.
71
+ */
72
+ export declare class BubbleActionsComponent implements OnChanges {
73
+ private readonly cdr;
74
+ /**
75
+ * Angular writes a bound `class` input through its styling path, which does
76
+ * not mark an OnPush component dirty — without this hook the component keeps
77
+ * rendering the class it was born with.
78
+ */
79
+ ngOnChanges(): void;
80
+ /** Keeps the row permanently visible instead of revealing it on hover or focus. @default false */
81
+ alwaysVisible: boolean;
82
+ /** Extra Tailwind classes merged onto the row via `cn()` (last-wins). */
83
+ class: string;
84
+ get computedClass(): string;
85
+ protected onClick(event: Event): void;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<BubbleActionsComponent, never>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<BubbleActionsComponent, "tolle-bubble-actions", never, { "alwaysVisible": { "alias": "alwaysVisible"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
88
+ }
89
+ /** Row of emoji reaction chips attached to a bubble. */
90
+ export declare class BubbleReactionsComponent implements OnChanges {
91
+ private readonly cdr;
92
+ /**
93
+ * Angular writes a bound `class` input through its styling path, which does
94
+ * not mark an OnPush component dirty — without this hook the component keeps
95
+ * rendering the class it was born with.
96
+ */
97
+ ngOnChanges(): void;
98
+ /** Reaction chips to render, in display order. @default [] */
99
+ reactions: BubbleReaction[];
100
+ /** Extra Tailwind classes merged onto the row via `cn()` (last-wins). */
101
+ class: string;
102
+ /** Emitted with the reaction whose chip was clicked. */
103
+ react: EventEmitter<BubbleReaction>;
104
+ get computedClass(): string;
105
+ protected chipClass(reaction: BubbleReaction): string;
106
+ protected trackByEmoji(_index: number, reaction: BubbleReaction): string;
107
+ protected onReact(reaction: BubbleReaction, event: Event): void;
108
+ protected stop(event: Event): void;
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<BubbleReactionsComponent, never>;
110
+ static ɵcmp: i0.ɵɵComponentDeclaration<BubbleReactionsComponent, "tolle-bubble-reactions", never, { "reactions": { "alias": "reactions"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "react": "react"; }, never, ["*"], true, never>;
111
+ }
112
+ export {};
@@ -0,0 +1,166 @@
1
+ import { EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import { cn } from './utils/cn';
4
+ import * as i0 from "@angular/core";
5
+ /** Progress of a single reasoning step. */
6
+ export type ChainOfThoughtStepStatus = 'pending' | 'active' | 'complete';
7
+ declare const chainOfThoughtVariants: (props?: ({
8
+ size?: "default" | "sm" | null | undefined;
9
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
10
+ export type ChainOfThoughtProps = VariantProps<typeof chainOfThoughtVariants>;
11
+ declare const chainOfThoughtStepVariants: (props?: ({
12
+ status?: "complete" | "active" | "pending" | null | undefined;
13
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
14
+ export type ChainOfThoughtStepProps = VariantProps<typeof chainOfThoughtStepVariants>;
15
+ /**
16
+ * Coordinates a `tolle-chain-of-thought` and its header/content children.
17
+ *
18
+ * The children are `OnPush` and receive none of this state as inputs, so it
19
+ * travels as observables and each subscriber calls `markForCheck()`.
20
+ */
21
+ export declare class ChainOfThoughtService {
22
+ private readonly openSource;
23
+ /** Emits whether the reasoning trace is expanded. */
24
+ readonly open$: import("rxjs").Observable<boolean>;
25
+ get open(): boolean;
26
+ setOpen(open: boolean): void;
27
+ toggle(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtService, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<ChainOfThoughtService>;
30
+ }
31
+ /**
32
+ * A collapsible reasoning trace — the numbered steps an agent worked through
33
+ * before answering, connected by a vertical rail.
34
+ *
35
+ * ```html
36
+ * <tolle-chain-of-thought [open]="true">
37
+ * <tolle-chain-of-thought-header label="Thought for 4s"></tolle-chain-of-thought-header>
38
+ * <tolle-chain-of-thought-content>
39
+ * <tolle-chain-of-thought-step label="Searched the docs" status="complete" icon="ri-search-line">
40
+ * <tolle-chain-of-thought-search-results>
41
+ * <tolle-chain-of-thought-search-result>tailwind.config</tolle-chain-of-thought-search-result>
42
+ * </tolle-chain-of-thought-search-results>
43
+ * </tolle-chain-of-thought-step>
44
+ * </tolle-chain-of-thought-content>
45
+ * </tolle-chain-of-thought>
46
+ * ```
47
+ * @new
48
+ */
49
+ export declare class ChainOfThoughtComponent implements OnInit, OnChanges, OnDestroy {
50
+ private readonly cdr;
51
+ /** Whether the reasoning steps are expanded. @default false */
52
+ open: boolean;
53
+ /** Text scale of the whole trace. @default 'default' */
54
+ size: ChainOfThoughtProps['size'];
55
+ /** Extra Tailwind classes merged onto the trace via `cn()` (last-wins). */
56
+ class: string;
57
+ /** Emitted with the new expanded state whenever the trace opens or closes. */
58
+ openChange: EventEmitter<boolean>;
59
+ private readonly service;
60
+ private readonly sub;
61
+ ngOnInit(): void;
62
+ ngOnChanges(): void;
63
+ ngOnDestroy(): void;
64
+ get computedClass(): string;
65
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtComponent, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChainOfThoughtComponent, "tolle-chain-of-thought", never, { "open": { "alias": "open"; "required": false; }; "size": { "alias": "size"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], true, never>;
67
+ }
68
+ /** Clickable header that expands and collapses the reasoning steps. */
69
+ export declare class ChainOfThoughtHeaderComponent implements OnChanges, OnInit, OnDestroy {
70
+ /**
71
+ * Angular writes a bound `class` input through its styling path, which does
72
+ * not mark an OnPush component dirty — without this hook the component keeps
73
+ * rendering the class it was born with.
74
+ */
75
+ ngOnChanges(): void;
76
+ /** Text shown in the header. @default 'Chain of Thought' */
77
+ label: string;
78
+ /** Extra Tailwind classes merged onto the header via `cn()` (last-wins). */
79
+ class: string;
80
+ private readonly service;
81
+ private readonly cdr;
82
+ private readonly sub;
83
+ isOpen: boolean;
84
+ ngOnInit(): void;
85
+ ngOnDestroy(): void;
86
+ get computedClass(): string;
87
+ toggle(): void;
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtHeaderComponent, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChainOfThoughtHeaderComponent, "tolle-chain-of-thought-header", never, { "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
90
+ }
91
+ /** Holds the steps; rendered only while the trace is expanded. */
92
+ export declare class ChainOfThoughtContentComponent implements OnChanges, OnInit, OnDestroy {
93
+ /**
94
+ * Angular writes a bound `class` input through its styling path, which does
95
+ * not mark an OnPush component dirty — without this hook the component keeps
96
+ * rendering the class it was born with.
97
+ */
98
+ ngOnChanges(): void;
99
+ /** Extra Tailwind classes merged onto the content via `cn()` (last-wins). */
100
+ class: string;
101
+ private readonly service;
102
+ private readonly cdr;
103
+ private readonly sub;
104
+ isOpen: boolean;
105
+ ngOnInit(): void;
106
+ ngOnDestroy(): void;
107
+ get computedClass(): string;
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtContentComponent, never>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChainOfThoughtContentComponent, "tolle-chain-of-thought-content", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
110
+ }
111
+ /** One reasoning step: a marker on the rail, a label, and any projected detail. */
112
+ export declare class ChainOfThoughtStepComponent implements OnChanges {
113
+ private readonly cdr;
114
+ /**
115
+ * Angular writes a bound `class` input through its styling path, which does
116
+ * not mark an OnPush component dirty — without this hook the component keeps
117
+ * rendering the class it was born with.
118
+ */
119
+ ngOnChanges(): void;
120
+ /** Text describing what happened in this step. @default '' */
121
+ label: string;
122
+ /** Progress of this step; drives the marker colour. @default 'complete' */
123
+ status: ChainOfThoughtStepStatus;
124
+ /** Remixicon class shown inside the step marker. @default 'ri-checkbox-blank-circle-fill' */
125
+ icon: string;
126
+ /** Extra Tailwind classes merged onto the step via `cn()` (last-wins). */
127
+ class: string;
128
+ get computedClass(): string;
129
+ get markerClass(): string;
130
+ get labelClass(): string;
131
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtStepComponent, never>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChainOfThoughtStepComponent, "tolle-chain-of-thought-step", never, { "label": { "alias": "label"; "required": false; }; "status": { "alias": "status"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
133
+ }
134
+ /** Wraps the result chips produced by a search step. */
135
+ export declare class ChainOfThoughtSearchResultsComponent implements OnChanges {
136
+ private readonly cdr;
137
+ /**
138
+ * Angular writes a bound `class` input through its styling path, which does
139
+ * not mark an OnPush component dirty — without this hook the component keeps
140
+ * rendering the class it was born with.
141
+ */
142
+ ngOnChanges(): void;
143
+ /** Extra Tailwind classes merged onto the results row via `cn()` (last-wins). */
144
+ class: string;
145
+ protected cn: typeof cn;
146
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtSearchResultsComponent, never>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChainOfThoughtSearchResultsComponent, "tolle-chain-of-thought-search-results", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
148
+ }
149
+ /** A single search result rendered as a small chip. */
150
+ export declare class ChainOfThoughtSearchResultComponent implements OnChanges {
151
+ private readonly cdr;
152
+ /**
153
+ * Angular writes a bound `class` input through its styling path, which does
154
+ * not mark an OnPush component dirty — without this hook the component keeps
155
+ * rendering the class it was born with.
156
+ */
157
+ ngOnChanges(): void;
158
+ /** Optional remixicon class shown before the label. @default '' */
159
+ icon: string;
160
+ /** Extra Tailwind classes merged onto the chip via `cn()` (last-wins). */
161
+ class: string;
162
+ get computedClass(): string;
163
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChainOfThoughtSearchResultComponent, never>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChainOfThoughtSearchResultComponent, "tolle-chain-of-thought-search-result", never, { "icon": { "alias": "icon"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never>;
165
+ }
166
+ export {};
@@ -0,0 +1,108 @@
1
+ import { EventEmitter, OnChanges } from '@angular/core';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ import * as i0 from "@angular/core";
4
+ /** One resolved slice: its geometry, its paint, and the numbers behind it. */
5
+ export interface ChartPieSlice {
6
+ label: string;
7
+ value: number;
8
+ percent: number;
9
+ color: string;
10
+ /** The arc path, already padded for the surface gap. */
11
+ d: string;
12
+ /** Mid-angle point on the outer edge, used to place the tooltip. */
13
+ anchorX: number;
14
+ anchorY: number;
15
+ }
16
+ /** Converts an angle measured clockwise from 12 o'clock into svg coordinates. */
17
+ export declare function polarPoint(cx: number, cy: number, r: number, angle: number): [number, number];
18
+ /**
19
+ * Builds one slice. `innerRadius` above zero produces a donut segment; a span
20
+ * covering the full circle is drawn as two half arcs, because an SVG arc whose
21
+ * start and end points coincide renders nothing at all.
22
+ */
23
+ export declare function arcPath(cx: number, cy: number, outer: number, inner: number, start: number, end: number): string;
24
+ declare const chartPieVariants: (props?: ({
25
+ variant?: "default" | "card" | null | undefined;
26
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
27
+ export type ChartPieProps = VariantProps<typeof chartPieVariants>;
28
+ /**
29
+ * A pie or donut drawn from hand-written SVG arcs.
30
+ *
31
+ * Slices are separated by a real 2px angular gap rather than a stroke, so what
32
+ * divides them is surface rather than added ink. Colour is assigned by slice
33
+ * label, so re-sorting or filtering the data never repaints a slice, and a
34
+ * sixth slice falls back to a neutral rather than reusing `--chart-1`.
35
+ *
36
+ * Renders its own legend at two or more slices, a per-slice hover tooltip, and
37
+ * the same accessible `tolle-chart-table` fallback as `tolle-chart`.
38
+ * @new
39
+ */
40
+ export declare class ChartPieComponent implements OnChanges {
41
+ /** Rows to plot, one slice each. @default [] */
42
+ data: Record<string, any>[];
43
+ /** Row key holding each slice's numeric value. @default 'value' */
44
+ valueKey: string;
45
+ /** Row key holding each slice's label. @default 'label' */
46
+ labelKey: string;
47
+ /** Cuts a hole in the middle, making it a donut. @default false */
48
+ donut: boolean;
49
+ /** Hole size as a fraction of the outer radius, used when `donut` is set. @default 0.6 */
50
+ innerRadius: number;
51
+ /** Width and height of the square plot in px. @default 240 */
52
+ size: number;
53
+ /** Angular gap between slices, expressed in px of arc at the outer edge. @default 2 */
54
+ gap: number;
55
+ /** Accessible name for the chart, used as the svg `<title>`. @default '' */
56
+ ariaLabel: string;
57
+ /** Longer summary used as the svg `<desc>`. Falls back to `ariaLabel`. @default '' */
58
+ description: string;
59
+ /** Shows the data table instead of leaving it visually hidden. @default false */
60
+ showTable: boolean;
61
+ /** Column header the table fallback gives the label column. @default 'Category' */
62
+ labelHeader: string;
63
+ /** Column header the table fallback gives the value column. @default 'Value' */
64
+ valueHeader: string;
65
+ /** Visual treatment of the chart frame. @default 'default' */
66
+ variant: ChartPieProps['variant'];
67
+ /** Extra Tailwind classes merged onto the chart via `cn()` (last-wins). */
68
+ class: string;
69
+ /** Emitted with the hovered slice index, or null when the pointer leaves. */
70
+ activeIndexChange: EventEmitter<number | null>;
71
+ private readonly cdr;
72
+ /** Only used to feed the shared table fallback; the pie owns its own colours. */
73
+ private readonly tableSource;
74
+ private readonly colors;
75
+ /** Id of the table fallback, referenced by the svg's `aria-describedby`. */
76
+ readonly tableId: string;
77
+ /** Index of the hovered slice, or null. */
78
+ activeIndex: number | null;
79
+ ngOnChanges(): void;
80
+ private get labels();
81
+ get viewBox(): string;
82
+ private get outerRadius();
83
+ /**
84
+ * Resolved slices in data order, each already padded for the surface gap.
85
+ *
86
+ * Computed once per input change, NOT per read. Three template bindings read
87
+ * this each pass; when it rebuilt the array every time, `*ngFor` saw fresh
88
+ * identities and tore down every `<path>` on every change-detection run.
89
+ * Destroying the node under the pointer re-fires `pointerenter`, which calls
90
+ * `markForCheck`, which schedules another pass — the chart locked the page up.
91
+ */
92
+ get slices(): ChartPieSlice[];
93
+ private _slices;
94
+ /** Identity for `*ngFor`, so a redraw patches attributes instead of replacing nodes. */
95
+ trackSlice: (_: number, slice: ChartPieSlice) => string;
96
+ private computeSlices;
97
+ get activeSlice(): ChartPieSlice | null;
98
+ get tooltipLeft(): number;
99
+ get tooltipTop(): number;
100
+ formatValue(value: number): string;
101
+ formatPercent(percent: number): string;
102
+ onEnter(index: number): void;
103
+ onLeave(): void;
104
+ get computedClass(): string;
105
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChartPieComponent, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChartPieComponent, "tolle-chart-pie", never, { "data": { "alias": "data"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "labelKey": { "alias": "labelKey"; "required": false; }; "donut": { "alias": "donut"; "required": false; }; "innerRadius": { "alias": "innerRadius"; "required": false; }; "size": { "alias": "size"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "description": { "alias": "description"; "required": false; }; "showTable": { "alias": "showTable"; "required": false; }; "labelHeader": { "alias": "labelHeader"; "required": false; }; "valueHeader": { "alias": "valueHeader"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, { "activeIndexChange": "activeIndexChange"; }, never, never, true, never>;
107
+ }
108
+ export {};