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