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