@tetrascience-npm/tetrascience-react-ui 0.5.0-beta.28.1 → 0.5.0-beta.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/alert.cjs +1 -1
- package/dist/components/ui/alert.cjs.map +1 -1
- package/dist/components/ui/alert.js +23 -20
- package/dist/components/ui/alert.js.map +1 -1
- package/dist/components/ui/badge.cjs +1 -1
- package/dist/components/ui/badge.cjs.map +1 -1
- package/dist/components/ui/badge.js +10 -10
- package/dist/components/ui/badge.js.map +1 -1
- package/dist/components/ui/data-table/data-table-column-toggle.cjs +2 -0
- package/dist/components/ui/data-table/data-table-column-toggle.cjs.map +1 -0
- package/dist/components/ui/data-table/data-table-column-toggle.js +142 -0
- package/dist/components/ui/data-table/data-table-column-toggle.js.map +1 -0
- package/dist/components/ui/data-table/data-table-pagination.cjs +2 -0
- package/dist/components/ui/data-table/data-table-pagination.cjs.map +1 -0
- package/dist/components/ui/data-table/data-table-pagination.js +88 -0
- package/dist/components/ui/data-table/data-table-pagination.js.map +1 -0
- package/dist/components/ui/data-table/data-table.cjs +2 -0
- package/dist/components/ui/data-table/data-table.cjs.map +1 -0
- package/dist/components/ui/data-table/data-table.js +293 -0
- package/dist/components/ui/data-table/data-table.js.map +1 -0
- package/dist/components/ui/dialog.cjs +1 -1
- package/dist/components/ui/dialog.cjs.map +1 -1
- package/dist/components/ui/dialog.js +62 -51
- package/dist/components/ui/dialog.js.map +1 -1
- package/dist/components/ui/table.cjs +1 -1
- package/dist/components/ui/table.cjs.map +1 -1
- package/dist/components/ui/table.js +68 -36
- package/dist/components/ui/table.js.map +1 -1
- package/dist/components/ui/tabs.cjs +1 -1
- package/dist/components/ui/tabs.cjs.map +1 -1
- package/dist/components/ui/tabs.js +28 -27
- package/dist/components/ui/tabs.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +73 -5
- package/dist/index.js +338 -329
- package/dist/index.js.map +1 -1
- package/dist/index.tailwind.css +1 -1
- package/package.json +6 -1
package/dist/index.js
CHANGED
|
@@ -7,12 +7,12 @@ import { default as d } from "./components/composed/Navbar/Navbar.js";
|
|
|
7
7
|
import { default as x } from "./components/composed/ProtocolConfiguration/ProtocolConfiguration.js";
|
|
8
8
|
import { default as g } from "./components/composed/ProtocolYamlCard/ProtocolYamlCard.js";
|
|
9
9
|
import { default as S } from "./components/composed/PythonEditorModal/PythonEditorModal.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { TdpSearch as
|
|
10
|
+
import { default as s } from "./components/composed/Sidebar/Sidebar.js";
|
|
11
|
+
import { TdpSearch as c } from "./components/composed/TdpSearch/TdpSearch.js";
|
|
12
12
|
import { useSearch as I } from "./components/composed/TdpSearch/hooks/useSearch.js";
|
|
13
13
|
import { TDPLink as G, TdpNavigationContext as h, TdpNavigationProvider as v, useTdpNavigation as w, useTdpNavigationContext as B } from "./components/composed/tdp-link.js";
|
|
14
14
|
import { buildTdpUrl as L, getTdpBaseUrlFromReferrer as F, navigateToTdpUrl as H, tdpPaths as R } from "./components/composed/tdp-url.js";
|
|
15
|
-
import { AppLayout as
|
|
15
|
+
import { AppLayout as y } from "./components/composed/AppLayout/AppLayout.js";
|
|
16
16
|
import { AreaGraph as V } from "./components/charts/AreaGraph/AreaGraph.js";
|
|
17
17
|
import { BarGraph as O } from "./components/charts/BarGraph/BarGraph.js";
|
|
18
18
|
import { Boxplot as z } from "./components/charts/Boxplot/Boxplot.js";
|
|
@@ -21,152 +21,155 @@ import { ChromatogramChart as q } from "./components/charts/ChromatogramChart/Ch
|
|
|
21
21
|
import { DotPlot as Q } from "./components/charts/DotPlot/DotPlot.js";
|
|
22
22
|
import { Heatmap as X } from "./components/charts/Heatmap/Heatmap.js";
|
|
23
23
|
import { Histogram as _ } from "./components/charts/Histogram/Histogram.js";
|
|
24
|
-
import { LineGraph as
|
|
25
|
-
import { default as
|
|
26
|
-
import { PieChart as
|
|
27
|
-
import { PlateMap as
|
|
28
|
-
import { ScatterGraph as
|
|
29
|
-
import { Accordion as
|
|
30
|
-
import { Alert as
|
|
31
|
-
import { AlertDialog as
|
|
32
|
-
import { AspectRatio as
|
|
33
|
-
import { Avatar as
|
|
34
|
-
import { Badge as
|
|
35
|
-
import { Breadcrumb as
|
|
36
|
-
import { Button as
|
|
37
|
-
import { ButtonGroup as
|
|
38
|
-
import { Calendar as
|
|
39
|
-
import { Card as
|
|
40
|
-
import { Carousel as
|
|
41
|
-
import { Checkbox as
|
|
42
|
-
import { Collapsible as
|
|
43
|
-
import { Combobox as
|
|
44
|
-
import { Command as
|
|
45
|
-
import { ContextMenu as nr, ContextMenuCheckboxItem as ir, ContextMenuContent as pr, ContextMenuGroup as ur, ContextMenuItem as lr, ContextMenuLabel as mr, ContextMenuPortal as dr, ContextMenuRadioGroup as br, ContextMenuRadioItem as xr, ContextMenuSeparator as Cr, ContextMenuShortcut as gr, ContextMenuSub as fr, ContextMenuSubContent as Sr, ContextMenuSubTrigger as
|
|
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 {
|
|
24
|
+
import { LineGraph as oo } from "./components/charts/LineGraph/LineGraph.js";
|
|
25
|
+
import { default as ro } from "./components/composed/Main/Main.js";
|
|
26
|
+
import { PieChart as ao } from "./components/charts/PieChart/PieChart.js";
|
|
27
|
+
import { PlateMap as io } from "./components/charts/PlateMap/PlateMap.js";
|
|
28
|
+
import { ScatterGraph as uo } from "./components/charts/ScatterGraph/ScatterGraph.js";
|
|
29
|
+
import { Accordion as mo, AccordionContent as bo, AccordionItem as xo, AccordionTrigger as Co } from "./components/ui/accordion.js";
|
|
30
|
+
import { Alert as fo, AlertAction as So, AlertDescription as To, AlertTitle as so } from "./components/ui/alert.js";
|
|
31
|
+
import { AlertDialog as co, AlertDialogAction as Do, AlertDialogCancel as Io, AlertDialogContent as Ao, AlertDialogDescription as Go, AlertDialogFooter as ho, AlertDialogHeader as vo, AlertDialogMedia as wo, AlertDialogOverlay as Bo, AlertDialogPortal as Po, AlertDialogTitle as Lo, AlertDialogTrigger as Fo } from "./components/ui/alert-dialog.js";
|
|
32
|
+
import { AspectRatio as Ro } from "./components/ui/aspect-ratio.js";
|
|
33
|
+
import { Avatar as yo, AvatarBadge as ko, AvatarFallback as Vo, AvatarGroup as Eo, AvatarGroupCount as Oo, AvatarImage as Uo } from "./components/ui/avatar.js";
|
|
34
|
+
import { Badge as Ko, badgeVariants as Yo } from "./components/ui/badge.js";
|
|
35
|
+
import { Breadcrumb as qo, BreadcrumbEllipsis as Jo, BreadcrumbItem as Qo, BreadcrumbLink as Wo, BreadcrumbList as Xo, BreadcrumbPage as Zo, BreadcrumbSeparator as _o } from "./components/ui/breadcrumb.js";
|
|
36
|
+
import { Button as oe, buttonVariants as ee } from "./components/ui/button.js";
|
|
37
|
+
import { ButtonGroup as te, ButtonGroupSeparator as ae, ButtonGroupText as ne, buttonGroupVariants as ie } from "./components/ui/button-group.js";
|
|
38
|
+
import { Calendar as ue, CalendarDayButton as le } from "./components/ui/calendar.js";
|
|
39
|
+
import { Card as de, CardAction as be, CardContent as xe, CardDescription as Ce, CardFooter as ge, CardHeader as fe, CardTitle as Se } from "./components/ui/card.js";
|
|
40
|
+
import { Carousel as se, CarouselContent as Me, CarouselItem as ce, CarouselNext as De, CarouselPrevious as Ie, useCarousel as Ae } from "./components/ui/carousel.js";
|
|
41
|
+
import { Checkbox as he } from "./components/ui/checkbox.js";
|
|
42
|
+
import { Collapsible as we, CollapsibleContent as Be, CollapsibleTrigger as Pe } from "./components/ui/collapsible.js";
|
|
43
|
+
import { Combobox as Fe, ComboboxChip as He, ComboboxChips as Re, ComboboxChipsInput as Ne, ComboboxCollection as ye, ComboboxContent as ke, ComboboxEmpty as Ve, ComboboxGroup as Ee, ComboboxInput as Oe, ComboboxItem as Ue, ComboboxLabel as ze, ComboboxList as Ke, ComboboxSeparator as Ye, ComboboxTrigger as je, ComboboxValue as qe, useComboboxAnchor as Je } from "./components/ui/combobox.js";
|
|
44
|
+
import { Command as We, CommandDialog as Xe, CommandEmpty as Ze, CommandGroup as _e, CommandInput as $e, CommandItem as or, CommandList as er, CommandSeparator as rr, CommandShortcut as tr } from "./components/ui/command.js";
|
|
45
|
+
import { ContextMenu as nr, ContextMenuCheckboxItem as ir, ContextMenuContent as pr, ContextMenuGroup as ur, ContextMenuItem as lr, ContextMenuLabel as mr, ContextMenuPortal as dr, ContextMenuRadioGroup as br, ContextMenuRadioItem as xr, ContextMenuSeparator as Cr, ContextMenuShortcut as gr, ContextMenuSub as fr, ContextMenuSubContent as Sr, ContextMenuSubTrigger as Tr, ContextMenuTrigger as sr } from "./components/ui/context-menu.js";
|
|
46
|
+
import { DataTable as cr, TableToolbar as Dr, useDataTable as Ir } from "./components/ui/data-table/data-table.js";
|
|
47
|
+
import { DataTableColumnToggle as Gr } from "./components/ui/data-table/data-table-column-toggle.js";
|
|
48
|
+
import { DataTablePagination as vr } from "./components/ui/data-table/data-table-pagination.js";
|
|
49
|
+
import { Dialog as Br, DialogBody as Pr, DialogClose as Lr, DialogContent as Fr, DialogDescription as Hr, DialogFooter as Rr, DialogHeader as Nr, DialogOverlay as yr, DialogPortal as kr, DialogTitle as Vr, DialogTrigger as Er } from "./components/ui/dialog.js";
|
|
50
|
+
import { Drawer as Ur, DrawerClose as zr, DrawerContent as Kr, DrawerDescription as Yr, DrawerFooter as jr, DrawerHeader as qr, DrawerOverlay as Jr, DrawerPortal as Qr, DrawerTitle as Wr, DrawerTrigger as Xr } from "./components/ui/drawer.js";
|
|
51
|
+
import { DropdownMenu as _r, DropdownMenuCheckboxItem as $r, DropdownMenuContent as ot, DropdownMenuGroup as et, DropdownMenuItem as rt, DropdownMenuLabel as tt, DropdownMenuPortal as at, DropdownMenuRadioGroup as nt, DropdownMenuRadioItem as it, DropdownMenuSeparator as pt, DropdownMenuShortcut as ut, DropdownMenuSub as lt, DropdownMenuSubContent as mt, DropdownMenuSubTrigger as dt, DropdownMenuTrigger as bt } from "./components/ui/dropdown-menu.js";
|
|
52
|
+
import { Field as Ct, FieldContent as gt, FieldDescription as ft, FieldError as St, FieldGroup as Tt, FieldLabel as st, FieldLegend as Mt, FieldSeparator as ct, FieldSet as Dt, FieldTitle as It } from "./components/ui/field.js";
|
|
53
|
+
import { HoverCard as Gt, HoverCardContent as ht, HoverCardTrigger as vt } from "./components/ui/hover-card.js";
|
|
54
|
+
import { Input as Bt } from "./components/ui/input.js";
|
|
55
|
+
import { InputGroup as Lt, InputGroupAddon as Ft, InputGroupButton as Ht, InputGroupInput as Rt, InputGroupText as Nt, InputGroupTextarea as yt } from "./components/ui/input-group.js";
|
|
56
|
+
import { InputOTP as Vt, InputOTPGroup as Et, InputOTPSeparator as Ot, InputOTPSlot as Ut } from "./components/ui/input-otp.js";
|
|
57
|
+
import { Item as Kt, ItemActions as Yt, ItemContent as jt, ItemDescription as qt, ItemFooter as Jt, ItemGroup as Qt, ItemHeader as Wt, ItemMedia as Xt, ItemSeparator as Zt, ItemTitle as _t } from "./components/ui/item.js";
|
|
58
|
+
import { Kbd as oa, KbdGroup as ea } from "./components/ui/kbd.js";
|
|
59
|
+
import { Label as ta } from "./components/ui/label.js";
|
|
60
|
+
import { Menubar as na, MenubarCheckboxItem as ia, MenubarContent as pa, MenubarGroup as ua, MenubarItem as la, MenubarLabel as ma, MenubarMenu as da, MenubarPortal as ba, MenubarRadioGroup as xa, MenubarRadioItem as Ca, MenubarSeparator as ga, MenubarShortcut as fa, MenubarSub as Sa, MenubarSubContent as Ta, MenubarSubTrigger as sa, MenubarTrigger as Ma } from "./components/ui/menubar.js";
|
|
61
|
+
import { NavigationMenu as Da, NavigationMenuContent as Ia, NavigationMenuIndicator as Aa, NavigationMenuItem as Ga, NavigationMenuLink as ha, NavigationMenuList as va, NavigationMenuTrigger as wa, NavigationMenuViewport as Ba, navigationMenuTriggerStyle as Pa } from "./components/ui/navigation-menu.js";
|
|
62
|
+
import { RadioGroup as Fa, RadioGroupItem as Ha } from "./components/ui/radio-group.js";
|
|
63
|
+
import { ResizableHandle as Na, ResizablePanel as ya, ResizablePanelGroup as ka } from "./components/ui/resizable.js";
|
|
64
|
+
import { ScrollArea as Ea, ScrollBar as Oa } from "./components/ui/scroll-area.js";
|
|
65
|
+
import { Select as za, SelectContent as Ka, SelectGroup as Ya, SelectItem as ja, SelectLabel as qa, SelectScrollDownButton as Ja, SelectScrollUpButton as Qa, SelectSeparator as Wa, SelectTrigger as Xa, SelectValue as Za } from "./components/ui/select.js";
|
|
66
|
+
import { Separator as $a } from "./components/ui/separator.js";
|
|
67
|
+
import { Sheet as en, SheetClose as rn, SheetContent as tn, SheetDescription as an, SheetFooter as nn, SheetHeader as pn, SheetTitle as un, SheetTrigger as ln } from "./components/ui/sheet.js";
|
|
68
|
+
import { Sidebar as dn, SidebarContent as bn, SidebarFooter as xn, SidebarGroup as Cn, SidebarGroupAction as gn, SidebarGroupContent as fn, SidebarGroupLabel as Sn, SidebarHeader as Tn, SidebarInput as sn, SidebarInset as Mn, SidebarMenu as cn, SidebarMenuAction as Dn, SidebarMenuBadge as In, SidebarMenuButton as An, SidebarMenuItem as Gn, SidebarMenuSkeleton as hn, SidebarMenuSub as vn, SidebarMenuSubButton as wn, SidebarMenuSubItem as Bn, SidebarProvider as Pn, SidebarRail as Ln, SidebarSeparator as Fn, SidebarTrigger as Hn, useSidebar as Rn } from "./components/ui/sidebar.js";
|
|
69
|
+
import { Skeleton as yn } from "./components/ui/skeleton.js";
|
|
70
|
+
import { Slider as Vn } from "./components/ui/slider.js";
|
|
71
|
+
import { Toaster as On } from "./components/ui/sonner.js";
|
|
72
|
+
import { Spinner as zn, spinnerVariants as Kn } from "./components/ui/spinner.js";
|
|
73
|
+
import { Switch as jn } from "./components/ui/switch.js";
|
|
74
|
+
import { Table as Jn, TableBody as Qn, TableCaption as Wn, TableCell as Xn, TableFooter as Zn, TableHead as _n, TableHeader as $n, TableRow as oi } from "./components/ui/table.js";
|
|
75
|
+
import { Tabs as ri, TabsContent as ti, TabsList as ai, TabsTrigger as ni, tabsListVariants as ii } from "./components/ui/tabs.js";
|
|
76
|
+
import { Textarea as ui } from "./components/ui/textarea.js";
|
|
77
|
+
import { Toggle as mi, toggleVariants as di } from "./components/ui/toggle.js";
|
|
78
|
+
import { ToggleGroup as xi, ToggleGroupItem as Ci } from "./components/ui/toggle-group.js";
|
|
79
|
+
import { Tooltip as fi, TooltipContent as Si, TooltipProvider as Ti, TooltipTrigger as si } from "./components/ui/tooltip.js";
|
|
80
|
+
import { CodeEditor as ci } from "./components/ui/code-editor.js";
|
|
81
|
+
import { TetraScienceIcon as Ii } from "./components/ui/tetrascience-icon.js";
|
|
79
82
|
export {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
83
|
+
mo as Accordion,
|
|
84
|
+
bo as AccordionContent,
|
|
85
|
+
xo as AccordionItem,
|
|
86
|
+
Co as AccordionTrigger,
|
|
87
|
+
fo as Alert,
|
|
88
|
+
So as AlertAction,
|
|
89
|
+
To as AlertDescription,
|
|
90
|
+
co as AlertDialog,
|
|
91
|
+
Do as AlertDialogAction,
|
|
92
|
+
Io as AlertDialogCancel,
|
|
93
|
+
Ao as AlertDialogContent,
|
|
94
|
+
Go as AlertDialogDescription,
|
|
95
|
+
ho as AlertDialogFooter,
|
|
96
|
+
vo as AlertDialogHeader,
|
|
97
|
+
wo as AlertDialogMedia,
|
|
98
|
+
Bo as AlertDialogOverlay,
|
|
99
|
+
Po as AlertDialogPortal,
|
|
100
|
+
Lo as AlertDialogTitle,
|
|
101
|
+
Fo as AlertDialogTrigger,
|
|
102
|
+
so as AlertTitle,
|
|
100
103
|
t as AppHeader,
|
|
101
|
-
|
|
102
|
-
|
|
104
|
+
y as AppLayout,
|
|
105
|
+
s as AppSidebar,
|
|
103
106
|
V as AreaGraph,
|
|
104
|
-
|
|
107
|
+
Ro as AspectRatio,
|
|
105
108
|
n as AssistantModal,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
109
|
+
yo as Avatar,
|
|
110
|
+
ko as AvatarBadge,
|
|
111
|
+
Vo as AvatarFallback,
|
|
112
|
+
Eo as AvatarGroup,
|
|
113
|
+
Oo as AvatarGroupCount,
|
|
114
|
+
Uo as AvatarImage,
|
|
115
|
+
Ko as Badge,
|
|
113
116
|
O as BarGraph,
|
|
114
117
|
z as Boxplot,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
118
|
+
qo as Breadcrumb,
|
|
119
|
+
Jo as BreadcrumbEllipsis,
|
|
120
|
+
Qo as BreadcrumbItem,
|
|
121
|
+
Wo as BreadcrumbLink,
|
|
122
|
+
Xo as BreadcrumbList,
|
|
123
|
+
Zo as BreadcrumbPage,
|
|
124
|
+
_o as BreadcrumbSeparator,
|
|
125
|
+
oe as Button,
|
|
126
|
+
te as ButtonGroup,
|
|
127
|
+
ae as ButtonGroupSeparator,
|
|
128
|
+
ne as ButtonGroupText,
|
|
129
|
+
ue as Calendar,
|
|
130
|
+
le as CalendarDayButton,
|
|
131
|
+
de as Card,
|
|
132
|
+
be as CardAction,
|
|
133
|
+
xe as CardContent,
|
|
134
|
+
Ce as CardDescription,
|
|
135
|
+
ge as CardFooter,
|
|
136
|
+
fe as CardHeader,
|
|
137
|
+
Se as CardTitle,
|
|
138
|
+
se as Carousel,
|
|
139
|
+
Me as CarouselContent,
|
|
140
|
+
ce as CarouselItem,
|
|
141
|
+
De as CarouselNext,
|
|
142
|
+
Ie as CarouselPrevious,
|
|
143
|
+
he as Checkbox,
|
|
141
144
|
Y as Chromatogram,
|
|
142
145
|
q as ChromatogramChart,
|
|
143
|
-
|
|
146
|
+
ci as CodeEditor,
|
|
144
147
|
p as CodeScriptEditorButton,
|
|
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
|
-
|
|
148
|
+
we as Collapsible,
|
|
149
|
+
Be as CollapsibleContent,
|
|
150
|
+
Pe as CollapsibleTrigger,
|
|
151
|
+
Fe as Combobox,
|
|
152
|
+
He as ComboboxChip,
|
|
153
|
+
Re as ComboboxChips,
|
|
154
|
+
Ne as ComboboxChipsInput,
|
|
155
|
+
ye as ComboboxCollection,
|
|
156
|
+
ke as ComboboxContent,
|
|
157
|
+
Ve as ComboboxEmpty,
|
|
158
|
+
Ee as ComboboxGroup,
|
|
159
|
+
Oe as ComboboxInput,
|
|
160
|
+
Ue as ComboboxItem,
|
|
161
|
+
ze as ComboboxLabel,
|
|
162
|
+
Ke as ComboboxList,
|
|
163
|
+
Ye as ComboboxSeparator,
|
|
164
|
+
je as ComboboxTrigger,
|
|
165
|
+
qe as ComboboxValue,
|
|
166
|
+
We as Command,
|
|
167
|
+
Xe as CommandDialog,
|
|
168
|
+
Ze as CommandEmpty,
|
|
169
|
+
_e as CommandGroup,
|
|
170
|
+
$e as CommandInput,
|
|
171
|
+
or as CommandItem,
|
|
172
|
+
er as CommandList,
|
|
170
173
|
rr as CommandSeparator,
|
|
171
174
|
tr as CommandShortcut,
|
|
172
175
|
nr as ContextMenu,
|
|
@@ -182,211 +185,217 @@ export {
|
|
|
182
185
|
gr as ContextMenuShortcut,
|
|
183
186
|
fr as ContextMenuSub,
|
|
184
187
|
Sr as ContextMenuSubContent,
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
188
|
+
Tr as ContextMenuSubTrigger,
|
|
189
|
+
sr as ContextMenuTrigger,
|
|
190
|
+
cr as DataTable,
|
|
191
|
+
Gr as DataTableColumnToggle,
|
|
192
|
+
vr as DataTablePagination,
|
|
193
|
+
Br as Dialog,
|
|
194
|
+
Pr as DialogBody,
|
|
195
|
+
Lr as DialogClose,
|
|
196
|
+
Fr as DialogContent,
|
|
197
|
+
Hr as DialogDescription,
|
|
198
|
+
Rr as DialogFooter,
|
|
199
|
+
Nr as DialogHeader,
|
|
200
|
+
yr as DialogOverlay,
|
|
201
|
+
kr as DialogPortal,
|
|
202
|
+
Vr as DialogTitle,
|
|
203
|
+
Er as DialogTrigger,
|
|
197
204
|
Q as DotPlot,
|
|
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
|
-
|
|
205
|
+
Ur as Drawer,
|
|
206
|
+
zr as DrawerClose,
|
|
207
|
+
Kr as DrawerContent,
|
|
208
|
+
Yr as DrawerDescription,
|
|
209
|
+
jr as DrawerFooter,
|
|
210
|
+
qr as DrawerHeader,
|
|
211
|
+
Jr as DrawerOverlay,
|
|
212
|
+
Qr as DrawerPortal,
|
|
213
|
+
Wr as DrawerTitle,
|
|
214
|
+
Xr as DrawerTrigger,
|
|
215
|
+
_r as DropdownMenu,
|
|
216
|
+
$r as DropdownMenuCheckboxItem,
|
|
217
|
+
ot as DropdownMenuContent,
|
|
218
|
+
et as DropdownMenuGroup,
|
|
219
|
+
rt as DropdownMenuItem,
|
|
220
|
+
tt as DropdownMenuLabel,
|
|
221
|
+
at as DropdownMenuPortal,
|
|
222
|
+
nt as DropdownMenuRadioGroup,
|
|
223
|
+
it as DropdownMenuRadioItem,
|
|
224
|
+
pt as DropdownMenuSeparator,
|
|
225
|
+
ut as DropdownMenuShortcut,
|
|
226
|
+
lt as DropdownMenuSub,
|
|
227
|
+
mt as DropdownMenuSubContent,
|
|
228
|
+
dt as DropdownMenuSubTrigger,
|
|
229
|
+
bt as DropdownMenuTrigger,
|
|
230
|
+
Ct as Field,
|
|
231
|
+
gt as FieldContent,
|
|
232
|
+
ft as FieldDescription,
|
|
233
|
+
St as FieldError,
|
|
234
|
+
Tt as FieldGroup,
|
|
235
|
+
st as FieldLabel,
|
|
236
|
+
Mt as FieldLegend,
|
|
237
|
+
ct as FieldSeparator,
|
|
238
|
+
Dt as FieldSet,
|
|
239
|
+
It as FieldTitle,
|
|
233
240
|
X as Heatmap,
|
|
234
241
|
_ as Histogram,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
242
|
+
Gt as HoverCard,
|
|
243
|
+
ht as HoverCardContent,
|
|
244
|
+
vt as HoverCardTrigger,
|
|
245
|
+
Bt as Input,
|
|
246
|
+
Lt as InputGroup,
|
|
247
|
+
Ft as InputGroupAddon,
|
|
248
|
+
Ht as InputGroupButton,
|
|
249
|
+
Rt as InputGroupInput,
|
|
250
|
+
Nt as InputGroupText,
|
|
251
|
+
yt as InputGroupTextarea,
|
|
252
|
+
Vt as InputOTP,
|
|
253
|
+
Et as InputOTPGroup,
|
|
254
|
+
Ot as InputOTPSeparator,
|
|
255
|
+
Ut as InputOTPSlot,
|
|
256
|
+
Kt as Item,
|
|
257
|
+
Yt as ItemActions,
|
|
258
|
+
jt as ItemContent,
|
|
259
|
+
qt as ItemDescription,
|
|
260
|
+
Jt as ItemFooter,
|
|
261
|
+
Qt as ItemGroup,
|
|
262
|
+
Wt as ItemHeader,
|
|
263
|
+
Xt as ItemMedia,
|
|
264
|
+
Zt as ItemSeparator,
|
|
265
|
+
_t as ItemTitle,
|
|
266
|
+
oa as Kbd,
|
|
267
|
+
ea as KbdGroup,
|
|
268
|
+
ta as Label,
|
|
262
269
|
l as LaunchContent,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
270
|
+
oo as LineGraph,
|
|
271
|
+
ro as Main,
|
|
272
|
+
na as Menubar,
|
|
273
|
+
ia as MenubarCheckboxItem,
|
|
274
|
+
pa as MenubarContent,
|
|
275
|
+
ua as MenubarGroup,
|
|
276
|
+
la as MenubarItem,
|
|
277
|
+
ma as MenubarLabel,
|
|
278
|
+
da as MenubarMenu,
|
|
279
|
+
ba as MenubarPortal,
|
|
280
|
+
xa as MenubarRadioGroup,
|
|
281
|
+
Ca as MenubarRadioItem,
|
|
282
|
+
ga as MenubarSeparator,
|
|
283
|
+
fa as MenubarShortcut,
|
|
284
|
+
Sa as MenubarSub,
|
|
285
|
+
Ta as MenubarSubContent,
|
|
286
|
+
sa as MenubarSubTrigger,
|
|
287
|
+
Ma as MenubarTrigger,
|
|
281
288
|
d as Navbar,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
289
|
+
Da as NavigationMenu,
|
|
290
|
+
Ia as NavigationMenuContent,
|
|
291
|
+
Aa as NavigationMenuIndicator,
|
|
292
|
+
Ga as NavigationMenuItem,
|
|
293
|
+
ha as NavigationMenuLink,
|
|
294
|
+
va as NavigationMenuList,
|
|
295
|
+
wa as NavigationMenuTrigger,
|
|
296
|
+
Ba as NavigationMenuViewport,
|
|
297
|
+
ao as PieChart,
|
|
298
|
+
io as PlateMap,
|
|
292
299
|
x as ProtocolConfiguration,
|
|
293
300
|
g as ProtocolYamlCard,
|
|
294
301
|
S as PythonEditorModal,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
302
|
+
Fa as RadioGroup,
|
|
303
|
+
Ha as RadioGroupItem,
|
|
304
|
+
Na as ResizableHandle,
|
|
305
|
+
ya as ResizablePanel,
|
|
306
|
+
ka as ResizablePanelGroup,
|
|
307
|
+
uo as ScatterGraph,
|
|
308
|
+
Ea as ScrollArea,
|
|
309
|
+
Oa as ScrollBar,
|
|
310
|
+
za as Select,
|
|
311
|
+
Ka as SelectContent,
|
|
312
|
+
Ya as SelectGroup,
|
|
313
|
+
ja as SelectItem,
|
|
314
|
+
qa as SelectLabel,
|
|
315
|
+
Ja as SelectScrollDownButton,
|
|
316
|
+
Qa as SelectScrollUpButton,
|
|
317
|
+
Wa as SelectSeparator,
|
|
318
|
+
Xa as SelectTrigger,
|
|
319
|
+
Za as SelectValue,
|
|
320
|
+
$a as Separator,
|
|
321
|
+
en as Sheet,
|
|
322
|
+
rn as SheetClose,
|
|
323
|
+
tn as SheetContent,
|
|
324
|
+
an as SheetDescription,
|
|
325
|
+
nn as SheetFooter,
|
|
326
|
+
pn as SheetHeader,
|
|
327
|
+
un as SheetTitle,
|
|
328
|
+
ln as SheetTrigger,
|
|
329
|
+
dn as Sidebar,
|
|
330
|
+
bn as SidebarContent,
|
|
331
|
+
xn as SidebarFooter,
|
|
332
|
+
Cn as SidebarGroup,
|
|
333
|
+
gn as SidebarGroupAction,
|
|
334
|
+
fn as SidebarGroupContent,
|
|
335
|
+
Sn as SidebarGroupLabel,
|
|
336
|
+
Tn as SidebarHeader,
|
|
337
|
+
sn as SidebarInput,
|
|
338
|
+
Mn as SidebarInset,
|
|
339
|
+
cn as SidebarMenu,
|
|
340
|
+
Dn as SidebarMenuAction,
|
|
341
|
+
In as SidebarMenuBadge,
|
|
342
|
+
An as SidebarMenuButton,
|
|
343
|
+
Gn as SidebarMenuItem,
|
|
344
|
+
hn as SidebarMenuSkeleton,
|
|
345
|
+
vn as SidebarMenuSub,
|
|
346
|
+
wn as SidebarMenuSubButton,
|
|
347
|
+
Bn as SidebarMenuSubItem,
|
|
348
|
+
Pn as SidebarProvider,
|
|
349
|
+
Ln as SidebarRail,
|
|
350
|
+
Fn as SidebarSeparator,
|
|
351
|
+
Hn as SidebarTrigger,
|
|
352
|
+
yn as Skeleton,
|
|
353
|
+
Vn as Slider,
|
|
354
|
+
zn as Spinner,
|
|
355
|
+
jn as Switch,
|
|
349
356
|
G as TDPLink,
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
357
|
+
Jn as Table,
|
|
358
|
+
Qn as TableBody,
|
|
359
|
+
Wn as TableCaption,
|
|
360
|
+
Xn as TableCell,
|
|
361
|
+
Zn as TableFooter,
|
|
362
|
+
_n as TableHead,
|
|
363
|
+
$n as TableHeader,
|
|
364
|
+
oi as TableRow,
|
|
365
|
+
Dr as TableToolbar,
|
|
366
|
+
ri as Tabs,
|
|
367
|
+
ti as TabsContent,
|
|
368
|
+
ai as TabsList,
|
|
369
|
+
ni as TabsTrigger,
|
|
362
370
|
h as TdpNavigationContext,
|
|
363
371
|
v as TdpNavigationProvider,
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
372
|
+
c as TdpSearch,
|
|
373
|
+
Ii as TetraScienceIcon,
|
|
374
|
+
ui as Textarea,
|
|
375
|
+
On as Toaster,
|
|
376
|
+
mi as Toggle,
|
|
377
|
+
xi as ToggleGroup,
|
|
378
|
+
Ci as ToggleGroupItem,
|
|
379
|
+
fi as Tooltip,
|
|
380
|
+
Si as TooltipContent,
|
|
381
|
+
Ti as TooltipProvider,
|
|
382
|
+
si as TooltipTrigger,
|
|
383
|
+
Yo as badgeVariants,
|
|
376
384
|
L as buildTdpUrl,
|
|
377
|
-
|
|
378
|
-
|
|
385
|
+
ie as buttonGroupVariants,
|
|
386
|
+
ee as buttonVariants,
|
|
379
387
|
F as getTdpBaseUrlFromReferrer,
|
|
380
388
|
H as navigateToTdpUrl,
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
389
|
+
Pa as navigationMenuTriggerStyle,
|
|
390
|
+
Kn as spinnerVariants,
|
|
391
|
+
ii as tabsListVariants,
|
|
384
392
|
R as tdpPaths,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
393
|
+
di as toggleVariants,
|
|
394
|
+
Ae as useCarousel,
|
|
395
|
+
Je as useComboboxAnchor,
|
|
396
|
+
Ir as useDataTable,
|
|
388
397
|
I as useSearch,
|
|
389
|
-
|
|
398
|
+
Rn as useSidebar,
|
|
390
399
|
w as useTdpNavigation,
|
|
391
400
|
B as useTdpNavigationContext
|
|
392
401
|
};
|