@databricks/appkit-ui 0.10.0 → 0.11.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/CLAUDE.md +7 -0
- package/dist/cli/commands/plugin/sync/sync.js +6 -3
- package/dist/cli/commands/plugin/sync/sync.js.map +1 -1
- package/dist/cli/index.d.ts +1 -1
- package/dist/cli/index.js +1 -0
- package/dist/cli/index.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/create-chart.d.ts +2 -2
- package/dist/react/charts/heatmap/index.d.ts +2 -2
- package/dist/react/charts/line/index.d.ts +2 -2
- 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/table/data-table.d.ts +2 -2
- package/dist/react/table/data-table.d.ts.map +1 -1
- 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/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/schemas/plugin-manifest.schema.json +4 -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 +3 -3
- 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
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_runtime223 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_runtime223.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_runtime223.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_runtime223.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_runtime223.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_runtime223.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_runtime223.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_runtime223.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_runtime223.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_runtime231 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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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_runtime231.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
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime254 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/react/ui/skeleton.d.ts
|
|
4
4
|
/** Loading placeholder with pulsing animation */
|
|
5
5
|
declare function Skeleton({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<"div">):
|
|
8
|
+
}: React.ComponentProps<"div">): react_jsx_runtime254.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Skeleton };
|
|
11
11
|
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime255 from "react/jsx-runtime";
|
|
3
3
|
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/slider.d.ts
|
|
@@ -11,7 +11,7 @@ declare function Slider({
|
|
|
11
11
|
min,
|
|
12
12
|
max,
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof SliderPrimitive.Root>):
|
|
14
|
+
}: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime255.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Slider };
|
|
17
17
|
//# sourceMappingURL=slider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime256 from "react/jsx-runtime";
|
|
2
2
|
import { ToasterProps } from "sonner";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/sonner.d.ts
|
|
5
5
|
/** Toast notification system for displaying temporary messages */
|
|
6
6
|
declare const Toaster$1: ({
|
|
7
7
|
...props
|
|
8
|
-
}: ToasterProps) =>
|
|
8
|
+
}: ToasterProps) => react_jsx_runtime256.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Toaster$1 as Toaster };
|
|
11
11
|
//# sourceMappingURL=sonner.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime257 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/react/ui/spinner.d.ts
|
|
4
4
|
/** Animated loading indicator */
|
|
5
5
|
declare function Spinner({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<"svg">):
|
|
8
|
+
}: React.ComponentProps<"svg">): react_jsx_runtime257.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Spinner };
|
|
11
11
|
//# sourceMappingURL=spinner.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime258 from "react/jsx-runtime";
|
|
3
3
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/switch.d.ts
|
|
@@ -7,7 +7,7 @@ import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
|
7
7
|
declare function Switch({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof SwitchPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime258.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Switch };
|
|
13
13
|
//# sourceMappingURL=switch.d.ts.map
|
package/dist/react/ui/table.d.ts
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime259 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/table.d.ts
|
|
5
5
|
/** Structured data display with rows and columns */
|
|
6
6
|
declare function Table({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<"table">):
|
|
9
|
+
}: React$1.ComponentProps<"table">): react_jsx_runtime259.JSX.Element;
|
|
10
10
|
declare function TableHeader({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<"thead">):
|
|
13
|
+
}: React$1.ComponentProps<"thead">): react_jsx_runtime259.JSX.Element;
|
|
14
14
|
declare function TableBody({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<"tbody">):
|
|
17
|
+
}: React$1.ComponentProps<"tbody">): react_jsx_runtime259.JSX.Element;
|
|
18
18
|
declare function TableFooter({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<"tfoot">):
|
|
21
|
+
}: React$1.ComponentProps<"tfoot">): react_jsx_runtime259.JSX.Element;
|
|
22
22
|
declare function TableRow({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<"tr">):
|
|
25
|
+
}: React$1.ComponentProps<"tr">): react_jsx_runtime259.JSX.Element;
|
|
26
26
|
declare function TableHead({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: React$1.ComponentProps<"th">):
|
|
29
|
+
}: React$1.ComponentProps<"th">): react_jsx_runtime259.JSX.Element;
|
|
30
30
|
declare function TableCell({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React$1.ComponentProps<"td">):
|
|
33
|
+
}: React$1.ComponentProps<"td">): react_jsx_runtime259.JSX.Element;
|
|
34
34
|
declare function TableCaption({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<"caption">):
|
|
37
|
+
}: React$1.ComponentProps<"caption">): react_jsx_runtime259.JSX.Element;
|
|
38
38
|
//#endregion
|
|
39
39
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
40
40
|
//# sourceMappingURL=table.d.ts.map
|
package/dist/react/ui/tabs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime267 from "react/jsx-runtime";
|
|
3
3
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/tabs.d.ts
|
|
@@ -7,22 +7,22 @@ import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
|
7
7
|
declare function Tabs({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime267.JSX.Element;
|
|
11
11
|
/** Container for tab trigger buttons */
|
|
12
12
|
declare function TabsList({
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.List>):
|
|
15
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime267.JSX.Element;
|
|
16
16
|
/** Button that activates a tab panel */
|
|
17
17
|
declare function TabsTrigger({
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.Trigger>):
|
|
20
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime267.JSX.Element;
|
|
21
21
|
/** Content panel associated with a tab */
|
|
22
22
|
declare function TabsContent({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.Content>):
|
|
25
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime267.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { Tabs, TabsContent, TabsList, TabsTrigger };
|
|
28
28
|
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime271 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/textarea.d.ts
|
|
5
5
|
/** Multi-line text input field */
|
|
6
6
|
declare function Textarea({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<"textarea">):
|
|
9
|
+
}: React$1.ComponentProps<"textarea">): react_jsx_runtime271.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Textarea };
|
|
12
12
|
//# sourceMappingURL=textarea.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { toggleVariants } from "./toggle.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime273 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
5
|
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
6
6
|
|
|
@@ -15,14 +15,14 @@ declare function ToggleGroup({
|
|
|
15
15
|
...props
|
|
16
16
|
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & {
|
|
17
17
|
spacing?: number;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime273.JSX.Element;
|
|
19
19
|
declare function ToggleGroupItem({
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
variant,
|
|
23
23
|
size,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>):
|
|
25
|
+
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime273.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { ToggleGroup, ToggleGroupItem };
|
|
28
28
|
//# sourceMappingURL=toggle-group.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime272 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
5
5
|
import * as class_variance_authority_types11 from "class-variance-authority/types";
|
|
@@ -15,7 +15,7 @@ declare function Toggle({
|
|
|
15
15
|
variant,
|
|
16
16
|
size,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>):
|
|
18
|
+
}: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime272.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Toggle, toggleVariants };
|
|
21
21
|
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -86,6 +86,10 @@
|
|
|
86
86
|
"type": "string",
|
|
87
87
|
"description": "SPDX license identifier",
|
|
88
88
|
"examples": ["Apache-2.0", "MIT"]
|
|
89
|
+
},
|
|
90
|
+
"onSetupMessage": {
|
|
91
|
+
"type": "string",
|
|
92
|
+
"description": "Message displayed to the user after project initialization. Use this to inform about manual setup steps (e.g. environment variables, resource provisioning)."
|
|
89
93
|
}
|
|
90
94
|
},
|
|
91
95
|
"additionalProperties": false,
|
|
@@ -65,6 +65,10 @@
|
|
|
65
65
|
"default": false,
|
|
66
66
|
"description": "When true, this plugin is required by the template and cannot be deselected during CLI init. The user will only be prompted to configure its resources. When absent or false, the plugin is optional and the user can choose whether to include it."
|
|
67
67
|
},
|
|
68
|
+
"onSetupMessage": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"description": "Message displayed to the user after project initialization. Use this to inform about manual setup steps (e.g. environment variables, resource provisioning)."
|
|
71
|
+
},
|
|
68
72
|
"resources": {
|
|
69
73
|
"type": "object",
|
|
70
74
|
"required": ["required", "optional"],
|