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