@tetrascience-npm/tetrascience-react-ui 1.0.0-beta.132.1 → 1.0.0-beta.135.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/ui/text.d.ts +63 -0
- package/dist/components/ui/tree.d.ts +79 -0
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +287 -277
- package/dist/index.js.map +1 -1
- package/dist/index.tailwind.css +1 -1
- package/dist/ui/text.cjs +2 -0
- package/dist/ui/text.cjs.map +1 -0
- package/dist/ui/text.js +88 -0
- package/dist/ui/text.js.map +1 -0
- package/dist/ui/tree.cjs +2 -0
- package/dist/ui/tree.cjs.map +1 -0
- package/dist/ui/tree.js +406 -0
- package/dist/ui/tree.js.map +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { StatCard as n } from "./components/composed/StatCard/StatCard.js";
|
|
|
4
4
|
import { DataAppShell as i } from "./components/composed/DataAppShell/DataAppShell.js";
|
|
5
5
|
import { DataAppShellPrimaryNav as m, dataAppShellPrimaryNavItemVariants as u, dataAppShellPrimaryNavVariants as C } from "./components/composed/DataAppShell/PrimaryNav.js";
|
|
6
6
|
import { DataAppShellRightPanel as s, DataAppShellRightPanelTrigger as g, dataAppShellRightPanelTriggerVariants as x } from "./components/composed/DataAppShell/RightPanel.js";
|
|
7
|
-
import { DataAppShellSecondaryNav as S, dataAppShellSecondaryNavItemVariants as f, dataAppShellSecondaryNavVariants as
|
|
7
|
+
import { DataAppShellSecondaryNav as S, dataAppShellSecondaryNavItemVariants as f, dataAppShellSecondaryNavVariants as T } from "./components/composed/DataAppShell/SecondaryNav.js";
|
|
8
8
|
import { useDataAppShell as I, useOptionalDataAppShell as M } from "./components/composed/DataAppShell/ShellContext.js";
|
|
9
9
|
import { ShellCollapseButton as h } from "./components/composed/DataAppShell/CollapseButton.js";
|
|
10
10
|
import { TopBar as D, topBarVariants as v } from "./components/composed/TopBar/TopBar.js";
|
|
@@ -12,7 +12,7 @@ import { UserMenu as L, getInitials as R, userMenuTriggerVariants as G } from ".
|
|
|
12
12
|
import { Chat as k } from "./components/composed/Chat/Chat.js";
|
|
13
13
|
import { PlateMapEditor as y, getPlateMapScopedWellId as N } from "./components/composed/PlateMapEditor/PlateMapEditor.js";
|
|
14
14
|
import { PlateMapForm as H } from "./components/composed/PlateMapEditor/PlateMapForm.js";
|
|
15
|
-
import { PlateMapGrid as
|
|
15
|
+
import { PlateMapGrid as V } from "./components/composed/PlateMapEditor/PlateMapGrid.js";
|
|
16
16
|
import { PlateMapManifest as Q } from "./components/composed/PlateMapEditor/PlateMapManifest.js";
|
|
17
17
|
import { PlateMapActionsMenu as K } from "./components/composed/PlateMapEditor/PlateMapActionsMenu.js";
|
|
18
18
|
import { PlateMapPlateSelector as z } from "./components/composed/PlateMapEditor/PlateMapPlateSelector.js";
|
|
@@ -25,7 +25,7 @@ import { ManifestFilterPopover as pe } from "./components/composed/PlateMapEdito
|
|
|
25
25
|
import { WellLegend as le } from "./components/composed/PlateMapEditor/WellLegend.js";
|
|
26
26
|
import { PlateZoomControl as ue } from "./components/composed/PlateMapEditor/PlateZoomControl.js";
|
|
27
27
|
import { autoFillPositions as de, autoFillRecords as se } from "./components/composed/PlateMapEditor/autoFill.js";
|
|
28
|
-
import { allPositions as xe, parsePos as ce, parseRowLabel as Se, pos as fe, rectPositions as
|
|
28
|
+
import { allPositions as xe, parsePos as ce, parseRowLabel as Se, pos as fe, rectPositions as Te, resolveDimensions as be, rowLabel as Ie } from "./components/composed/PlateMapEditor/wellGrid.js";
|
|
29
29
|
import { ConfirmDialog as Ae } from "./components/composed/ConfirmDialog/ConfirmDialog.js";
|
|
30
30
|
import { RichListItem as Pe, RichListItemAvatar as De } from "./components/composed/RichListItem/RichListItem.js";
|
|
31
31
|
import { EmptyState as Be } from "./components/composed/EmptyState/EmptyState.js";
|
|
@@ -33,7 +33,7 @@ import { ProcessFlow as Re } from "./components/composed/ProcessFlow/ProcessFlow
|
|
|
33
33
|
import { AssistantDockControls as Fe, AssistantLayout as ke, AssistantLayoutProvider as Ee, useAssistantLayout as ye } from "./components/composed/AssistantLayout/AssistantLayout.js";
|
|
34
34
|
import { dockPanels as Oe } from "./components/composed/AssistantLayout/dockLayout.js";
|
|
35
35
|
import { MoleculeStructure as we } from "./components/composed/MoleculeStructure/MoleculeStructure.js";
|
|
36
|
-
import { useRDKit as
|
|
36
|
+
import { useRDKit as _e } from "./components/composed/MoleculeStructure/use-rdkit.js";
|
|
37
37
|
import { configureRDKit as Ue, loadRDKit as Ke, moleculeToSvg as We } from "./components/composed/MoleculeStructure/rdkit-loader.js";
|
|
38
38
|
import { TdpSearch as Ze } from "./components/composed/TdpSearch/TdpSearch.js";
|
|
39
39
|
import { useSearch as qe } from "./components/composed/TdpSearch/hooks/useSearch.js";
|
|
@@ -44,7 +44,7 @@ import { ChartTooltip as uo, useChartTooltip as Co } from "./components/charts/C
|
|
|
44
44
|
import { BarChart as go } from "./components/charts/BarChart/BarChart.js";
|
|
45
45
|
import { BoxPlot as co } from "./components/charts/BoxPlot/BoxPlot.js";
|
|
46
46
|
import { Chromatogram as fo } from "./components/charts/Chromatogram/Chromatogram.js";
|
|
47
|
-
import { StackedChromatogram as
|
|
47
|
+
import { StackedChromatogram as bo } from "./components/charts/StackedChromatogram/StackedChromatogram.js";
|
|
48
48
|
import { applyStackingTransform as Mo } from "./components/charts/StackedChromatogram/transforms.js";
|
|
49
49
|
import { Electropherogram as ho } from "./components/charts/Electropherogram/Electropherogram.js";
|
|
50
50
|
import { Histogram as Do } from "./components/charts/Histogram/Histogram.js";
|
|
@@ -53,86 +53,88 @@ import { PieChart as Ro } from "./components/charts/PieChart/PieChart.js";
|
|
|
53
53
|
import { PlateMap as Fo } from "./components/charts/PlateMap/PlateMap.js";
|
|
54
54
|
import { ScatterPlot as Eo } from "./components/charts/ScatterPlot/ScatterPlot.js";
|
|
55
55
|
import { ScatterPlotInteractive as No } from "./components/charts/ScatterPlotInteractive/ScatterPlotInteractive.js";
|
|
56
|
-
import { COLORS as Ho, DEFAULT_CATEGORY_COLORS as wo, DEFAULT_COLOR_SCALE as
|
|
56
|
+
import { COLORS as Ho, DEFAULT_CATEGORY_COLORS as wo, DEFAULT_COLOR_SCALE as Vo, DEFAULT_MARKER_SIZE as _o, DEFAULT_MAX_POINTS as Qo, DEFAULT_SIZE_RANGE as Uo, PLOT_CONSTANTS as Ko, SELECTION_MODIFIERS as Wo } from "./components/charts/ScatterPlotInteractive/constants.js";
|
|
57
57
|
import { Accordion as Zo, AccordionContent as jo, AccordionItem as qo, AccordionTrigger as Xo } from "./ui/accordion.js";
|
|
58
58
|
import { Alert as Jo, AlertAction as $o, AlertDescription as et, AlertTitle as ot } from "./ui/alert.js";
|
|
59
59
|
import { AlertDialog as rt, AlertDialogAction as at, AlertDialogCancel as nt, AlertDialogContent as pt, AlertDialogDescription as it, AlertDialogFooter as lt, AlertDialogHeader as mt, AlertDialogMedia as ut, AlertDialogOverlay as Ct, AlertDialogPortal as dt, AlertDialogTitle as st, AlertDialogTrigger as gt } from "./ui/alert-dialog.js";
|
|
60
60
|
import { AspectRatio as ct } from "./ui/aspect-ratio.js";
|
|
61
|
-
import { Avatar as ft, AvatarBadge as
|
|
61
|
+
import { Avatar as ft, AvatarBadge as Tt, AvatarFallback as bt, AvatarGroup as It, AvatarGroupCount as Mt, AvatarImage as At } from "./ui/avatar.js";
|
|
62
62
|
import { Badge as Pt, badgeVariants as Dt } from "./ui/badge.js";
|
|
63
63
|
import { Banner as Bt, bannerVariants as Lt } from "./ui/banner.js";
|
|
64
64
|
import { Breadcrumb as Gt, BreadcrumbEllipsis as Ft, BreadcrumbItem as kt, BreadcrumbLink as Et, BreadcrumbList as yt, BreadcrumbPage as Nt, BreadcrumbSeparator as Ot } from "./ui/breadcrumb.js";
|
|
65
|
-
import { Button as wt, buttonVariants as
|
|
65
|
+
import { Button as wt, buttonVariants as Vt } from "./ui/button.js";
|
|
66
66
|
import { ButtonGroup as Qt, ButtonGroupSeparator as Ut, ButtonGroupText as Kt, buttonGroupVariants as Wt } from "./ui/button-group.js";
|
|
67
67
|
import { Calendar as Zt, CalendarDayButton as jt } from "./ui/calendar.js";
|
|
68
68
|
import { Card as Xt, CardAction as Yt, CardContent as Jt, CardDescription as $t, CardFooter as er, CardHeader as or, CardTitle as tr } from "./ui/card.js";
|
|
69
69
|
import { Carousel as ar, CarouselContent as nr, CarouselItem as pr, CarouselNext as ir, CarouselPrevious as lr, useCarousel as mr } from "./ui/carousel.js";
|
|
70
70
|
import { Checkbox as Cr } from "./ui/checkbox.js";
|
|
71
71
|
import { Collapsible as sr, CollapsibleContent as gr, CollapsibleTrigger as xr } from "./ui/collapsible.js";
|
|
72
|
-
import { Combobox as Sr, ComboboxChip as fr, ComboboxChips as
|
|
73
|
-
import { Command as Er, CommandDialog as yr, CommandEmpty as Nr, CommandGroup as Or, CommandInput as Hr, CommandItem as wr, CommandList as
|
|
72
|
+
import { Combobox as Sr, ComboboxChip as fr, ComboboxChips as Tr, ComboboxChipsInput as br, ComboboxCollection as Ir, ComboboxContent as Mr, ComboboxEmpty as Ar, ComboboxGroup as hr, ComboboxInput as Pr, ComboboxItem as Dr, ComboboxLabel as vr, ComboboxList as Br, ComboboxSeparator as Lr, ComboboxTrigger as Rr, ComboboxValue as Gr, useComboboxAnchor as Fr } from "./ui/combobox.js";
|
|
73
|
+
import { Command as Er, CommandDialog as yr, CommandEmpty as Nr, CommandGroup as Or, CommandInput as Hr, CommandItem as wr, CommandList as Vr, CommandSeparator as _r, CommandShortcut as Qr } from "./ui/command.js";
|
|
74
74
|
import { ContextMenu as Kr, ContextMenuCheckboxItem as Wr, ContextMenuContent as zr, ContextMenuGroup as Zr, ContextMenuItem as jr, ContextMenuLabel as qr, ContextMenuPortal as Xr, ContextMenuRadioGroup as Yr, ContextMenuRadioItem as Jr, ContextMenuSeparator as $r, ContextMenuShortcut as ea, ContextMenuSub as oa, ContextMenuSubContent as ta, ContextMenuSubTrigger as ra, ContextMenuTrigger as aa } from "./ui/context-menu.js";
|
|
75
75
|
import { DataTable as pa, TableToolbar as ia, applyFilterCondition as la, useDataTable as ma } from "./components/ui/data-table/data-table.js";
|
|
76
76
|
import { DataTableColumnToggle as Ca } from "./components/ui/data-table/data-table-column-toggle.js";
|
|
77
77
|
import { DataTableFilter as sa } from "./components/ui/data-table/data-table-filter.js";
|
|
78
78
|
import { DataTableGroup as xa } from "./components/ui/data-table/data-table-group.js";
|
|
79
79
|
import { DataTablePagination as Sa } from "./components/ui/data-table/data-table-pagination.js";
|
|
80
|
-
import { Dialog as
|
|
81
|
-
import { DropdownMenu as Ga, DropdownMenuCheckboxItem as Fa, DropdownMenuContent as ka, DropdownMenuGroup as Ea, DropdownMenuItem as ya, DropdownMenuLabel as Na, DropdownMenuPortal as Oa, DropdownMenuRadioGroup as Ha, DropdownMenuRadioItem as wa, DropdownMenuSeparator as
|
|
80
|
+
import { Dialog as Ta, DialogBody as ba, DialogClose as Ia, DialogContent as Ma, DialogDescription as Aa, DialogFooter as ha, DialogHeader as Pa, DialogOverlay as Da, DialogPortal as va, DialogTitle as Ba, DialogTrigger as La } from "./ui/dialog.js";
|
|
81
|
+
import { DropdownMenu as Ga, DropdownMenuCheckboxItem as Fa, DropdownMenuContent as ka, DropdownMenuGroup as Ea, DropdownMenuItem as ya, DropdownMenuLabel as Na, DropdownMenuPortal as Oa, DropdownMenuRadioGroup as Ha, DropdownMenuRadioItem as wa, DropdownMenuSeparator as Va, DropdownMenuShortcut as _a, DropdownMenuSub as Qa, DropdownMenuSubContent as Ua, DropdownMenuSubTrigger as Ka, DropdownMenuTrigger as Wa } from "./ui/dropdown-menu.js";
|
|
82
82
|
import { Field as Za, FieldContent as ja, FieldDescription as qa, FieldError as Xa, FieldGroup as Ya, FieldLabel as Ja, FieldLegend as $a, FieldSeparator as en, FieldSet as on, FieldTitle as tn } from "./ui/field.js";
|
|
83
83
|
import { HoverCard as an, HoverCardContent as nn, HoverCardTrigger as pn } from "./ui/hover-card.js";
|
|
84
84
|
import { Input as mn } from "./ui/input.js";
|
|
85
85
|
import { InputGroup as Cn, InputGroupAddon as dn, InputGroupButton as sn, InputGroupInput as gn, InputGroupText as xn, InputGroupTextarea as cn } from "./ui/input-group.js";
|
|
86
|
-
import { Item as fn, ItemActions as
|
|
86
|
+
import { Item as fn, ItemActions as Tn, ItemContent as bn, ItemDescription as In, ItemFooter as Mn, ItemGroup as An, ItemHeader as hn, ItemMedia as Pn, ItemSeparator as Dn, ItemTitle as vn } from "./ui/item.js";
|
|
87
87
|
import { Kbd as Ln, KbdGroup as Rn } from "./ui/kbd.js";
|
|
88
88
|
import { Label as Fn } from "./ui/label.js";
|
|
89
|
-
import { Menubar as En, MenubarCheckboxItem as yn, MenubarContent as Nn, MenubarGroup as On, MenubarItem as Hn, MenubarLabel as wn, MenubarMenu as
|
|
89
|
+
import { Menubar as En, MenubarCheckboxItem as yn, MenubarContent as Nn, MenubarGroup as On, MenubarItem as Hn, MenubarLabel as wn, MenubarMenu as Vn, MenubarPortal as _n, MenubarRadioGroup as Qn, MenubarRadioItem as Un, MenubarSeparator as Kn, MenubarShortcut as Wn, MenubarSub as zn, MenubarSubContent as Zn, MenubarSubTrigger as jn, MenubarTrigger as qn } from "./ui/menubar.js";
|
|
90
90
|
import { NavigationMenu as Yn, NavigationMenuContent as Jn, NavigationMenuIndicator as $n, NavigationMenuItem as ep, NavigationMenuLink as op, NavigationMenuList as tp, NavigationMenuTrigger as rp, NavigationMenuViewport as ap, navigationMenuTriggerStyle as np } from "./ui/navigation-menu.js";
|
|
91
91
|
import { Popover as ip, PopoverAnchor as lp, PopoverContent as mp, PopoverTrigger as up } from "./ui/popover.js";
|
|
92
92
|
import { RadioGroup as dp, RadioGroupItem as sp } from "./ui/radio-group.js";
|
|
93
93
|
import { ResizableHandle as xp, ResizablePanel as cp, ResizablePanelGroup as Sp } from "./ui/resizable.js";
|
|
94
|
-
import { ScrollArea as
|
|
94
|
+
import { ScrollArea as Tp, ScrollBar as bp } from "./ui/scroll-area.js";
|
|
95
95
|
import { Select as Mp, SelectContent as Ap, SelectGroup as hp, SelectItem as Pp, SelectLabel as Dp, SelectScrollDownButton as vp, SelectScrollUpButton as Bp, SelectSeparator as Lp, SelectTrigger as Rp, SelectValue as Gp } from "./ui/select.js";
|
|
96
96
|
import { Separator as kp } from "./ui/separator.js";
|
|
97
|
-
import { Sheet as yp, SheetClose as Np, SheetContent as Op, SheetDescription as Hp, SheetFooter as wp, SheetHeader as
|
|
97
|
+
import { Sheet as yp, SheetClose as Np, SheetContent as Op, SheetDescription as Hp, SheetFooter as wp, SheetHeader as Vp, SheetTitle as _p, SheetTrigger as Qp } from "./ui/sheet.js";
|
|
98
98
|
import { Sidebar as Kp, SidebarContent as Wp, SidebarFooter as zp, SidebarGroup as Zp, SidebarGroupAction as jp, SidebarGroupContent as qp, SidebarGroupLabel as Xp, SidebarHeader as Yp, SidebarInput as Jp, SidebarInset as $p, SidebarMenu as ei, SidebarMenuAction as oi, SidebarMenuBadge as ti, SidebarMenuButton as ri, SidebarMenuItem as ai, SidebarMenuSkeleton as ni, SidebarMenuSub as pi, SidebarMenuSubButton as ii, SidebarMenuSubItem as li, SidebarProvider as mi, SidebarRail as ui, SidebarSeparator as Ci, SidebarTrigger as di, useSidebar as si } from "./ui/sidebar.js";
|
|
99
99
|
import { Skeleton as xi } from "./ui/skeleton.js";
|
|
100
100
|
import { Slider as Si } from "./ui/slider.js";
|
|
101
|
-
import { Toaster as
|
|
101
|
+
import { Toaster as Ti } from "./ui/sonner.js";
|
|
102
102
|
import { Spinner as Ii, spinnerVariants as Mi } from "./ui/spinner.js";
|
|
103
103
|
import { Switch as hi } from "./ui/switch.js";
|
|
104
104
|
import { Table as Di, TableBody as vi, TableCaption as Bi, TableCell as Li, TableFooter as Ri, TableHead as Gi, TableHeader as Fi, TableRow as ki } from "./ui/table.js";
|
|
105
105
|
import { Tabs as yi, TabsContent as Ni, TabsList as Oi, TabsTrigger as Hi, tabsListVariants as wi } from "./ui/tabs.js";
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
106
|
+
import { Text as _i, textVariants as Qi } from "./ui/text.js";
|
|
107
|
+
import { Textarea as Ki } from "./ui/textarea.js";
|
|
108
|
+
import { Toggle as zi, toggleVariants as Zi } from "./ui/toggle.js";
|
|
109
|
+
import { ToggleGroup as qi, ToggleGroupItem as Xi } from "./ui/toggle-group.js";
|
|
110
|
+
import { Tooltip as Ji, TooltipContent as $i, TooltipProvider as el, TooltipTrigger as ol } from "./ui/tooltip.js";
|
|
111
|
+
import { Tree as rl, TreeItem as al, TreeItemGroup as nl, TreeItemLabel as pl, treeItemLabelVariants as il, useTreeItem as ll } from "./ui/tree.js";
|
|
112
|
+
import { CodeEditor as ul } from "./ui/code-editor.js";
|
|
113
|
+
import { TetraMoleculeIcon as dl } from "./ui/tetra-molecule-icon.js";
|
|
114
|
+
import { TetraScienceIcon as gl } from "./ui/tetrascience-icon.js";
|
|
115
|
+
import { Attachment as cl, AttachmentEmpty as Sl, AttachmentHoverCard as fl, AttachmentHoverCardContent as Tl, AttachmentHoverCardTrigger as bl, AttachmentInfo as Il, AttachmentPreview as Ml, AttachmentRemove as Al, Attachments as hl, getAttachmentLabel as Pl, getMediaCategory as Dl, useAttachmentContext as vl, useAttachmentsContext as Bl } from "./ai/attachments.js";
|
|
116
|
+
import { ChainOfThought as Rl, ChainOfThoughtContent as Gl, ChainOfThoughtImage as Fl, ChainOfThoughtSource as kl, ChainOfThoughtSources as El, ChainOfThoughtStep as yl, ChainOfThoughtTrigger as Nl } from "./ai/chain-of-thought.js";
|
|
117
|
+
import { CodeBlock as Hl, CodeBlockActions as wl, CodeBlockContainer as Vl, CodeBlockContent as _l, CodeBlockCopyButton as Ql, CodeBlockFilename as Ul, CodeBlockHeader as Kl, CodeBlockLanguageSelector as Wl, CodeBlockLanguageSelectorContent as zl, CodeBlockLanguageSelectorItem as Zl, CodeBlockLanguageSelectorTrigger as jl, CodeBlockLanguageSelectorValue as ql, CodeBlockTitle as Xl, highlightCode as Yl } from "./ui/code-block.js";
|
|
118
|
+
import { Confirmation as $l, ConfirmationAccepted as em, ConfirmationAction as om, ConfirmationActions as tm, ConfirmationCode as rm, ConfirmationRejected as am, ConfirmationRequest as nm, ConfirmationShortcut as pm, ConfirmationTitle as im } from "./ai/confirmation.js";
|
|
119
|
+
import { Context as mm, ContextCacheUsage as um, ContextContent as Cm, ContextContentBody as dm, ContextContentFooter as sm, ContextContentHeader as gm, ContextInputUsage as xm, ContextOutputUsage as cm, ContextReasoningUsage as Sm, ContextTrigger as fm } from "./ai/context.js";
|
|
120
|
+
import { Conversation as bm, ConversationContent as Im, ConversationDownload as Mm, ConversationEmptyState as Am, ConversationScrollButton as hm, messagesToMarkdown as Pm } from "./ai/conversation.js";
|
|
121
|
+
import { InlineCitation as vm, InlineCitationCard as Bm, InlineCitationCardBody as Lm, InlineCitationCardTrigger as Rm, InlineCitationCarousel as Gm, InlineCitationCarouselContent as Fm, InlineCitationCarouselHeader as km, InlineCitationCarouselIndex as Em, InlineCitationCarouselItem as ym, InlineCitationCarouselNext as Nm, InlineCitationCarouselPrev as Om, InlineCitationQuote as Hm, InlineCitationSource as wm, InlineCitationText as Vm } from "./ai/inline-citation.js";
|
|
122
|
+
import { Message as Qm, MessageAction as Um, MessageActions as Km, MessageBranch as Wm, MessageBranchContent as zm, MessageBranchNext as Zm, MessageBranchPage as jm, MessageBranchPrevious as qm, MessageBranchSelector as Xm, MessageContent as Ym, MessageResponse as Jm, MessageToolbar as $m } from "./ai/message.js";
|
|
123
|
+
import { ModelSelector as ou, ModelSelectorContent as tu, ModelSelectorDialog as ru, ModelSelectorEmpty as au, ModelSelectorGroup as nu, ModelSelectorInput as pu, ModelSelectorItem as iu, ModelSelectorList as lu, ModelSelectorLogo as mu, ModelSelectorLogoGroup as uu, ModelSelectorName as Cu, ModelSelectorSeparator as du, ModelSelectorShortcut as su, ModelSelectorTrigger as gu } from "./ai/model-selector.js";
|
|
124
|
+
import { LocalReferencedSourcesContext as cu, PromptInput as Su, PromptInputActionAddAttachments as fu, PromptInputActionAddScreenshot as Tu, PromptInputActionMenu as bu, PromptInputActionMenuContent as Iu, PromptInputActionMenuItem as Mu, PromptInputActionMenuTrigger as Au, PromptInputBody as hu, PromptInputButton as Pu, PromptInputCommand as Du, PromptInputCommandEmpty as vu, PromptInputCommandGroup as Bu, PromptInputCommandInput as Lu, PromptInputCommandItem as Ru, PromptInputCommandList as Gu, PromptInputCommandSeparator as Fu, PromptInputFooter as ku, PromptInputHeader as Eu, PromptInputHoverCard as yu, PromptInputHoverCardContent as Nu, PromptInputHoverCardTrigger as Ou, PromptInputProvider as Hu, PromptInputSelect as wu, PromptInputSelectContent as Vu, PromptInputSelectItem as _u, PromptInputSelectTrigger as Qu, PromptInputSelectValue as Uu, PromptInputSlotSwap as Ku, PromptInputSubmit as Wu, PromptInputTab as zu, PromptInputTabBody as Zu, PromptInputTabItem as ju, PromptInputTabLabel as qu, PromptInputTabsList as Xu, PromptInputTextarea as Yu, PromptInputTools as Ju, usePromptInputAttachments as $u, usePromptInputController as eC, usePromptInputReferencedSources as oC, useProviderAttachments as tC } from "./ai/prompt-input.js";
|
|
125
|
+
import { Queue as aC, QueueItem as nC, QueueItemAction as pC, QueueItemActions as iC, QueueItemAttachment as lC, QueueItemContent as mC, QueueItemDescription as uC, QueueItemFile as CC, QueueItemImage as dC, QueueItemIndicator as sC, QueueList as gC, QueueSection as xC, QueueSectionContent as cC, QueueSectionLabel as SC, QueueSectionTrigger as fC } from "./ai/queue.js";
|
|
126
|
+
import { Reasoning as bC, ReasoningContent as IC, ReasoningTrigger as MC, useReasoning as AC } from "./ai/reasoning.js";
|
|
127
|
+
import { Shimmer as PC, TS_SHIMMER_GRADIENT as DC } from "./ai/shimmer.js";
|
|
128
|
+
import { Source as BC, Sources as LC, SourcesContent as RC, SourcesTrigger as GC } from "./ai/sources.js";
|
|
129
|
+
import { SpeechInput as kC } from "./ai/speech-input.js";
|
|
130
|
+
import { STREAM_STATUS_ICONS as yC, StreamStatus as NC } from "./ai/stream-status.js";
|
|
131
|
+
import { Suggestion as HC, Suggestions as wC } from "./ai/suggestion.js";
|
|
132
|
+
import { Task as _C, TaskContent as QC, TaskItem as UC, TaskItemFile as KC, TaskTrigger as WC } from "./ai/task.js";
|
|
133
|
+
import { Tool as ZC, ToolContent as jC, ToolHeader as qC, ToolInput as XC, ToolOutput as YC, getStatusBadge as JC } from "./ai/tool.js";
|
|
134
|
+
import { CHART_COLORS as ed, CHART_DIVERGING as od, CHART_SEQUENTIAL as td, seriesColor as rd, toPlotlyColorscale as ad } from "./utils/colors.js";
|
|
135
|
+
import { getSupportedCodeBlockLanguages as pd, registerCodeBlockLanguage as id } from "./lib/shiki.js";
|
|
136
|
+
import { PROCESS_FLOW_STEP_STATUSES as md } from "./components/composed/ProcessFlow/ProcessFlow.utils.js";
|
|
137
|
+
import { chartTooltipLines as Cd } from "./components/charts/ChartTooltip/lines.js";
|
|
136
138
|
export {
|
|
137
139
|
Zo as Accordion,
|
|
138
140
|
jo as AccordionContent,
|
|
@@ -159,18 +161,18 @@ export {
|
|
|
159
161
|
Fe as AssistantDockControls,
|
|
160
162
|
ke as AssistantLayout,
|
|
161
163
|
Ee as AssistantLayoutProvider,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
164
|
+
cl as Attachment,
|
|
165
|
+
Sl as AttachmentEmpty,
|
|
166
|
+
fl as AttachmentHoverCard,
|
|
167
|
+
Tl as AttachmentHoverCardContent,
|
|
168
|
+
bl as AttachmentHoverCardTrigger,
|
|
169
|
+
Il as AttachmentInfo,
|
|
170
|
+
Ml as AttachmentPreview,
|
|
171
|
+
Al as AttachmentRemove,
|
|
172
|
+
hl as Attachments,
|
|
171
173
|
ft as Avatar,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
+
Tt as AvatarBadge,
|
|
175
|
+
bt as AvatarFallback,
|
|
174
176
|
It as AvatarGroup,
|
|
175
177
|
Mt as AvatarGroupCount,
|
|
176
178
|
At as AvatarImage,
|
|
@@ -189,9 +191,9 @@ export {
|
|
|
189
191
|
Qt as ButtonGroup,
|
|
190
192
|
Ut as ButtonGroupSeparator,
|
|
191
193
|
Kt as ButtonGroupText,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
194
|
+
ed as CHART_COLORS,
|
|
195
|
+
od as CHART_DIVERGING,
|
|
196
|
+
td as CHART_SEQUENTIAL,
|
|
195
197
|
Ho as COLORS,
|
|
196
198
|
Zt as Calendar,
|
|
197
199
|
jt as CalendarDayButton,
|
|
@@ -207,38 +209,38 @@ export {
|
|
|
207
209
|
pr as CarouselItem,
|
|
208
210
|
ir as CarouselNext,
|
|
209
211
|
lr as CarouselPrevious,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
212
|
+
Rl as ChainOfThought,
|
|
213
|
+
Gl as ChainOfThoughtContent,
|
|
214
|
+
Fl as ChainOfThoughtImage,
|
|
215
|
+
kl as ChainOfThoughtSource,
|
|
216
|
+
El as ChainOfThoughtSources,
|
|
217
|
+
yl as ChainOfThoughtStep,
|
|
218
|
+
Nl as ChainOfThoughtTrigger,
|
|
217
219
|
uo as ChartTooltip,
|
|
218
220
|
k as Chat,
|
|
219
221
|
Cr as Checkbox,
|
|
220
222
|
fo as Chromatogram,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
223
|
+
Hl as CodeBlock,
|
|
224
|
+
wl as CodeBlockActions,
|
|
225
|
+
Vl as CodeBlockContainer,
|
|
226
|
+
_l as CodeBlockContent,
|
|
227
|
+
Ql as CodeBlockCopyButton,
|
|
228
|
+
Ul as CodeBlockFilename,
|
|
229
|
+
Kl as CodeBlockHeader,
|
|
230
|
+
Wl as CodeBlockLanguageSelector,
|
|
231
|
+
zl as CodeBlockLanguageSelectorContent,
|
|
232
|
+
Zl as CodeBlockLanguageSelectorItem,
|
|
233
|
+
jl as CodeBlockLanguageSelectorTrigger,
|
|
234
|
+
ql as CodeBlockLanguageSelectorValue,
|
|
235
|
+
Xl as CodeBlockTitle,
|
|
236
|
+
ul as CodeEditor,
|
|
235
237
|
sr as Collapsible,
|
|
236
238
|
gr as CollapsibleContent,
|
|
237
239
|
xr as CollapsibleTrigger,
|
|
238
240
|
Sr as Combobox,
|
|
239
241
|
fr as ComboboxChip,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
+
Tr as ComboboxChips,
|
|
243
|
+
br as ComboboxChipsInput,
|
|
242
244
|
Ir as ComboboxCollection,
|
|
243
245
|
Mr as ComboboxContent,
|
|
244
246
|
Ar as ComboboxEmpty,
|
|
@@ -256,26 +258,26 @@ export {
|
|
|
256
258
|
Or as CommandGroup,
|
|
257
259
|
Hr as CommandInput,
|
|
258
260
|
wr as CommandItem,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
+
Vr as CommandList,
|
|
262
|
+
_r as CommandSeparator,
|
|
261
263
|
Qr as CommandShortcut,
|
|
262
264
|
Ae as ConfirmDialog,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
265
|
+
$l as Confirmation,
|
|
266
|
+
em as ConfirmationAccepted,
|
|
267
|
+
om as ConfirmationAction,
|
|
268
|
+
tm as ConfirmationActions,
|
|
269
|
+
rm as ConfirmationCode,
|
|
270
|
+
am as ConfirmationRejected,
|
|
271
|
+
nm as ConfirmationRequest,
|
|
272
|
+
pm as ConfirmationShortcut,
|
|
273
|
+
im as ConfirmationTitle,
|
|
274
|
+
mm as Context,
|
|
275
|
+
um as ContextCacheUsage,
|
|
276
|
+
Cm as ContextContent,
|
|
277
|
+
dm as ContextContentBody,
|
|
278
|
+
sm as ContextContentFooter,
|
|
279
|
+
gm as ContextContentHeader,
|
|
280
|
+
xm as ContextInputUsage,
|
|
279
281
|
Kr as ContextMenu,
|
|
280
282
|
Wr as ContextMenuCheckboxItem,
|
|
281
283
|
zr as ContextMenuContent,
|
|
@@ -291,17 +293,17 @@ export {
|
|
|
291
293
|
ta as ContextMenuSubContent,
|
|
292
294
|
ra as ContextMenuSubTrigger,
|
|
293
295
|
aa as ContextMenuTrigger,
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
296
|
+
cm as ContextOutputUsage,
|
|
297
|
+
Sm as ContextReasoningUsage,
|
|
298
|
+
fm as ContextTrigger,
|
|
299
|
+
bm as Conversation,
|
|
300
|
+
Im as ConversationContent,
|
|
301
|
+
Mm as ConversationDownload,
|
|
302
|
+
Am as ConversationEmptyState,
|
|
303
|
+
hm as ConversationScrollButton,
|
|
302
304
|
wo as DEFAULT_CATEGORY_COLORS,
|
|
303
|
-
|
|
304
|
-
|
|
305
|
+
Vo as DEFAULT_COLOR_SCALE,
|
|
306
|
+
_o as DEFAULT_MARKER_SIZE,
|
|
305
307
|
Qo as DEFAULT_MAX_POINTS,
|
|
306
308
|
Uo as DEFAULT_SIZE_RANGE,
|
|
307
309
|
i as DataAppShell,
|
|
@@ -314,8 +316,8 @@ export {
|
|
|
314
316
|
sa as DataTableFilter,
|
|
315
317
|
xa as DataTableGroup,
|
|
316
318
|
Sa as DataTablePagination,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
+
Ta as Dialog,
|
|
320
|
+
ba as DialogBody,
|
|
319
321
|
Ia as DialogClose,
|
|
320
322
|
Ma as DialogContent,
|
|
321
323
|
Aa as DialogDescription,
|
|
@@ -334,8 +336,8 @@ export {
|
|
|
334
336
|
Oa as DropdownMenuPortal,
|
|
335
337
|
Ha as DropdownMenuRadioGroup,
|
|
336
338
|
wa as DropdownMenuRadioItem,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
+
Va as DropdownMenuSeparator,
|
|
340
|
+
_a as DropdownMenuShortcut,
|
|
339
341
|
Qa as DropdownMenuSub,
|
|
340
342
|
Ua as DropdownMenuSubContent,
|
|
341
343
|
Ka as DropdownMenuSubTrigger,
|
|
@@ -357,20 +359,20 @@ export {
|
|
|
357
359
|
an as HoverCard,
|
|
358
360
|
nn as HoverCardContent,
|
|
359
361
|
pn as HoverCardTrigger,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
362
|
+
vm as InlineCitation,
|
|
363
|
+
Bm as InlineCitationCard,
|
|
364
|
+
Lm as InlineCitationCardBody,
|
|
365
|
+
Rm as InlineCitationCardTrigger,
|
|
366
|
+
Gm as InlineCitationCarousel,
|
|
367
|
+
Fm as InlineCitationCarouselContent,
|
|
368
|
+
km as InlineCitationCarouselHeader,
|
|
369
|
+
Em as InlineCitationCarouselIndex,
|
|
370
|
+
ym as InlineCitationCarouselItem,
|
|
371
|
+
Nm as InlineCitationCarouselNext,
|
|
372
|
+
Om as InlineCitationCarouselPrev,
|
|
373
|
+
Hm as InlineCitationQuote,
|
|
374
|
+
wm as InlineCitationSource,
|
|
375
|
+
Vm as InlineCitationText,
|
|
374
376
|
mn as Input,
|
|
375
377
|
Cn as InputGroup,
|
|
376
378
|
dn as InputGroupAddon,
|
|
@@ -379,8 +381,8 @@ export {
|
|
|
379
381
|
xn as InputGroupText,
|
|
380
382
|
cn as InputGroupTextarea,
|
|
381
383
|
fn as Item,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
+
Tn as ItemActions,
|
|
385
|
+
bn as ItemContent,
|
|
384
386
|
In as ItemDescription,
|
|
385
387
|
Mn as ItemFooter,
|
|
386
388
|
An as ItemGroup,
|
|
@@ -392,7 +394,7 @@ export {
|
|
|
392
394
|
Rn as KbdGroup,
|
|
393
395
|
Fn as Label,
|
|
394
396
|
Bo as LinePlot,
|
|
395
|
-
|
|
397
|
+
cu as LocalReferencedSourcesContext,
|
|
396
398
|
pe as ManifestFilterPopover,
|
|
397
399
|
En as Menubar,
|
|
398
400
|
yn as MenubarCheckboxItem,
|
|
@@ -400,8 +402,8 @@ export {
|
|
|
400
402
|
On as MenubarGroup,
|
|
401
403
|
Hn as MenubarItem,
|
|
402
404
|
wn as MenubarLabel,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
+
Vn as MenubarMenu,
|
|
406
|
+
_n as MenubarPortal,
|
|
405
407
|
Qn as MenubarRadioGroup,
|
|
406
408
|
Un as MenubarRadioItem,
|
|
407
409
|
Kn as MenubarSeparator,
|
|
@@ -410,32 +412,32 @@ export {
|
|
|
410
412
|
Zn as MenubarSubContent,
|
|
411
413
|
jn as MenubarSubTrigger,
|
|
412
414
|
qn as MenubarTrigger,
|
|
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
|
-
|
|
415
|
+
Qm as Message,
|
|
416
|
+
Um as MessageAction,
|
|
417
|
+
Km as MessageActions,
|
|
418
|
+
Wm as MessageBranch,
|
|
419
|
+
zm as MessageBranchContent,
|
|
420
|
+
Zm as MessageBranchNext,
|
|
421
|
+
jm as MessageBranchPage,
|
|
422
|
+
qm as MessageBranchPrevious,
|
|
423
|
+
Xm as MessageBranchSelector,
|
|
424
|
+
Ym as MessageContent,
|
|
425
|
+
Jm as MessageResponse,
|
|
426
|
+
$m as MessageToolbar,
|
|
427
|
+
ou as ModelSelector,
|
|
428
|
+
tu as ModelSelectorContent,
|
|
429
|
+
ru as ModelSelectorDialog,
|
|
430
|
+
au as ModelSelectorEmpty,
|
|
431
|
+
nu as ModelSelectorGroup,
|
|
432
|
+
pu as ModelSelectorInput,
|
|
433
|
+
iu as ModelSelectorItem,
|
|
434
|
+
lu as ModelSelectorList,
|
|
435
|
+
mu as ModelSelectorLogo,
|
|
436
|
+
uu as ModelSelectorLogoGroup,
|
|
437
|
+
Cu as ModelSelectorName,
|
|
438
|
+
du as ModelSelectorSeparator,
|
|
439
|
+
su as ModelSelectorShortcut,
|
|
440
|
+
gu as ModelSelectorTrigger,
|
|
439
441
|
we as MoleculeStructure,
|
|
440
442
|
Yn as NavigationMenu,
|
|
441
443
|
Jn as NavigationMenuContent,
|
|
@@ -446,13 +448,13 @@ export {
|
|
|
446
448
|
rp as NavigationMenuTrigger,
|
|
447
449
|
ap as NavigationMenuViewport,
|
|
448
450
|
Ko as PLOT_CONSTANTS,
|
|
449
|
-
|
|
451
|
+
md as PROCESS_FLOW_STEP_STATUSES,
|
|
450
452
|
Ro as PieChart,
|
|
451
453
|
Fo as PlateMap,
|
|
452
454
|
K as PlateMapActionsMenu,
|
|
453
455
|
y as PlateMapEditor,
|
|
454
456
|
H as PlateMapForm,
|
|
455
|
-
|
|
457
|
+
V as PlateMapGrid,
|
|
456
458
|
Q as PlateMapManifest,
|
|
457
459
|
z as PlateMapPlateSelector,
|
|
458
460
|
j as PlatePaintGrid,
|
|
@@ -462,73 +464,73 @@ export {
|
|
|
462
464
|
mp as PopoverContent,
|
|
463
465
|
up as PopoverTrigger,
|
|
464
466
|
Re as ProcessFlow,
|
|
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
|
-
|
|
467
|
+
Su as PromptInput,
|
|
468
|
+
fu as PromptInputActionAddAttachments,
|
|
469
|
+
Tu as PromptInputActionAddScreenshot,
|
|
470
|
+
bu as PromptInputActionMenu,
|
|
471
|
+
Iu as PromptInputActionMenuContent,
|
|
472
|
+
Mu as PromptInputActionMenuItem,
|
|
473
|
+
Au as PromptInputActionMenuTrigger,
|
|
474
|
+
hu as PromptInputBody,
|
|
475
|
+
Pu as PromptInputButton,
|
|
476
|
+
Du as PromptInputCommand,
|
|
477
|
+
vu as PromptInputCommandEmpty,
|
|
478
|
+
Bu as PromptInputCommandGroup,
|
|
479
|
+
Lu as PromptInputCommandInput,
|
|
480
|
+
Ru as PromptInputCommandItem,
|
|
481
|
+
Gu as PromptInputCommandList,
|
|
482
|
+
Fu as PromptInputCommandSeparator,
|
|
483
|
+
ku as PromptInputFooter,
|
|
484
|
+
Eu as PromptInputHeader,
|
|
485
|
+
yu as PromptInputHoverCard,
|
|
486
|
+
Nu as PromptInputHoverCardContent,
|
|
487
|
+
Ou as PromptInputHoverCardTrigger,
|
|
488
|
+
Hu as PromptInputProvider,
|
|
489
|
+
wu as PromptInputSelect,
|
|
490
|
+
Vu as PromptInputSelectContent,
|
|
491
|
+
_u as PromptInputSelectItem,
|
|
492
|
+
Qu as PromptInputSelectTrigger,
|
|
493
|
+
Uu as PromptInputSelectValue,
|
|
494
|
+
Ku as PromptInputSlotSwap,
|
|
495
|
+
Wu as PromptInputSubmit,
|
|
496
|
+
zu as PromptInputTab,
|
|
497
|
+
Zu as PromptInputTabBody,
|
|
498
|
+
ju as PromptInputTabItem,
|
|
499
|
+
qu as PromptInputTabLabel,
|
|
500
|
+
Xu as PromptInputTabsList,
|
|
501
|
+
Yu as PromptInputTextarea,
|
|
502
|
+
Ju as PromptInputTools,
|
|
503
|
+
aC as Queue,
|
|
504
|
+
nC as QueueItem,
|
|
505
|
+
pC as QueueItemAction,
|
|
506
|
+
iC as QueueItemActions,
|
|
507
|
+
lC as QueueItemAttachment,
|
|
508
|
+
mC as QueueItemContent,
|
|
509
|
+
uC as QueueItemDescription,
|
|
510
|
+
CC as QueueItemFile,
|
|
511
|
+
dC as QueueItemImage,
|
|
512
|
+
sC as QueueItemIndicator,
|
|
513
|
+
gC as QueueList,
|
|
514
|
+
xC as QueueSection,
|
|
515
|
+
cC as QueueSectionContent,
|
|
516
|
+
SC as QueueSectionLabel,
|
|
517
|
+
fC as QueueSectionTrigger,
|
|
516
518
|
dp as RadioGroup,
|
|
517
519
|
sp as RadioGroupItem,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
520
|
+
bC as Reasoning,
|
|
521
|
+
IC as ReasoningContent,
|
|
522
|
+
MC as ReasoningTrigger,
|
|
521
523
|
xp as ResizableHandle,
|
|
522
524
|
cp as ResizablePanel,
|
|
523
525
|
Sp as ResizablePanelGroup,
|
|
524
526
|
Pe as RichListItem,
|
|
525
527
|
De as RichListItemAvatar,
|
|
526
528
|
Wo as SELECTION_MODIFIERS,
|
|
527
|
-
|
|
529
|
+
yC as STREAM_STATUS_ICONS,
|
|
528
530
|
Eo as ScatterPlot,
|
|
529
531
|
No as ScatterPlotInteractive,
|
|
530
|
-
|
|
531
|
-
|
|
532
|
+
Tp as ScrollArea,
|
|
533
|
+
bp as ScrollBar,
|
|
532
534
|
Mp as Select,
|
|
533
535
|
Ap as SelectContent,
|
|
534
536
|
hp as SelectGroup,
|
|
@@ -545,11 +547,11 @@ export {
|
|
|
545
547
|
Op as SheetContent,
|
|
546
548
|
Hp as SheetDescription,
|
|
547
549
|
wp as SheetFooter,
|
|
548
|
-
|
|
549
|
-
|
|
550
|
+
Vp as SheetHeader,
|
|
551
|
+
_p as SheetTitle,
|
|
550
552
|
Qp as SheetTrigger,
|
|
551
553
|
h as ShellCollapseButton,
|
|
552
|
-
|
|
554
|
+
PC as Shimmer,
|
|
553
555
|
Kp as Sidebar,
|
|
554
556
|
Wp as SidebarContent,
|
|
555
557
|
zp as SidebarFooter,
|
|
@@ -575,20 +577,20 @@ export {
|
|
|
575
577
|
di as SidebarTrigger,
|
|
576
578
|
xi as Skeleton,
|
|
577
579
|
Si as Slider,
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
580
|
+
BC as Source,
|
|
581
|
+
LC as Sources,
|
|
582
|
+
RC as SourcesContent,
|
|
583
|
+
GC as SourcesTrigger,
|
|
584
|
+
kC as SpeechInput,
|
|
583
585
|
Ii as Spinner,
|
|
584
|
-
|
|
586
|
+
bo as StackedChromatogram,
|
|
585
587
|
n as StatCard,
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
588
|
+
NC as StreamStatus,
|
|
589
|
+
HC as Suggestion,
|
|
590
|
+
wC as Suggestions,
|
|
589
591
|
hi as Switch,
|
|
590
592
|
Ye as TDPLink,
|
|
591
|
-
|
|
593
|
+
DC as TS_SHIMMER_GRADIENT,
|
|
592
594
|
Di as Table,
|
|
593
595
|
vi as TableBody,
|
|
594
596
|
Bi as TableCaption,
|
|
@@ -602,32 +604,37 @@ export {
|
|
|
602
604
|
Ni as TabsContent,
|
|
603
605
|
Oi as TabsList,
|
|
604
606
|
Hi as TabsTrigger,
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
607
|
+
_C as Task,
|
|
608
|
+
QC as TaskContent,
|
|
609
|
+
UC as TaskItem,
|
|
610
|
+
KC as TaskItemFile,
|
|
611
|
+
WC as TaskTrigger,
|
|
610
612
|
Je as TdpNavigationContext,
|
|
611
613
|
$e as TdpNavigationProvider,
|
|
612
614
|
Ze as TdpSearch,
|
|
613
615
|
ee as TemplateIOPanel,
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
zi as
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
616
|
+
dl as TetraMoleculeIcon,
|
|
617
|
+
gl as TetraScienceIcon,
|
|
618
|
+
_i as Text,
|
|
619
|
+
Ki as Textarea,
|
|
620
|
+
Ti as Toaster,
|
|
621
|
+
zi as Toggle,
|
|
622
|
+
qi as ToggleGroup,
|
|
623
|
+
Xi as ToggleGroupItem,
|
|
624
|
+
ZC as Tool,
|
|
625
|
+
jC as ToolContent,
|
|
626
|
+
qC as ToolHeader,
|
|
627
|
+
XC as ToolInput,
|
|
628
|
+
YC as ToolOutput,
|
|
629
|
+
Ji as Tooltip,
|
|
630
|
+
$i as TooltipContent,
|
|
631
|
+
el as TooltipProvider,
|
|
632
|
+
ol as TooltipTrigger,
|
|
630
633
|
D as TopBar,
|
|
634
|
+
rl as Tree,
|
|
635
|
+
al as TreeItem,
|
|
636
|
+
nl as TreeItemGroup,
|
|
637
|
+
pl as TreeItemLabel,
|
|
631
638
|
L as UserMenu,
|
|
632
639
|
le as WellLegend,
|
|
633
640
|
J as WellManifestTable,
|
|
@@ -641,25 +648,25 @@ export {
|
|
|
641
648
|
Lt as bannerVariants,
|
|
642
649
|
ro as buildTdpUrl,
|
|
643
650
|
Wt as buttonGroupVariants,
|
|
644
|
-
|
|
645
|
-
|
|
651
|
+
Vt as buttonVariants,
|
|
652
|
+
Cd as chartTooltipLines,
|
|
646
653
|
Ue as configureRDKit,
|
|
647
654
|
u as dataAppShellPrimaryNavItemVariants,
|
|
648
655
|
C as dataAppShellPrimaryNavVariants,
|
|
649
656
|
x as dataAppShellRightPanelTriggerVariants,
|
|
650
657
|
f as dataAppShellSecondaryNavItemVariants,
|
|
651
|
-
|
|
658
|
+
T as dataAppShellSecondaryNavVariants,
|
|
652
659
|
Oe as dockPanels,
|
|
653
|
-
|
|
660
|
+
Pl as getAttachmentLabel,
|
|
654
661
|
R as getInitials,
|
|
655
|
-
|
|
662
|
+
Dl as getMediaCategory,
|
|
656
663
|
N as getPlateMapScopedWellId,
|
|
657
|
-
|
|
658
|
-
|
|
664
|
+
JC as getStatusBadge,
|
|
665
|
+
pd as getSupportedCodeBlockLanguages,
|
|
659
666
|
ao as getTdpBaseUrlFromReferrer,
|
|
660
|
-
|
|
667
|
+
Yl as highlightCode,
|
|
661
668
|
Ke as loadRDKit,
|
|
662
|
-
|
|
669
|
+
Pm as messagesToMarkdown,
|
|
663
670
|
We as moleculeToSvg,
|
|
664
671
|
no as navigateToTdpUrl,
|
|
665
672
|
np as navigationMenuTriggerStyle,
|
|
@@ -667,38 +674,41 @@ export {
|
|
|
667
674
|
Se as parseRowLabel,
|
|
668
675
|
te as plateOptionsFromCsvTriage,
|
|
669
676
|
fe as pos,
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
677
|
+
Te as rectPositions,
|
|
678
|
+
id as registerCodeBlockLanguage,
|
|
679
|
+
be as resolveDimensions,
|
|
673
680
|
Ie as rowLabel,
|
|
674
|
-
|
|
681
|
+
rd as seriesColor,
|
|
675
682
|
Mi as spinnerVariants,
|
|
676
683
|
wi as tabsListVariants,
|
|
677
684
|
po as tdpPaths,
|
|
678
|
-
|
|
679
|
-
|
|
685
|
+
Qi as textVariants,
|
|
686
|
+
ad as toPlotlyColorscale,
|
|
687
|
+
Zi as toggleVariants,
|
|
680
688
|
v as topBarVariants,
|
|
689
|
+
il as treeItemLabelVariants,
|
|
681
690
|
re as triagePlateMapCsvByBarcode,
|
|
682
691
|
ae as triagePlateMapCsvFile,
|
|
683
692
|
ye as useAssistantLayout,
|
|
684
|
-
|
|
685
|
-
|
|
693
|
+
vl as useAttachmentContext,
|
|
694
|
+
Bl as useAttachmentsContext,
|
|
686
695
|
mr as useCarousel,
|
|
687
696
|
Co as useChartTooltip,
|
|
688
697
|
Fr as useComboboxAnchor,
|
|
689
698
|
I as useDataAppShell,
|
|
690
699
|
ma as useDataTable,
|
|
691
700
|
M as useOptionalDataAppShell,
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
701
|
+
$u as usePromptInputAttachments,
|
|
702
|
+
eC as usePromptInputController,
|
|
703
|
+
oC as usePromptInputReferencedSources,
|
|
704
|
+
tC as useProviderAttachments,
|
|
705
|
+
_e as useRDKit,
|
|
706
|
+
AC as useReasoning,
|
|
698
707
|
qe as useSearch,
|
|
699
708
|
si as useSidebar,
|
|
700
709
|
eo as useTdpNavigation,
|
|
701
710
|
oo as useTdpNavigationContext,
|
|
711
|
+
ll as useTreeItem,
|
|
702
712
|
G as userMenuTriggerVariants
|
|
703
713
|
};
|
|
704
714
|
//# sourceMappingURL=index.js.map
|