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