@tetrascience-npm/tetrascience-react-ui 0.5.0-beta.51.1 → 0.5.0-beta.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/composed/ConfirmDialog/ConfirmDialog.cjs +2 -0
- package/dist/components/composed/ConfirmDialog/ConfirmDialog.cjs.map +1 -0
- package/dist/components/composed/ConfirmDialog/ConfirmDialog.js +51 -0
- package/dist/components/composed/ConfirmDialog/ConfirmDialog.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +26 -0
- package/dist/index.js +591 -589
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,599 +3,601 @@ import { FormSection as r } from "./components/composed/FormPatterns/FormSection
|
|
|
3
3
|
import { StatCard as a } from "./components/composed/StatCard/StatCard.js";
|
|
4
4
|
import { DataAppShell as p } from "./components/composed/DataAppShell/DataAppShell.js";
|
|
5
5
|
import { Chat as m } from "./components/composed/Chat/Chat.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
6
|
+
import { ConfirmDialog as C } from "./components/composed/ConfirmDialog/ConfirmDialog.js";
|
|
7
|
+
import { RichListItem as g, RichListItemAvatar as c } from "./components/composed/RichListItem/RichListItem.js";
|
|
8
|
+
import { EmptyState as s } from "./components/composed/EmptyState/EmptyState.js";
|
|
9
|
+
import { TdpSearch as b } from "./components/composed/TdpSearch/TdpSearch.js";
|
|
10
|
+
import { useSearch as T } from "./components/composed/TdpSearch/hooks/useSearch.js";
|
|
11
|
+
import { TDPLink as M, TdpNavigationContext as h, TdpNavigationProvider as A, useTdpNavigation as D, useTdpNavigationContext as P } from "./components/composed/tdp-link.js";
|
|
12
|
+
import { buildTdpUrl as v, getTdpBaseUrlFromReferrer as G, navigateToTdpUrl as L, tdpPaths as R } from "./components/composed/tdp-url.js";
|
|
13
|
+
import { AreaGraph as k } from "./components/charts/AreaGraph/AreaGraph.js";
|
|
14
|
+
import { BarGraph as F } from "./components/charts/BarGraph/BarGraph.js";
|
|
15
|
+
import { Boxplot as y } from "./components/charts/Boxplot/Boxplot.js";
|
|
16
|
+
import { Chromatogram as Q } from "./components/charts/Chromatogram/Chromatogram.js";
|
|
17
|
+
import { ChromatogramChart as V } from "./components/charts/ChromatogramChart/ChromatogramChart.js";
|
|
18
|
+
import { DotPlot as _ } from "./components/charts/DotPlot/DotPlot.js";
|
|
19
|
+
import { Heatmap as K } from "./components/charts/Heatmap/Heatmap.js";
|
|
20
|
+
import { Histogram as q } from "./components/charts/Histogram/Histogram.js";
|
|
21
|
+
import { LineGraph as W } from "./components/charts/LineGraph/LineGraph.js";
|
|
22
|
+
import { PieChart as Y } from "./components/charts/PieChart/PieChart.js";
|
|
23
|
+
import { PlateMap as $ } from "./components/charts/PlateMap/PlateMap.js";
|
|
24
|
+
import { ScatterGraph as oe } from "./components/charts/ScatterGraph/ScatterGraph.js";
|
|
25
|
+
import { Accordion as re, AccordionContent as ne, AccordionItem as ae, AccordionTrigger as ie } from "./components/ui/accordion.js";
|
|
26
|
+
import { Alert as ue, AlertAction as me, AlertDescription as le, AlertTitle as Ce } from "./components/ui/alert.js";
|
|
27
|
+
import { AlertDialog as ge, AlertDialogAction as ce, AlertDialogCancel as xe, AlertDialogContent as se, AlertDialogDescription as Se, AlertDialogFooter as be, AlertDialogHeader as Ie, AlertDialogMedia as Te, AlertDialogOverlay as fe, AlertDialogPortal as Me, AlertDialogTitle as he, AlertDialogTrigger as Ae } from "./components/ui/alert-dialog.js";
|
|
28
|
+
import { AspectRatio as Pe } from "./components/ui/aspect-ratio.js";
|
|
29
|
+
import { Avatar as ve, AvatarBadge as Ge, AvatarFallback as Le, AvatarGroup as Re, AvatarGroupCount as we, AvatarImage as ke } from "./components/ui/avatar.js";
|
|
30
|
+
import { Badge as Fe, badgeVariants as Oe } from "./components/ui/badge.js";
|
|
31
|
+
import { Banner as Ne, bannerVariants as Qe } from "./components/ui/banner.js";
|
|
32
|
+
import { Breadcrumb as Ve, BreadcrumbEllipsis as Ue, BreadcrumbItem as _e, BreadcrumbLink as ze, BreadcrumbList as Ke, BreadcrumbPage as je, BreadcrumbSeparator as qe } from "./components/ui/breadcrumb.js";
|
|
33
|
+
import { Button as We, buttonVariants as Xe } from "./components/ui/button.js";
|
|
34
|
+
import { ButtonGroup as Ze, ButtonGroupSeparator as $e, ButtonGroupText as eo, buttonGroupVariants as oo } from "./components/ui/button-group.js";
|
|
35
|
+
import { Calendar as ro, CalendarDayButton as no } from "./components/ui/calendar.js";
|
|
36
|
+
import { Card as io, CardAction as po, CardContent as uo, CardDescription as mo, CardFooter as lo, CardHeader as Co, CardTitle as go } from "./components/ui/card.js";
|
|
37
|
+
import { Carousel as xo, CarouselContent as so, CarouselItem as So, CarouselNext as bo, CarouselPrevious as Io, useCarousel as To } from "./components/ui/carousel.js";
|
|
38
|
+
import { Checkbox as Mo } from "./components/ui/checkbox.js";
|
|
39
|
+
import { Collapsible as Ao, CollapsibleContent as Do, CollapsibleTrigger as Po } from "./components/ui/collapsible.js";
|
|
40
|
+
import { Combobox as vo, ComboboxChip as Go, ComboboxChips as Lo, ComboboxChipsInput as Ro, ComboboxCollection as wo, ComboboxContent as ko, ComboboxEmpty as Ho, ComboboxGroup as Fo, ComboboxInput as Oo, ComboboxItem as yo, ComboboxLabel as No, ComboboxList as Qo, ComboboxSeparator as Eo, ComboboxTrigger as Vo, ComboboxValue as Uo, useComboboxAnchor as _o } from "./components/ui/combobox.js";
|
|
41
|
+
import { Command as Ko, CommandDialog as jo, CommandEmpty as qo, CommandGroup as Jo, CommandInput as Wo, CommandItem as Xo, CommandList as Yo, CommandSeparator as Zo, CommandShortcut as $o } from "./components/ui/command.js";
|
|
42
|
+
import { ContextMenu as ot, ContextMenuCheckboxItem as tt, ContextMenuContent as rt, ContextMenuGroup as nt, ContextMenuItem as at, ContextMenuLabel as it, ContextMenuPortal as pt, ContextMenuRadioGroup as ut, ContextMenuRadioItem as mt, ContextMenuSeparator as lt, ContextMenuShortcut as Ct, ContextMenuSub as dt, ContextMenuSubContent as gt, ContextMenuSubTrigger as ct, ContextMenuTrigger as xt } from "./components/ui/context-menu.js";
|
|
43
|
+
import { DataTable as St, TableToolbar as bt, useDataTable as It } from "./components/ui/data-table/data-table.js";
|
|
44
|
+
import { DataTableColumnToggle as ft } from "./components/ui/data-table/data-table-column-toggle.js";
|
|
45
|
+
import { DataTableFilter as ht } from "./components/ui/data-table/data-table-filter.js";
|
|
46
|
+
import { DataTablePagination as Dt } from "./components/ui/data-table/data-table-pagination.js";
|
|
47
|
+
import { Dialog as Bt, DialogBody as vt, DialogClose as Gt, DialogContent as Lt, DialogDescription as Rt, DialogFooter as wt, DialogHeader as kt, DialogOverlay as Ht, DialogPortal as Ft, DialogTitle as Ot, DialogTrigger as yt } from "./components/ui/dialog.js";
|
|
48
|
+
import { Drawer as Qt, DrawerClose as Et, DrawerContent as Vt, DrawerDescription as Ut, DrawerFooter as _t, DrawerHeader as zt, DrawerOverlay as Kt, DrawerPortal as jt, DrawerTitle as qt, DrawerTrigger as Jt } from "./components/ui/drawer.js";
|
|
49
|
+
import { DropdownMenu as Xt, DropdownMenuCheckboxItem as Yt, DropdownMenuContent as Zt, DropdownMenuGroup as $t, DropdownMenuItem as er, DropdownMenuLabel as or, DropdownMenuPortal as tr, DropdownMenuRadioGroup as rr, DropdownMenuRadioItem as nr, DropdownMenuSeparator as ar, DropdownMenuShortcut as ir, DropdownMenuSub as pr, DropdownMenuSubContent as ur, DropdownMenuSubTrigger as mr, DropdownMenuTrigger as lr } from "./components/ui/dropdown-menu.js";
|
|
50
|
+
import { Field as dr, FieldContent as gr, FieldDescription as cr, FieldError as xr, FieldGroup as sr, FieldLabel as Sr, FieldLegend as br, FieldSeparator as Ir, FieldSet as Tr, FieldTitle as fr } from "./components/ui/field.js";
|
|
51
|
+
import { HoverCard as hr, HoverCardContent as Ar, HoverCardTrigger as Dr } from "./components/ui/hover-card.js";
|
|
52
|
+
import { Input as Br } from "./components/ui/input.js";
|
|
53
|
+
import { InputGroup as Gr, InputGroupAddon as Lr, InputGroupButton as Rr, InputGroupInput as wr, InputGroupText as kr, InputGroupTextarea as Hr } from "./components/ui/input-group.js";
|
|
54
|
+
import { InputOTP as Or, InputOTPGroup as yr, InputOTPSeparator as Nr, InputOTPSlot as Qr } from "./components/ui/input-otp.js";
|
|
55
|
+
import { Item as Vr, ItemActions as Ur, ItemContent as _r, ItemDescription as zr, ItemFooter as Kr, ItemGroup as jr, ItemHeader as qr, ItemMedia as Jr, ItemSeparator as Wr, ItemTitle as Xr } from "./components/ui/item.js";
|
|
56
|
+
import { Kbd as Zr, KbdGroup as $r } from "./components/ui/kbd.js";
|
|
57
|
+
import { Label as on } from "./components/ui/label.js";
|
|
58
|
+
import { Menubar as rn, MenubarCheckboxItem as nn, MenubarContent as an, MenubarGroup as pn, MenubarItem as un, MenubarLabel as mn, MenubarMenu as ln, MenubarPortal as Cn, MenubarRadioGroup as dn, MenubarRadioItem as gn, MenubarSeparator as cn, MenubarShortcut as xn, MenubarSub as sn, MenubarSubContent as Sn, MenubarSubTrigger as bn, MenubarTrigger as In } from "./components/ui/menubar.js";
|
|
59
|
+
import { NavigationMenu as fn, NavigationMenuContent as Mn, NavigationMenuIndicator as hn, NavigationMenuItem as An, NavigationMenuLink as Dn, NavigationMenuList as Pn, NavigationMenuTrigger as Bn, NavigationMenuViewport as vn, navigationMenuTriggerStyle as Gn } from "./components/ui/navigation-menu.js";
|
|
60
|
+
import { RadioGroup as Rn, RadioGroupItem as wn } from "./components/ui/radio-group.js";
|
|
61
|
+
import { ResizableHandle as Hn, ResizablePanel as Fn, ResizablePanelGroup as On } from "./components/ui/resizable.js";
|
|
62
|
+
import { ScrollArea as Nn, ScrollBar as Qn } from "./components/ui/scroll-area.js";
|
|
63
|
+
import { Select as Vn, SelectContent as Un, SelectGroup as _n, SelectItem as zn, SelectLabel as Kn, SelectScrollDownButton as jn, SelectScrollUpButton as qn, SelectSeparator as Jn, SelectTrigger as Wn, SelectValue as Xn } from "./components/ui/select.js";
|
|
64
|
+
import { Separator as Zn } from "./components/ui/separator.js";
|
|
65
|
+
import { Sheet as ea, SheetClose as oa, SheetContent as ta, SheetDescription as ra, SheetFooter as na, SheetHeader as aa, SheetTitle as ia, SheetTrigger as pa } from "./components/ui/sheet.js";
|
|
66
|
+
import { Sidebar as ma, SidebarContent as la, SidebarFooter as Ca, SidebarGroup as da, SidebarGroupAction as ga, SidebarGroupContent as ca, SidebarGroupLabel as xa, SidebarHeader as sa, SidebarInput as Sa, SidebarInset as ba, SidebarMenu as Ia, SidebarMenuAction as Ta, SidebarMenuBadge as fa, SidebarMenuButton as Ma, SidebarMenuItem as ha, SidebarMenuSkeleton as Aa, SidebarMenuSub as Da, SidebarMenuSubButton as Pa, SidebarMenuSubItem as Ba, SidebarProvider as va, SidebarRail as Ga, SidebarSeparator as La, SidebarTrigger as Ra, useSidebar as wa } from "./components/ui/sidebar.js";
|
|
67
|
+
import { Skeleton as Ha } from "./components/ui/skeleton.js";
|
|
68
|
+
import { Slider as Oa } from "./components/ui/slider.js";
|
|
69
|
+
import { Toaster as Na } from "./components/ui/sonner.js";
|
|
70
|
+
import { Spinner as Ea, spinnerVariants as Va } from "./components/ui/spinner.js";
|
|
71
|
+
import { Switch as _a } from "./components/ui/switch.js";
|
|
72
|
+
import { Table as Ka, TableBody as ja, TableCaption as qa, TableCell as Ja, TableFooter as Wa, TableHead as Xa, TableHeader as Ya, TableRow as Za } from "./components/ui/table.js";
|
|
73
|
+
import { Tabs as ei, TabsContent as oi, TabsList as ti, TabsTrigger as ri, tabsListVariants as ni } from "./components/ui/tabs.js";
|
|
74
|
+
import { Textarea as ii } from "./components/ui/textarea.js";
|
|
75
|
+
import { Toggle as ui, toggleVariants as mi } from "./components/ui/toggle.js";
|
|
76
|
+
import { ToggleGroup as Ci, ToggleGroupItem as di } from "./components/ui/toggle-group.js";
|
|
77
|
+
import { Tooltip as ci, TooltipContent as xi, TooltipProvider as si, TooltipTrigger as Si } from "./components/ui/tooltip.js";
|
|
78
|
+
import { CodeEditor as Ii } from "./components/ui/code-editor.js";
|
|
79
|
+
import { TetraScienceIcon as fi } from "./components/ui/tetrascience-icon.js";
|
|
80
|
+
import { Attachment as hi, AttachmentEmpty as Ai, AttachmentHoverCard as Di, AttachmentHoverCardContent as Pi, AttachmentHoverCardTrigger as Bi, AttachmentInfo as vi, AttachmentPreview as Gi, AttachmentRemove as Li, Attachments as Ri, getAttachmentLabel as wi, getMediaCategory as ki, useAttachmentContext as Hi, useAttachmentsContext as Fi } from "./components/ai/attachments.js";
|
|
81
|
+
import { ChainOfThought as yi, ChainOfThoughtContent as Ni, ChainOfThoughtImage as Qi, ChainOfThoughtSource as Ei, ChainOfThoughtSources as Vi, ChainOfThoughtStep as Ui, ChainOfThoughtTrigger as _i } from "./components/ai/chain-of-thought.js";
|
|
82
|
+
import { CodeBlock as Ki, CodeBlockActions as ji, CodeBlockContainer as qi, CodeBlockContent as Ji, CodeBlockCopyButton as Wi, CodeBlockFilename as Xi, CodeBlockHeader as Yi, CodeBlockLanguageSelector as Zi, CodeBlockLanguageSelectorContent as $i, CodeBlockLanguageSelectorItem as ep, CodeBlockLanguageSelectorTrigger as op, CodeBlockLanguageSelectorValue as tp, CodeBlockTitle as rp, highlightCode as np } from "./components/ui/code-block.js";
|
|
83
|
+
import { Confirmation as ip, ConfirmationAccepted as pp, ConfirmationAction as up, ConfirmationActions as mp, ConfirmationCode as lp, ConfirmationRejected as Cp, ConfirmationRequest as dp, ConfirmationShortcut as gp, ConfirmationTitle as cp } from "./components/ai/confirmation.js";
|
|
84
|
+
import { Context as sp, ContextCacheUsage as Sp, ContextContent as bp, ContextContentBody as Ip, ContextContentFooter as Tp, ContextContentHeader as fp, ContextInputUsage as Mp, ContextOutputUsage as hp, ContextReasoningUsage as Ap, ContextTrigger as Dp } from "./components/ai/context.js";
|
|
85
|
+
import { Conversation as Bp, ConversationContent as vp, ConversationDownload as Gp, ConversationEmptyState as Lp, ConversationScrollButton as Rp, messagesToMarkdown as wp } from "./components/ai/conversation.js";
|
|
86
|
+
import { InlineCitation as Hp, InlineCitationCard as Fp, InlineCitationCardBody as Op, InlineCitationCardTrigger as yp, InlineCitationCarousel as Np, InlineCitationCarouselContent as Qp, InlineCitationCarouselHeader as Ep, InlineCitationCarouselIndex as Vp, InlineCitationCarouselItem as Up, InlineCitationCarouselNext as _p, InlineCitationCarouselPrev as zp, InlineCitationQuote as Kp, InlineCitationSource as jp, InlineCitationText as qp } from "./components/ai/inline-citation.js";
|
|
87
|
+
import { Message as Wp, MessageAction as Xp, MessageActions as Yp, MessageBranch as Zp, MessageBranchContent as $p, MessageBranchNext as eu, MessageBranchPage as ou, MessageBranchPrevious as tu, MessageBranchSelector as ru, MessageContent as nu, MessageResponse as au, MessageToolbar as iu } from "./components/ai/message.js";
|
|
88
|
+
import { ModelSelector as uu, ModelSelectorContent as mu, ModelSelectorDialog as lu, ModelSelectorEmpty as Cu, ModelSelectorGroup as du, ModelSelectorInput as gu, ModelSelectorItem as cu, ModelSelectorList as xu, ModelSelectorLogo as su, ModelSelectorLogoGroup as Su, ModelSelectorName as bu, ModelSelectorSeparator as Iu, ModelSelectorShortcut as Tu, ModelSelectorTrigger as fu } from "./components/ai/model-selector.js";
|
|
89
|
+
import { LocalReferencedSourcesContext as hu, PromptInput as Au, PromptInputActionAddAttachments as Du, PromptInputActionAddScreenshot as Pu, PromptInputActionMenu as Bu, PromptInputActionMenuContent as vu, PromptInputActionMenuItem as Gu, PromptInputActionMenuTrigger as Lu, PromptInputBody as Ru, PromptInputButton as wu, PromptInputCommand as ku, PromptInputCommandEmpty as Hu, PromptInputCommandGroup as Fu, PromptInputCommandInput as Ou, PromptInputCommandItem as yu, PromptInputCommandList as Nu, PromptInputCommandSeparator as Qu, PromptInputFooter as Eu, PromptInputHeader as Vu, PromptInputHoverCard as Uu, PromptInputHoverCardContent as _u, PromptInputHoverCardTrigger as zu, PromptInputProvider as Ku, PromptInputSelect as ju, PromptInputSelectContent as qu, PromptInputSelectItem as Ju, PromptInputSelectTrigger as Wu, PromptInputSelectValue as Xu, PromptInputSlotSwap as Yu, PromptInputSubmit as Zu, PromptInputTab as $u, PromptInputTabBody as em, PromptInputTabItem as om, PromptInputTabLabel as tm, PromptInputTabsList as rm, PromptInputTextarea as nm, PromptInputTools as am, usePromptInputAttachments as im, usePromptInputController as pm, usePromptInputReferencedSources as um, useProviderAttachments as mm } from "./components/ai/prompt-input.js";
|
|
90
|
+
import { Queue as Cm, QueueItem as dm, QueueItemAction as gm, QueueItemActions as cm, QueueItemAttachment as xm, QueueItemContent as sm, QueueItemDescription as Sm, QueueItemFile as bm, QueueItemImage as Im, QueueItemIndicator as Tm, QueueList as fm, QueueSection as Mm, QueueSectionContent as hm, QueueSectionLabel as Am, QueueSectionTrigger as Dm } from "./components/ai/queue.js";
|
|
91
|
+
import { Reasoning as Bm, ReasoningContent as vm, ReasoningTrigger as Gm, useReasoning as Lm } from "./components/ai/reasoning.js";
|
|
92
|
+
import { Shimmer as wm, TS_SHIMMER_GRADIENT as km } from "./components/ai/shimmer.js";
|
|
93
|
+
import { Source as Fm, Sources as Om, SourcesContent as ym, SourcesTrigger as Nm } from "./components/ai/sources.js";
|
|
94
|
+
import { SpeechInput as Em } from "./components/ai/speech-input.js";
|
|
95
|
+
import { STREAM_STATUS_ICONS as Um, StreamStatus as _m } from "./components/ai/stream-status.js";
|
|
96
|
+
import { Suggestion as Km, Suggestions as jm } from "./components/ai/suggestion.js";
|
|
97
|
+
import { Task as Jm, TaskContent as Wm, TaskItem as Xm, TaskItemFile as Ym, TaskTrigger as Zm } from "./components/ai/task.js";
|
|
98
|
+
import { Tool as el, ToolContent as ol, ToolHeader as tl, ToolInput as rl, ToolOutput as nl, getStatusBadge as al } from "./components/ai/tool.js";
|
|
99
|
+
import { CHART_COLORS as pl, COLORS as ul } from "./utils/colors.js";
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
101
|
+
re as Accordion,
|
|
102
|
+
ne as AccordionContent,
|
|
103
|
+
ae as AccordionItem,
|
|
104
|
+
ie as AccordionTrigger,
|
|
105
|
+
ue as Alert,
|
|
106
|
+
me as AlertAction,
|
|
107
|
+
le as AlertDescription,
|
|
108
|
+
ge as AlertDialog,
|
|
109
|
+
ce as AlertDialogAction,
|
|
110
|
+
xe as AlertDialogCancel,
|
|
111
|
+
se as AlertDialogContent,
|
|
112
|
+
Se as AlertDialogDescription,
|
|
113
|
+
be as AlertDialogFooter,
|
|
114
|
+
Ie as AlertDialogHeader,
|
|
115
|
+
Te as AlertDialogMedia,
|
|
116
|
+
fe as AlertDialogOverlay,
|
|
117
|
+
Me as AlertDialogPortal,
|
|
118
|
+
he as AlertDialogTitle,
|
|
119
|
+
Ae as AlertDialogTrigger,
|
|
120
|
+
Ce as AlertTitle,
|
|
121
|
+
k as AreaGraph,
|
|
122
|
+
Pe as AspectRatio,
|
|
123
|
+
hi as Attachment,
|
|
124
|
+
Ai as AttachmentEmpty,
|
|
125
|
+
Di as AttachmentHoverCard,
|
|
126
|
+
Pi as AttachmentHoverCardContent,
|
|
127
|
+
Bi as AttachmentHoverCardTrigger,
|
|
128
|
+
vi as AttachmentInfo,
|
|
129
|
+
Gi as AttachmentPreview,
|
|
130
|
+
Li as AttachmentRemove,
|
|
131
|
+
Ri as Attachments,
|
|
132
|
+
ve as Avatar,
|
|
133
|
+
Ge as AvatarBadge,
|
|
134
|
+
Le as AvatarFallback,
|
|
135
|
+
Re as AvatarGroup,
|
|
136
|
+
we as AvatarGroupCount,
|
|
137
|
+
ke as AvatarImage,
|
|
138
|
+
Fe as Badge,
|
|
139
|
+
Ne as Banner,
|
|
140
|
+
F as BarGraph,
|
|
141
|
+
y as Boxplot,
|
|
142
|
+
Ve as Breadcrumb,
|
|
143
|
+
Ue as BreadcrumbEllipsis,
|
|
144
|
+
_e as BreadcrumbItem,
|
|
145
|
+
ze as BreadcrumbLink,
|
|
146
|
+
Ke as BreadcrumbList,
|
|
147
|
+
je as BreadcrumbPage,
|
|
148
|
+
qe as BreadcrumbSeparator,
|
|
149
|
+
We as Button,
|
|
150
|
+
Ze as ButtonGroup,
|
|
151
|
+
$e as ButtonGroupSeparator,
|
|
152
|
+
eo as ButtonGroupText,
|
|
153
|
+
pl as CHART_COLORS,
|
|
154
|
+
ul as COLORS,
|
|
155
|
+
ro as Calendar,
|
|
156
|
+
no as CalendarDayButton,
|
|
157
|
+
io as Card,
|
|
158
|
+
po as CardAction,
|
|
159
|
+
uo as CardContent,
|
|
160
|
+
mo as CardDescription,
|
|
161
|
+
lo as CardFooter,
|
|
162
|
+
Co as CardHeader,
|
|
163
|
+
go as CardTitle,
|
|
164
|
+
xo as Carousel,
|
|
165
|
+
so as CarouselContent,
|
|
166
|
+
So as CarouselItem,
|
|
167
|
+
bo as CarouselNext,
|
|
168
|
+
Io as CarouselPrevious,
|
|
169
|
+
yi as ChainOfThought,
|
|
170
|
+
Ni as ChainOfThoughtContent,
|
|
171
|
+
Qi as ChainOfThoughtImage,
|
|
172
|
+
Ei as ChainOfThoughtSource,
|
|
173
|
+
Vi as ChainOfThoughtSources,
|
|
174
|
+
Ui as ChainOfThoughtStep,
|
|
175
|
+
_i as ChainOfThoughtTrigger,
|
|
175
176
|
m as Chat,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
cp as
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
Dp as
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
177
|
+
Mo as Checkbox,
|
|
178
|
+
Q as Chromatogram,
|
|
179
|
+
V as ChromatogramChart,
|
|
180
|
+
Ki as CodeBlock,
|
|
181
|
+
ji as CodeBlockActions,
|
|
182
|
+
qi as CodeBlockContainer,
|
|
183
|
+
Ji as CodeBlockContent,
|
|
184
|
+
Wi as CodeBlockCopyButton,
|
|
185
|
+
Xi as CodeBlockFilename,
|
|
186
|
+
Yi as CodeBlockHeader,
|
|
187
|
+
Zi as CodeBlockLanguageSelector,
|
|
188
|
+
$i as CodeBlockLanguageSelectorContent,
|
|
189
|
+
ep as CodeBlockLanguageSelectorItem,
|
|
190
|
+
op as CodeBlockLanguageSelectorTrigger,
|
|
191
|
+
tp as CodeBlockLanguageSelectorValue,
|
|
192
|
+
rp as CodeBlockTitle,
|
|
193
|
+
Ii as CodeEditor,
|
|
194
|
+
Ao as Collapsible,
|
|
195
|
+
Do as CollapsibleContent,
|
|
196
|
+
Po as CollapsibleTrigger,
|
|
197
|
+
vo as Combobox,
|
|
198
|
+
Go as ComboboxChip,
|
|
199
|
+
Lo as ComboboxChips,
|
|
200
|
+
Ro as ComboboxChipsInput,
|
|
201
|
+
wo as ComboboxCollection,
|
|
202
|
+
ko as ComboboxContent,
|
|
203
|
+
Ho as ComboboxEmpty,
|
|
204
|
+
Fo as ComboboxGroup,
|
|
205
|
+
Oo as ComboboxInput,
|
|
206
|
+
yo as ComboboxItem,
|
|
207
|
+
No as ComboboxLabel,
|
|
208
|
+
Qo as ComboboxList,
|
|
209
|
+
Eo as ComboboxSeparator,
|
|
210
|
+
Vo as ComboboxTrigger,
|
|
211
|
+
Uo as ComboboxValue,
|
|
212
|
+
Ko as Command,
|
|
213
|
+
jo as CommandDialog,
|
|
214
|
+
qo as CommandEmpty,
|
|
215
|
+
Jo as CommandGroup,
|
|
216
|
+
Wo as CommandInput,
|
|
217
|
+
Xo as CommandItem,
|
|
218
|
+
Yo as CommandList,
|
|
219
|
+
Zo as CommandSeparator,
|
|
220
|
+
$o as CommandShortcut,
|
|
221
|
+
C as ConfirmDialog,
|
|
222
|
+
ip as Confirmation,
|
|
223
|
+
pp as ConfirmationAccepted,
|
|
224
|
+
up as ConfirmationAction,
|
|
225
|
+
mp as ConfirmationActions,
|
|
226
|
+
lp as ConfirmationCode,
|
|
227
|
+
Cp as ConfirmationRejected,
|
|
228
|
+
dp as ConfirmationRequest,
|
|
229
|
+
gp as ConfirmationShortcut,
|
|
230
|
+
cp as ConfirmationTitle,
|
|
231
|
+
sp as Context,
|
|
232
|
+
Sp as ContextCacheUsage,
|
|
233
|
+
bp as ContextContent,
|
|
234
|
+
Ip as ContextContentBody,
|
|
235
|
+
Tp as ContextContentFooter,
|
|
236
|
+
fp as ContextContentHeader,
|
|
237
|
+
Mp as ContextInputUsage,
|
|
238
|
+
ot as ContextMenu,
|
|
239
|
+
tt as ContextMenuCheckboxItem,
|
|
240
|
+
rt as ContextMenuContent,
|
|
241
|
+
nt as ContextMenuGroup,
|
|
242
|
+
at as ContextMenuItem,
|
|
243
|
+
it as ContextMenuLabel,
|
|
244
|
+
pt as ContextMenuPortal,
|
|
245
|
+
ut as ContextMenuRadioGroup,
|
|
246
|
+
mt as ContextMenuRadioItem,
|
|
247
|
+
lt as ContextMenuSeparator,
|
|
248
|
+
Ct as ContextMenuShortcut,
|
|
249
|
+
dt as ContextMenuSub,
|
|
250
|
+
gt as ContextMenuSubContent,
|
|
251
|
+
ct as ContextMenuSubTrigger,
|
|
252
|
+
xt as ContextMenuTrigger,
|
|
253
|
+
hp as ContextOutputUsage,
|
|
254
|
+
Ap as ContextReasoningUsage,
|
|
255
|
+
Dp as ContextTrigger,
|
|
256
|
+
Bp as Conversation,
|
|
257
|
+
vp as ConversationContent,
|
|
258
|
+
Gp as ConversationDownload,
|
|
259
|
+
Lp as ConversationEmptyState,
|
|
260
|
+
Rp as ConversationScrollButton,
|
|
259
261
|
p as DataAppShell,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
262
|
+
St as DataTable,
|
|
263
|
+
ft as DataTableColumnToggle,
|
|
264
|
+
ht as DataTableFilter,
|
|
265
|
+
Dt as DataTablePagination,
|
|
266
|
+
Bt as Dialog,
|
|
267
|
+
vt as DialogBody,
|
|
268
|
+
Gt as DialogClose,
|
|
269
|
+
Lt as DialogContent,
|
|
270
|
+
Rt as DialogDescription,
|
|
271
|
+
wt as DialogFooter,
|
|
272
|
+
kt as DialogHeader,
|
|
273
|
+
Ht as DialogOverlay,
|
|
274
|
+
Ft as DialogPortal,
|
|
275
|
+
Ot as DialogTitle,
|
|
276
|
+
yt as DialogTrigger,
|
|
277
|
+
_ as DotPlot,
|
|
278
|
+
Qt as Drawer,
|
|
279
|
+
Et as DrawerClose,
|
|
280
|
+
Vt as DrawerContent,
|
|
281
|
+
Ut as DrawerDescription,
|
|
282
|
+
_t as DrawerFooter,
|
|
283
|
+
zt as DrawerHeader,
|
|
284
|
+
Kt as DrawerOverlay,
|
|
285
|
+
jt as DrawerPortal,
|
|
286
|
+
qt as DrawerTitle,
|
|
287
|
+
Jt as DrawerTrigger,
|
|
288
|
+
Xt as DropdownMenu,
|
|
289
|
+
Yt as DropdownMenuCheckboxItem,
|
|
290
|
+
Zt as DropdownMenuContent,
|
|
291
|
+
$t as DropdownMenuGroup,
|
|
292
|
+
er as DropdownMenuItem,
|
|
293
|
+
or as DropdownMenuLabel,
|
|
294
|
+
tr as DropdownMenuPortal,
|
|
295
|
+
rr as DropdownMenuRadioGroup,
|
|
296
|
+
nr as DropdownMenuRadioItem,
|
|
297
|
+
ar as DropdownMenuSeparator,
|
|
298
|
+
ir as DropdownMenuShortcut,
|
|
299
|
+
pr as DropdownMenuSub,
|
|
300
|
+
ur as DropdownMenuSubContent,
|
|
301
|
+
mr as DropdownMenuSubTrigger,
|
|
302
|
+
lr as DropdownMenuTrigger,
|
|
303
|
+
s as EmptyState,
|
|
304
|
+
dr as Field,
|
|
305
|
+
gr as FieldContent,
|
|
306
|
+
cr as FieldDescription,
|
|
307
|
+
xr as FieldError,
|
|
308
|
+
sr as FieldGroup,
|
|
309
|
+
Sr as FieldLabel,
|
|
310
|
+
br as FieldLegend,
|
|
311
|
+
Ir as FieldSeparator,
|
|
312
|
+
Tr as FieldSet,
|
|
313
|
+
fr as FieldTitle,
|
|
312
314
|
r as FormSection,
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
315
|
+
K as Heatmap,
|
|
316
|
+
q as Histogram,
|
|
317
|
+
hr as HoverCard,
|
|
318
|
+
Ar as HoverCardContent,
|
|
319
|
+
Dr as HoverCardTrigger,
|
|
320
|
+
Hp as InlineCitation,
|
|
321
|
+
Fp as InlineCitationCard,
|
|
322
|
+
Op as InlineCitationCardBody,
|
|
323
|
+
yp as InlineCitationCardTrigger,
|
|
324
|
+
Np as InlineCitationCarousel,
|
|
325
|
+
Qp as InlineCitationCarouselContent,
|
|
326
|
+
Ep as InlineCitationCarouselHeader,
|
|
327
|
+
Vp as InlineCitationCarouselIndex,
|
|
328
|
+
Up as InlineCitationCarouselItem,
|
|
329
|
+
_p as InlineCitationCarouselNext,
|
|
330
|
+
zp as InlineCitationCarouselPrev,
|
|
331
|
+
Kp as InlineCitationQuote,
|
|
332
|
+
jp as InlineCitationSource,
|
|
333
|
+
qp as InlineCitationText,
|
|
334
|
+
Br as Input,
|
|
335
|
+
Gr as InputGroup,
|
|
336
|
+
Lr as InputGroupAddon,
|
|
337
|
+
Rr as InputGroupButton,
|
|
338
|
+
wr as InputGroupInput,
|
|
339
|
+
kr as InputGroupText,
|
|
340
|
+
Hr as InputGroupTextarea,
|
|
341
|
+
Or as InputOTP,
|
|
342
|
+
yr as InputOTPGroup,
|
|
343
|
+
Nr as InputOTPSeparator,
|
|
344
|
+
Qr as InputOTPSlot,
|
|
345
|
+
Vr as Item,
|
|
346
|
+
Ur as ItemActions,
|
|
347
|
+
_r as ItemContent,
|
|
348
|
+
zr as ItemDescription,
|
|
349
|
+
Kr as ItemFooter,
|
|
350
|
+
jr as ItemGroup,
|
|
351
|
+
qr as ItemHeader,
|
|
352
|
+
Jr as ItemMedia,
|
|
353
|
+
Wr as ItemSeparator,
|
|
354
|
+
Xr as ItemTitle,
|
|
355
|
+
Zr as Kbd,
|
|
356
|
+
$r as KbdGroup,
|
|
357
|
+
on as Label,
|
|
358
|
+
W as LineGraph,
|
|
359
|
+
hu as LocalReferencedSourcesContext,
|
|
360
|
+
rn as Menubar,
|
|
361
|
+
nn as MenubarCheckboxItem,
|
|
362
|
+
an as MenubarContent,
|
|
363
|
+
pn as MenubarGroup,
|
|
364
|
+
un as MenubarItem,
|
|
365
|
+
mn as MenubarLabel,
|
|
366
|
+
ln as MenubarMenu,
|
|
367
|
+
Cn as MenubarPortal,
|
|
368
|
+
dn as MenubarRadioGroup,
|
|
369
|
+
gn as MenubarRadioItem,
|
|
370
|
+
cn as MenubarSeparator,
|
|
371
|
+
xn as MenubarShortcut,
|
|
372
|
+
sn as MenubarSub,
|
|
373
|
+
Sn as MenubarSubContent,
|
|
374
|
+
bn as MenubarSubTrigger,
|
|
375
|
+
In as MenubarTrigger,
|
|
376
|
+
Wp as Message,
|
|
377
|
+
Xp as MessageAction,
|
|
378
|
+
Yp as MessageActions,
|
|
379
|
+
Zp as MessageBranch,
|
|
380
|
+
$p as MessageBranchContent,
|
|
381
|
+
eu as MessageBranchNext,
|
|
382
|
+
ou as MessageBranchPage,
|
|
383
|
+
tu as MessageBranchPrevious,
|
|
384
|
+
ru as MessageBranchSelector,
|
|
385
|
+
nu as MessageContent,
|
|
386
|
+
au as MessageResponse,
|
|
387
|
+
iu as MessageToolbar,
|
|
388
|
+
uu as ModelSelector,
|
|
389
|
+
mu as ModelSelectorContent,
|
|
390
|
+
lu as ModelSelectorDialog,
|
|
391
|
+
Cu as ModelSelectorEmpty,
|
|
392
|
+
du as ModelSelectorGroup,
|
|
393
|
+
gu as ModelSelectorInput,
|
|
394
|
+
cu as ModelSelectorItem,
|
|
395
|
+
xu as ModelSelectorList,
|
|
396
|
+
su as ModelSelectorLogo,
|
|
397
|
+
Su as ModelSelectorLogoGroup,
|
|
398
|
+
bu as ModelSelectorName,
|
|
399
|
+
Iu as ModelSelectorSeparator,
|
|
400
|
+
Tu as ModelSelectorShortcut,
|
|
401
|
+
fu as ModelSelectorTrigger,
|
|
402
|
+
fn as NavigationMenu,
|
|
403
|
+
Mn as NavigationMenuContent,
|
|
404
|
+
hn as NavigationMenuIndicator,
|
|
405
|
+
An as NavigationMenuItem,
|
|
406
|
+
Dn as NavigationMenuLink,
|
|
407
|
+
Pn as NavigationMenuList,
|
|
408
|
+
Bn as NavigationMenuTrigger,
|
|
409
|
+
vn as NavigationMenuViewport,
|
|
410
|
+
Y as PieChart,
|
|
411
|
+
$ as PlateMap,
|
|
412
|
+
Au as PromptInput,
|
|
413
|
+
Du as PromptInputActionAddAttachments,
|
|
414
|
+
Pu as PromptInputActionAddScreenshot,
|
|
415
|
+
Bu as PromptInputActionMenu,
|
|
416
|
+
vu as PromptInputActionMenuContent,
|
|
417
|
+
Gu as PromptInputActionMenuItem,
|
|
418
|
+
Lu as PromptInputActionMenuTrigger,
|
|
419
|
+
Ru as PromptInputBody,
|
|
420
|
+
wu as PromptInputButton,
|
|
421
|
+
ku as PromptInputCommand,
|
|
422
|
+
Hu as PromptInputCommandEmpty,
|
|
423
|
+
Fu as PromptInputCommandGroup,
|
|
424
|
+
Ou as PromptInputCommandInput,
|
|
425
|
+
yu as PromptInputCommandItem,
|
|
426
|
+
Nu as PromptInputCommandList,
|
|
427
|
+
Qu as PromptInputCommandSeparator,
|
|
428
|
+
Eu as PromptInputFooter,
|
|
429
|
+
Vu as PromptInputHeader,
|
|
430
|
+
Uu as PromptInputHoverCard,
|
|
431
|
+
_u as PromptInputHoverCardContent,
|
|
432
|
+
zu as PromptInputHoverCardTrigger,
|
|
433
|
+
Ku as PromptInputProvider,
|
|
434
|
+
ju as PromptInputSelect,
|
|
435
|
+
qu as PromptInputSelectContent,
|
|
436
|
+
Ju as PromptInputSelectItem,
|
|
437
|
+
Wu as PromptInputSelectTrigger,
|
|
438
|
+
Xu as PromptInputSelectValue,
|
|
439
|
+
Yu as PromptInputSlotSwap,
|
|
440
|
+
Zu as PromptInputSubmit,
|
|
441
|
+
$u as PromptInputTab,
|
|
442
|
+
em as PromptInputTabBody,
|
|
443
|
+
om as PromptInputTabItem,
|
|
444
|
+
tm as PromptInputTabLabel,
|
|
445
|
+
rm as PromptInputTabsList,
|
|
446
|
+
nm as PromptInputTextarea,
|
|
447
|
+
am as PromptInputTools,
|
|
448
|
+
Cm as Queue,
|
|
449
|
+
dm as QueueItem,
|
|
450
|
+
gm as QueueItemAction,
|
|
451
|
+
cm as QueueItemActions,
|
|
452
|
+
xm as QueueItemAttachment,
|
|
453
|
+
sm as QueueItemContent,
|
|
454
|
+
Sm as QueueItemDescription,
|
|
455
|
+
bm as QueueItemFile,
|
|
456
|
+
Im as QueueItemImage,
|
|
457
|
+
Tm as QueueItemIndicator,
|
|
458
|
+
fm as QueueList,
|
|
459
|
+
Mm as QueueSection,
|
|
460
|
+
hm as QueueSectionContent,
|
|
461
|
+
Am as QueueSectionLabel,
|
|
462
|
+
Dm as QueueSectionTrigger,
|
|
463
|
+
Rn as RadioGroup,
|
|
464
|
+
wn as RadioGroupItem,
|
|
465
|
+
Bm as Reasoning,
|
|
466
|
+
vm as ReasoningContent,
|
|
467
|
+
Gm as ReasoningTrigger,
|
|
468
|
+
Hn as ResizableHandle,
|
|
469
|
+
Fn as ResizablePanel,
|
|
470
|
+
On as ResizablePanelGroup,
|
|
471
|
+
g as RichListItem,
|
|
472
|
+
c as RichListItemAvatar,
|
|
473
|
+
Um as STREAM_STATUS_ICONS,
|
|
474
|
+
oe as ScatterGraph,
|
|
475
|
+
Nn as ScrollArea,
|
|
476
|
+
Qn as ScrollBar,
|
|
477
|
+
Vn as Select,
|
|
478
|
+
Un as SelectContent,
|
|
479
|
+
_n as SelectGroup,
|
|
480
|
+
zn as SelectItem,
|
|
481
|
+
Kn as SelectLabel,
|
|
482
|
+
jn as SelectScrollDownButton,
|
|
483
|
+
qn as SelectScrollUpButton,
|
|
484
|
+
Jn as SelectSeparator,
|
|
485
|
+
Wn as SelectTrigger,
|
|
486
|
+
Xn as SelectValue,
|
|
487
|
+
Zn as Separator,
|
|
488
|
+
ea as Sheet,
|
|
489
|
+
oa as SheetClose,
|
|
490
|
+
ta as SheetContent,
|
|
491
|
+
ra as SheetDescription,
|
|
492
|
+
na as SheetFooter,
|
|
493
|
+
aa as SheetHeader,
|
|
494
|
+
ia as SheetTitle,
|
|
495
|
+
pa as SheetTrigger,
|
|
496
|
+
wm as Shimmer,
|
|
497
|
+
ma as Sidebar,
|
|
498
|
+
la as SidebarContent,
|
|
499
|
+
Ca as SidebarFooter,
|
|
500
|
+
da as SidebarGroup,
|
|
501
|
+
ga as SidebarGroupAction,
|
|
502
|
+
ca as SidebarGroupContent,
|
|
503
|
+
xa as SidebarGroupLabel,
|
|
504
|
+
sa as SidebarHeader,
|
|
505
|
+
Sa as SidebarInput,
|
|
506
|
+
ba as SidebarInset,
|
|
507
|
+
Ia as SidebarMenu,
|
|
508
|
+
Ta as SidebarMenuAction,
|
|
509
|
+
fa as SidebarMenuBadge,
|
|
510
|
+
Ma as SidebarMenuButton,
|
|
511
|
+
ha as SidebarMenuItem,
|
|
512
|
+
Aa as SidebarMenuSkeleton,
|
|
513
|
+
Da as SidebarMenuSub,
|
|
514
|
+
Pa as SidebarMenuSubButton,
|
|
515
|
+
Ba as SidebarMenuSubItem,
|
|
516
|
+
va as SidebarProvider,
|
|
517
|
+
Ga as SidebarRail,
|
|
518
|
+
La as SidebarSeparator,
|
|
519
|
+
Ra as SidebarTrigger,
|
|
520
|
+
Ha as Skeleton,
|
|
521
|
+
Oa as Slider,
|
|
522
|
+
Fm as Source,
|
|
523
|
+
Om as Sources,
|
|
524
|
+
ym as SourcesContent,
|
|
525
|
+
Nm as SourcesTrigger,
|
|
526
|
+
Em as SpeechInput,
|
|
527
|
+
Ea as Spinner,
|
|
526
528
|
a as StatCard,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
529
|
+
_m as StreamStatus,
|
|
530
|
+
Km as Suggestion,
|
|
531
|
+
jm as Suggestions,
|
|
532
|
+
_a as Switch,
|
|
533
|
+
M as TDPLink,
|
|
534
|
+
km as TS_SHIMMER_GRADIENT,
|
|
535
|
+
Ka as Table,
|
|
536
|
+
ja as TableBody,
|
|
537
|
+
qa as TableCaption,
|
|
538
|
+
Ja as TableCell,
|
|
539
|
+
Wa as TableFooter,
|
|
540
|
+
Xa as TableHead,
|
|
541
|
+
Ya as TableHeader,
|
|
542
|
+
Za as TableRow,
|
|
543
|
+
bt as TableToolbar,
|
|
544
|
+
ei as Tabs,
|
|
545
|
+
oi as TabsContent,
|
|
546
|
+
ti as TabsList,
|
|
547
|
+
ri as TabsTrigger,
|
|
548
|
+
Jm as Task,
|
|
549
|
+
Wm as TaskContent,
|
|
550
|
+
Xm as TaskItem,
|
|
551
|
+
Ym as TaskItemFile,
|
|
552
|
+
Zm as TaskTrigger,
|
|
553
|
+
h as TdpNavigationContext,
|
|
554
|
+
A as TdpNavigationProvider,
|
|
555
|
+
b as TdpSearch,
|
|
556
|
+
fi as TetraScienceIcon,
|
|
557
|
+
ii as Textarea,
|
|
558
|
+
Na as Toaster,
|
|
559
|
+
ui as Toggle,
|
|
560
|
+
Ci as ToggleGroup,
|
|
561
|
+
di as ToggleGroupItem,
|
|
562
|
+
el as Tool,
|
|
563
|
+
ol as ToolContent,
|
|
564
|
+
tl as ToolHeader,
|
|
565
|
+
rl as ToolInput,
|
|
566
|
+
nl as ToolOutput,
|
|
567
|
+
ci as Tooltip,
|
|
568
|
+
xi as TooltipContent,
|
|
569
|
+
si as TooltipProvider,
|
|
570
|
+
Si as TooltipTrigger,
|
|
571
|
+
Oe as badgeVariants,
|
|
572
|
+
Qe as bannerVariants,
|
|
573
|
+
v as buildTdpUrl,
|
|
574
|
+
oo as buttonGroupVariants,
|
|
575
|
+
Xe as buttonVariants,
|
|
576
|
+
wi as getAttachmentLabel,
|
|
577
|
+
ki as getMediaCategory,
|
|
578
|
+
al as getStatusBadge,
|
|
579
|
+
G as getTdpBaseUrlFromReferrer,
|
|
580
|
+
np as highlightCode,
|
|
581
|
+
wp as messagesToMarkdown,
|
|
582
|
+
L as navigateToTdpUrl,
|
|
583
|
+
Gn as navigationMenuTriggerStyle,
|
|
584
|
+
Va as spinnerVariants,
|
|
585
|
+
ni as tabsListVariants,
|
|
586
|
+
R as tdpPaths,
|
|
587
|
+
mi as toggleVariants,
|
|
588
|
+
Hi as useAttachmentContext,
|
|
589
|
+
Fi as useAttachmentsContext,
|
|
590
|
+
To as useCarousel,
|
|
591
|
+
_o as useComboboxAnchor,
|
|
592
|
+
It as useDataTable,
|
|
593
|
+
im as usePromptInputAttachments,
|
|
594
|
+
pm as usePromptInputController,
|
|
595
|
+
um as usePromptInputReferencedSources,
|
|
596
|
+
mm as useProviderAttachments,
|
|
597
|
+
Lm as useReasoning,
|
|
598
|
+
T as useSearch,
|
|
599
|
+
wa as useSidebar,
|
|
600
|
+
D as useTdpNavigation,
|
|
601
|
+
P as useTdpNavigationContext
|
|
600
602
|
};
|
|
601
603
|
//# sourceMappingURL=index.js.map
|