laif-ds 0.2.74 → 0.2.76
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/CHANGELOG.md +446 -0
- package/dist/agent-docs/adoption-report.json +615 -0
- package/dist/agent-docs/components/Accordion.md +46 -16
- package/dist/agent-docs/components/Alert.md +90 -95
- package/dist/agent-docs/components/AlertDialog.md +132 -126
- package/dist/agent-docs/components/AppEditor.md +90 -90
- package/dist/agent-docs/components/AppRadioGroup.md +18 -18
- package/dist/agent-docs/components/AppSidebar.md +129 -122
- package/dist/agent-docs/components/AppStepper.md +81 -77
- package/dist/agent-docs/components/AspectRatio.md +70 -62
- package/dist/agent-docs/components/AudioVisualizer.md +5 -5
- package/dist/agent-docs/components/Avatar.md +112 -113
- package/dist/agent-docs/components/Badge.md +123 -118
- package/dist/agent-docs/components/Breadcrumb.md +8 -1
- package/dist/agent-docs/components/Button.md +131 -129
- package/dist/agent-docs/components/Card.md +172 -147
- package/dist/agent-docs/components/Carousel.md +148 -129
- package/dist/agent-docs/components/Chat.md +121 -109
- package/dist/agent-docs/components/ChatMessage.md +72 -61
- package/dist/agent-docs/components/Checkbox.md +150 -135
- package/dist/agent-docs/components/CircularProgress.md +53 -49
- package/dist/agent-docs/components/CodeHighlighter.md +4 -4
- package/dist/agent-docs/components/Collapsible.md +114 -95
- package/dist/agent-docs/components/Command.md +141 -142
- package/dist/agent-docs/components/Confirmer.md +182 -175
- package/dist/agent-docs/components/ContextMenu.md +196 -191
- package/dist/agent-docs/components/DataCrossTable.md +114 -94
- package/dist/agent-docs/components/DataTable.md +32 -24
- package/dist/agent-docs/components/Dialog.md +130 -125
- package/dist/agent-docs/components/Drawer.md +141 -127
- package/dist/agent-docs/components/FilePreviewer.md +138 -139
- package/dist/agent-docs/components/FileUploader.md +149 -129
- package/dist/agent-docs/components/Form.md +3 -1
- package/dist/agent-docs/components/FormComposer.md +163 -137
- package/dist/agent-docs/components/GanttChart.md +125 -122
- package/dist/agent-docs/components/HoverCard.md +1 -1
- package/dist/agent-docs/components/Icon.md +98 -99
- package/dist/agent-docs/components/Input.md +173 -138
- package/dist/agent-docs/components/InputOtp.md +6 -1
- package/dist/agent-docs/components/InputSelector.md +94 -97
- package/dist/agent-docs/components/InterruptPrompt.md +4 -4
- package/dist/agent-docs/components/MarkdownRenderer.md +5 -2
- package/dist/agent-docs/components/Menubar.md +60 -57
- package/dist/agent-docs/components/MessageInput.md +134 -131
- package/dist/agent-docs/components/MessageList.md +110 -96
- package/dist/agent-docs/components/MultipleSelector.md +147 -146
- package/dist/agent-docs/components/NavigationMenu.md +6 -2
- package/dist/agent-docs/components/Popover.md +112 -103
- package/dist/agent-docs/components/PromptSuggestions.md +5 -5
- package/dist/agent-docs/components/RadioGroup.md +97 -90
- package/dist/agent-docs/components/Resizable.md +4 -1
- package/dist/agent-docs/components/ResizePrompt.md +12 -13
- package/dist/agent-docs/components/ScrollArea.md +6 -2
- package/dist/agent-docs/components/SecurePdfViewer.md +10 -6
- package/dist/agent-docs/components/Select.md +131 -132
- package/dist/agent-docs/components/Sheet.md +8 -1
- package/dist/agent-docs/components/ShikiHighlighter.md +5 -5
- package/dist/agent-docs/components/Sidebar.md +94 -85
- package/dist/agent-docs/components/Slider.md +62 -58
- package/dist/agent-docs/components/Sonner.md +1 -0
- package/dist/agent-docs/components/Spinner.md +14 -14
- package/dist/agent-docs/components/Stepper.md +93 -67
- package/dist/agent-docs/components/Switch.md +41 -42
- package/dist/agent-docs/components/TableSkeleton.md +8 -8
- package/dist/agent-docs/components/Tabs.md +106 -86
- package/dist/agent-docs/components/TextArea.md +51 -52
- package/dist/agent-docs/components/ThemeSwitcher.md +72 -69
- package/dist/agent-docs/components/Toaster.md +1 -0
- package/dist/agent-docs/components/Tooltip.md +102 -91
- package/dist/agent-docs/components/Typo.md +68 -65
- package/dist/agent-docs/components/WeeklyCalendar.md +63 -64
- package/dist/agent-docs/components-list.md +1 -0
- package/dist/agent-docs/manifest.json +5981 -0
- package/dist/agent-docs/truncated-cell.md +342 -0
- package/dist/components/editor/editor-hooks/use-update-toolbar.js +6 -6
- package/dist/components/editor/plugins/actions/counter-character-plugin.js +6 -6
- package/dist/components/editor/plugins/toolbar/font-format-toolbar-plugin.js +18 -18
- package/dist/components/editor/plugins/toolbar/history-toolbar-plugin.js +10 -10
- package/dist/components/editor/plugins/toolbar/toolbar-plugin.js +9 -9
- package/dist/components/ui/app-checkbox.js +1 -1
- package/dist/components/ui/app-dialog.js +70 -64
- package/dist/components/ui/app-editor.js +51 -51
- package/dist/components/ui/app-form.js +81 -81
- package/dist/components/ui/app-multiple-select-dropdown.js +36 -36
- package/dist/components/ui/app-select.js +109 -104
- package/dist/components/ui/app-sidebar.js +41 -41
- package/dist/components/ui/app-stepper.js +1 -1
- package/dist/components/ui/app-time-picker.js +18 -18
- package/dist/components/ui/app-tooltip.js +1 -1
- package/dist/components/ui/async-select.js +5 -5
- package/dist/components/ui/audio-visualizer.js +61 -58
- package/dist/components/ui/card.js +1 -1
- package/dist/components/ui/carousel.js +2 -2
- package/dist/components/ui/chart.js +1 -1
- package/dist/components/ui/chat-message.js +8 -8
- package/dist/components/ui/chat.js +86 -88
- package/dist/components/ui/command.js +2 -2
- package/dist/components/ui/copy-button.js +4 -4
- package/dist/components/ui/date-picker.js +20 -20
- package/dist/components/ui/file-preview/index.js +13 -13
- package/dist/components/ui/file-previewer.js +12 -11
- package/dist/components/ui/file-uploader.js +86 -78
- package/dist/components/ui/form.js +2 -2
- package/dist/components/ui/gantt/components/Chart/Bars/Bars.js +56 -56
- package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarItem/BarItem.js +12 -12
- package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarsItems/BarItems.js +1 -1
- package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarsRow.js +4 -4
- package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/RepeteadBars/RepeteadBars.js +2 -2
- package/dist/components/ui/gantt/components/Chart/Chart.js +23 -23
- package/dist/components/ui/gantt/components/Chart/Scale/Scale.js +1 -1
- package/dist/components/ui/gantt/components/Chart/Tree/Tree.js +34 -34
- package/dist/components/ui/gantt/components/Controls/Controls.js +5 -5
- package/dist/components/ui/gantt/components/Gantt/Gantt.js +4 -4
- package/dist/components/ui/gantt/hooks/useGanttCalculate.js +25 -18
- package/dist/components/ui/input-selector.js +1 -1
- package/dist/components/ui/input.js +23 -23
- package/dist/components/ui/kanban.js +8 -9
- package/dist/components/ui/markdown-renderer.js +41 -35
- package/dist/components/ui/message-input.js +45 -44
- package/dist/components/ui/multiple-selector.js +91 -82
- package/dist/components/ui/secure-pdf-viewer.js +19 -7
- package/dist/components/ui/sidebar.js +1 -1
- package/dist/components/ui/slider.js +1 -1
- package/dist/components/ui/spinner.js +4 -4
- package/dist/components/ui/stepper.js +157 -138
- package/dist/components/ui/tables/data-cross-table/data-cross-table-buttons.js +29 -29
- package/dist/components/ui/tables/data-cross-table/data-cross-table.js +258 -246
- package/dist/components/ui/tables/data-table/components/data-table-advanced-filter.js +4 -1
- package/dist/components/ui/tables/data-table/components/data-table-body.js +211 -367
- package/dist/components/ui/tables/data-table/components/data-table-filter-inputs.js +114 -112
- package/dist/components/ui/tables/data-table/components/data-table-filters.js +116 -96
- package/dist/components/ui/tables/data-table/components/data-table-header.js +211 -0
- package/dist/components/ui/tables/data-table/components/data-table-searchbar.js +8 -8
- package/dist/components/ui/tables/data-table/components/data-table-skeleton-rows.js +33 -0
- package/dist/components/ui/tables/data-table/data-table.js +258 -250
- package/dist/components/ui/tables/data-table/data-table.service.js +112 -97
- package/dist/components/ui/tables/data-table/data-table.utils.js +25 -15
- package/dist/components/ui/textarea.js +2 -2
- package/dist/components/ui/theme-switcher.js +1 -1
- package/dist/components/ui/toggle-group.js +2 -2
- package/dist/components/ui/truncated-cell.js +100 -0
- package/dist/components/ui/weekly-calendar/appointment-card.js +16 -16
- package/dist/components/ui/weekly-calendar/calendar-context.js +6 -6
- package/dist/components/ui/weekly-calendar/calendar-header.js +12 -12
- package/dist/components/ui/weekly-calendar/day-column.js +16 -16
- package/dist/components/ui/weekly-calendar/time-column.js +4 -4
- package/dist/components/ui/weekly-calendar/weekly-calendar.js +4 -4
- package/dist/hooks/use-audio-recording.js +1 -1
- package/dist/hooks/use-auto-scroll.js +18 -18
- package/dist/hooks/use-autosize-textarea.js +12 -13
- package/dist/index.d.ts +100 -45
- package/dist/index.js +362 -360
- package/dist/lib/utils.js +6 -6
- package/dist/styles.v3.css +1 -1
- package/package.json +14 -4
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { default as o } from "./components/ui/gantt/components/Gantt/Gantt.js";
|
|
|
3
3
|
import { AspectRatio as a } from "./components/ui/aspect-ratio.js";
|
|
4
4
|
import { Avatar as i, AvatarFallback as p, AvatarImage as l } from "./components/ui/avatar.js";
|
|
5
5
|
import { Badge as u, badgeVariants as x } from "./components/ui/badge.js";
|
|
6
|
-
import { Button as C, buttonVariants as
|
|
6
|
+
import { Button as C, buttonVariants as f } from "./components/ui/button.js";
|
|
7
7
|
import { Checkbox as b } from "./components/ui/checkbox.js";
|
|
8
8
|
import { Collapsible as c, CollapsibleContent as S, CollapsibleTrigger as M } from "./components/ui/collapsible.js";
|
|
9
9
|
import { CopyButton as D } from "./components/ui/copy-button.js";
|
|
@@ -20,410 +20,412 @@ import { Switch as W } from "./components/ui/switch.js";
|
|
|
20
20
|
import { Textarea as J } from "./components/ui/textarea.js";
|
|
21
21
|
import { Toggle as X, toggleVariants as Y } from "./components/ui/toggle.js";
|
|
22
22
|
import { Tooltip as _, TooltipContent as $, TooltipProvider as ee, TooltipTrigger as re } from "./components/ui/tooltip.js";
|
|
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 {
|
|
23
|
+
import { TruncatedCell as te } from "./components/ui/truncated-cell.js";
|
|
24
|
+
import { TypingIndicator as ne } from "./components/ui/typing-indicator.js";
|
|
25
|
+
import { Accordion as pe, AccordionContent as le, AccordionItem as me, AccordionTrigger as ue } from "./components/ui/accordion.js";
|
|
26
|
+
import { Alert as de, AlertDescription as Ce, AlertTitle as fe } from "./components/ui/alert.js";
|
|
27
|
+
import { AlertDialog as be, AlertDialogAction as se, AlertDialogCancel as ce, AlertDialogContent as Se, AlertDialogDescription as Me, AlertDialogFooter as Te, AlertDialogHeader as De, AlertDialogTitle as Ae, AlertDialogTrigger as Fe } from "./components/ui/alert-dialog.js";
|
|
28
|
+
import { AppForm as we } from "./components/ui/app-form.js";
|
|
29
|
+
import { AsyncSelect as he } from "./components/ui/async-select.js";
|
|
30
|
+
import { Breadcrumb as Ge, BreadcrumbEllipsis as Be, BreadcrumbItem as Le, BreadcrumbLink as Re, BreadcrumbList as ke, BreadcrumbPage as He, BreadcrumbSeparator as ye } from "./components/ui/breadcrumb.js";
|
|
31
|
+
import { Calendar as Oe } from "./components/ui/calendar.js";
|
|
32
|
+
import { Card as ze, CardContent as Ee, CardDescription as je, CardFooter as Ke, CardHeader as Ue, CardTitle as We } from "./components/ui/card.js";
|
|
33
|
+
import { CircularProgress as Je } from "./components/ui/charts/circular.js";
|
|
34
|
+
import { Command as Xe, CommandDialog as Ye, CommandEmpty as Ze, CommandGroup as _e, CommandInput as $e, CommandItem as er, CommandList as rr, CommandSeparator as or, CommandShortcut as tr } from "./components/ui/command.js";
|
|
35
|
+
import { ContextMenu as nr, ContextMenuCheckboxItem as ir, ContextMenuContent as pr, ContextMenuGroup as lr, ContextMenuItem as mr, ContextMenuLabel as ur, ContextMenuPortal as xr, ContextMenuRadioGroup as dr, ContextMenuRadioItem as Cr, ContextMenuSeparator as fr, ContextMenuShortcut as gr, ContextMenuSub as br, ContextMenuSubContent as sr, ContextMenuSubTrigger as cr, ContextMenuTrigger as Sr } from "./components/ui/context-menu.js";
|
|
36
|
+
import { DatePicker as Tr } from "./components/ui/date-picker.js";
|
|
37
|
+
import { Dialog as Ar, DialogClose as Fr, DialogContent as Ir, DialogDescription as wr, DialogFooter as Pr, DialogHeader as hr, DialogTitle as vr, DialogTrigger as Gr } from "./components/ui/dialog.js";
|
|
38
|
+
import { Drawer as Lr, DrawerContent as Rr, DrawerDescription as kr, DrawerFooter as Hr, DrawerHeader as yr, DrawerTitle as Nr, DrawerTrigger as Or } from "./components/ui/drawer.js";
|
|
39
|
+
import { DropdownMenu as zr, DropdownMenuCheckboxItem as Er, DropdownMenuContent as jr, DropdownMenuGroup as Kr, DropdownMenuItem as Ur, DropdownMenuLabel as Wr, DropdownMenuPortal as qr, DropdownMenuRadioGroup as Jr, DropdownMenuRadioItem as Qr, DropdownMenuSeparator as Xr, DropdownMenuShortcut as Yr, DropdownMenuSub as Zr, DropdownMenuSubContent as _r, DropdownMenuSubTrigger as $r, DropdownMenuTrigger as eo } from "./components/ui/dropdown-menu.js";
|
|
40
|
+
import { FilePreview as oo } from "./components/ui/file-preview/index.js";
|
|
41
|
+
import { FileUploader as ao } from "./components/ui/file-uploader.js";
|
|
42
|
+
import { Form as io, FormControl as po, FormDescription as lo, FormField as mo, FormItem as uo, FormLabel as xo, FormMessage as Co, useFormField as fo } from "./components/ui/form.js";
|
|
43
|
+
import { HoverCard as bo, HoverCardContent as so, HoverCardTrigger as co } from "./components/ui/hover-card.js";
|
|
44
|
+
import { InputSelector as Mo } from "./components/ui/input-selector.js";
|
|
45
|
+
import { Menubar as Do, MenubarCheckboxItem as Ao, MenubarContent as Fo, MenubarGroup as Io, MenubarItem as wo, MenubarLabel as Po, MenubarMenu as ho, MenubarPortal as vo, MenubarRadioGroup as Go, MenubarRadioItem as Bo, MenubarSeparator as Lo, MenubarShortcut as Ro, MenubarSub as ko, MenubarSubContent as Ho, MenubarSubTrigger as yo, MenubarTrigger as No } from "./components/ui/menubar.js";
|
|
46
|
+
import { MultipleSelector as Vo } from "./components/ui/multiple-selector.js";
|
|
47
|
+
import { Pagination as Eo, PaginationContent as jo, PaginationEllipsis as Ko, PaginationItem as Uo, PaginationLink as Wo, PaginationNext as qo, PaginationPrevious as Jo } from "./components/ui/pagination.js";
|
|
48
|
+
import { Popover as Xo, PopoverContent as Yo, PopoverTrigger as Zo } from "./components/ui/popover.js";
|
|
49
|
+
import { PromptSuggestions as $o } from "./components/ui/prompt-suggestions.js";
|
|
50
|
+
import { ResizableHandle as rt, ResizablePanel as ot, ResizablePanelGroup as tt } from "./components/ui/resizable.js";
|
|
51
|
+
import { ScrollArea as nt, ScrollBar as it } from "./components/ui/scroll-area.js";
|
|
52
|
+
import { Select as lt, SelectContent as mt, SelectGroup as ut, SelectItem as xt, SelectLabel as dt, SelectSeparator as Ct, SelectTrigger as ft, SelectValue as gt } from "./components/ui/select.js";
|
|
53
|
+
import { Sheet as st, SheetContent as ct, SheetDescription as St, SheetFooter as Mt, SheetHeader as Tt, SheetTitle as Dt, SheetTrigger as At } from "./components/ui/sheet.js";
|
|
54
|
+
import { Slider as It } from "./components/ui/slider.js";
|
|
55
|
+
import { Table as Pt, TableBody as ht, TableCaption as vt, TableCell as Gt, TableFooter as Bt, TableHead as Lt, TableHeader as Rt, TableRow as kt } from "./components/ui/table.js";
|
|
56
|
+
import { Tabs as yt, TabsContent as Nt, TabsList as Ot, TabsTrigger as Vt } from "./components/ui/tabs.js";
|
|
57
|
+
import { ThemeSwitcher as Et } from "./components/ui/theme-switcher.js";
|
|
58
|
+
import { ToggleGroup as Kt, ToggleGroupItem as Ut } from "./components/ui/toggle-group.js";
|
|
59
|
+
import { Typo as qt } from "./components/ui/typo.js";
|
|
60
|
+
import { useEditorModal as Qt } from "./components/editor/editor-hooks/use-modal.js";
|
|
61
|
+
import { AppCheckbox as Yt } from "./components/ui/app-checkbox.js";
|
|
62
|
+
import { AppEditor as _t } from "./components/ui/app-editor.js";
|
|
63
|
+
import { AppMultipleSelectDropdown as ea } from "./components/ui/app-multiple-select-dropdown.js";
|
|
64
|
+
import { AppRadioGroup as oa } from "./components/ui/app-radio-group.js";
|
|
65
|
+
import { AppSelect as aa } from "./components/ui/app-select.js";
|
|
66
|
+
import { AppSidebar as ia } from "./components/ui/app-sidebar.js";
|
|
67
|
+
import { AudioVisualizer as la } from "./components/ui/audio-visualizer.js";
|
|
68
|
+
import { Carousel as ua, CarouselContent as xa, CarouselItem as da, CarouselNext as Ca, CarouselPrevious as fa } from "./components/ui/carousel.js";
|
|
69
|
+
import { ChartContainer as ba, ChartLegend as sa, ChartLegendContent as ca, ChartStyle as Sa, ChartTooltip as Ma, ChartTooltipContent as Ta } from "./components/ui/chart.js";
|
|
70
|
+
import { Chat as Aa, ChatContainer as Fa, ChatForm as Ia, ChatMessages as wa } from "./components/ui/chat.js";
|
|
71
|
+
import { ChatMessage as ha } from "./components/ui/chat-message.js";
|
|
72
|
+
import { Confirmer as Ga, confirm as Ba } from "./components/ui/confirmer.js";
|
|
73
|
+
import { FilePreviewer as Ra, previewFileModal as ka, safePreviewFileModal as Ha } from "./components/ui/file-previewer.js";
|
|
74
|
+
import { DataRepeatTypes as Na } from "./components/ui/gantt/enums/DataRepeatTimes.js";
|
|
75
|
+
import { DragStepSizes as Va } from "./components/ui/gantt/enums/DragStepSizes.js";
|
|
76
|
+
import { GanttConsts as Ea } from "./components/ui/gantt/constants/GanttConsts.js";
|
|
77
|
+
import { GanttDimensions as Ka } from "./components/ui/gantt/enums/GanttDimensions.js";
|
|
78
|
+
import { InterruptPrompt as Wa } from "./components/ui/interrupt-prompt.js";
|
|
79
|
+
import { MarkdownRenderer as Ja } from "./components/ui/markdown-renderer.js";
|
|
80
|
+
import { MessageInput as Xa } from "./components/ui/message-input.js";
|
|
81
|
+
import { MessageList as Za } from "./components/ui/message-list.js";
|
|
82
|
+
import { NavigationMenu as $a, NavigationMenuContent as en, NavigationMenuIndicator as rn, NavigationMenuItem as on, NavigationMenuLink as tn, NavigationMenuList as an, NavigationMenuTrigger as nn, NavigationMenuViewport as pn } from "./components/ui/navigation-menu.js";
|
|
83
|
+
import { SecurePdfViewer as mn } from "./components/ui/secure-pdf-viewer.js";
|
|
84
|
+
import { Sidebar as xn, SidebarContent as dn, SidebarFooter as Cn, SidebarGroup as fn, SidebarGroupAction as gn, SidebarGroupContent as bn, SidebarGroupLabel as sn, SidebarHeader as cn, SidebarInput as Sn, SidebarInset as Mn, SidebarMenu as Tn, SidebarMenuAction as Dn, SidebarMenuBadge as An, SidebarMenuButton as Fn, SidebarMenuItem as In, SidebarMenuSkeleton as wn, SidebarMenuSub as Pn, SidebarMenuSubButton as hn, SidebarMenuSubItem as vn, SidebarProvider as Gn, SidebarRail as Bn, SidebarSeparator as Ln, SidebarTrigger as Rn, useSidebar as kn } from "./components/ui/sidebar.js";
|
|
85
|
+
import { DataCrossTable as yn } from "./components/ui/tables/data-cross-table/data-cross-table.js";
|
|
86
|
+
import { DataCrossTableButtonsGroup as On } from "./components/ui/tables/data-cross-table/data-cross-table-buttons.js";
|
|
87
|
+
import { DataCrossTableProvider as zn } from "./components/ui/tables/data-cross-table/data-cross-table-context.js";
|
|
88
|
+
import { DataTable as jn } from "./components/ui/tables/data-table/data-table.js";
|
|
89
|
+
import { ELogicalFilterOperator as Un } from "./components/ui/tables/data-table/data-table-constants.js";
|
|
90
|
+
import { toast as qn } from "./node_modules/sonner/dist/index.js";
|
|
91
|
+
import { Toaster as Qn } from "./components/ui/toaster.js";
|
|
92
92
|
import { cn as Yn, downloadFile as Zn, hexContrast as _n, hexToRgba as $n, previewFile as ei, stringToHexColor as ri } from "./lib/utils.js";
|
|
93
93
|
import { AppDialog as ti } from "./components/ui/app-dialog.js";
|
|
94
94
|
import { AppKanban as ni } from "./components/ui/app-kanban.js";
|
|
95
95
|
import { AppStepper as pi } from "./components/ui/app-stepper.js";
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
96
|
+
import { AppTimePicker as mi } from "./components/ui/app-time-picker.js";
|
|
97
|
+
import { AppTooltip as xi } from "./components/ui/app-tooltip.js";
|
|
98
|
+
import { WeeklyCalendar as Ci } from "./components/ui/weekly-calendar/weekly-calendar.js";
|
|
99
|
+
import { createActionColumn as gi, createBooleanColumn as bi, createBooleanFilter as si, createComputedColumn as ci, createDateColumn as Si, createDateFilter as Mi, createDateTimeColumn as Ti, createDateTimeFilter as Di, createDisplayColumn as Ai, createFilterBadge as Fi, createFilterBadges as Ii, createInitialState as wi, createListFilter as Pi, createMultiSelectColumn as hi, createNumberColumn as vi, createNumberFilter as Gi, createSingleSelectColumn as Bi, createSorting as Li, createStringColumn as Ri, createStringFilter as ki, getColumnIds as Hi, isValidOperatorForType as yi, pinColumns as Ni, toSelectOptions as Oi, toSelectOptionsFromObjects as Vi, updateColumnListOptions as zi } from "./components/ui/tables/data-table/data-table.utils.js";
|
|
100
|
+
import { useAudioRecording as ji } from "./hooks/use-audio-recording.js";
|
|
101
|
+
import { useAutoScroll as Ui } from "./hooks/use-auto-scroll.js";
|
|
102
|
+
import { useAutosizeTextArea as qi } from "./hooks/use-autosize-textarea.js";
|
|
103
|
+
import { useCopyToClipboard as Qi } from "./hooks/use-copy-to-clipboard.js";
|
|
104
|
+
import { useDebounce as Yi } from "./hooks/use-debounce.js";
|
|
105
|
+
import { useIsMobile as _i } from "./hooks/use-mobile.js";
|
|
105
106
|
export {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
107
|
+
pe as Accordion,
|
|
108
|
+
le as AccordionContent,
|
|
109
|
+
me as AccordionItem,
|
|
110
|
+
ue as AccordionTrigger,
|
|
111
|
+
de as Alert,
|
|
112
|
+
Ce as AlertDescription,
|
|
113
|
+
be as AlertDialog,
|
|
114
|
+
se as AlertDialogAction,
|
|
115
|
+
ce as AlertDialogCancel,
|
|
116
|
+
Se as AlertDialogContent,
|
|
117
|
+
Me as AlertDialogDescription,
|
|
118
|
+
Te as AlertDialogFooter,
|
|
119
|
+
De as AlertDialogHeader,
|
|
120
|
+
Ae as AlertDialogTitle,
|
|
121
|
+
Fe as AlertDialogTrigger,
|
|
122
|
+
fe as AlertTitle,
|
|
123
|
+
Yt as AppCheckbox,
|
|
123
124
|
ti as AppDialog,
|
|
124
|
-
|
|
125
|
-
|
|
125
|
+
_t as AppEditor,
|
|
126
|
+
we as AppForm,
|
|
126
127
|
ni as AppKanban,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
ea as AppMultipleSelectDropdown,
|
|
129
|
+
oa as AppRadioGroup,
|
|
130
|
+
aa as AppSelect,
|
|
131
|
+
ia as AppSidebar,
|
|
131
132
|
pi as AppStepper,
|
|
132
|
-
|
|
133
|
-
|
|
133
|
+
mi as AppTimePicker,
|
|
134
|
+
xi as AppTooltip,
|
|
134
135
|
a as AspectRatio,
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
he as AsyncSelect,
|
|
137
|
+
la as AudioVisualizer,
|
|
137
138
|
i as Avatar,
|
|
138
139
|
p as AvatarFallback,
|
|
139
140
|
l as AvatarImage,
|
|
140
141
|
u as Badge,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
142
|
+
Ge as Breadcrumb,
|
|
143
|
+
Be as BreadcrumbEllipsis,
|
|
144
|
+
Le as BreadcrumbItem,
|
|
145
|
+
Re as BreadcrumbLink,
|
|
146
|
+
ke as BreadcrumbList,
|
|
147
|
+
He as BreadcrumbPage,
|
|
148
|
+
ye as BreadcrumbSeparator,
|
|
148
149
|
C as Button,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
150
|
+
Oe as Calendar,
|
|
151
|
+
ze as Card,
|
|
152
|
+
Ee as CardContent,
|
|
153
|
+
je as CardDescription,
|
|
154
|
+
Ke as CardFooter,
|
|
155
|
+
Ue as CardHeader,
|
|
156
|
+
We as CardTitle,
|
|
157
|
+
ua as Carousel,
|
|
158
|
+
xa as CarouselContent,
|
|
159
|
+
da as CarouselItem,
|
|
160
|
+
Ca as CarouselNext,
|
|
161
|
+
fa as CarouselPrevious,
|
|
162
|
+
ba as ChartContainer,
|
|
163
|
+
sa as ChartLegend,
|
|
164
|
+
ca as ChartLegendContent,
|
|
165
|
+
Sa as ChartStyle,
|
|
166
|
+
Ma as ChartTooltip,
|
|
167
|
+
Ta as ChartTooltipContent,
|
|
168
|
+
Aa as Chat,
|
|
169
|
+
Fa as ChatContainer,
|
|
170
|
+
Ia as ChatForm,
|
|
171
|
+
ha as ChatMessage,
|
|
172
|
+
wa as ChatMessages,
|
|
172
173
|
b as Checkbox,
|
|
173
|
-
|
|
174
|
+
Je as CircularProgress,
|
|
174
175
|
c as Collapsible,
|
|
175
176
|
S as CollapsibleContent,
|
|
176
177
|
M as CollapsibleTrigger,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
178
|
+
Xe as Command,
|
|
179
|
+
Ye as CommandDialog,
|
|
180
|
+
Ze as CommandEmpty,
|
|
181
|
+
_e as CommandGroup,
|
|
182
|
+
$e as CommandInput,
|
|
183
|
+
er as CommandItem,
|
|
184
|
+
rr as CommandList,
|
|
185
|
+
or as CommandSeparator,
|
|
186
|
+
tr as CommandShortcut,
|
|
187
|
+
Ga as Confirmer,
|
|
188
|
+
nr as ContextMenu,
|
|
189
|
+
ir as ContextMenuCheckboxItem,
|
|
190
|
+
pr as ContextMenuContent,
|
|
191
|
+
lr as ContextMenuGroup,
|
|
192
|
+
mr as ContextMenuItem,
|
|
193
|
+
ur as ContextMenuLabel,
|
|
194
|
+
xr as ContextMenuPortal,
|
|
195
|
+
dr as ContextMenuRadioGroup,
|
|
196
|
+
Cr as ContextMenuRadioItem,
|
|
197
|
+
fr as ContextMenuSeparator,
|
|
198
|
+
gr as ContextMenuShortcut,
|
|
199
|
+
br as ContextMenuSub,
|
|
200
|
+
sr as ContextMenuSubContent,
|
|
201
|
+
cr as ContextMenuSubTrigger,
|
|
202
|
+
Sr as ContextMenuTrigger,
|
|
202
203
|
D as CopyButton,
|
|
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
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
204
|
+
yn as DataCrossTable,
|
|
205
|
+
On as DataCrossTableButtonsGroup,
|
|
206
|
+
zn as DataCrossTableProvider,
|
|
207
|
+
Na as DataRepeatTypes,
|
|
208
|
+
jn as DataTable,
|
|
209
|
+
Tr as DatePicker,
|
|
210
|
+
Ar as Dialog,
|
|
211
|
+
Fr as DialogClose,
|
|
212
|
+
Ir as DialogContent,
|
|
213
|
+
wr as DialogDescription,
|
|
214
|
+
Pr as DialogFooter,
|
|
215
|
+
hr as DialogHeader,
|
|
216
|
+
vr as DialogTitle,
|
|
217
|
+
Gr as DialogTrigger,
|
|
218
|
+
Va as DragStepSizes,
|
|
219
|
+
Lr as Drawer,
|
|
220
|
+
Rr as DrawerContent,
|
|
221
|
+
kr as DrawerDescription,
|
|
222
|
+
Hr as DrawerFooter,
|
|
223
|
+
yr as DrawerHeader,
|
|
224
|
+
Nr as DrawerTitle,
|
|
225
|
+
Or as DrawerTrigger,
|
|
226
|
+
zr as DropdownMenu,
|
|
227
|
+
Er as DropdownMenuCheckboxItem,
|
|
228
|
+
jr as DropdownMenuContent,
|
|
229
|
+
Kr as DropdownMenuGroup,
|
|
230
|
+
Ur as DropdownMenuItem,
|
|
231
|
+
Wr as DropdownMenuLabel,
|
|
232
|
+
qr as DropdownMenuPortal,
|
|
233
|
+
Jr as DropdownMenuRadioGroup,
|
|
234
|
+
Qr as DropdownMenuRadioItem,
|
|
235
|
+
Xr as DropdownMenuSeparator,
|
|
236
|
+
Yr as DropdownMenuShortcut,
|
|
237
|
+
Zr as DropdownMenuSub,
|
|
238
|
+
_r as DropdownMenuSubContent,
|
|
239
|
+
$r as DropdownMenuSubTrigger,
|
|
240
|
+
eo as DropdownMenuTrigger,
|
|
241
|
+
Un as ELogicalFilterOperator,
|
|
242
|
+
oo as FilePreview,
|
|
243
|
+
Ra as FilePreviewer,
|
|
244
|
+
ao as FileUploader,
|
|
245
|
+
io as Form,
|
|
246
|
+
po as FormControl,
|
|
247
|
+
lo as FormDescription,
|
|
248
|
+
mo as FormField,
|
|
249
|
+
uo as FormItem,
|
|
250
|
+
xo as FormLabel,
|
|
251
|
+
Co as FormMessage,
|
|
251
252
|
o as Gantt,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
253
|
+
Ea as GanttConsts,
|
|
254
|
+
Ka as GanttDimensions,
|
|
255
|
+
bo as HoverCard,
|
|
256
|
+
so as HoverCardContent,
|
|
257
|
+
co as HoverCardTrigger,
|
|
257
258
|
F as Icon,
|
|
258
259
|
w as Input,
|
|
259
260
|
h as InputOTP,
|
|
260
261
|
v as InputOTPGroup,
|
|
261
262
|
G as InputOTPSlot,
|
|
262
|
-
|
|
263
|
-
|
|
263
|
+
Mo as InputSelector,
|
|
264
|
+
Wa as InterruptPrompt,
|
|
264
265
|
L as Label,
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
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
|
-
|
|
266
|
+
Ja as MarkdownRenderer,
|
|
267
|
+
Do as Menubar,
|
|
268
|
+
Ao as MenubarCheckboxItem,
|
|
269
|
+
Fo as MenubarContent,
|
|
270
|
+
Io as MenubarGroup,
|
|
271
|
+
wo as MenubarItem,
|
|
272
|
+
Po as MenubarLabel,
|
|
273
|
+
ho as MenubarMenu,
|
|
274
|
+
vo as MenubarPortal,
|
|
275
|
+
Go as MenubarRadioGroup,
|
|
276
|
+
Bo as MenubarRadioItem,
|
|
277
|
+
Lo as MenubarSeparator,
|
|
278
|
+
Ro as MenubarShortcut,
|
|
279
|
+
ko as MenubarSub,
|
|
280
|
+
Ho as MenubarSubContent,
|
|
281
|
+
yo as MenubarSubTrigger,
|
|
282
|
+
No as MenubarTrigger,
|
|
283
|
+
Xa as MessageInput,
|
|
284
|
+
Za as MessageList,
|
|
285
|
+
Vo as MultipleSelector,
|
|
286
|
+
$a as NavigationMenu,
|
|
287
|
+
en as NavigationMenuContent,
|
|
288
|
+
rn as NavigationMenuIndicator,
|
|
289
|
+
on as NavigationMenuItem,
|
|
290
|
+
tn as NavigationMenuLink,
|
|
291
|
+
an as NavigationMenuList,
|
|
292
|
+
nn as NavigationMenuTrigger,
|
|
293
|
+
pn as NavigationMenuViewport,
|
|
294
|
+
Eo as Pagination,
|
|
295
|
+
jo as PaginationContent,
|
|
296
|
+
Ko as PaginationEllipsis,
|
|
297
|
+
Uo as PaginationItem,
|
|
298
|
+
Wo as PaginationLink,
|
|
299
|
+
qo as PaginationNext,
|
|
300
|
+
Jo as PaginationPrevious,
|
|
301
|
+
Xo as Popover,
|
|
302
|
+
Yo as PopoverContent,
|
|
303
|
+
Zo as PopoverTrigger,
|
|
303
304
|
k as Progress,
|
|
304
|
-
|
|
305
|
+
$o as PromptSuggestions,
|
|
305
306
|
y as RadioGroup,
|
|
306
307
|
N as RadioGroupItem,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
308
|
+
rt as ResizableHandle,
|
|
309
|
+
ot as ResizablePanel,
|
|
310
|
+
tt as ResizablePanelGroup,
|
|
311
|
+
nt as ScrollArea,
|
|
312
|
+
it as ScrollBar,
|
|
313
|
+
mn as SecurePdfViewer,
|
|
314
|
+
lt as Select,
|
|
315
|
+
mt as SelectContent,
|
|
316
|
+
ut as SelectGroup,
|
|
317
|
+
xt as SelectItem,
|
|
318
|
+
dt as SelectLabel,
|
|
319
|
+
Ct as SelectSeparator,
|
|
320
|
+
ft as SelectTrigger,
|
|
321
|
+
gt as SelectValue,
|
|
321
322
|
V as Separator,
|
|
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
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
323
|
+
st as Sheet,
|
|
324
|
+
ct as SheetContent,
|
|
325
|
+
St as SheetDescription,
|
|
326
|
+
Mt as SheetFooter,
|
|
327
|
+
Tt as SheetHeader,
|
|
328
|
+
Dt as SheetTitle,
|
|
329
|
+
At as SheetTrigger,
|
|
330
|
+
xn as Sidebar,
|
|
331
|
+
dn as SidebarContent,
|
|
332
|
+
Cn as SidebarFooter,
|
|
333
|
+
fn as SidebarGroup,
|
|
334
|
+
gn as SidebarGroupAction,
|
|
335
|
+
bn as SidebarGroupContent,
|
|
336
|
+
sn as SidebarGroupLabel,
|
|
337
|
+
cn as SidebarHeader,
|
|
338
|
+
Sn as SidebarInput,
|
|
339
|
+
Mn as SidebarInset,
|
|
340
|
+
Tn as SidebarMenu,
|
|
341
|
+
Dn as SidebarMenuAction,
|
|
342
|
+
An as SidebarMenuBadge,
|
|
343
|
+
Fn as SidebarMenuButton,
|
|
344
|
+
In as SidebarMenuItem,
|
|
345
|
+
wn as SidebarMenuSkeleton,
|
|
346
|
+
Pn as SidebarMenuSub,
|
|
347
|
+
hn as SidebarMenuSubButton,
|
|
348
|
+
vn as SidebarMenuSubItem,
|
|
349
|
+
Gn as SidebarProvider,
|
|
350
|
+
Bn as SidebarRail,
|
|
351
|
+
Ln as SidebarSeparator,
|
|
352
|
+
Rn as SidebarTrigger,
|
|
352
353
|
E as Skeleton,
|
|
353
|
-
|
|
354
|
+
It as Slider,
|
|
354
355
|
K as Spinner,
|
|
355
356
|
W as Switch,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
357
|
+
Pt as Table,
|
|
358
|
+
ht as TableBody,
|
|
359
|
+
vt as TableCaption,
|
|
360
|
+
Gt as TableCell,
|
|
361
|
+
Bt as TableFooter,
|
|
362
|
+
Lt as TableHead,
|
|
363
|
+
Rt as TableHeader,
|
|
364
|
+
kt as TableRow,
|
|
365
|
+
yt as Tabs,
|
|
366
|
+
Nt as TabsContent,
|
|
367
|
+
Ot as TabsList,
|
|
368
|
+
Vt as TabsTrigger,
|
|
368
369
|
J as Textarea,
|
|
369
|
-
|
|
370
|
-
|
|
370
|
+
Et as ThemeSwitcher,
|
|
371
|
+
Qn as Toaster,
|
|
371
372
|
X as Toggle,
|
|
372
|
-
|
|
373
|
-
|
|
373
|
+
Kt as ToggleGroup,
|
|
374
|
+
Ut as ToggleGroupItem,
|
|
374
375
|
_ as Tooltip,
|
|
375
376
|
$ as TooltipContent,
|
|
376
377
|
ee as TooltipProvider,
|
|
377
378
|
re as TooltipTrigger,
|
|
378
|
-
te as
|
|
379
|
-
|
|
380
|
-
|
|
379
|
+
te as TruncatedCell,
|
|
380
|
+
ne as TypingIndicator,
|
|
381
|
+
qt as Typo,
|
|
382
|
+
Ci as WeeklyCalendar,
|
|
381
383
|
x as badgeVariants,
|
|
382
|
-
|
|
384
|
+
f as buttonVariants,
|
|
383
385
|
Yn as cn,
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
386
|
+
Ba as confirm,
|
|
387
|
+
gi as createActionColumn,
|
|
388
|
+
bi as createBooleanColumn,
|
|
389
|
+
si as createBooleanFilter,
|
|
390
|
+
ci as createComputedColumn,
|
|
391
|
+
Si as createDateColumn,
|
|
392
|
+
Mi as createDateFilter,
|
|
393
|
+
Ti as createDateTimeColumn,
|
|
394
|
+
Di as createDateTimeFilter,
|
|
395
|
+
Ai as createDisplayColumn,
|
|
396
|
+
Fi as createFilterBadge,
|
|
397
|
+
Ii as createFilterBadges,
|
|
398
|
+
wi as createInitialState,
|
|
399
|
+
Pi as createListFilter,
|
|
400
|
+
hi as createMultiSelectColumn,
|
|
401
|
+
vi as createNumberColumn,
|
|
402
|
+
Gi as createNumberFilter,
|
|
403
|
+
Bi as createSingleSelectColumn,
|
|
404
|
+
Li as createSorting,
|
|
405
|
+
Ri as createStringColumn,
|
|
406
|
+
ki as createStringFilter,
|
|
405
407
|
Zn as downloadFile,
|
|
406
|
-
|
|
408
|
+
Hi as getColumnIds,
|
|
407
409
|
_n as hexContrast,
|
|
408
410
|
$n as hexToRgba,
|
|
409
|
-
|
|
410
|
-
|
|
411
|
+
yi as isValidOperatorForType,
|
|
412
|
+
Ni as pinColumns,
|
|
411
413
|
ei as previewFile,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
+
ka as previewFileModal,
|
|
415
|
+
Ha as safePreviewFileModal,
|
|
414
416
|
ri as stringToHexColor,
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
417
|
+
Oi as toSelectOptions,
|
|
418
|
+
Vi as toSelectOptionsFromObjects,
|
|
419
|
+
qn as toast,
|
|
418
420
|
Y as toggleVariants,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
421
|
+
zi as updateColumnListOptions,
|
|
422
|
+
ji as useAudioRecording,
|
|
423
|
+
Ui as useAutoScroll,
|
|
424
|
+
qi as useAutosizeTextArea,
|
|
425
|
+
Qi as useCopyToClipboard,
|
|
426
|
+
Yi as useDebounce,
|
|
427
|
+
Qt as useEditorModal,
|
|
428
|
+
fo as useFormField,
|
|
429
|
+
_i as useIsMobile,
|
|
430
|
+
kn as useSidebar
|
|
429
431
|
};
|