@ah-automation.nl/component-lib 0.0.91 → 0.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/table.d.ts +8 -10
- package/dist/components/ui/table.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +56 -21
- package/dist/styles.css +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/table.d.ts +12 -0
- package/dist/types/table.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type VariantProps } from "class-variance-authority";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
declare const buttonVariants: (props?: ({
|
|
4
|
-
variant?: "default" | "outline" | "secondary" | "ghost" | "destructive" | "link" | null | undefined;
|
|
4
|
+
variant?: "default" | "outline" | "secondary" | "ghost" | "plain" | "destructive" | "link" | null | undefined;
|
|
5
5
|
size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
7
|
declare function Button({ className, variant, size, asChild, noAnimation, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,cAAc;;;
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,cAAc;;;8EAqCnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,OAAe,EACf,WAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC/B,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,KAAK,CAAC,YAAY,CAevB;AAGD,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
type TableProps
|
|
3
|
-
containerClassName?: string;
|
|
4
|
-
};
|
|
2
|
+
import type { TableBodyProps, TableCaptionProps, TableCellProps, TableFooterProps, TableHeaderProps, TableHeadProps, TableProps, TableRowProps } from "@/types/table";
|
|
5
3
|
declare function Table({ className, containerClassName, ...props }: TableProps): React.ReactElement;
|
|
6
|
-
declare function TableHeader({ className, ...props }:
|
|
7
|
-
declare function TableBody({ className, ...props }:
|
|
8
|
-
declare function TableFooter({ className, ...props }:
|
|
9
|
-
declare function TableRow({ className, ...props }:
|
|
10
|
-
declare function TableHead({ className, ...props }:
|
|
11
|
-
declare function TableCell({ className, ...props }:
|
|
12
|
-
declare function TableCaption({ className, ...props }:
|
|
4
|
+
declare function TableHeader({ className, ...props }: TableHeaderProps): React.ReactElement;
|
|
5
|
+
declare function TableBody({ className, ...props }: TableBodyProps): React.ReactElement;
|
|
6
|
+
declare function TableFooter({ className, ...props }: TableFooterProps): React.ReactElement;
|
|
7
|
+
declare function TableRow({ className, ...props }: TableRowProps): React.ReactElement;
|
|
8
|
+
declare function TableHead({ className, ...props }: TableHeadProps): React.ReactElement;
|
|
9
|
+
declare function TableCell({ className, ...props }: TableCellProps): React.ReactElement;
|
|
10
|
+
declare function TableCaption({ className, ...props }: TableCaptionProps): React.ReactElement;
|
|
13
11
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, };
|
|
14
12
|
//# sourceMappingURL=table.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/ui/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,UAAU,EACV,aAAa,EACd,MAAM,eAAe,CAAC;AAEvB,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,kBAAkB,EAClB,GAAG,KAAK,EACT,EAAE,UAAU,GAAG,KAAK,CAAC,YAAY,CAgBjC;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,gBAAgB,GAAG,KAAK,CAAC,YAAY,CAQvC;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,GAAG,KAAK,CAAC,YAAY,CAErC;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,gBAAgB,GAAG,KAAK,CAAC,YAAY,CAWvC;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,GAAG,KAAK,CAAC,YAAY,CAW5E;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,GAAG,KAAK,CAAC,YAAY,CAWrC;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,cAAc,GAAG,KAAK,CAAC,YAAY,CAWrC;AAED,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG,KAAK,CAAC,YAAY,CAQxC;AAED,OAAO,EACL,KAAK,EACL,SAAS,EACT,YAAY,EACZ,SAAS,EACT,WAAW,EACX,SAAS,EACT,WAAW,EACX,QAAQ,GACT,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export { Input } from "./components/ui/input";
|
|
|
23
23
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger, } from "./components/ui/popover";
|
|
24
24
|
export { Spinner } from "./components/ui/spinner";
|
|
25
25
|
export { Switch } from "./components/ui/switch";
|
|
26
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, } from "./components/ui/table";
|
|
26
27
|
export { Textarea } from "./components/ui/textarea";
|
|
27
28
|
export { Toggle } from "./components/ui/toggle";
|
|
28
29
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from "./components/ui/tooltip";
|
|
@@ -33,6 +34,6 @@ export { VirtualMultiSelect } from "./components/virtual-multi-select";
|
|
|
33
34
|
export { VirtualSingleSelect } from "./components/virtual-single-select";
|
|
34
35
|
export { useTheme } from "./hooks/use-theme";
|
|
35
36
|
export { debounce } from "./lib/utils";
|
|
36
|
-
export type { AppHeaderAppItem, AppHeaderAppItemEvent, AppHeaderIcon, AppHeaderLanguageOption, AppHeaderProfileAction, AppHeaderProfileActionEvent, AppHeaderProps, AppHeaderSession, AppShellProps, AppShellSidebarProps, CalendarProps, CarouselApi, CarouselOptions, CarouselPlugin, ChartConfig, ChartContextProps, CheckboxProps, DataTableColumnFilterPlaceholders, DataTableColumnFilterRenderer, DataTableColumnFilterRenderers, DataTableColumnMeta, DataTableExpandedRowRenderer, DataTableGlobalFilterFn, DataTableProps, DataTableRenderProps, DataTableRowClassNameGetter, DataTableRowClickHandler, DataTableSelectionContentProps, DataTableSlotContent, DialogCloseProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, FieldLabelProps, GenericDrawerProps, ImageSliderItem, ImageSliderProps, InputProps, MultiSelectOption, MultiSelectProps, NumberInputProps, NumberInputStepButtonProps, NumberInputStepButtonSize, NumberInputStepButtonVariant, NumberInputValue, PhoneNumberInputChangeDetails, PhoneNumberInputCountry, PhoneNumberInputProps, PhoneNumberInputValidationError, PhoneNumberInputValue, PieChartItem, PieChartProps, PopoverAnchorProps, PopoverContentProps, PopoverProps, PopoverTriggerProps, ResolvedTheme, SidebarNavGroup, SidebarNavGroupItem, SidebarNavIcon, SidebarNavItem, SidebarNavProps, SingleSelectOption, SingleSelectOptionAction, SingleSelectOptionActionContext, SingleSelectProps, SingleSelectTopContentContext, SpinnerProps, SwitchProps, SwitchSize, TextareaProps, ThemeController, ThemeOption, ThemePreference, ThemeSnapshot, ThemeToggleProps, ToggleProps, ToggleSize, ToggleVariant, TooltipContentProps, TooltipNameType, TooltipProps, TooltipProviderProps, TooltipTriggerProps, UserImageProps, VirtualListGridProps, VirtualListGridRenderItemContext, VirtualListProps, VirtualListRenderItemContext, } from "./types";
|
|
37
|
+
export type { AppHeaderAppItem, AppHeaderAppItemEvent, AppHeaderIcon, AppHeaderLanguageOption, AppHeaderProfileAction, AppHeaderProfileActionEvent, AppHeaderProps, AppHeaderSession, AppShellProps, AppShellSidebarProps, CalendarProps, CarouselApi, CarouselOptions, CarouselPlugin, ChartConfig, ChartContextProps, CheckboxProps, DataTableColumnFilterPlaceholders, DataTableColumnFilterRenderer, DataTableColumnFilterRenderers, DataTableColumnMeta, DataTableExpandedRowRenderer, DataTableGlobalFilterFn, DataTableProps, DataTableRenderProps, DataTableRowClassNameGetter, DataTableRowClickHandler, DataTableSelectionContentProps, DataTableSlotContent, DialogCloseProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogProps, DialogTitleProps, DialogTriggerProps, FieldLabelProps, GenericDrawerProps, ImageSliderItem, ImageSliderProps, InputProps, MultiSelectOption, MultiSelectProps, NumberInputProps, NumberInputStepButtonProps, NumberInputStepButtonSize, NumberInputStepButtonVariant, NumberInputValue, PhoneNumberInputChangeDetails, PhoneNumberInputCountry, PhoneNumberInputProps, PhoneNumberInputValidationError, PhoneNumberInputValue, PieChartItem, PieChartProps, PopoverAnchorProps, PopoverContentProps, PopoverProps, PopoverTriggerProps, ResolvedTheme, SidebarNavGroup, SidebarNavGroupItem, SidebarNavIcon, SidebarNavItem, SidebarNavProps, SingleSelectOption, SingleSelectOptionAction, SingleSelectOptionActionContext, SingleSelectProps, SingleSelectTopContentContext, SpinnerProps, SwitchProps, SwitchSize, TableBodyProps, TableCaptionProps, TableCellProps, TableFooterProps, TableHeaderProps, TableHeadProps, TableProps, TableRowProps, TextareaProps, ThemeController, ThemeOption, ThemePreference, ThemeSnapshot, ThemeToggleProps, ToggleProps, ToggleSize, ToggleVariant, TooltipContentProps, TooltipNameType, TooltipProps, TooltipProviderProps, TooltipTriggerProps, UserImageProps, VirtualListGridProps, VirtualListGridRenderItemContext, VirtualListProps, VirtualListRenderItemContext, } from "./types";
|
|
37
38
|
export { isPossiblePhoneNumber, isValidPhoneNumber, parsePhoneNumber, } from "react-phone-number-input";
|
|
38
39
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -9505,6 +9505,7 @@ const AD = ku(
|
|
|
9505
9505
|
outline: "border-border hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",
|
|
9506
9506
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80 aria-expanded:bg-secondary aria-expanded:text-secondary-foreground",
|
|
9507
9507
|
ghost: "hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50",
|
|
9508
|
+
plain: "bg-card text-foreground shadow-lg backdrop-blur-md hover:bg-muted aria-expanded:bg-muted",
|
|
9508
9509
|
destructive: "bg-destructive/10 text-destructive hover:bg-destructive/20 focus-visible:border-destructive/40 focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:hover:bg-destructive/30 dark:focus-visible:ring-destructive/40",
|
|
9509
9510
|
link: "text-primary underline-offset-4 hover:underline"
|
|
9510
9511
|
},
|
|
@@ -46435,10 +46436,23 @@ function xfe({
|
|
|
46435
46436
|
}) {
|
|
46436
46437
|
return /* @__PURE__ */ x("tbody", { "data-slot": "table-body", className: I(e), ...t });
|
|
46437
46438
|
}
|
|
46438
|
-
function
|
|
46439
|
+
function K0e({
|
|
46439
46440
|
className: e,
|
|
46440
46441
|
...t
|
|
46441
46442
|
}) {
|
|
46443
|
+
return /* @__PURE__ */ x(
|
|
46444
|
+
"tfoot",
|
|
46445
|
+
{
|
|
46446
|
+
"data-slot": "table-footer",
|
|
46447
|
+
className: I(
|
|
46448
|
+
"border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",
|
|
46449
|
+
e
|
|
46450
|
+
),
|
|
46451
|
+
...t
|
|
46452
|
+
}
|
|
46453
|
+
);
|
|
46454
|
+
}
|
|
46455
|
+
function oa({ className: e, ...t }) {
|
|
46442
46456
|
return /* @__PURE__ */ x(
|
|
46443
46457
|
"tr",
|
|
46444
46458
|
{
|
|
@@ -46460,7 +46474,7 @@ function j7({
|
|
|
46460
46474
|
{
|
|
46461
46475
|
"data-slot": "table-head",
|
|
46462
46476
|
className: I(
|
|
46463
|
-
"h-10 px-2 text-left align-middle font-medium whitespace-nowrap text-foreground
|
|
46477
|
+
"h-10 px-2 text-left align-middle font-medium whitespace-nowrap text-foreground has-[[role=checkbox]]:pr-0",
|
|
46464
46478
|
e
|
|
46465
46479
|
),
|
|
46466
46480
|
...t
|
|
@@ -46476,13 +46490,26 @@ function _s({
|
|
|
46476
46490
|
{
|
|
46477
46491
|
"data-slot": "table-cell",
|
|
46478
46492
|
className: I(
|
|
46479
|
-
"p-2 align-middle whitespace-nowrap
|
|
46493
|
+
"p-2 align-middle whitespace-nowrap has-[[role=checkbox]]:pr-0",
|
|
46480
46494
|
e
|
|
46481
46495
|
),
|
|
46482
46496
|
...t
|
|
46483
46497
|
}
|
|
46484
46498
|
);
|
|
46485
46499
|
}
|
|
46500
|
+
function Y0e({
|
|
46501
|
+
className: e,
|
|
46502
|
+
...t
|
|
46503
|
+
}) {
|
|
46504
|
+
return /* @__PURE__ */ x(
|
|
46505
|
+
"caption",
|
|
46506
|
+
{
|
|
46507
|
+
"data-slot": "table-caption",
|
|
46508
|
+
className: I("mt-4 text-sm text-muted-foreground", e),
|
|
46509
|
+
...t
|
|
46510
|
+
}
|
|
46511
|
+
);
|
|
46512
|
+
}
|
|
46486
46513
|
const $fe = [10, 20, 50], Sfe = 10, Cfe = 36;
|
|
46487
46514
|
function Mfe() {
|
|
46488
46515
|
return (e, t, n) => {
|
|
@@ -46574,7 +46601,7 @@ function Nfe({
|
|
|
46574
46601
|
] })
|
|
46575
46602
|
] });
|
|
46576
46603
|
}
|
|
46577
|
-
function
|
|
46604
|
+
function X0e({
|
|
46578
46605
|
data: e,
|
|
46579
46606
|
columns: t,
|
|
46580
46607
|
getRowId: n,
|
|
@@ -46961,7 +46988,7 @@ function Afe({
|
|
|
46961
46988
|
)
|
|
46962
46989
|
] });
|
|
46963
46990
|
}
|
|
46964
|
-
function
|
|
46991
|
+
function Z0e({
|
|
46965
46992
|
className: e,
|
|
46966
46993
|
size: t = "default",
|
|
46967
46994
|
...n
|
|
@@ -47006,7 +47033,7 @@ const zfe = ku(
|
|
|
47006
47033
|
}
|
|
47007
47034
|
}
|
|
47008
47035
|
);
|
|
47009
|
-
function
|
|
47036
|
+
function J0e({
|
|
47010
47037
|
className: e,
|
|
47011
47038
|
variant: t = "default",
|
|
47012
47039
|
size: n = "default",
|
|
@@ -47021,7 +47048,7 @@ function X0e({
|
|
|
47021
47048
|
}
|
|
47022
47049
|
);
|
|
47023
47050
|
}
|
|
47024
|
-
function
|
|
47051
|
+
function Q0e({
|
|
47025
47052
|
delayDuration: e = 0,
|
|
47026
47053
|
...t
|
|
47027
47054
|
}) {
|
|
@@ -47034,13 +47061,13 @@ function Z0e({
|
|
|
47034
47061
|
}
|
|
47035
47062
|
);
|
|
47036
47063
|
}
|
|
47037
|
-
function
|
|
47064
|
+
function e2e({ ...e }) {
|
|
47038
47065
|
return /* @__PURE__ */ x(da.Root, { "data-slot": "tooltip", ...e });
|
|
47039
47066
|
}
|
|
47040
|
-
function
|
|
47067
|
+
function t2e({ ...e }) {
|
|
47041
47068
|
return /* @__PURE__ */ x(da.Trigger, { "data-slot": "tooltip-trigger", ...e });
|
|
47042
47069
|
}
|
|
47043
|
-
function
|
|
47070
|
+
function n2e({
|
|
47044
47071
|
className: e,
|
|
47045
47072
|
sideOffset: t = 4,
|
|
47046
47073
|
children: n,
|
|
@@ -47144,7 +47171,7 @@ const af = 1, V7 = {
|
|
|
47144
47171
|
5: "grid-cols-5",
|
|
47145
47172
|
6: "grid-cols-6"
|
|
47146
47173
|
};
|
|
47147
|
-
function
|
|
47174
|
+
function r2e({
|
|
47148
47175
|
items: e,
|
|
47149
47176
|
renderItem: t,
|
|
47150
47177
|
getItemKey: n,
|
|
@@ -47349,7 +47376,7 @@ function kfe({
|
|
|
47349
47376
|
)
|
|
47350
47377
|
] });
|
|
47351
47378
|
}
|
|
47352
|
-
function
|
|
47379
|
+
function i2e({
|
|
47353
47380
|
options: e,
|
|
47354
47381
|
value: t,
|
|
47355
47382
|
onValueChange: n,
|
|
@@ -47518,7 +47545,7 @@ export {
|
|
|
47518
47545
|
tue as ChartTooltip,
|
|
47519
47546
|
nue as ChartTooltipContent,
|
|
47520
47547
|
Tu as Checkbox,
|
|
47521
|
-
|
|
47548
|
+
X0e as DataTable,
|
|
47522
47549
|
Xfe as Dialog,
|
|
47523
47550
|
Jfe as DialogClose,
|
|
47524
47551
|
Qfe as DialogContent,
|
|
@@ -47543,18 +47570,26 @@ export {
|
|
|
47543
47570
|
j0e as SectionCard,
|
|
47544
47571
|
Vm as SidebarNav,
|
|
47545
47572
|
NR as Spinner,
|
|
47546
|
-
|
|
47573
|
+
Z0e as Switch,
|
|
47574
|
+
wfe as Table,
|
|
47575
|
+
xfe as TableBody,
|
|
47576
|
+
Y0e as TableCaption,
|
|
47577
|
+
_s as TableCell,
|
|
47578
|
+
K0e as TableFooter,
|
|
47579
|
+
j7 as TableHead,
|
|
47580
|
+
Efe as TableHeader,
|
|
47581
|
+
oa as TableRow,
|
|
47547
47582
|
i0e as Textarea,
|
|
47548
47583
|
B0e as ThemeToggle,
|
|
47549
|
-
|
|
47550
|
-
|
|
47551
|
-
|
|
47552
|
-
|
|
47553
|
-
|
|
47584
|
+
J0e as Toggle,
|
|
47585
|
+
e2e as Tooltip,
|
|
47586
|
+
n2e as TooltipContent,
|
|
47587
|
+
Q0e as TooltipProvider,
|
|
47588
|
+
t2e as TooltipTrigger,
|
|
47554
47589
|
Dm as UserImage,
|
|
47555
47590
|
Ife as VirtualList,
|
|
47556
|
-
|
|
47557
|
-
|
|
47591
|
+
r2e as VirtualListGrid,
|
|
47592
|
+
i2e as VirtualMultiSelect,
|
|
47558
47593
|
vx as VirtualSingleSelect,
|
|
47559
47594
|
ND as debounce,
|
|
47560
47595
|
Yfe as isPossiblePhoneNumber,
|