@demokit-ui/demokit 0.1.0
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 +128 -0
- package/dist/app/background-decor.d.ts +1 -0
- package/dist/app/background-decor.js +38 -0
- package/dist/app/container.d.ts +12 -0
- package/dist/app/container.js +29 -0
- package/dist/app/demo1-shell.d.ts +43 -0
- package/dist/app/demo1-shell.js +616 -0
- package/dist/app/tweak-panel.d.ts +22 -0
- package/dist/app/tweak-panel.js +182 -0
- package/dist/components/apexcharts.css +101 -0
- package/dist/components/scrollable.css +120 -0
- package/dist/config/settings.config.d.ts +2 -0
- package/dist/config/settings.config.js +33 -0
- package/dist/config/types.d.ts +50 -0
- package/dist/config.reui.css +337 -0
- package/dist/demos/demo1.css +176 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +484 -0
- package/dist/kit/components/chart/chart/chart.d.ts +57 -0
- package/dist/kit/components/chart/chart/chart.js +206 -0
- package/dist/kit/components/composite/action-bar/action-bar.d.ts +10 -0
- package/dist/kit/components/composite/action-bar/action-bar.js +38 -0
- package/dist/kit/components/composite/action-card/action-card.d.ts +13 -0
- package/dist/kit/components/composite/action-card/action-card.js +35 -0
- package/dist/kit/components/composite/activity-feed/activity-feed.d.ts +17 -0
- package/dist/kit/components/composite/activity-feed/activity-feed.js +26 -0
- package/dist/kit/components/composite/alert-card/alert-card.d.ts +10 -0
- package/dist/kit/components/composite/alert-card/alert-card.js +37 -0
- package/dist/kit/components/composite/approval-flow/approval-flow.d.ts +51 -0
- package/dist/kit/components/composite/approval-flow/approval-flow.js +185 -0
- package/dist/kit/components/composite/auth-shell/auth-shell.d.ts +10 -0
- package/dist/kit/components/composite/auth-shell/auth-shell.js +32 -0
- package/dist/kit/components/composite/board-toolbar/board-toolbar.d.ts +12 -0
- package/dist/kit/components/composite/board-toolbar/board-toolbar.js +44 -0
- package/dist/kit/components/composite/chart-card/chart-card.d.ts +14 -0
- package/dist/kit/components/composite/chart-card/chart-card.js +64 -0
- package/dist/kit/components/composite/chart-toolbar/chart-toolbar.d.ts +17 -0
- package/dist/kit/components/composite/chart-toolbar/chart-toolbar.js +48 -0
- package/dist/kit/components/composite/data-section/data-section.d.ts +17 -0
- package/dist/kit/components/composite/data-section/data-section.js +73 -0
- package/dist/kit/components/composite/description-grid/description-grid.d.ts +12 -0
- package/dist/kit/components/composite/description-grid/description-grid.js +36 -0
- package/dist/kit/components/composite/detail-header/detail-header.d.ts +19 -0
- package/dist/kit/components/composite/detail-header/detail-header.js +43 -0
- package/dist/kit/components/composite/filter-panel/filter-panel.d.ts +18 -0
- package/dist/kit/components/composite/filter-panel/filter-panel.js +86 -0
- package/dist/kit/components/composite/filter-toolbar/filter-toolbar.d.ts +14 -0
- package/dist/kit/components/composite/filter-toolbar/filter-toolbar.js +59 -0
- package/dist/kit/components/composite/forgot-password-form/forgot-password-form.d.ts +9 -0
- package/dist/kit/components/composite/forgot-password-form/forgot-password-form.js +34 -0
- package/dist/kit/components/composite/form-section/form-section.d.ts +9 -0
- package/dist/kit/components/composite/form-section/form-section.js +16 -0
- package/dist/kit/components/composite/kanban-board/kanban-board.d.ts +50 -0
- package/dist/kit/components/composite/kanban-board/kanban-board.js +55 -0
- package/dist/kit/components/composite/login-card/login-card.d.ts +33 -0
- package/dist/kit/components/composite/login-card/login-card.js +138 -0
- package/dist/kit/components/composite/message-list-card/message-list-card.d.ts +20 -0
- package/dist/kit/components/composite/message-list-card/message-list-card.js +83 -0
- package/dist/kit/components/composite/metric-card/metric-card.d.ts +18 -0
- package/dist/kit/components/composite/metric-card/metric-card.js +37 -0
- package/dist/kit/components/composite/milestone-card/milestone-card.d.ts +12 -0
- package/dist/kit/components/composite/milestone-card/milestone-card.js +33 -0
- package/dist/kit/components/composite/oauth-login-buttons/oauth-login-buttons.d.ts +14 -0
- package/dist/kit/components/composite/oauth-login-buttons/oauth-login-buttons.js +32 -0
- package/dist/kit/components/composite/page-header/page-header.d.ts +12 -0
- package/dist/kit/components/composite/page-header/page-header.js +66 -0
- package/dist/kit/components/composite/profile-card/profile-card.d.ts +16 -0
- package/dist/kit/components/composite/profile-card/profile-card.js +28 -0
- package/dist/kit/components/composite/progress-card/progress-card.d.ts +16 -0
- package/dist/kit/components/composite/progress-card/progress-card.js +23 -0
- package/dist/kit/components/composite/project-card/project-card.d.ts +17 -0
- package/dist/kit/components/composite/project-card/project-card.js +46 -0
- package/dist/kit/components/composite/shortcut-card/shortcut-card.d.ts +13 -0
- package/dist/kit/components/composite/shortcut-card/shortcut-card.js +35 -0
- package/dist/kit/components/composite/sprint-summary/sprint-summary.d.ts +15 -0
- package/dist/kit/components/composite/sprint-summary/sprint-summary.js +43 -0
- package/dist/kit/components/composite/state-panel/state-panel.d.ts +12 -0
- package/dist/kit/components/composite/state-panel/state-panel.js +79 -0
- package/dist/kit/components/composite/summary-card/summary-card.d.ts +15 -0
- package/dist/kit/components/composite/summary-card/summary-card.js +25 -0
- package/dist/kit/components/composite/task-card/task-card.d.ts +14 -0
- package/dist/kit/components/composite/task-card/task-card.js +49 -0
- package/dist/kit/components/composite/timeline/timeline.d.ts +46 -0
- package/dist/kit/components/composite/timeline/timeline.js +176 -0
- package/dist/kit/components/composite/todo-card/todo-card.d.ts +26 -0
- package/dist/kit/components/composite/todo-card/todo-card.js +101 -0
- package/dist/kit/components/data-display/avatar/avatar.d.ts +12 -0
- package/dist/kit/components/data-display/avatar/avatar.js +61 -0
- package/dist/kit/components/data-display/avatar-group/avatar-group.d.ts +22 -0
- package/dist/kit/components/data-display/avatar-group/avatar-group.js +184 -0
- package/dist/kit/components/data-display/badge/badge.d.ts +29 -0
- package/dist/kit/components/data-display/badge/badge.js +203 -0
- package/dist/kit/components/data-display/card/card.d.ts +15 -0
- package/dist/kit/components/data-display/card/card.js +119 -0
- package/dist/kit/components/data-display/data-grid/data-grid-column-filter.d.ts +15 -0
- package/dist/kit/components/data-display/data-grid/data-grid-column-filter.js +74 -0
- package/dist/kit/components/data-display/data-grid/data-grid-column-header.d.ts +12 -0
- package/dist/kit/components/data-display/data-grid/data-grid-column-header.js +171 -0
- package/dist/kit/components/data-display/data-grid/data-grid-column-visibility.d.ts +7 -0
- package/dist/kit/components/data-display/data-grid/data-grid-column-visibility.js +24 -0
- package/dist/kit/components/data-display/data-grid/data-grid-pagination.d.ts +15 -0
- package/dist/kit/components/data-display/data-grid/data-grid-pagination.js +132 -0
- package/dist/kit/components/data-display/data-grid/data-grid-table-dnd-rows.d.ts +9 -0
- package/dist/kit/components/data-display/data-grid/data-grid-table-dnd-rows.js +61 -0
- package/dist/kit/components/data-display/data-grid/data-grid-table-dnd.d.ts +5 -0
- package/dist/kit/components/data-display/data-grid/data-grid-table-dnd.js +86 -0
- package/dist/kit/components/data-display/data-grid/data-grid-table.d.ts +59 -0
- package/dist/kit/components/data-display/data-grid/data-grid-table.js +356 -0
- package/dist/kit/components/data-display/data-grid/data-grid.d.ts +87 -0
- package/dist/kit/components/data-display/data-grid/data-grid.js +87 -0
- package/dist/kit/components/data-display/kbd/kbd.d.ts +8 -0
- package/dist/kit/components/data-display/kbd/kbd.js +27 -0
- package/dist/kit/components/data-display/money-amount/money-amount.d.ts +27 -0
- package/dist/kit/components/data-display/money-amount/money-amount.js +91 -0
- package/dist/kit/components/data-display/progress/progress.d.ts +6 -0
- package/dist/kit/components/data-display/progress/progress.js +29 -0
- package/dist/kit/components/data-display/skeleton/skeleton.d.ts +3 -0
- package/dist/kit/components/data-display/skeleton/skeleton.js +8 -0
- package/dist/kit/components/data-display/sliding-number/sliding-number.d.ts +7 -0
- package/dist/kit/components/data-display/sliding-number/sliding-number.js +41 -0
- package/dist/kit/components/data-display/stepper/stepper.d.ts +61 -0
- package/dist/kit/components/data-display/stepper/stepper.js +230 -0
- package/dist/kit/components/data-display/table/table.d.ts +28 -0
- package/dist/kit/components/data-display/table/table.js +156 -0
- package/dist/kit/components/decorative/aurora-background/aurora-background.d.ts +7 -0
- package/dist/kit/components/decorative/aurora-background/aurora-background.js +60 -0
- package/dist/kit/components/decorative/grid-background/grid-background.d.ts +22 -0
- package/dist/kit/components/decorative/grid-background/grid-background.js +46 -0
- package/dist/kit/components/decorative/shimmering-text/shimmering-text.d.ts +29 -0
- package/dist/kit/components/decorative/shimmering-text/shimmering-text.js +64 -0
- package/dist/kit/components/decorative/text-reveal/text-reveal.d.ts +17 -0
- package/dist/kit/components/decorative/text-reveal/text-reveal.js +277 -0
- package/dist/kit/components/feedback/alert/alert.d.ts +21 -0
- package/dist/kit/components/feedback/alert/alert.js +236 -0
- package/dist/kit/components/feedback/alert-dialog/alert-dialog.d.ts +16 -0
- package/dist/kit/components/feedback/alert-dialog/alert-dialog.js +117 -0
- package/dist/kit/components/feedback/context-menu/context-menu.d.ts +24 -0
- package/dist/kit/components/feedback/context-menu/context-menu.js +183 -0
- package/dist/kit/components/feedback/dialog/dialog.d.ts +22 -0
- package/dist/kit/components/feedback/dialog/dialog.js +120 -0
- package/dist/kit/components/feedback/drawer/drawer.d.ts +13 -0
- package/dist/kit/components/feedback/drawer/drawer.js +76 -0
- package/dist/kit/components/feedback/dropdown-menu/dropdown-menu.d.ts +25 -0
- package/dist/kit/components/feedback/dropdown-menu/dropdown-menu.js +200 -0
- package/dist/kit/components/feedback/hover-card/hover-card.d.ts +6 -0
- package/dist/kit/components/feedback/hover-card/hover-card.js +34 -0
- package/dist/kit/components/feedback/popover/popover.d.ts +6 -0
- package/dist/kit/components/feedback/popover/popover.js +34 -0
- package/dist/kit/components/feedback/sheet/sheet.d.ts +22 -0
- package/dist/kit/components/feedback/sheet/sheet.js +128 -0
- package/dist/kit/components/feedback/sonner/sonner.d.ts +5 -0
- package/dist/kit/components/feedback/sonner/sonner.js +21 -0
- package/dist/kit/components/feedback/title-help/title-help.d.ts +10 -0
- package/dist/kit/components/feedback/title-help/title-help.js +44 -0
- package/dist/kit/components/feedback/tooltip/tooltip.d.ts +11 -0
- package/dist/kit/components/feedback/tooltip/tooltip.js +49 -0
- package/dist/kit/components/form/button/button.d.ts +23 -0
- package/dist/kit/components/form/button/button.js +380 -0
- package/dist/kit/components/form/calendar/calendar.d.ts +4 -0
- package/dist/kit/components/form/calendar/calendar.js +47 -0
- package/dist/kit/components/form/checkbox/checkbox.d.ts +8 -0
- package/dist/kit/components/form/checkbox/checkbox.js +39 -0
- package/dist/kit/components/form/command/command.d.ts +21 -0
- package/dist/kit/components/form/command/command.js +116 -0
- package/dist/kit/components/form/datefield/datefield.d.ts +14 -0
- package/dist/kit/components/form/datefield/datefield.js +74 -0
- package/dist/kit/components/form/file-upload/file-upload.d.ts +56 -0
- package/dist/kit/components/form/file-upload/file-upload.js +338 -0
- package/dist/kit/components/form/form/form.d.ts +24 -0
- package/dist/kit/components/form/form/form.js +86 -0
- package/dist/kit/components/form/input/input.d.ts +22 -0
- package/dist/kit/components/form/input/input.js +182 -0
- package/dist/kit/components/form/label/label.d.ts +8 -0
- package/dist/kit/components/form/label/label.js +28 -0
- package/dist/kit/components/form/radio-group/radio-group.d.ts +13 -0
- package/dist/kit/components/form/radio-group/radio-group.js +79 -0
- package/dist/kit/components/form/select/select.d.ts +25 -0
- package/dist/kit/components/form/select/select.js +194 -0
- package/dist/kit/components/form/slider/slider.d.ts +5 -0
- package/dist/kit/components/form/slider/slider.js +34 -0
- package/dist/kit/components/form/switch/switch.d.ts +20 -0
- package/dist/kit/components/form/switch/switch.js +158 -0
- package/dist/kit/components/form/textarea/textarea.d.ts +7 -0
- package/dist/kit/components/form/textarea/textarea.js +34 -0
- package/dist/kit/components/form/toggle/toggle.d.ts +9 -0
- package/dist/kit/components/form/toggle/toggle.js +36 -0
- package/dist/kit/components/form/toggle-group/toggle-group.d.ts +7 -0
- package/dist/kit/components/form/toggle-group/toggle-group.js +62 -0
- package/dist/kit/components/index.d.ts +108 -0
- package/dist/kit/components/layout/accordion/accordion.d.ts +13 -0
- package/dist/kit/components/layout/accordion/accordion.js +124 -0
- package/dist/kit/components/layout/aspect-ratio/aspect-ratio.d.ts +4 -0
- package/dist/kit/components/layout/aspect-ratio/aspect-ratio.js +8 -0
- package/dist/kit/components/layout/collapsible/collapsible.d.ts +6 -0
- package/dist/kit/components/layout/collapsible/collapsible.js +32 -0
- package/dist/kit/components/layout/resizable/resizable.d.ts +24 -0
- package/dist/kit/components/layout/resizable/resizable.js +32 -0
- package/dist/kit/components/layout/scroll-area/scroll-area.d.ts +8 -0
- package/dist/kit/components/layout/scroll-area/scroll-area.js +48 -0
- package/dist/kit/components/layout/separator/separator.d.ts +4 -0
- package/dist/kit/components/layout/separator/separator.js +23 -0
- package/dist/kit/components/navigation/accordion-menu/accordion-menu.d.ts +51 -0
- package/dist/kit/components/navigation/accordion-menu/accordion-menu.js +290 -0
- package/dist/kit/components/navigation/breadcrumb/breadcrumb.d.ts +13 -0
- package/dist/kit/components/navigation/breadcrumb/breadcrumb.js +76 -0
- package/dist/kit/components/navigation/menubar/menubar.d.ts +25 -0
- package/dist/kit/components/navigation/menubar/menubar.js +218 -0
- package/dist/kit/components/navigation/navigation-menu/navigation-menu.d.ts +14 -0
- package/dist/kit/components/navigation/navigation-menu/navigation-menu.js +137 -0
- package/dist/kit/components/navigation/pagination/pagination.d.ts +6 -0
- package/dist/kit/components/navigation/pagination/pagination.js +38 -0
- package/dist/kit/components/navigation/scrollspy/scrollspy.d.ts +14 -0
- package/dist/kit/components/navigation/scrollspy/scrollspy.js +84 -0
- package/dist/kit/components/navigation/tabs/tabs.d.ts +16 -0
- package/dist/kit/components/navigation/tabs/tabs.js +172 -0
- package/dist/kit/themes/theme-toggle.d.ts +1 -0
- package/dist/kit/themes/theme-toggle.js +56 -0
- package/dist/kit/tokens/chart-palette.d.ts +1 -0
- package/dist/kit/tokens/chart-palette.js +12 -0
- package/dist/lib/utils.d.ts +8 -0
- package/dist/lib/utils.js +8 -0
- package/dist/providers/demokit-provider.d.ts +4 -0
- package/dist/providers/demokit-provider.js +9 -0
- package/dist/providers/settings-provider.d.ts +15 -0
- package/dist/providers/settings-provider.js +78 -0
- package/dist/providers/theme-provider.d.ts +4 -0
- package/dist/providers/theme-provider.js +9 -0
- package/dist/providers/tooltips-provider.d.ts +4 -0
- package/dist/providers/tooltips-provider.js +8 -0
- package/dist/styles.css +237 -0
- package/package.json +72 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,484 @@
|
|
|
1
|
+
import { ThemeToggle as o } from "./kit/themes/theme-toggle.js";
|
|
2
|
+
import { useChartPalette as a } from "./kit/tokens/chart-palette.js";
|
|
3
|
+
import { Container as i } from "./app/container.js";
|
|
4
|
+
import { BackgroundDecor as p } from "./app/background-decor.js";
|
|
5
|
+
import { Demo1Shell as d } from "./app/demo1-shell.js";
|
|
6
|
+
import { TweakPanel as x, TweakScope as g } from "./app/tweak-panel.js";
|
|
7
|
+
import { SettingsProvider as f, useOptionalSettings as b, useSettings as S } from "./providers/settings-provider.js";
|
|
8
|
+
import { ThemeProvider as T } from "./providers/theme-provider.js";
|
|
9
|
+
import { TooltipsProvider as s } from "./providers/tooltips-provider.js";
|
|
10
|
+
import { DemoKitProvider as A } from "./providers/demokit-provider.js";
|
|
11
|
+
import { APP_SETTINGS as G } from "./config/settings.config.js";
|
|
12
|
+
import { cn as P } from "./lib/utils.js";
|
|
13
|
+
import { Accordion as v, AccordionContent as F, AccordionItem as B, AccordionTrigger as y } from "./kit/components/layout/accordion/accordion.js";
|
|
14
|
+
import { AccordionMenu as L, AccordionMenuGroup as H, AccordionMenuIndicator as k, AccordionMenuItem as N, AccordionMenuLabel as V, AccordionMenuSeparator as E, AccordionMenuSub as O, AccordionMenuSubContent as K, AccordionMenuSubTrigger as U } from "./kit/components/navigation/accordion-menu/accordion-menu.js";
|
|
15
|
+
import { ActionBar as _ } from "./kit/components/composite/action-bar/action-bar.js";
|
|
16
|
+
import { ActionCard as j } from "./kit/components/composite/action-card/action-card.js";
|
|
17
|
+
import { ActivityFeed as Y } from "./kit/components/composite/activity-feed/activity-feed.js";
|
|
18
|
+
import { Alert as J, AlertContent as X, AlertDescription as Z, AlertIcon as $, AlertTitle as ee, AlertToolbar as re } from "./kit/components/feedback/alert/alert.js";
|
|
19
|
+
import { AlertCard as te } from "./kit/components/composite/alert-card/alert-card.js";
|
|
20
|
+
import { AlertDialog as ne, AlertDialogAction as ie, AlertDialogCancel as le, AlertDialogContent as pe, AlertDialogDescription as me, AlertDialogFooter as de, AlertDialogHeader as ue, AlertDialogOverlay as xe, AlertDialogPortal as ge, AlertDialogTitle as Ce, AlertDialogTrigger as fe } from "./kit/components/feedback/alert-dialog/alert-dialog.js";
|
|
21
|
+
import { ApprovalFlow as Se, ApprovalFlowStep as ce } from "./kit/components/composite/approval-flow/approval-flow.js";
|
|
22
|
+
import { AspectRatio as De } from "./kit/components/layout/aspect-ratio/aspect-ratio.js";
|
|
23
|
+
import { AuroraBackground as Me } from "./kit/components/decorative/aurora-background/aurora-background.js";
|
|
24
|
+
import { AuthMethodTabs as we, LoginCard as Ge, MfaVerifyForm as he, PasswordLoginForm as Pe, QrCodeLoginPanel as Ie, SmsLoginForm as ve, SsoLoginPanel as Fe, TenantSelector as Be } from "./kit/components/composite/login-card/login-card.js";
|
|
25
|
+
import { AuthShell as Re } from "./kit/components/composite/auth-shell/auth-shell.js";
|
|
26
|
+
import { Avatar as He, AvatarFallback as ke, AvatarImage as Ne, AvatarIndicator as Ve, AvatarStatus as Ee, avatarStatusVariants as Oe } from "./kit/components/data-display/avatar/avatar.js";
|
|
27
|
+
import { AvatarGroup as Ue, AvatarGroupItem as ze, AvatarGroupTooltip as _e } from "./kit/components/data-display/avatar-group/avatar-group.js";
|
|
28
|
+
import { Badge as je, BadgeButton as Qe, BadgeDot as Ye, badgeVariants as qe } from "./kit/components/data-display/badge/badge.js";
|
|
29
|
+
import { BoardToolbar as Xe } from "./kit/components/composite/board-toolbar/board-toolbar.js";
|
|
30
|
+
import { Breadcrumb as $e, BreadcrumbEllipsis as er, BreadcrumbItem as rr, BreadcrumbLink as or, BreadcrumbList as tr, BreadcrumbPage as ar, BreadcrumbSeparator as nr } from "./kit/components/navigation/breadcrumb/breadcrumb.js";
|
|
31
|
+
import { Button as lr, ButtonArrow as pr, buttonVariants as mr } from "./kit/components/form/button/button.js";
|
|
32
|
+
import { Calendar as ur } from "./kit/components/form/calendar/calendar.js";
|
|
33
|
+
import { Card as gr, CardContent as Cr, CardDescription as fr, CardFooter as br, CardHeader as Sr, CardHeading as cr, CardTable as Tr, CardTitle as Dr, CardToolbar as sr } from "./kit/components/data-display/card/card.js";
|
|
34
|
+
import { ChartCard as Ar } from "./kit/components/composite/chart-card/chart-card.js";
|
|
35
|
+
import { ChartContainer as Gr, ChartLegend as hr, ChartLegendContent as Pr, ChartStyle as Ir, ChartTooltip as vr, ChartTooltipContent as Fr, ChartUnit as Br } from "./kit/components/chart/chart/chart.js";
|
|
36
|
+
import { ChartToolbar as Rr } from "./kit/components/composite/chart-toolbar/chart-toolbar.js";
|
|
37
|
+
import { Checkbox as Hr } from "./kit/components/form/checkbox/checkbox.js";
|
|
38
|
+
import { Collapsible as Nr, CollapsibleContent as Vr, CollapsibleTrigger as Er } from "./kit/components/layout/collapsible/collapsible.js";
|
|
39
|
+
import { Command as Kr, CommandCheck as Ur, CommandDialog as zr, CommandEmpty as _r, CommandGroup as Wr, CommandInput as jr, CommandItem as Qr, CommandList as Yr, CommandSeparator as qr, CommandShortcut as Jr } from "./kit/components/form/command/command.js";
|
|
40
|
+
import { ContextMenu as Zr, ContextMenuCheckboxItem as $r, ContextMenuContent as eo, ContextMenuGroup as ro, ContextMenuItem as oo, ContextMenuLabel as to, ContextMenuPortal as ao, ContextMenuRadioGroup as no, ContextMenuRadioItem as io, ContextMenuSeparator as lo, ContextMenuShortcut as po, ContextMenuSub as mo, ContextMenuSubContent as uo, ContextMenuSubTrigger as xo, ContextMenuTrigger as go } from "./kit/components/feedback/context-menu/context-menu.js";
|
|
41
|
+
import { DataGrid as fo, DataGridContainer as bo, DataGridProvider as So, useDataGrid as co } from "./kit/components/data-display/data-grid/data-grid.js";
|
|
42
|
+
import { DataGridColumnFilter as Do } from "./kit/components/data-display/data-grid/data-grid-column-filter.js";
|
|
43
|
+
import { DataGridColumnHeader as Mo } from "./kit/components/data-display/data-grid/data-grid-column-header.js";
|
|
44
|
+
import { DataGridColumnVisibility as wo } from "./kit/components/data-display/data-grid/data-grid-column-visibility.js";
|
|
45
|
+
import { DataGridPagination as ho } from "./kit/components/data-display/data-grid/data-grid-pagination.js";
|
|
46
|
+
import { DataGridTable as Io, DataGridTableBase as vo, DataGridTableBody as Fo, DataGridTableBodyRow as Bo, DataGridTableBodyRowCell as yo, DataGridTableBodyRowExpandded as Ro, DataGridTableBodyRowSkeleton as Lo, DataGridTableBodyRowSkeletonCell as Ho, DataGridTableEmpty as ko, DataGridTableHead as No, DataGridTableHeadRow as Vo, DataGridTableHeadRowCell as Eo, DataGridTableHeadRowCellResize as Oo, DataGridTableLoader as Ko, DataGridTableRowSelect as Uo, DataGridTableRowSelectAll as zo, DataGridTableRowSpacer as _o } from "./kit/components/data-display/data-grid/data-grid-table.js";
|
|
47
|
+
import { DataGridTableDnd as jo } from "./kit/components/data-display/data-grid/data-grid-table-dnd.js";
|
|
48
|
+
import { DataGridTableDndRowHandle as Yo, DataGridTableDndRows as qo } from "./kit/components/data-display/data-grid/data-grid-table-dnd-rows.js";
|
|
49
|
+
import { DataSection as Xo } from "./kit/components/composite/data-section/data-section.js";
|
|
50
|
+
import { DateField as $o, DateInput as et, DateSegment as rt, TimeField as ot, dateInputStyles as tt } from "./kit/components/form/datefield/datefield.js";
|
|
51
|
+
import { DescriptionGrid as nt } from "./kit/components/composite/description-grid/description-grid.js";
|
|
52
|
+
import { DetailHeader as lt } from "./kit/components/composite/detail-header/detail-header.js";
|
|
53
|
+
import { Dialog as mt, DialogBody as dt, DialogClose as ut, DialogContent as xt, DialogDescription as gt, DialogFooter as Ct, DialogHeader as ft, DialogOverlay as bt, DialogPortal as St, DialogTitle as ct, DialogTrigger as Tt } from "./kit/components/feedback/dialog/dialog.js";
|
|
54
|
+
import { Drawer as st, DrawerClose as Mt, DrawerContent as At, DrawerDescription as wt, DrawerFooter as Gt, DrawerHeader as ht, DrawerOverlay as Pt, DrawerPortal as It, DrawerTitle as vt, DrawerTrigger as Ft } from "./kit/components/feedback/drawer/drawer.js";
|
|
55
|
+
import { DropdownMenu as yt, DropdownMenuCheckboxItem as Rt, DropdownMenuContent as Lt, DropdownMenuGroup as Ht, DropdownMenuItem as kt, DropdownMenuLabel as Nt, DropdownMenuPortal as Vt, DropdownMenuRadioGroup as Et, DropdownMenuRadioItem as Ot, DropdownMenuSeparator as Kt, DropdownMenuShortcut as Ut, DropdownMenuSub as zt, DropdownMenuSubContent as _t, DropdownMenuSubTrigger as Wt, DropdownMenuTrigger as jt } from "./kit/components/feedback/dropdown-menu/dropdown-menu.js";
|
|
56
|
+
import { FileUpload as Yt, formatBytes as qt, useFileUpload as Jt } from "./kit/components/form/file-upload/file-upload.js";
|
|
57
|
+
import { FilterPanel as Zt, FilterPanelField as $t, FilterPanelGrid as ea } from "./kit/components/composite/filter-panel/filter-panel.js";
|
|
58
|
+
import { FilterToolbar as oa } from "./kit/components/composite/filter-toolbar/filter-toolbar.js";
|
|
59
|
+
import { ForgotPasswordForm as aa } from "./kit/components/composite/forgot-password-form/forgot-password-form.js";
|
|
60
|
+
import { Form as ia, FormControl as la, FormDescription as pa, FormField as ma, FormItem as da, FormLabel as ua, FormMessage as xa, useFormField as ga } from "./kit/components/form/form/form.js";
|
|
61
|
+
import { FormSection as fa } from "./kit/components/composite/form-section/form-section.js";
|
|
62
|
+
import { GridBackground as Sa } from "./kit/components/decorative/grid-background/grid-background.js";
|
|
63
|
+
import { HoverCard as Ta, HoverCardContent as Da, HoverCardTrigger as sa } from "./kit/components/feedback/hover-card/hover-card.js";
|
|
64
|
+
import { Input as Aa, InputAddon as wa, InputGroup as Ga, InputWrapper as ha, NativeDateInput as Pa, inputAddonVariants as Ia, inputVariants as va } from "./kit/components/form/input/input.js";
|
|
65
|
+
import { KanbanBoard as Ba, KanbanCard as ya, KanbanColumn as Ra, KanbanSwimlane as La } from "./kit/components/composite/kanban-board/kanban-board.js";
|
|
66
|
+
import { Kbd as ka, kbdVariants as Na } from "./kit/components/data-display/kbd/kbd.js";
|
|
67
|
+
import { Label as Ea } from "./kit/components/form/label/label.js";
|
|
68
|
+
import { MONEY_UNIT_LABELS as Ka, MoneyAmount as Ua, formatMoneyAmount as za } from "./kit/components/data-display/money-amount/money-amount.js";
|
|
69
|
+
import { Menubar as Wa, MenubarCheckboxItem as ja, MenubarContent as Qa, MenubarGroup as Ya, MenubarItem as qa, MenubarLabel as Ja, MenubarMenu as Xa, MenubarPortal as Za, MenubarRadioGroup as $a, MenubarRadioItem as en, MenubarSeparator as rn, MenubarShortcut as on, MenubarSub as tn, MenubarSubContent as an, MenubarSubTrigger as nn, MenubarTrigger as ln } from "./kit/components/navigation/menubar/menubar.js";
|
|
70
|
+
import { MessageListCard as mn } from "./kit/components/composite/message-list-card/message-list-card.js";
|
|
71
|
+
import { MetricCard as un } from "./kit/components/composite/metric-card/metric-card.js";
|
|
72
|
+
import { MilestoneCard as gn } from "./kit/components/composite/milestone-card/milestone-card.js";
|
|
73
|
+
import { NavigationMenu as fn, NavigationMenuContent as bn, NavigationMenuIndicator as Sn, NavigationMenuItem as cn, NavigationMenuLink as Tn, NavigationMenuList as Dn, NavigationMenuTrigger as sn, NavigationMenuViewport as Mn, navigationMenuTriggerStyle as An } from "./kit/components/navigation/navigation-menu/navigation-menu.js";
|
|
74
|
+
import { OAuthLoginButtons as Gn } from "./kit/components/composite/oauth-login-buttons/oauth-login-buttons.js";
|
|
75
|
+
import { PageHeader as Pn } from "./kit/components/composite/page-header/page-header.js";
|
|
76
|
+
import { Pagination as vn, PaginationContent as Fn, PaginationEllipsis as Bn, PaginationItem as yn } from "./kit/components/navigation/pagination/pagination.js";
|
|
77
|
+
import { Popover as Ln, PopoverContent as Hn, PopoverTrigger as kn } from "./kit/components/feedback/popover/popover.js";
|
|
78
|
+
import { ProfileCard as Vn } from "./kit/components/composite/profile-card/profile-card.js";
|
|
79
|
+
import { Progress as On } from "./kit/components/data-display/progress/progress.js";
|
|
80
|
+
import { ProgressCard as Un } from "./kit/components/composite/progress-card/progress-card.js";
|
|
81
|
+
import { ProjectCard as _n } from "./kit/components/composite/project-card/project-card.js";
|
|
82
|
+
import { RadioGroup as jn, RadioGroupItem as Qn } from "./kit/components/form/radio-group/radio-group.js";
|
|
83
|
+
import { ResizableHandle as qn, ResizablePanel as Jn, ResizablePanelGroup as Xn } from "./kit/components/layout/resizable/resizable.js";
|
|
84
|
+
import { ScrollArea as $n, ScrollBar as ei } from "./kit/components/layout/scroll-area/scroll-area.js";
|
|
85
|
+
import { Scrollspy as oi } from "./kit/components/navigation/scrollspy/scrollspy.js";
|
|
86
|
+
import { Select as ai, SelectContent as ni, SelectGroup as ii, SelectIndicator as li, SelectItem as pi, SelectLabel as mi, SelectScrollDownButton as di, SelectScrollUpButton as ui, SelectSeparator as xi, SelectTrigger as gi, SelectValue as Ci } from "./kit/components/form/select/select.js";
|
|
87
|
+
import { Separator as bi } from "./kit/components/layout/separator/separator.js";
|
|
88
|
+
import { Sheet as ci, SheetBody as Ti, SheetClose as Di, SheetContent as si, SheetDescription as Mi, SheetFooter as Ai, SheetHeader as wi, SheetOverlay as Gi, SheetPortal as hi, SheetTitle as Pi, SheetTrigger as Ii } from "./kit/components/feedback/sheet/sheet.js";
|
|
89
|
+
import { ShimmeringText as Fi } from "./kit/components/decorative/shimmering-text/shimmering-text.js";
|
|
90
|
+
import { ShortcutCard as yi } from "./kit/components/composite/shortcut-card/shortcut-card.js";
|
|
91
|
+
import { Skeleton as Li } from "./kit/components/data-display/skeleton/skeleton.js";
|
|
92
|
+
import { Slider as ki, SliderThumb as Ni } from "./kit/components/form/slider/slider.js";
|
|
93
|
+
import { SlidingNumber as Ei } from "./kit/components/data-display/sliding-number/sliding-number.js";
|
|
94
|
+
import { SprintSummary as Ki } from "./kit/components/composite/sprint-summary/sprint-summary.js";
|
|
95
|
+
import { StatePanel as zi } from "./kit/components/composite/state-panel/state-panel.js";
|
|
96
|
+
import { Stepper as Wi, StepperContent as ji, StepperDescription as Qi, StepperIndicator as Yi, StepperItem as qi, StepperNav as Ji, StepperPanel as Xi, StepperSeparator as Zi, StepperTitle as $i, StepperTrigger as el, useStepItem as rl, useStepper as ol } from "./kit/components/data-display/stepper/stepper.js";
|
|
97
|
+
import { SummaryCard as al } from "./kit/components/composite/summary-card/summary-card.js";
|
|
98
|
+
import { Switch as il, SwitchIndicator as ll, SwitchWrapper as pl } from "./kit/components/form/switch/switch.js";
|
|
99
|
+
import { Table as dl, TableBody as ul, TableCaption as xl, TableCell as gl, TableFooter as Cl, TableHead as fl, TableHeader as bl, TableRow as Sl, TableSortableHead as cl, TableStickyCell as Tl, TableStickyHead as Dl } from "./kit/components/data-display/table/table.js";
|
|
100
|
+
import { Tabs as Ml, TabsContent as Al, TabsList as wl, TabsTrigger as Gl } from "./kit/components/navigation/tabs/tabs.js";
|
|
101
|
+
import { TaskCard as Pl } from "./kit/components/composite/task-card/task-card.js";
|
|
102
|
+
import { TextReveal as vl } from "./kit/components/decorative/text-reveal/text-reveal.js";
|
|
103
|
+
import { Textarea as Bl, textareaVariants as yl } from "./kit/components/form/textarea/textarea.js";
|
|
104
|
+
import { Timeline as Ll, TimelineItem as Hl } from "./kit/components/composite/timeline/timeline.js";
|
|
105
|
+
import { TitleHelp as Nl } from "./kit/components/feedback/title-help/title-help.js";
|
|
106
|
+
import { Toaster as El } from "./kit/components/feedback/sonner/sonner.js";
|
|
107
|
+
import { TodoCard as Kl } from "./kit/components/composite/todo-card/todo-card.js";
|
|
108
|
+
import { Toggle as zl, toggleVariants as _l } from "./kit/components/form/toggle/toggle.js";
|
|
109
|
+
import { ToggleGroup as jl, ToggleGroupItem as Ql } from "./kit/components/form/toggle-group/toggle-group.js";
|
|
110
|
+
import { Tooltip as ql, TooltipContent as Jl, TooltipProvider as Xl, TooltipTrigger as Zl } from "./kit/components/feedback/tooltip/tooltip.js";
|
|
111
|
+
export {
|
|
112
|
+
G as APP_SETTINGS,
|
|
113
|
+
v as Accordion,
|
|
114
|
+
F as AccordionContent,
|
|
115
|
+
B as AccordionItem,
|
|
116
|
+
L as AccordionMenu,
|
|
117
|
+
H as AccordionMenuGroup,
|
|
118
|
+
k as AccordionMenuIndicator,
|
|
119
|
+
N as AccordionMenuItem,
|
|
120
|
+
V as AccordionMenuLabel,
|
|
121
|
+
E as AccordionMenuSeparator,
|
|
122
|
+
O as AccordionMenuSub,
|
|
123
|
+
K as AccordionMenuSubContent,
|
|
124
|
+
U as AccordionMenuSubTrigger,
|
|
125
|
+
y as AccordionTrigger,
|
|
126
|
+
_ as ActionBar,
|
|
127
|
+
j as ActionCard,
|
|
128
|
+
Y as ActivityFeed,
|
|
129
|
+
J as Alert,
|
|
130
|
+
te as AlertCard,
|
|
131
|
+
X as AlertContent,
|
|
132
|
+
Z as AlertDescription,
|
|
133
|
+
ne as AlertDialog,
|
|
134
|
+
ie as AlertDialogAction,
|
|
135
|
+
le as AlertDialogCancel,
|
|
136
|
+
pe as AlertDialogContent,
|
|
137
|
+
me as AlertDialogDescription,
|
|
138
|
+
de as AlertDialogFooter,
|
|
139
|
+
ue as AlertDialogHeader,
|
|
140
|
+
xe as AlertDialogOverlay,
|
|
141
|
+
ge as AlertDialogPortal,
|
|
142
|
+
Ce as AlertDialogTitle,
|
|
143
|
+
fe as AlertDialogTrigger,
|
|
144
|
+
$ as AlertIcon,
|
|
145
|
+
ee as AlertTitle,
|
|
146
|
+
re as AlertToolbar,
|
|
147
|
+
Se as ApprovalFlow,
|
|
148
|
+
ce as ApprovalFlowStep,
|
|
149
|
+
De as AspectRatio,
|
|
150
|
+
Me as AuroraBackground,
|
|
151
|
+
we as AuthMethodTabs,
|
|
152
|
+
Re as AuthShell,
|
|
153
|
+
He as Avatar,
|
|
154
|
+
ke as AvatarFallback,
|
|
155
|
+
Ue as AvatarGroup,
|
|
156
|
+
ze as AvatarGroupItem,
|
|
157
|
+
_e as AvatarGroupTooltip,
|
|
158
|
+
Ne as AvatarImage,
|
|
159
|
+
Ve as AvatarIndicator,
|
|
160
|
+
Ee as AvatarStatus,
|
|
161
|
+
p as BackgroundDecor,
|
|
162
|
+
je as Badge,
|
|
163
|
+
Qe as BadgeButton,
|
|
164
|
+
Ye as BadgeDot,
|
|
165
|
+
Xe as BoardToolbar,
|
|
166
|
+
$e as Breadcrumb,
|
|
167
|
+
er as BreadcrumbEllipsis,
|
|
168
|
+
rr as BreadcrumbItem,
|
|
169
|
+
or as BreadcrumbLink,
|
|
170
|
+
tr as BreadcrumbList,
|
|
171
|
+
ar as BreadcrumbPage,
|
|
172
|
+
nr as BreadcrumbSeparator,
|
|
173
|
+
lr as Button,
|
|
174
|
+
pr as ButtonArrow,
|
|
175
|
+
ur as Calendar,
|
|
176
|
+
gr as Card,
|
|
177
|
+
Cr as CardContent,
|
|
178
|
+
fr as CardDescription,
|
|
179
|
+
br as CardFooter,
|
|
180
|
+
Sr as CardHeader,
|
|
181
|
+
cr as CardHeading,
|
|
182
|
+
Tr as CardTable,
|
|
183
|
+
Dr as CardTitle,
|
|
184
|
+
sr as CardToolbar,
|
|
185
|
+
Ar as ChartCard,
|
|
186
|
+
Gr as ChartContainer,
|
|
187
|
+
hr as ChartLegend,
|
|
188
|
+
Pr as ChartLegendContent,
|
|
189
|
+
Ir as ChartStyle,
|
|
190
|
+
Rr as ChartToolbar,
|
|
191
|
+
vr as ChartTooltip,
|
|
192
|
+
Fr as ChartTooltipContent,
|
|
193
|
+
Br as ChartUnit,
|
|
194
|
+
Hr as Checkbox,
|
|
195
|
+
Nr as Collapsible,
|
|
196
|
+
Vr as CollapsibleContent,
|
|
197
|
+
Er as CollapsibleTrigger,
|
|
198
|
+
Kr as Command,
|
|
199
|
+
Ur as CommandCheck,
|
|
200
|
+
zr as CommandDialog,
|
|
201
|
+
_r as CommandEmpty,
|
|
202
|
+
Wr as CommandGroup,
|
|
203
|
+
jr as CommandInput,
|
|
204
|
+
Qr as CommandItem,
|
|
205
|
+
Yr as CommandList,
|
|
206
|
+
qr as CommandSeparator,
|
|
207
|
+
Jr as CommandShortcut,
|
|
208
|
+
i as Container,
|
|
209
|
+
Zr as ContextMenu,
|
|
210
|
+
$r as ContextMenuCheckboxItem,
|
|
211
|
+
eo as ContextMenuContent,
|
|
212
|
+
ro as ContextMenuGroup,
|
|
213
|
+
oo as ContextMenuItem,
|
|
214
|
+
to as ContextMenuLabel,
|
|
215
|
+
ao as ContextMenuPortal,
|
|
216
|
+
no as ContextMenuRadioGroup,
|
|
217
|
+
io as ContextMenuRadioItem,
|
|
218
|
+
lo as ContextMenuSeparator,
|
|
219
|
+
po as ContextMenuShortcut,
|
|
220
|
+
mo as ContextMenuSub,
|
|
221
|
+
uo as ContextMenuSubContent,
|
|
222
|
+
xo as ContextMenuSubTrigger,
|
|
223
|
+
go as ContextMenuTrigger,
|
|
224
|
+
fo as DataGrid,
|
|
225
|
+
Do as DataGridColumnFilter,
|
|
226
|
+
Mo as DataGridColumnHeader,
|
|
227
|
+
wo as DataGridColumnVisibility,
|
|
228
|
+
bo as DataGridContainer,
|
|
229
|
+
ho as DataGridPagination,
|
|
230
|
+
So as DataGridProvider,
|
|
231
|
+
Io as DataGridTable,
|
|
232
|
+
vo as DataGridTableBase,
|
|
233
|
+
Fo as DataGridTableBody,
|
|
234
|
+
Bo as DataGridTableBodyRow,
|
|
235
|
+
yo as DataGridTableBodyRowCell,
|
|
236
|
+
Ro as DataGridTableBodyRowExpandded,
|
|
237
|
+
Lo as DataGridTableBodyRowSkeleton,
|
|
238
|
+
Ho as DataGridTableBodyRowSkeletonCell,
|
|
239
|
+
jo as DataGridTableDnd,
|
|
240
|
+
Yo as DataGridTableDndRowHandle,
|
|
241
|
+
qo as DataGridTableDndRows,
|
|
242
|
+
ko as DataGridTableEmpty,
|
|
243
|
+
No as DataGridTableHead,
|
|
244
|
+
Vo as DataGridTableHeadRow,
|
|
245
|
+
Eo as DataGridTableHeadRowCell,
|
|
246
|
+
Oo as DataGridTableHeadRowCellResize,
|
|
247
|
+
Ko as DataGridTableLoader,
|
|
248
|
+
Uo as DataGridTableRowSelect,
|
|
249
|
+
zo as DataGridTableRowSelectAll,
|
|
250
|
+
_o as DataGridTableRowSpacer,
|
|
251
|
+
Xo as DataSection,
|
|
252
|
+
$o as DateField,
|
|
253
|
+
et as DateInput,
|
|
254
|
+
rt as DateSegment,
|
|
255
|
+
d as Demo1Shell,
|
|
256
|
+
A as DemoKitProvider,
|
|
257
|
+
nt as DescriptionGrid,
|
|
258
|
+
lt as DetailHeader,
|
|
259
|
+
mt as Dialog,
|
|
260
|
+
dt as DialogBody,
|
|
261
|
+
ut as DialogClose,
|
|
262
|
+
xt as DialogContent,
|
|
263
|
+
gt as DialogDescription,
|
|
264
|
+
Ct as DialogFooter,
|
|
265
|
+
ft as DialogHeader,
|
|
266
|
+
bt as DialogOverlay,
|
|
267
|
+
St as DialogPortal,
|
|
268
|
+
ct as DialogTitle,
|
|
269
|
+
Tt as DialogTrigger,
|
|
270
|
+
st as Drawer,
|
|
271
|
+
Mt as DrawerClose,
|
|
272
|
+
At as DrawerContent,
|
|
273
|
+
wt as DrawerDescription,
|
|
274
|
+
Gt as DrawerFooter,
|
|
275
|
+
ht as DrawerHeader,
|
|
276
|
+
Pt as DrawerOverlay,
|
|
277
|
+
It as DrawerPortal,
|
|
278
|
+
vt as DrawerTitle,
|
|
279
|
+
Ft as DrawerTrigger,
|
|
280
|
+
yt as DropdownMenu,
|
|
281
|
+
Rt as DropdownMenuCheckboxItem,
|
|
282
|
+
Lt as DropdownMenuContent,
|
|
283
|
+
Ht as DropdownMenuGroup,
|
|
284
|
+
kt as DropdownMenuItem,
|
|
285
|
+
Nt as DropdownMenuLabel,
|
|
286
|
+
Vt as DropdownMenuPortal,
|
|
287
|
+
Et as DropdownMenuRadioGroup,
|
|
288
|
+
Ot as DropdownMenuRadioItem,
|
|
289
|
+
Kt as DropdownMenuSeparator,
|
|
290
|
+
Ut as DropdownMenuShortcut,
|
|
291
|
+
zt as DropdownMenuSub,
|
|
292
|
+
_t as DropdownMenuSubContent,
|
|
293
|
+
Wt as DropdownMenuSubTrigger,
|
|
294
|
+
jt as DropdownMenuTrigger,
|
|
295
|
+
Yt as FileUpload,
|
|
296
|
+
Zt as FilterPanel,
|
|
297
|
+
$t as FilterPanelField,
|
|
298
|
+
ea as FilterPanelGrid,
|
|
299
|
+
oa as FilterToolbar,
|
|
300
|
+
aa as ForgotPasswordForm,
|
|
301
|
+
ia as Form,
|
|
302
|
+
la as FormControl,
|
|
303
|
+
pa as FormDescription,
|
|
304
|
+
ma as FormField,
|
|
305
|
+
da as FormItem,
|
|
306
|
+
ua as FormLabel,
|
|
307
|
+
xa as FormMessage,
|
|
308
|
+
fa as FormSection,
|
|
309
|
+
Sa as GridBackground,
|
|
310
|
+
Ta as HoverCard,
|
|
311
|
+
Da as HoverCardContent,
|
|
312
|
+
sa as HoverCardTrigger,
|
|
313
|
+
Aa as Input,
|
|
314
|
+
wa as InputAddon,
|
|
315
|
+
Ga as InputGroup,
|
|
316
|
+
ha as InputWrapper,
|
|
317
|
+
Ba as KanbanBoard,
|
|
318
|
+
ya as KanbanCard,
|
|
319
|
+
Ra as KanbanColumn,
|
|
320
|
+
La as KanbanSwimlane,
|
|
321
|
+
ka as Kbd,
|
|
322
|
+
Ea as Label,
|
|
323
|
+
Ge as LoginCard,
|
|
324
|
+
Ka as MONEY_UNIT_LABELS,
|
|
325
|
+
Wa as Menubar,
|
|
326
|
+
ja as MenubarCheckboxItem,
|
|
327
|
+
Qa as MenubarContent,
|
|
328
|
+
Ya as MenubarGroup,
|
|
329
|
+
qa as MenubarItem,
|
|
330
|
+
Ja as MenubarLabel,
|
|
331
|
+
Xa as MenubarMenu,
|
|
332
|
+
Za as MenubarPortal,
|
|
333
|
+
$a as MenubarRadioGroup,
|
|
334
|
+
en as MenubarRadioItem,
|
|
335
|
+
rn as MenubarSeparator,
|
|
336
|
+
on as MenubarShortcut,
|
|
337
|
+
tn as MenubarSub,
|
|
338
|
+
an as MenubarSubContent,
|
|
339
|
+
nn as MenubarSubTrigger,
|
|
340
|
+
ln as MenubarTrigger,
|
|
341
|
+
mn as MessageListCard,
|
|
342
|
+
un as MetricCard,
|
|
343
|
+
he as MfaVerifyForm,
|
|
344
|
+
gn as MilestoneCard,
|
|
345
|
+
Ua as MoneyAmount,
|
|
346
|
+
Pa as NativeDateInput,
|
|
347
|
+
fn as NavigationMenu,
|
|
348
|
+
bn as NavigationMenuContent,
|
|
349
|
+
Sn as NavigationMenuIndicator,
|
|
350
|
+
cn as NavigationMenuItem,
|
|
351
|
+
Tn as NavigationMenuLink,
|
|
352
|
+
Dn as NavigationMenuList,
|
|
353
|
+
sn as NavigationMenuTrigger,
|
|
354
|
+
Mn as NavigationMenuViewport,
|
|
355
|
+
Gn as OAuthLoginButtons,
|
|
356
|
+
Pn as PageHeader,
|
|
357
|
+
vn as Pagination,
|
|
358
|
+
Fn as PaginationContent,
|
|
359
|
+
Bn as PaginationEllipsis,
|
|
360
|
+
yn as PaginationItem,
|
|
361
|
+
Pe as PasswordLoginForm,
|
|
362
|
+
Ln as Popover,
|
|
363
|
+
Hn as PopoverContent,
|
|
364
|
+
kn as PopoverTrigger,
|
|
365
|
+
Vn as ProfileCard,
|
|
366
|
+
On as Progress,
|
|
367
|
+
Un as ProgressCard,
|
|
368
|
+
_n as ProjectCard,
|
|
369
|
+
Ie as QrCodeLoginPanel,
|
|
370
|
+
jn as RadioGroup,
|
|
371
|
+
Qn as RadioGroupItem,
|
|
372
|
+
qn as ResizableHandle,
|
|
373
|
+
Jn as ResizablePanel,
|
|
374
|
+
Xn as ResizablePanelGroup,
|
|
375
|
+
$n as ScrollArea,
|
|
376
|
+
ei as ScrollBar,
|
|
377
|
+
oi as Scrollspy,
|
|
378
|
+
ai as Select,
|
|
379
|
+
ni as SelectContent,
|
|
380
|
+
ii as SelectGroup,
|
|
381
|
+
li as SelectIndicator,
|
|
382
|
+
pi as SelectItem,
|
|
383
|
+
mi as SelectLabel,
|
|
384
|
+
di as SelectScrollDownButton,
|
|
385
|
+
ui as SelectScrollUpButton,
|
|
386
|
+
xi as SelectSeparator,
|
|
387
|
+
gi as SelectTrigger,
|
|
388
|
+
Ci as SelectValue,
|
|
389
|
+
bi as Separator,
|
|
390
|
+
f as SettingsProvider,
|
|
391
|
+
ci as Sheet,
|
|
392
|
+
Ti as SheetBody,
|
|
393
|
+
Di as SheetClose,
|
|
394
|
+
si as SheetContent,
|
|
395
|
+
Mi as SheetDescription,
|
|
396
|
+
Ai as SheetFooter,
|
|
397
|
+
wi as SheetHeader,
|
|
398
|
+
Gi as SheetOverlay,
|
|
399
|
+
hi as SheetPortal,
|
|
400
|
+
Pi as SheetTitle,
|
|
401
|
+
Ii as SheetTrigger,
|
|
402
|
+
Fi as ShimmeringText,
|
|
403
|
+
yi as ShortcutCard,
|
|
404
|
+
Li as Skeleton,
|
|
405
|
+
ki as Slider,
|
|
406
|
+
Ni as SliderThumb,
|
|
407
|
+
Ei as SlidingNumber,
|
|
408
|
+
ve as SmsLoginForm,
|
|
409
|
+
Ki as SprintSummary,
|
|
410
|
+
Fe as SsoLoginPanel,
|
|
411
|
+
zi as StatePanel,
|
|
412
|
+
Wi as Stepper,
|
|
413
|
+
ji as StepperContent,
|
|
414
|
+
Qi as StepperDescription,
|
|
415
|
+
Yi as StepperIndicator,
|
|
416
|
+
qi as StepperItem,
|
|
417
|
+
Ji as StepperNav,
|
|
418
|
+
Xi as StepperPanel,
|
|
419
|
+
Zi as StepperSeparator,
|
|
420
|
+
$i as StepperTitle,
|
|
421
|
+
el as StepperTrigger,
|
|
422
|
+
al as SummaryCard,
|
|
423
|
+
il as Switch,
|
|
424
|
+
ll as SwitchIndicator,
|
|
425
|
+
pl as SwitchWrapper,
|
|
426
|
+
dl as Table,
|
|
427
|
+
ul as TableBody,
|
|
428
|
+
xl as TableCaption,
|
|
429
|
+
gl as TableCell,
|
|
430
|
+
Cl as TableFooter,
|
|
431
|
+
fl as TableHead,
|
|
432
|
+
bl as TableHeader,
|
|
433
|
+
Sl as TableRow,
|
|
434
|
+
cl as TableSortableHead,
|
|
435
|
+
Tl as TableStickyCell,
|
|
436
|
+
Dl as TableStickyHead,
|
|
437
|
+
Ml as Tabs,
|
|
438
|
+
Al as TabsContent,
|
|
439
|
+
wl as TabsList,
|
|
440
|
+
Gl as TabsTrigger,
|
|
441
|
+
Pl as TaskCard,
|
|
442
|
+
Be as TenantSelector,
|
|
443
|
+
vl as TextReveal,
|
|
444
|
+
Bl as Textarea,
|
|
445
|
+
T as ThemeProvider,
|
|
446
|
+
o as ThemeToggle,
|
|
447
|
+
ot as TimeField,
|
|
448
|
+
Ll as Timeline,
|
|
449
|
+
Hl as TimelineItem,
|
|
450
|
+
Nl as TitleHelp,
|
|
451
|
+
El as Toaster,
|
|
452
|
+
Kl as TodoCard,
|
|
453
|
+
zl as Toggle,
|
|
454
|
+
jl as ToggleGroup,
|
|
455
|
+
Ql as ToggleGroupItem,
|
|
456
|
+
ql as Tooltip,
|
|
457
|
+
Jl as TooltipContent,
|
|
458
|
+
Xl as TooltipProvider,
|
|
459
|
+
Zl as TooltipTrigger,
|
|
460
|
+
s as TooltipsProvider,
|
|
461
|
+
x as TweakPanel,
|
|
462
|
+
g as TweakScope,
|
|
463
|
+
Oe as avatarStatusVariants,
|
|
464
|
+
qe as badgeVariants,
|
|
465
|
+
mr as buttonVariants,
|
|
466
|
+
P as cn,
|
|
467
|
+
tt as dateInputStyles,
|
|
468
|
+
qt as formatBytes,
|
|
469
|
+
za as formatMoneyAmount,
|
|
470
|
+
Ia as inputAddonVariants,
|
|
471
|
+
va as inputVariants,
|
|
472
|
+
Na as kbdVariants,
|
|
473
|
+
An as navigationMenuTriggerStyle,
|
|
474
|
+
yl as textareaVariants,
|
|
475
|
+
_l as toggleVariants,
|
|
476
|
+
a as useChartPalette,
|
|
477
|
+
co as useDataGrid,
|
|
478
|
+
Jt as useFileUpload,
|
|
479
|
+
ga as useFormField,
|
|
480
|
+
b as useOptionalSettings,
|
|
481
|
+
S as useSettings,
|
|
482
|
+
rl as useStepItem,
|
|
483
|
+
ol as useStepper
|
|
484
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as RechartsPrimitive from 'recharts';
|
|
3
|
+
export type ChartConfig = {
|
|
4
|
+
[k in string]: {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
icon?: React.ComponentType;
|
|
7
|
+
color?: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
declare const ChartContainer: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
11
|
+
config: ChartConfig;
|
|
12
|
+
children: React.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
13
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const ChartStyle: ({ id, config }: {
|
|
15
|
+
id: string;
|
|
16
|
+
config: ChartConfig;
|
|
17
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
18
|
+
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
19
|
+
declare const ChartTooltipContent: React.ForwardRefExoticComponent<Omit<RechartsPrimitive.DefaultTooltipContentProps<import('recharts/types/component/DefaultTooltipContent').ValueType, import('recharts/types/component/DefaultTooltipContent').NameType> & {
|
|
20
|
+
accessibilityLayer?: boolean;
|
|
21
|
+
active?: boolean | undefined;
|
|
22
|
+
includeHidden?: boolean | undefined;
|
|
23
|
+
allowEscapeViewBox?: import('recharts/types/util/types').AllowInDimension;
|
|
24
|
+
animationDuration?: import('recharts/types/util/types').AnimationDuration;
|
|
25
|
+
animationEasing?: import('recharts/types/util/types').AnimationTiming;
|
|
26
|
+
content?: import('recharts/types/component/Tooltip').ContentType<import('recharts/types/component/DefaultTooltipContent').ValueType, import('recharts/types/component/DefaultTooltipContent').NameType> | undefined;
|
|
27
|
+
coordinate?: Partial<import('recharts/types/util/types').Coordinate>;
|
|
28
|
+
cursor?: boolean | React.ReactElement | React.SVGProps<SVGElement>;
|
|
29
|
+
filterNull?: boolean;
|
|
30
|
+
defaultIndex?: number;
|
|
31
|
+
isAnimationActive?: boolean;
|
|
32
|
+
offset?: number;
|
|
33
|
+
payloadUniqBy?: import('recharts/types/util/payload/getUniqPayload').UniqueOption<import('recharts/types/component/DefaultTooltipContent').Payload<import('recharts/types/component/DefaultTooltipContent').ValueType, import('recharts/types/component/DefaultTooltipContent').NameType>> | undefined;
|
|
34
|
+
position?: Partial<import('recharts/types/util/types').Coordinate>;
|
|
35
|
+
reverseDirection?: import('recharts/types/util/types').AllowInDimension;
|
|
36
|
+
shared?: boolean;
|
|
37
|
+
trigger?: "hover" | "click";
|
|
38
|
+
useTranslate3d?: boolean;
|
|
39
|
+
viewBox?: import('recharts/types/util/types').CartesianViewBox;
|
|
40
|
+
wrapperStyle?: React.CSSProperties;
|
|
41
|
+
} & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
42
|
+
hideLabel?: boolean;
|
|
43
|
+
hideIndicator?: boolean;
|
|
44
|
+
indicator?: "line" | "dot" | "dashed";
|
|
45
|
+
nameKey?: string;
|
|
46
|
+
labelKey?: string;
|
|
47
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
48
|
+
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
49
|
+
declare function ChartUnit({ className, children, prefix, ...props }: Omit<React.ComponentProps<'span'>, 'children' | 'prefix'> & {
|
|
50
|
+
children?: React.ReactNode;
|
|
51
|
+
prefix?: React.ReactNode;
|
|
52
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
53
|
+
declare const ChartLegendContent: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & Pick<RechartsPrimitive.LegendProps, "verticalAlign" | "payload"> & {
|
|
54
|
+
hideIcon?: boolean;
|
|
55
|
+
nameKey?: string;
|
|
56
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
57
|
+
export { ChartContainer, ChartTooltip, ChartTooltipContent, ChartLegend, ChartLegendContent, ChartStyle, ChartUnit };
|