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