@databricks/appkit-ui 0.10.1 → 0.11.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/CLAUDE.md +7 -0
- package/dist/cli/commands/plugin/sync/sync.js +17 -11
- package/dist/cli/commands/plugin/sync/sync.js.map +1 -1
- package/dist/react/charts/area/index.d.ts +2 -2
- package/dist/react/charts/bar/index.d.ts +2 -2
- package/dist/react/charts/base.d.ts +2 -2
- package/dist/react/charts/base.d.ts.map +1 -1
- package/dist/react/charts/create-chart.d.ts +2 -2
- package/dist/react/charts/create-chart.d.ts.map +1 -1
- package/dist/react/charts/heatmap/index.d.ts +2 -2
- package/dist/react/charts/line/index.d.ts +2 -2
- package/dist/react/charts/options.d.ts.map +1 -1
- package/dist/react/charts/pie/index.d.ts +3 -3
- package/dist/react/charts/radar/index.d.ts +2 -2
- package/dist/react/charts/scatter/index.d.ts +2 -2
- package/dist/react/charts/wrapper.d.ts +2 -2
- package/dist/react/charts/wrapper.d.ts.map +1 -1
- package/dist/react/table/data-table.d.ts +2 -2
- package/dist/react/table/data-table.d.ts.map +1 -1
- package/dist/react/ui/accordion.d.ts +5 -5
- package/dist/react/ui/accordion.d.ts.map +1 -1
- package/dist/react/ui/alert-dialog.d.ts +12 -12
- package/dist/react/ui/alert.d.ts +4 -4
- package/dist/react/ui/alert.d.ts.map +1 -1
- package/dist/react/ui/aspect-ratio.d.ts +2 -2
- package/dist/react/ui/avatar.d.ts +4 -4
- package/dist/react/ui/badge.d.ts +2 -2
- package/dist/react/ui/breadcrumb.d.ts +8 -8
- package/dist/react/ui/button-group.d.ts +4 -4
- package/dist/react/ui/button.d.ts +2 -2
- package/dist/react/ui/calendar.d.ts +3 -3
- package/dist/react/ui/card.d.ts +8 -8
- package/dist/react/ui/carousel.d.ts +6 -6
- package/dist/react/ui/chart.d.ts +5 -5
- package/dist/react/ui/checkbox.d.ts +2 -2
- package/dist/react/ui/collapsible.d.ts +4 -4
- package/dist/react/ui/command.d.ts +10 -10
- package/dist/react/ui/context-menu.d.ts +16 -16
- package/dist/react/ui/dialog.d.ts +11 -11
- package/dist/react/ui/drawer.d.ts +11 -11
- package/dist/react/ui/drawer.d.ts.map +1 -1
- package/dist/react/ui/dropdown-menu.d.ts +16 -16
- package/dist/react/ui/empty.d.ts +7 -7
- package/dist/react/ui/field.d.ts +11 -11
- package/dist/react/ui/form.d.ts +7 -7
- package/dist/react/ui/hover-card.d.ts +4 -4
- package/dist/react/ui/input-group.d.ts +7 -7
- package/dist/react/ui/input-otp.d.ts +5 -5
- package/dist/react/ui/input.d.ts +2 -2
- package/dist/react/ui/item.d.ts +11 -11
- package/dist/react/ui/kbd.d.ts +3 -3
- package/dist/react/ui/label.d.ts +2 -2
- package/dist/react/ui/menubar.d.ts +17 -17
- package/dist/react/ui/navigation-menu.d.ts +9 -9
- package/dist/react/ui/pagination.d.ts +8 -8
- package/dist/react/ui/popover.d.ts +5 -5
- package/dist/react/ui/progress.d.ts +2 -2
- package/dist/react/ui/radio-group.d.ts +3 -3
- package/dist/react/ui/resizable.d.ts +4 -4
- package/dist/react/ui/scroll-area.d.ts +3 -3
- package/dist/react/ui/select.d.ts +11 -11
- package/dist/react/ui/separator.d.ts +2 -2
- package/dist/react/ui/sheet.d.ts +9 -9
- package/dist/react/ui/sidebar.d.ts +24 -24
- package/dist/react/ui/skeleton.d.ts +2 -2
- package/dist/react/ui/slider.d.ts +2 -2
- package/dist/react/ui/sonner.d.ts +2 -2
- package/dist/react/ui/spinner.d.ts +2 -2
- package/dist/react/ui/switch.d.ts +2 -2
- package/dist/react/ui/table.d.ts +9 -9
- package/dist/react/ui/tabs.d.ts +5 -5
- package/dist/react/ui/textarea.d.ts +2 -2
- package/dist/react/ui/toggle-group.d.ts +3 -3
- package/dist/react/ui/toggle.d.ts +2 -2
- package/dist/react/ui/tooltip.d.ts +5 -5
- package/dist/react/ui/tooltip.d.ts.map +1 -1
- package/dist/schemas/plugin-manifest.schema.json +9 -0
- package/dist/schemas/template-plugins.schema.json +4 -0
- package/docs/docs/api/appkit/Class.AppKitError/index.html +3 -3
- package/docs/docs/api/appkit/Class.AuthenticationError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ConfigurationError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ConnectionError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ExecutionError/index.html +3 -3
- package/docs/docs/api/appkit/Class.InitializationError/index.html +3 -3
- package/docs/docs/api/appkit/Class.Plugin/index.html +3 -3
- package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +3 -3
- package/docs/docs/api/appkit/Class.ServerError/index.html +3 -3
- package/docs/docs/api/appkit/Class.TunnelError/index.html +3 -3
- package/docs/docs/api/appkit/Class.ValidationError/index.html +3 -3
- package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet/index.html +3 -3
- package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +3 -3
- package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +3 -3
- package/docs/docs/api/appkit/Function.createApp/index.html +3 -3
- package/docs/docs/api/appkit/Function.createLakebasePool/index.html +3 -3
- package/docs/docs/api/appkit/Function.generateDatabaseCredential/index.html +3 -3
- package/docs/docs/api/appkit/Function.getExecutionContext/index.html +3 -3
- package/docs/docs/api/appkit/Function.getLakebaseOrmConfig/index.html +3 -3
- package/docs/docs/api/appkit/Function.getLakebasePgConfig/index.html +3 -3
- package/docs/docs/api/appkit/Function.getPluginManifest/index.html +3 -3
- package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +3 -3
- package/docs/docs/api/appkit/Function.getUsernameWithApiLookup/index.html +3 -3
- package/docs/docs/api/appkit/Function.getWorkspaceClient/index.html +3 -3
- package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +3 -3
- package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +3 -3
- package/docs/docs/api/appkit/Interface.CacheConfig/index.html +3 -3
- package/docs/docs/api/appkit/Interface.DatabaseCredential/index.html +3 -3
- package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest/index.html +3 -3
- package/docs/docs/api/appkit/Interface.ITelemetry/index.html +3 -3
- package/docs/docs/api/appkit/Interface.LakebasePoolConfig/index.html +3 -3
- package/docs/docs/api/appkit/Interface.PluginManifest/index.html +8 -4
- package/docs/docs/api/appkit/Interface.PluginManifest.md +11 -0
- package/docs/docs/api/appkit/Interface.RequestedClaims/index.html +3 -3
- package/docs/docs/api/appkit/Interface.RequestedResource/index.html +3 -3
- package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +3 -3
- package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +3 -3
- package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +3 -3
- package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +3 -3
- package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +3 -3
- package/docs/docs/api/appkit/Interface.ValidationResult/index.html +3 -3
- package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +3 -3
- package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +3 -3
- package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +3 -3
- package/docs/docs/api/appkit/TypeAlias.ToPlugin/index.html +3 -3
- package/docs/docs/api/appkit/Variable.sql/index.html +3 -3
- package/docs/docs/api/appkit/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/AreaChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/BarChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/DataTable/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/DonutChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/LineChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/PieChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/RadarChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +3 -3
- package/docs/docs/api/appkit-ui/index.html +3 -3
- package/docs/docs/api/appkit-ui/styling/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Accordion/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Alert/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Avatar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Badge/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Button/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Calendar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Card/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Carousel/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Command/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Dialog/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Drawer/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Empty/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Field/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/FormControl/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Input/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Item/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Kbd/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Label/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Menubar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Pagination/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Popover/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Progress/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Select/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Separator/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Sheet/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Slider/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Spinner/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Switch/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Table/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Tabs/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Textarea/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Toaster/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Toggle/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +3 -3
- package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +3 -3
- package/docs/docs/api/index.html +3 -3
- package/docs/docs/app-management/index.html +4 -4
- package/docs/docs/architecture/index.html +6 -6
- package/docs/docs/category/development/index.html +3 -3
- package/docs/docs/configuration/index.html +4 -4
- package/docs/docs/core-principles/index.html +3 -3
- package/docs/docs/development/ai-assisted-development/index.html +3 -3
- package/docs/docs/development/index.html +3 -3
- package/docs/docs/development/llm-guide/index.html +3 -3
- package/docs/docs/development/local-development/index.html +3 -3
- package/docs/docs/development/project-setup/index.html +4 -4
- package/docs/docs/development/remote-bridge/index.html +3 -3
- package/docs/docs/development/type-generation/index.html +4 -4
- package/docs/docs/index.html +3 -3
- package/docs/docs/plugins/analytics/index.html +53 -0
- package/docs/docs/plugins/analytics.md +66 -0
- package/docs/docs/plugins/caching/index.html +23 -0
- package/docs/docs/plugins/caching.md +33 -0
- package/docs/docs/plugins/custom-plugins/index.html +49 -0
- package/docs/docs/plugins/custom-plugins.md +161 -0
- package/docs/docs/plugins/execution-context/index.html +40 -0
- package/docs/docs/plugins/execution-context.md +45 -0
- package/docs/docs/plugins/index.html +6 -173
- package/docs/docs/plugins/lakebase/index.html +62 -0
- package/docs/docs/plugins/lakebase.md +179 -0
- package/docs/docs/plugins/plugin-management/index.html +44 -0
- package/docs/docs/plugins/plugin-management.md +88 -0
- package/docs/docs/plugins/server/index.html +45 -0
- package/docs/docs/plugins/server.md +78 -0
- package/docs/docs/plugins.md +0 -481
- package/llms.txt +7 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime180 from "react/jsx-runtime";
|
|
3
3
|
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/menubar.d.ts
|
|
@@ -7,31 +7,31 @@ import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
|
7
7
|
declare function Menubar({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime180.JSX.Element;
|
|
11
11
|
declare function MenubarMenu({
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Menu>):
|
|
13
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime180.JSX.Element;
|
|
14
14
|
declare function MenubarGroup({
|
|
15
15
|
...props
|
|
16
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Group>):
|
|
16
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime180.JSX.Element;
|
|
17
17
|
declare function MenubarPortal({
|
|
18
18
|
container,
|
|
19
19
|
...props
|
|
20
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Portal>):
|
|
20
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime180.JSX.Element;
|
|
21
21
|
declare function MenubarRadioGroup({
|
|
22
22
|
...props
|
|
23
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>):
|
|
23
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime180.JSX.Element;
|
|
24
24
|
declare function MenubarTrigger({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>):
|
|
27
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime180.JSX.Element;
|
|
28
28
|
declare function MenubarContent({
|
|
29
29
|
className,
|
|
30
30
|
align,
|
|
31
31
|
alignOffset,
|
|
32
32
|
sideOffset,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Content>):
|
|
34
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime180.JSX.Element;
|
|
35
35
|
declare function MenubarItem({
|
|
36
36
|
className,
|
|
37
37
|
inset,
|
|
@@ -40,36 +40,36 @@ declare function MenubarItem({
|
|
|
40
40
|
}: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
41
41
|
inset?: boolean;
|
|
42
42
|
variant?: "default" | "destructive";
|
|
43
|
-
}):
|
|
43
|
+
}): react_jsx_runtime180.JSX.Element;
|
|
44
44
|
declare function MenubarCheckboxItem({
|
|
45
45
|
className,
|
|
46
46
|
children,
|
|
47
47
|
checked,
|
|
48
48
|
...props
|
|
49
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>):
|
|
49
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime180.JSX.Element;
|
|
50
50
|
declare function MenubarRadioItem({
|
|
51
51
|
className,
|
|
52
52
|
children,
|
|
53
53
|
...props
|
|
54
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>):
|
|
54
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime180.JSX.Element;
|
|
55
55
|
declare function MenubarLabel({
|
|
56
56
|
className,
|
|
57
57
|
inset,
|
|
58
58
|
...props
|
|
59
59
|
}: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
60
60
|
inset?: boolean;
|
|
61
|
-
}):
|
|
61
|
+
}): react_jsx_runtime180.JSX.Element;
|
|
62
62
|
declare function MenubarSeparator({
|
|
63
63
|
className,
|
|
64
64
|
...props
|
|
65
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Separator>):
|
|
65
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime180.JSX.Element;
|
|
66
66
|
declare function MenubarShortcut({
|
|
67
67
|
className,
|
|
68
68
|
...props
|
|
69
|
-
}: React$1.ComponentProps<"span">):
|
|
69
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime180.JSX.Element;
|
|
70
70
|
declare function MenubarSub({
|
|
71
71
|
...props
|
|
72
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Sub>):
|
|
72
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime180.JSX.Element;
|
|
73
73
|
declare function MenubarSubTrigger({
|
|
74
74
|
className,
|
|
75
75
|
inset,
|
|
@@ -77,11 +77,11 @@ declare function MenubarSubTrigger({
|
|
|
77
77
|
...props
|
|
78
78
|
}: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
79
79
|
inset?: boolean;
|
|
80
|
-
}):
|
|
80
|
+
}): react_jsx_runtime180.JSX.Element;
|
|
81
81
|
declare function MenubarSubContent({
|
|
82
82
|
className,
|
|
83
83
|
...props
|
|
84
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>):
|
|
84
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime180.JSX.Element;
|
|
85
85
|
//#endregion
|
|
86
86
|
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
|
|
87
87
|
//# sourceMappingURL=menubar.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime196 from "react/jsx-runtime";
|
|
3
3
|
import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
|
|
4
4
|
import * as class_variance_authority_types9 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -12,44 +12,44 @@ declare function NavigationMenu({
|
|
|
12
12
|
...props
|
|
13
13
|
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
14
14
|
viewport?: boolean;
|
|
15
|
-
}):
|
|
15
|
+
}): react_jsx_runtime196.JSX.Element;
|
|
16
16
|
/** Container list for navigation menu items */
|
|
17
17
|
declare function NavigationMenuList({
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>):
|
|
20
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime196.JSX.Element;
|
|
21
21
|
/** Individual navigation menu item */
|
|
22
22
|
declare function NavigationMenuItem({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>):
|
|
25
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime196.JSX.Element;
|
|
26
26
|
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types9.ClassProp | undefined) => string;
|
|
27
27
|
/** Button that opens a navigation submenu */
|
|
28
28
|
declare function NavigationMenuTrigger({
|
|
29
29
|
className,
|
|
30
30
|
children,
|
|
31
31
|
...props
|
|
32
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>):
|
|
32
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime196.JSX.Element;
|
|
33
33
|
/** Dropdown content area for navigation submenu */
|
|
34
34
|
declare function NavigationMenuContent({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>):
|
|
37
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime196.JSX.Element;
|
|
38
38
|
/** Viewport container for navigation menu content */
|
|
39
39
|
declare function NavigationMenuViewport({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>):
|
|
42
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime196.JSX.Element;
|
|
43
43
|
/** Clickable link within navigation menu */
|
|
44
44
|
declare function NavigationMenuLink({
|
|
45
45
|
className,
|
|
46
46
|
...props
|
|
47
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>):
|
|
47
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime196.JSX.Element;
|
|
48
48
|
/** Visual indicator for active navigation menu item */
|
|
49
49
|
declare function NavigationMenuIndicator({
|
|
50
50
|
className,
|
|
51
51
|
...props
|
|
52
|
-
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>):
|
|
52
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime196.JSX.Element;
|
|
53
53
|
//#endregion
|
|
54
54
|
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
|
|
55
55
|
//# sourceMappingURL=navigation-menu.d.ts.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { Button } from "./button.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime204 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/pagination.d.ts
|
|
6
6
|
/** Navigation component for paginated content */
|
|
7
7
|
declare function Pagination({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<"nav">):
|
|
10
|
+
}: React$1.ComponentProps<"nav">): react_jsx_runtime204.JSX.Element;
|
|
11
11
|
/** Container for pagination items */
|
|
12
12
|
declare function PaginationContent({
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<"ul">):
|
|
15
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime204.JSX.Element;
|
|
16
16
|
/** Individual pagination item wrapper */
|
|
17
17
|
declare function PaginationItem({
|
|
18
18
|
...props
|
|
19
|
-
}: React$1.ComponentProps<"li">):
|
|
19
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime204.JSX.Element;
|
|
20
20
|
type PaginationLinkProps = {
|
|
21
21
|
isActive?: boolean;
|
|
22
22
|
} & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
|
|
@@ -26,22 +26,22 @@ declare function PaginationLink({
|
|
|
26
26
|
isActive,
|
|
27
27
|
size,
|
|
28
28
|
...props
|
|
29
|
-
}: PaginationLinkProps):
|
|
29
|
+
}: PaginationLinkProps): react_jsx_runtime204.JSX.Element;
|
|
30
30
|
/** Button for navigating to the previous page */
|
|
31
31
|
declare function PaginationPrevious({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentProps<typeof PaginationLink>):
|
|
34
|
+
}: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime204.JSX.Element;
|
|
35
35
|
/** Button for navigating to the next page */
|
|
36
36
|
declare function PaginationNext({
|
|
37
37
|
className,
|
|
38
38
|
...props
|
|
39
|
-
}: React$1.ComponentProps<typeof PaginationLink>):
|
|
39
|
+
}: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime204.JSX.Element;
|
|
40
40
|
/** Ellipsis indicator for skipped page numbers */
|
|
41
41
|
declare function PaginationEllipsis({
|
|
42
42
|
className,
|
|
43
43
|
...props
|
|
44
|
-
}: React$1.ComponentProps<"span">):
|
|
44
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime204.JSX.Element;
|
|
45
45
|
//#endregion
|
|
46
46
|
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
|
|
47
47
|
//# sourceMappingURL=pagination.d.ts.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime211 from "react/jsx-runtime";
|
|
3
3
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/popover.d.ts
|
|
6
6
|
/** Floating content panel anchored to a trigger element */
|
|
7
7
|
declare function Popover({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime211.JSX.Element;
|
|
10
10
|
declare function PopoverTrigger({
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>):
|
|
12
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime211.JSX.Element;
|
|
13
13
|
declare function PopoverContent({
|
|
14
14
|
className,
|
|
15
15
|
align,
|
|
16
16
|
sideOffset,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Content>):
|
|
18
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime211.JSX.Element;
|
|
19
19
|
declare function PopoverAnchor({
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>):
|
|
21
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime211.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
24
24
|
//# sourceMappingURL=popover.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime215 from "react/jsx-runtime";
|
|
3
3
|
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/progress.d.ts
|
|
@@ -8,7 +8,7 @@ declare function Progress({
|
|
|
8
8
|
className,
|
|
9
9
|
value,
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof ProgressPrimitive.Root>):
|
|
11
|
+
}: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime215.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { Progress };
|
|
14
14
|
//# sourceMappingURL=progress.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime216 from "react/jsx-runtime";
|
|
3
3
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/radio-group.d.ts
|
|
@@ -7,11 +7,11 @@ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
|
7
7
|
declare function RadioGroup({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime216.JSX.Element;
|
|
11
11
|
declare function RadioGroupItem({
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>):
|
|
14
|
+
}: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime216.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { RadioGroup, RadioGroupItem };
|
|
17
17
|
//# sourceMappingURL=radio-group.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime218 from "react/jsx-runtime";
|
|
3
3
|
import * as ResizablePrimitive from "react-resizable-panels";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/resizable.d.ts
|
|
@@ -7,11 +7,11 @@ import * as ResizablePrimitive from "react-resizable-panels";
|
|
|
7
7
|
declare function ResizablePanelGroup({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>):
|
|
10
|
+
}: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime218.JSX.Element;
|
|
11
11
|
/** Individual resizable panel within a panel group */
|
|
12
12
|
declare function ResizablePanel({
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof ResizablePrimitive.Panel>):
|
|
14
|
+
}: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime218.JSX.Element;
|
|
15
15
|
/** Draggable handle for resizing panels */
|
|
16
16
|
declare function ResizableHandle({
|
|
17
17
|
withHandle,
|
|
@@ -19,7 +19,7 @@ declare function ResizableHandle({
|
|
|
19
19
|
...props
|
|
20
20
|
}: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
21
21
|
withHandle?: boolean;
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime218.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
|
|
25
25
|
//# sourceMappingURL=resizable.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime221 from "react/jsx-runtime";
|
|
3
3
|
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/scroll-area.d.ts
|
|
@@ -8,13 +8,13 @@ declare function ScrollArea({
|
|
|
8
8
|
className,
|
|
9
9
|
children,
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>):
|
|
11
|
+
}: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime221.JSX.Element;
|
|
12
12
|
/** Scrollbar component for the scroll area */
|
|
13
13
|
declare function ScrollBar({
|
|
14
14
|
className,
|
|
15
15
|
orientation,
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>):
|
|
17
|
+
}: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime221.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { ScrollArea, ScrollBar };
|
|
20
20
|
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime223 from "react/jsx-runtime";
|
|
3
3
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/select.d.ts
|
|
6
6
|
/** Dropdown control for selecting a value from a list */
|
|
7
7
|
declare function Select({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime223.JSX.Element;
|
|
10
10
|
declare function SelectGroup({
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Group>):
|
|
12
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime223.JSX.Element;
|
|
13
13
|
declare function SelectValue({
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Value>):
|
|
15
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime223.JSX.Element;
|
|
16
16
|
declare function SelectTrigger({
|
|
17
17
|
className,
|
|
18
18
|
size,
|
|
@@ -20,18 +20,18 @@ declare function SelectTrigger({
|
|
|
20
20
|
...props
|
|
21
21
|
}: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
22
22
|
size?: "sm" | "default";
|
|
23
|
-
}):
|
|
23
|
+
}): react_jsx_runtime223.JSX.Element;
|
|
24
24
|
declare function SelectContent({
|
|
25
25
|
className,
|
|
26
26
|
children,
|
|
27
27
|
position,
|
|
28
28
|
align,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Content>):
|
|
30
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime223.JSX.Element;
|
|
31
31
|
declare function SelectLabel({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Label>):
|
|
34
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime223.JSX.Element;
|
|
35
35
|
/**
|
|
36
36
|
* Select item component for individual options in a dropdown.
|
|
37
37
|
*
|
|
@@ -47,19 +47,19 @@ declare function SelectItem({
|
|
|
47
47
|
className,
|
|
48
48
|
children,
|
|
49
49
|
...props
|
|
50
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Item>):
|
|
50
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime223.JSX.Element;
|
|
51
51
|
declare function SelectSeparator({
|
|
52
52
|
className,
|
|
53
53
|
...props
|
|
54
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.Separator>):
|
|
54
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime223.JSX.Element;
|
|
55
55
|
declare function SelectScrollUpButton({
|
|
56
56
|
className,
|
|
57
57
|
...props
|
|
58
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>):
|
|
58
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime223.JSX.Element;
|
|
59
59
|
declare function SelectScrollDownButton({
|
|
60
60
|
className,
|
|
61
61
|
...props
|
|
62
|
-
}: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>):
|
|
62
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime223.JSX.Element;
|
|
63
63
|
//#endregion
|
|
64
64
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
|
|
65
65
|
//# sourceMappingURL=select.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime233 from "react/jsx-runtime";
|
|
3
3
|
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/separator.d.ts
|
|
@@ -9,7 +9,7 @@ declare function Separator({
|
|
|
9
9
|
orientation,
|
|
10
10
|
decorative,
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof SeparatorPrimitive.Root>):
|
|
12
|
+
}: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime233.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { Separator };
|
|
15
15
|
//# sourceMappingURL=separator.d.ts.map
|
package/dist/react/ui/sheet.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime234 from "react/jsx-runtime";
|
|
3
3
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/sheet.d.ts
|
|
6
6
|
/** Sliding panel that overlays content from screen edges */
|
|
7
7
|
declare function Sheet({
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof SheetPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime234.JSX.Element;
|
|
10
10
|
/** Button that opens the sheet */
|
|
11
11
|
declare function SheetTrigger({
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<typeof SheetPrimitive.Trigger>):
|
|
13
|
+
}: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime234.JSX.Element;
|
|
14
14
|
/** Button that closes the sheet */
|
|
15
15
|
declare function SheetClose({
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof SheetPrimitive.Close>):
|
|
17
|
+
}: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime234.JSX.Element;
|
|
18
18
|
/** Main content area of the sheet */
|
|
19
19
|
declare function SheetContent({
|
|
20
20
|
className,
|
|
@@ -23,27 +23,27 @@ declare function SheetContent({
|
|
|
23
23
|
...props
|
|
24
24
|
}: React$1.ComponentProps<typeof SheetPrimitive.Content> & {
|
|
25
25
|
side?: "top" | "right" | "bottom" | "left";
|
|
26
|
-
}):
|
|
26
|
+
}): react_jsx_runtime234.JSX.Element;
|
|
27
27
|
/** Header section of the sheet */
|
|
28
28
|
declare function SheetHeader({
|
|
29
29
|
className,
|
|
30
30
|
...props
|
|
31
|
-
}: React$1.ComponentProps<"div">):
|
|
31
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime234.JSX.Element;
|
|
32
32
|
/** Footer section of the sheet */
|
|
33
33
|
declare function SheetFooter({
|
|
34
34
|
className,
|
|
35
35
|
...props
|
|
36
|
-
}: React$1.ComponentProps<"div">):
|
|
36
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime234.JSX.Element;
|
|
37
37
|
/** Title text for the sheet */
|
|
38
38
|
declare function SheetTitle({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React$1.ComponentProps<typeof SheetPrimitive.Title>):
|
|
41
|
+
}: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime234.JSX.Element;
|
|
42
42
|
/** Description text for the sheet */
|
|
43
43
|
declare function SheetDescription({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: React$1.ComponentProps<typeof SheetPrimitive.Description>):
|
|
46
|
+
}: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime234.JSX.Element;
|
|
47
47
|
//#endregion
|
|
48
48
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
|
49
49
|
//# sourceMappingURL=sheet.d.ts.map
|
|
@@ -3,7 +3,7 @@ import { Separator } from "./separator.js";
|
|
|
3
3
|
import { Input } from "./input.js";
|
|
4
4
|
import { TooltipContent } from "./tooltip.js";
|
|
5
5
|
import * as React$1 from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as react_jsx_runtime242 from "react/jsx-runtime";
|
|
7
7
|
import { VariantProps } from "class-variance-authority";
|
|
8
8
|
import * as class_variance_authority_types10 from "class-variance-authority/types";
|
|
9
9
|
|
|
@@ -31,7 +31,7 @@ declare function SidebarProvider({
|
|
|
31
31
|
defaultOpen?: boolean;
|
|
32
32
|
open?: boolean;
|
|
33
33
|
onOpenChange?: (open: boolean) => void;
|
|
34
|
-
}):
|
|
34
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
35
35
|
/** Collapsible navigation sidebar with mobile support */
|
|
36
36
|
declare function Sidebar({
|
|
37
37
|
side,
|
|
@@ -44,53 +44,53 @@ declare function Sidebar({
|
|
|
44
44
|
side?: "left" | "right";
|
|
45
45
|
variant?: "sidebar" | "floating" | "inset";
|
|
46
46
|
collapsible?: "offcanvas" | "icon" | "none";
|
|
47
|
-
}):
|
|
47
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
48
48
|
/** Button that toggles the sidebar open and closed */
|
|
49
49
|
declare function SidebarTrigger({
|
|
50
50
|
className,
|
|
51
51
|
onClick,
|
|
52
52
|
...props
|
|
53
|
-
}: React$1.ComponentProps<typeof Button>):
|
|
53
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime242.JSX.Element;
|
|
54
54
|
/** Clickable rail element for toggling sidebar visibility */
|
|
55
55
|
declare function SidebarRail({
|
|
56
56
|
className,
|
|
57
57
|
...props
|
|
58
|
-
}: React$1.ComponentProps<"button">):
|
|
58
|
+
}: React$1.ComponentProps<"button">): react_jsx_runtime242.JSX.Element;
|
|
59
59
|
/** Main content area that adapts to sidebar state */
|
|
60
60
|
declare function SidebarInset({
|
|
61
61
|
className,
|
|
62
62
|
...props
|
|
63
|
-
}: React$1.ComponentProps<"main">):
|
|
63
|
+
}: React$1.ComponentProps<"main">): react_jsx_runtime242.JSX.Element;
|
|
64
64
|
/** Input field styled for use within the sidebar */
|
|
65
65
|
declare function SidebarInput({
|
|
66
66
|
className,
|
|
67
67
|
...props
|
|
68
|
-
}: React$1.ComponentProps<typeof Input>):
|
|
68
|
+
}: React$1.ComponentProps<typeof Input>): react_jsx_runtime242.JSX.Element;
|
|
69
69
|
/** Header section at the top of the sidebar */
|
|
70
70
|
declare function SidebarHeader({
|
|
71
71
|
className,
|
|
72
72
|
...props
|
|
73
|
-
}: React$1.ComponentProps<"div">):
|
|
73
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime242.JSX.Element;
|
|
74
74
|
/** Footer section at the bottom of the sidebar */
|
|
75
75
|
declare function SidebarFooter({
|
|
76
76
|
className,
|
|
77
77
|
...props
|
|
78
|
-
}: React$1.ComponentProps<"div">):
|
|
78
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime242.JSX.Element;
|
|
79
79
|
/** Visual separator between sidebar sections */
|
|
80
80
|
declare function SidebarSeparator({
|
|
81
81
|
className,
|
|
82
82
|
...props
|
|
83
|
-
}: React$1.ComponentProps<typeof Separator>):
|
|
83
|
+
}: React$1.ComponentProps<typeof Separator>): react_jsx_runtime242.JSX.Element;
|
|
84
84
|
/** Scrollable content area within the sidebar */
|
|
85
85
|
declare function SidebarContent({
|
|
86
86
|
className,
|
|
87
87
|
...props
|
|
88
|
-
}: React$1.ComponentProps<"div">):
|
|
88
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime242.JSX.Element;
|
|
89
89
|
/** Container for grouping related sidebar items */
|
|
90
90
|
declare function SidebarGroup({
|
|
91
91
|
className,
|
|
92
92
|
...props
|
|
93
|
-
}: React$1.ComponentProps<"div">):
|
|
93
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime242.JSX.Element;
|
|
94
94
|
/** Label heading for a sidebar group */
|
|
95
95
|
declare function SidebarGroupLabel({
|
|
96
96
|
className,
|
|
@@ -98,7 +98,7 @@ declare function SidebarGroupLabel({
|
|
|
98
98
|
...props
|
|
99
99
|
}: React$1.ComponentProps<"div"> & {
|
|
100
100
|
asChild?: boolean;
|
|
101
|
-
}):
|
|
101
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
102
102
|
/** Action button displayed next to a sidebar group label */
|
|
103
103
|
declare function SidebarGroupAction({
|
|
104
104
|
className,
|
|
@@ -106,22 +106,22 @@ declare function SidebarGroupAction({
|
|
|
106
106
|
...props
|
|
107
107
|
}: React$1.ComponentProps<"button"> & {
|
|
108
108
|
asChild?: boolean;
|
|
109
|
-
}):
|
|
109
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
110
110
|
/** Content container for sidebar group items */
|
|
111
111
|
declare function SidebarGroupContent({
|
|
112
112
|
className,
|
|
113
113
|
...props
|
|
114
|
-
}: React$1.ComponentProps<"div">):
|
|
114
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime242.JSX.Element;
|
|
115
115
|
/** Navigation menu list within the sidebar */
|
|
116
116
|
declare function SidebarMenu({
|
|
117
117
|
className,
|
|
118
118
|
...props
|
|
119
|
-
}: React$1.ComponentProps<"ul">):
|
|
119
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime242.JSX.Element;
|
|
120
120
|
/** Individual menu item within the sidebar */
|
|
121
121
|
declare function SidebarMenuItem({
|
|
122
122
|
className,
|
|
123
123
|
...props
|
|
124
|
-
}: React$1.ComponentProps<"li">):
|
|
124
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime242.JSX.Element;
|
|
125
125
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
126
126
|
variant?: "default" | "outline" | null | undefined;
|
|
127
127
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
@@ -138,7 +138,7 @@ declare function SidebarMenuButton({
|
|
|
138
138
|
asChild?: boolean;
|
|
139
139
|
isActive?: boolean;
|
|
140
140
|
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
141
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>):
|
|
141
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime242.JSX.Element;
|
|
142
142
|
/** Action button displayed alongside a menu item */
|
|
143
143
|
declare function SidebarMenuAction({
|
|
144
144
|
className,
|
|
@@ -148,12 +148,12 @@ declare function SidebarMenuAction({
|
|
|
148
148
|
}: React$1.ComponentProps<"button"> & {
|
|
149
149
|
asChild?: boolean;
|
|
150
150
|
showOnHover?: boolean;
|
|
151
|
-
}):
|
|
151
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
152
152
|
/** Badge for displaying counts or status on menu items */
|
|
153
153
|
declare function SidebarMenuBadge({
|
|
154
154
|
className,
|
|
155
155
|
...props
|
|
156
|
-
}: React$1.ComponentProps<"div">):
|
|
156
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime242.JSX.Element;
|
|
157
157
|
/** Loading skeleton placeholder for menu items */
|
|
158
158
|
declare function SidebarMenuSkeleton({
|
|
159
159
|
className,
|
|
@@ -161,17 +161,17 @@ declare function SidebarMenuSkeleton({
|
|
|
161
161
|
...props
|
|
162
162
|
}: React$1.ComponentProps<"div"> & {
|
|
163
163
|
showIcon?: boolean;
|
|
164
|
-
}):
|
|
164
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
165
165
|
/** Submenu list for nested navigation items */
|
|
166
166
|
declare function SidebarMenuSub({
|
|
167
167
|
className,
|
|
168
168
|
...props
|
|
169
|
-
}: React$1.ComponentProps<"ul">):
|
|
169
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime242.JSX.Element;
|
|
170
170
|
/** Individual item within a sidebar submenu */
|
|
171
171
|
declare function SidebarMenuSubItem({
|
|
172
172
|
className,
|
|
173
173
|
...props
|
|
174
|
-
}: React$1.ComponentProps<"li">):
|
|
174
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime242.JSX.Element;
|
|
175
175
|
/** Button for submenu items */
|
|
176
176
|
declare function SidebarMenuSubButton({
|
|
177
177
|
asChild,
|
|
@@ -183,7 +183,7 @@ declare function SidebarMenuSubButton({
|
|
|
183
183
|
asChild?: boolean;
|
|
184
184
|
size?: "sm" | "md";
|
|
185
185
|
isActive?: boolean;
|
|
186
|
-
}):
|
|
186
|
+
}): react_jsx_runtime242.JSX.Element;
|
|
187
187
|
//#endregion
|
|
188
188
|
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar };
|
|
189
189
|
//# sourceMappingURL=sidebar.d.ts.map
|