@databricks/appkit-ui 0.5.4 → 0.6.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 +12 -1
- package/NOTICE.md +2 -0
- package/bin/appkit.js +0 -0
- package/dist/cli/commands/plugins-sync.js +369 -0
- package/dist/cli/commands/plugins-sync.js.map +1 -0
- package/dist/cli/commands/plugins.js +19 -0
- package/dist/cli/commands/plugins.js.map +1 -0
- package/dist/cli/index.js +2 -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/base.d.ts.map +1 -1
- 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/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/table/data-table.d.ts +2 -2
- package/dist/react/ui/accordion.d.ts +5 -5
- package/dist/react/ui/alert-dialog.d.ts +12 -12
- package/dist/react/ui/alert.d.ts +6 -6
- 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 +4 -4
- package/dist/react/ui/breadcrumb.d.ts +8 -8
- package/dist/react/ui/button-group.d.ts +6 -6
- package/dist/react/ui/button.d.ts +5 -5
- 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/dialog.d.ts.map +1 -1
- 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 +9 -9
- package/dist/react/ui/field.d.ts +13 -13
- 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 +11 -11
- package/dist/react/ui/input-group.d.ts.map +1 -1
- 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.d.ts +2 -2
- package/dist/react/ui/tooltip.d.ts +5 -5
- package/dist/react/ui/tooltip.d.ts.map +1 -1
- package/docs/docs/api/appkit/Class.AppKitError/index.html +5 -5
- package/docs/docs/api/appkit/Class.AuthenticationError/index.html +4 -4
- package/docs/docs/api/appkit/Class.ConfigurationError/index.html +4 -4
- package/docs/docs/api/appkit/Class.ConnectionError/index.html +4 -4
- package/docs/docs/api/appkit/Class.ExecutionError/index.html +4 -4
- package/docs/docs/api/appkit/Class.InitializationError/index.html +4 -4
- package/docs/docs/api/appkit/Class.Plugin/index.html +28 -16
- package/docs/docs/api/appkit/Class.Plugin.md +90 -30
- package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +150 -0
- package/docs/docs/api/appkit/Class.ResourceRegistry.md +301 -0
- package/docs/docs/api/appkit/Class.ServerError/index.html +5 -5
- package/docs/docs/api/appkit/Class.TunnelError/index.html +4 -4
- package/docs/docs/api/appkit/Class.ValidationError/index.html +4 -4
- package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +66 -0
- package/docs/docs/api/appkit/Enumeration.ResourceType.md +135 -0
- package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +4 -4
- package/docs/docs/api/appkit/Function.createApp/index.html +4 -4
- package/docs/docs/api/appkit/Function.getExecutionContext/index.html +5 -5
- package/docs/docs/api/appkit/Function.getPluginManifest/index.html +26 -0
- package/docs/docs/api/appkit/Function.getPluginManifest.md +24 -0
- package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +28 -0
- package/docs/docs/api/appkit/Function.getResourceRequirements.md +42 -0
- package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +5 -5
- package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +4 -4
- package/docs/docs/api/appkit/Interface.CacheConfig/index.html +4 -4
- package/docs/docs/api/appkit/Interface.ITelemetry/index.html +5 -5
- package/docs/docs/api/appkit/Interface.PluginManifest/index.html +63 -0
- package/docs/docs/api/appkit/Interface.PluginManifest.md +135 -0
- package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +83 -0
- package/docs/docs/api/appkit/Interface.ResourceEntry.md +156 -0
- package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +26 -0
- package/docs/docs/api/appkit/Interface.ResourceFieldEntry.md +25 -0
- package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +51 -0
- package/docs/docs/api/appkit/Interface.ResourceRequirement.md +84 -0
- package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +5 -5
- package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +5 -5
- package/docs/docs/api/appkit/Interface.ValidationResult/index.html +29 -0
- package/docs/docs/api/appkit/Interface.ValidationResult.md +36 -0
- package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +21 -0
- package/docs/docs/api/appkit/TypeAlias.ConfigSchema.md +12 -0
- package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +5 -5
- package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +18 -0
- package/docs/docs/api/appkit/TypeAlias.ResourcePermission.md +20 -0
- package/docs/docs/api/appkit/Variable.sql/index.html +5 -5
- package/docs/docs/api/appkit/index.html +10 -8
- 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/appkit.md +44 -28
- package/docs/docs/api/index.html +3 -3
- package/docs/docs/app-management/index.html +3 -3
- package/docs/docs/architecture/index.html +4 -4
- package/docs/docs/architecture.md +1 -1
- package/docs/docs/category/development/index.html +3 -3
- package/docs/docs/configuration/index.html +3 -3
- 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 +3 -3
- package/docs/docs/development/remote-bridge/index.html +3 -3
- package/docs/docs/development/type-generation/index.html +3 -3
- package/docs/docs/index.html +3 -3
- package/docs/docs/plugins/index.html +18 -8
- package/docs/docs/plugins.md +82 -4
- package/llms.txt +12 -1
- package/package.json +3 -1
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { Button } from "./button.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/react/ui/input-group.d.ts
|
|
8
8
|
/** Container for combining input fields with addons and buttons */
|
|
9
9
|
declare function InputGroup({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<"div">):
|
|
12
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime16.JSX.Element;
|
|
13
13
|
declare const inputGroupAddonVariants: (props?: ({
|
|
14
14
|
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
15
|
-
} &
|
|
15
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
16
16
|
/** Decorative content positioned at the start or end of an input group */
|
|
17
17
|
declare function InputGroupAddon({
|
|
18
18
|
className,
|
|
19
19
|
align,
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>):
|
|
21
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime16.JSX.Element;
|
|
22
22
|
declare const inputGroupButtonVariants: (props?: ({
|
|
23
|
-
size?: "
|
|
24
|
-
} &
|
|
23
|
+
size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
|
|
24
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
25
25
|
/** Button integrated within an input group */
|
|
26
26
|
declare function InputGroupButton({
|
|
27
27
|
className,
|
|
@@ -29,22 +29,22 @@ declare function InputGroupButton({
|
|
|
29
29
|
variant,
|
|
30
30
|
size,
|
|
31
31
|
...props
|
|
32
|
-
}: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>):
|
|
32
|
+
}: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime16.JSX.Element;
|
|
33
33
|
/** Static text or icon displayed within an input group */
|
|
34
34
|
declare function InputGroupText({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<"span">):
|
|
37
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime16.JSX.Element;
|
|
38
38
|
/** Text input styled for use within an input group */
|
|
39
39
|
declare function InputGroupInput({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentProps<"input">):
|
|
42
|
+
}: React$1.ComponentProps<"input">): react_jsx_runtime16.JSX.Element;
|
|
43
43
|
/** Textarea styled for use within an input group */
|
|
44
44
|
declare function InputGroupTextarea({
|
|
45
45
|
className,
|
|
46
46
|
...props
|
|
47
|
-
}: React$1.ComponentProps<"textarea">):
|
|
47
|
+
}: React$1.ComponentProps<"textarea">): react_jsx_runtime16.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
|
|
50
50
|
//# sourceMappingURL=input-group.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-group.d.ts","names":[],"sources":["../../../src/react/ui/input-group.tsx"],"sourcesContent":[],"mappings":";;;;;;;;iBAWS,UAAA;;;GAAoC,OAAA,CAAM,wBAAqB,
|
|
1
|
+
{"version":3,"file":"input-group.d.ts","names":[],"sources":["../../../src/react/ui/input-group.tsx"],"sourcesContent":[],"mappings":";;;;;;;;iBAWS,UAAA;;;GAAoC,OAAA,CAAM,wBAAqB,mBAAA,CAAA,GAAA,CAAA;cA4BlE,+BA5Ba;;AALe,CAAA,GAoDjC,+BAAA,CAAA,SA/CkB,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;;iBAkDV,eAAA,CAlDa;EAAA,SAAA;EAAA,KAAA;EAAA,GAAA;AAAA,CAAA,EAsDnB,OAAA,CAAM,cAtDa,CAAA,KAAA,CAAA,GAsDW,YAtDX,CAAA,OAsD+B,uBAtD/B,CAAA,CAAA,EAsDuD,mBAAA,CAAA,GAAA,CAAA,OAtDvD;cAwEhB,wBAxE6C,EAAA,CAAA,KAAqB,CAArB,EAAA,CAAA;MAAqB,CAAA,EAAA,IAAA,GAAA,IAAA,GAAA,SAAA,GAAA,SAAA,GAAA,IAAA,GAAA,SAAA;CAAA,GAwFvE,+BAAA,CAAA,SAxFuE,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAAA;iBA2F/D,gBAAA,CAzCe;EAAA,SAAA;EAAA,IAAA;EAAA,OAAA;EAAA,IAAA;EAAA,GAAA;AAAA,CAAA,EA+CrB,IA/CqB,CA+ChB,OAAA,CAAM,cA/CU,CAAA,OA+CY,MA/CZ,CAAA,EAAA,MAAA,CAAA,GAgDtB,YAhDsB,CAAA,OAgDF,wBAhDE,CAAA,CAAA,EAgDuB,mBAAA,CAAA,GAAA,CAAA,OAhDvB;;iBA6Df,cAAA,CA5DP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA4D+C,OAAA,CAAM,cA5DrD,CAAA,MAAA,CAAA,CAAA,EA4D2E,mBAAA,CAAA,GAAA,CAAA,OA5D3E;;iBAyEO,eAAA,CAtEA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyEN,OAAA,CAAM,cAzEA,CAAA,OAAA,CAAA,CAAA,EAyEuB,mBAAA,CAAA,GAAA,CAAA,OAzEvB;;iBAuFA,kBAAA,CAvFwB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0F9B,OAAA,CAAM,cA1FwB,CAAA,UAAA,CAAA,CAAA,EA0FE,mBAAA,CAAA,GAAA,CAAA,OA1FF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime173 from "react/jsx-runtime";
|
|
3
3
|
import { OTPInput } from "input-otp";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/input-otp.d.ts
|
|
@@ -10,12 +10,12 @@ declare function InputOTP({
|
|
|
10
10
|
...props
|
|
11
11
|
}: React$1.ComponentProps<typeof OTPInput> & {
|
|
12
12
|
containerClassName?: string;
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime173.JSX.Element;
|
|
14
14
|
/** Container grouping OTP input slots together */
|
|
15
15
|
declare function InputOTPGroup({
|
|
16
16
|
className,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<"div">):
|
|
18
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime173.JSX.Element;
|
|
19
19
|
/** Individual character slot within the OTP input */
|
|
20
20
|
declare function InputOTPSlot({
|
|
21
21
|
index,
|
|
@@ -23,11 +23,11 @@ declare function InputOTPSlot({
|
|
|
23
23
|
...props
|
|
24
24
|
}: React$1.ComponentProps<"div"> & {
|
|
25
25
|
index: number;
|
|
26
|
-
}):
|
|
26
|
+
}): react_jsx_runtime173.JSX.Element;
|
|
27
27
|
/** Visual separator between OTP slot groups */
|
|
28
28
|
declare function InputOTPSeparator({
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentProps<"div">):
|
|
30
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime173.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
|
33
33
|
//# sourceMappingURL=input-otp.d.ts.map
|
package/dist/react/ui/input.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime162 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/input.d.ts
|
|
5
5
|
/** Text input field for single-line user input */
|
|
@@ -7,7 +7,7 @@ declare function Input({
|
|
|
7
7
|
className,
|
|
8
8
|
type,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<"input">):
|
|
10
|
+
}: React$1.ComponentProps<"input">): react_jsx_runtime162.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Input };
|
|
13
13
|
//# sourceMappingURL=input.d.ts.map
|
package/dist/react/ui/item.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Separator } from "./separator.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime177 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
5
|
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
6
6
|
|
|
@@ -8,11 +8,11 @@ import * as class_variance_authority_types7 from "class-variance-authority/types
|
|
|
8
8
|
declare function ItemGroup({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<"div">):
|
|
11
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime177.JSX.Element;
|
|
12
12
|
declare function ItemSeparator({
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<typeof Separator>):
|
|
15
|
+
}: React$1.ComponentProps<typeof Separator>): react_jsx_runtime177.JSX.Element;
|
|
16
16
|
declare const itemVariants: (props?: ({
|
|
17
17
|
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
18
18
|
size?: "default" | "sm" | null | undefined;
|
|
@@ -26,7 +26,7 @@ declare function Item({
|
|
|
26
26
|
...props
|
|
27
27
|
}: React$1.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
|
|
28
28
|
asChild?: boolean;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime177.JSX.Element;
|
|
30
30
|
declare const itemMediaVariants: (props?: ({
|
|
31
31
|
variant?: "default" | "icon" | "image" | null | undefined;
|
|
32
32
|
} & class_variance_authority_types7.ClassProp) | undefined) => string;
|
|
@@ -34,31 +34,31 @@ declare function ItemMedia({
|
|
|
34
34
|
className,
|
|
35
35
|
variant,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>):
|
|
37
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime177.JSX.Element;
|
|
38
38
|
declare function ItemContent({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React$1.ComponentProps<"div">):
|
|
41
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime177.JSX.Element;
|
|
42
42
|
declare function ItemTitle({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React$1.ComponentProps<"div">):
|
|
45
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime177.JSX.Element;
|
|
46
46
|
declare function ItemDescription({
|
|
47
47
|
className,
|
|
48
48
|
...props
|
|
49
|
-
}: React$1.ComponentProps<"p">):
|
|
49
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime177.JSX.Element;
|
|
50
50
|
declare function ItemActions({
|
|
51
51
|
className,
|
|
52
52
|
...props
|
|
53
|
-
}: React$1.ComponentProps<"div">):
|
|
53
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime177.JSX.Element;
|
|
54
54
|
declare function ItemHeader({
|
|
55
55
|
className,
|
|
56
56
|
...props
|
|
57
|
-
}: React$1.ComponentProps<"div">):
|
|
57
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime177.JSX.Element;
|
|
58
58
|
declare function ItemFooter({
|
|
59
59
|
className,
|
|
60
60
|
...props
|
|
61
|
-
}: React$1.ComponentProps<"div">):
|
|
61
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime177.JSX.Element;
|
|
62
62
|
//#endregion
|
|
63
63
|
export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle };
|
|
64
64
|
//# sourceMappingURL=item.d.ts.map
|
package/dist/react/ui/kbd.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime187 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/react/ui/kbd.d.ts
|
|
4
4
|
/** Visual representation of keyboard keys */
|
|
5
5
|
declare function Kbd({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<"kbd">):
|
|
8
|
+
}: React.ComponentProps<"kbd">): react_jsx_runtime187.JSX.Element;
|
|
9
9
|
declare function KbdGroup({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: React.ComponentProps<"div">):
|
|
12
|
+
}: React.ComponentProps<"div">): react_jsx_runtime187.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { Kbd, KbdGroup };
|
|
15
15
|
//# sourceMappingURL=kbd.d.ts.map
|
package/dist/react/ui/label.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime189 from "react/jsx-runtime";
|
|
3
3
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/label.d.ts
|
|
@@ -7,7 +7,7 @@ import * as LabelPrimitive from "@radix-ui/react-label";
|
|
|
7
7
|
declare function Label({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof LabelPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime189.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Label };
|
|
13
13
|
//# sourceMappingURL=label.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime190 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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime190.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_runtime206 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_runtime206.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_runtime206.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_runtime206.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_runtime206.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_runtime206.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_runtime206.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_runtime206.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_runtime206.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_runtime214 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_runtime214.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_runtime214.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_runtime214.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_runtime214.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_runtime214.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_runtime214.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_runtime214.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_runtime221 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_runtime221.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_runtime221.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_runtime221.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_runtime221.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_runtime225 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_runtime225.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_runtime226 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_runtime226.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_runtime226.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_runtime228 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_runtime228.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_runtime228.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_runtime228.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_runtime231 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_runtime231.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_runtime231.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_runtime163 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_runtime163.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_runtime163.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_runtime163.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_runtime163.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_runtime163.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_runtime163.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_runtime163.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_runtime163.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_runtime163.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_runtime163.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
|