@godxjp/ui 13.6.0 → 13.7.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/dist/{checkbox-DAIwpMHO.d.ts → checkbox-ChJ2PyIz.d.ts} +1 -1
- package/dist/{chunk-GFDKJY63.js → chunk-3ZNSR2NL.js} +1 -1
- package/dist/{chunk-XZH3URGD.js → chunk-5L77S5CL.js} +5 -2
- package/dist/{chunk-W2RYT6NT.js → chunk-6EKAEN6T.js} +1 -1
- package/dist/{chunk-6VUW6EKH.js → chunk-B23A5CPA.js} +1 -1
- package/dist/{chunk-UKTVFPRV.js → chunk-CSTUENE6.js} +1 -1
- package/dist/{chunk-OIAT773P.js → chunk-G7A6SUIN.js} +2 -2
- package/dist/{chunk-PKSHDFKP.js → chunk-GOJQHYED.js} +28 -6
- package/dist/{chunk-5XFFEW2P.js → chunk-JXGDDD46.js} +1 -1
- package/dist/{chunk-2JW2QLUU.js → chunk-KW54IV4X.js} +2 -2
- package/dist/{chunk-HS73G2C3.js → chunk-MUUO7SPN.js} +1 -1
- package/dist/{chunk-UDMFKYZG.js → chunk-O3F3KF2B.js} +1 -1
- package/dist/{chunk-6MZMMMHV.js → chunk-QMGNMDQG.js} +2 -2
- package/dist/{chunk-DVV6UYVS.js → chunk-QPRBPE4S.js} +1 -1
- package/dist/{chunk-J254ZX3A.js → chunk-SXECWZZV.js} +2 -2
- package/dist/{chunk-UVGI2RPC.js → chunk-TNFAUPEV.js} +2 -2
- package/dist/{chunk-KNI7QI4J.js → chunk-W3AS2GEC.js} +1 -1
- package/dist/components/admin/index.d.ts +2 -2
- package/dist/components/admin/index.js +17 -17
- package/dist/components/data-display/index.js +3 -3
- package/dist/components/data-entry/calendar.d.ts +1 -1
- package/dist/components/data-entry/calendar.js +2 -2
- package/dist/components/data-entry/cascader.d.ts +1 -1
- package/dist/components/data-entry/cascader.js +2 -2
- package/dist/components/data-entry/checkbox.d.ts +2 -2
- package/dist/components/data-entry/color-picker.d.ts +1 -1
- package/dist/components/data-entry/date-picker.d.ts +1 -1
- package/dist/components/data-entry/date-picker.js +3 -3
- package/dist/components/data-entry/date-range-picker.d.ts +1 -1
- package/dist/components/data-entry/date-range-picker.js +3 -3
- package/dist/components/data-entry/index.d.ts +4 -4
- package/dist/components/data-entry/index.js +17 -17
- package/dist/components/data-entry/radio.d.ts +1 -1
- package/dist/components/data-entry/select.d.ts +1 -1
- package/dist/components/data-entry/select.js +2 -2
- package/dist/components/data-entry/slider.d.ts +1 -1
- package/dist/components/data-entry/switch.d.ts +1 -1
- package/dist/components/data-entry/time-picker.d.ts +1 -1
- package/dist/components/data-entry/time-picker.js +2 -2
- package/dist/components/data-entry/transfer.d.ts +2 -2
- package/dist/components/data-entry/transfer.js +2 -2
- package/dist/components/data-entry/tree-select.d.ts +1 -1
- package/dist/components/data-entry/tree-select.js +2 -2
- package/dist/components/data-entry/upload.d.ts +2 -2
- package/dist/components/data-entry/upload.js +3 -3
- package/dist/components/data-grid/index.js +2 -2
- package/dist/components/feedback/alert.js +2 -2
- package/dist/components/feedback/dialog.js +2 -2
- package/dist/components/feedback/index.js +4 -4
- package/dist/components/general/button.d.ts +3 -1
- package/dist/components/general/button.js +1 -1
- package/dist/components/general/index.d.ts +1 -1
- package/dist/components/general/index.js +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/navigation/index.js +6 -6
- package/dist/components/navigation/pagination.js +3 -3
- package/dist/components/query/index.d.ts +2 -2
- package/dist/components/query/index.js +2 -2
- package/dist/components/ui/index.d.ts +3 -3
- package/dist/components/ui/index.js +21 -21
- package/dist/{data-entry.prop-vn5VGnwY.d.ts → data-entry.prop-CyiZuEI8.d.ts} +21 -0
- package/dist/{general.prop-CzcLDzMw.d.ts → general.prop-CzlQin6v.d.ts} +11 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +30 -30
- package/dist/props/components/index.d.ts +3 -3
- package/dist/props/index.d.ts +3 -3
- package/dist/props/index.js +1 -1
- package/dist/{query.prop-DAILZ0x5.d.ts → query.prop-CT2gFtr4.d.ts} +1 -1
- package/dist/{search-input-Oxwpv_s9.d.ts → search-input--ui38eQV.d.ts} +1 -1
- package/package.json +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { q as TimePickerProp } from '../../data-entry.prop-
|
|
2
|
+
import { q as TimePickerProp } from '../../data-entry.prop-CyiZuEI8.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { TimePicker } from '../../chunk-
|
|
1
|
+
export { TimePicker } from '../../chunk-CSTUENE6.js';
|
|
2
2
|
import '../../chunk-6AIYMYSG.js';
|
|
3
|
-
import '../../chunk-XZH3URGD.js';
|
|
4
3
|
import '../../chunk-DY5C44UP.js';
|
|
4
|
+
import '../../chunk-5L77S5CL.js';
|
|
5
5
|
import '../../chunk-QTEPKNQE.js';
|
|
6
6
|
import '../../chunk-C7W5BO7R.js';
|
|
7
7
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { s as TransferProp } from '../../data-entry.prop-
|
|
3
|
-
export { r as TransferItemProp } from '../../data-entry.prop-
|
|
2
|
+
import { s as TransferProp } from '../../data-entry.prop-CyiZuEI8.js';
|
|
3
|
+
export { r as TransferItemProp } from '../../data-entry.prop-CyiZuEI8.js';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
6
6
|
import '@radix-ui/react-slider';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { Transfer } from '../../chunk-
|
|
1
|
+
export { Transfer } from '../../chunk-QPRBPE4S.js';
|
|
2
2
|
import '../../chunk-RBXVCWXL.js';
|
|
3
3
|
import '../../chunk-SMLKNECP.js';
|
|
4
4
|
import '../../chunk-6AIYMYSG.js';
|
|
5
5
|
import '../../chunk-BE6GJGKJ.js';
|
|
6
6
|
import '../../chunk-44YRPSZ7.js';
|
|
7
|
-
import '../../chunk-XZH3URGD.js';
|
|
8
7
|
import '../../chunk-3KPEZ5CF.js';
|
|
8
|
+
import '../../chunk-5L77S5CL.js';
|
|
9
9
|
import '../../chunk-7PWBC4BY.js';
|
|
10
10
|
import '../../chunk-QTEPKNQE.js';
|
|
11
11
|
import '../../chunk-C7W5BO7R.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { v as TreeSelectProp } from '../../data-entry.prop-
|
|
2
|
+
import { v as TreeSelectProp } from '../../data-entry.prop-CyiZuEI8.js';
|
|
3
3
|
import '@radix-ui/react-checkbox';
|
|
4
4
|
import '@radix-ui/react-radio-group';
|
|
5
5
|
import '@radix-ui/react-slider';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelect } from '../../chunk-
|
|
1
|
+
export { SHOW_ALL, SHOW_CHILD, SHOW_PARENT, TreeSelect } from '../../chunk-JXGDDD46.js';
|
|
2
2
|
import '../../chunk-SMLKNECP.js';
|
|
3
3
|
import '../../chunk-3R3QVJCB.js';
|
|
4
4
|
import '../../chunk-BE6GJGKJ.js';
|
|
5
5
|
import '../../chunk-44YRPSZ7.js';
|
|
6
|
-
import '../../chunk-XZH3URGD.js';
|
|
7
6
|
import '../../chunk-DY5C44UP.js';
|
|
8
7
|
import '../../chunk-3KPEZ5CF.js';
|
|
8
|
+
import '../../chunk-5L77S5CL.js';
|
|
9
9
|
import '../../chunk-B4K4BXEF.js';
|
|
10
10
|
import '../../chunk-7PWBC4BY.js';
|
|
11
11
|
import '../../chunk-QTEPKNQE.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { w as UploadFileItem, U as UploadCommitAction, y as UploadProp } from '../../data-entry.prop-
|
|
3
|
-
export { x as UploadFileItemProp, z as UploadVariant, A as UploadVariantProp, B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-
|
|
2
|
+
import { w as UploadFileItem, U as UploadCommitAction, y as UploadProp } from '../../data-entry.prop-CyiZuEI8.js';
|
|
3
|
+
export { x as UploadFileItemProp, z as UploadVariant, A as UploadVariantProp, B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-CyiZuEI8.js';
|
|
4
4
|
import '@radix-ui/react-checkbox';
|
|
5
5
|
import '@radix-ui/react-radio-group';
|
|
6
6
|
import '@radix-ui/react-slider';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-
|
|
1
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-SXECWZZV.js';
|
|
2
2
|
import '../../chunk-2FJ5TMQU.js';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-O3F3KF2B.js';
|
|
4
4
|
import '../../chunk-VU4GFGDG.js';
|
|
5
5
|
import '../../chunk-TBJBVEIP.js';
|
|
6
6
|
import '../../chunk-6AIYMYSG.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-5L77S5CL.js';
|
|
8
8
|
import '../../chunk-B4K4BXEF.js';
|
|
9
9
|
import '../../chunk-7PWBC4BY.js';
|
|
10
10
|
import '../../chunk-QTEPKNQE.js';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuCheckboxItem } from '../../chunk-LMKUKCTN.js';
|
|
2
2
|
import { SearchInput } from '../../chunk-RBXVCWXL.js';
|
|
3
|
-
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '../../chunk-
|
|
3
|
+
import { Select, SelectTrigger, SelectValue, SelectContent, SelectItem } from '../../chunk-GOJQHYED.js';
|
|
4
4
|
import '../../chunk-3R3QVJCB.js';
|
|
5
5
|
import '../../chunk-6AIYMYSG.js';
|
|
6
6
|
import { EmptyState } from '../../chunk-YD7V2HGZ.js';
|
|
7
7
|
import { Flex, densityClass } from '../../chunk-INIIF7F7.js';
|
|
8
8
|
import { Checkbox } from '../../chunk-BE6GJGKJ.js';
|
|
9
9
|
import '../../chunk-44YRPSZ7.js';
|
|
10
|
-
import { Button } from '../../chunk-XZH3URGD.js';
|
|
11
10
|
import '../../chunk-DY5C44UP.js';
|
|
12
11
|
import { Table, TableHeader, TableRow, TableHead, TableBody, TableCell } from '../../chunk-IJ5ALJGA.js';
|
|
12
|
+
import { Button } from '../../chunk-5L77S5CL.js';
|
|
13
13
|
import { tableCellPaddingClass, tableRowHeightClass } from '../../chunk-B4K4BXEF.js';
|
|
14
14
|
import '../../chunk-7PWBC4BY.js';
|
|
15
15
|
import { useTranslation } from '../../chunk-QTEPKNQE.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { Alert, AlertActions, AlertBase, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-
|
|
1
|
+
export { Alert, AlertActions, AlertBase, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-6EKAEN6T.js';
|
|
2
2
|
import '../../chunk-2FJ5TMQU.js';
|
|
3
3
|
import '../../chunk-INIIF7F7.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-5L77S5CL.js';
|
|
5
5
|
import '../../chunk-QTEPKNQE.js';
|
|
6
6
|
import '../../chunk-C7W5BO7R.js';
|
|
7
7
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from '../../chunk-
|
|
1
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from '../../chunk-O3F3KF2B.js';
|
|
2
2
|
import '../../chunk-VU4GFGDG.js';
|
|
3
3
|
import '../../chunk-6AIYMYSG.js';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-5L77S5CL.js';
|
|
5
5
|
import '../../chunk-7PWBC4BY.js';
|
|
6
6
|
import '../../chunk-QTEPKNQE.js';
|
|
7
7
|
import '../../chunk-C7W5BO7R.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import '../../chunk-2H65B4JA.js';
|
|
2
|
-
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from '../../chunk-IMERLXSC.js';
|
|
3
2
|
export { sonnerToast as toast } from '../../chunk-ES4Q3KGL.js';
|
|
4
3
|
export { Skeleton, SkeletonDetail, SkeletonRows, SkeletonStat, SkeletonTable } from '../../chunk-2BR7KFCP.js';
|
|
5
4
|
export { Toaster } from '../../chunk-TO7URV7U.js';
|
|
6
5
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../../chunk-32WO3YLB.js';
|
|
7
|
-
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-
|
|
6
|
+
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-6EKAEN6T.js';
|
|
7
|
+
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from '../../chunk-IMERLXSC.js';
|
|
8
8
|
import '../../chunk-2FJ5TMQU.js';
|
|
9
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from '../../chunk-
|
|
9
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from '../../chunk-O3F3KF2B.js';
|
|
10
10
|
import '../../chunk-VU4GFGDG.js';
|
|
11
11
|
import '../../chunk-6AIYMYSG.js';
|
|
12
12
|
import '../../chunk-INIIF7F7.js';
|
|
13
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-5L77S5CL.js';
|
|
14
14
|
import '../../chunk-B4K4BXEF.js';
|
|
15
15
|
import '../../chunk-7PWBC4BY.js';
|
|
16
16
|
import '../../chunk-QTEPKNQE.js';
|
|
@@ -2,7 +2,7 @@ import { A as AsChildProp, e as OnClickProp, c as DisabledProp, P as PendingProp
|
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { c as ButtonVariantProp, b as ButtonSizeProp, S as ShapeProp } from '../../interaction.prop-DD46aTro.js';
|
|
4
4
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
|
-
export { B as ButtonProp, B as ButtonProps } from '../../general.prop-
|
|
5
|
+
export { B as ButtonProp, B as ButtonProps } from '../../general.prop-CzlQin6v.js';
|
|
6
6
|
|
|
7
7
|
declare const buttonVariants: (props?: ({
|
|
8
8
|
variant?: "default" | "ghost" | "destructive" | "outline" | "dashed" | "secondary" | "link" | null | undefined;
|
|
@@ -20,6 +20,8 @@ declare const Button: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes
|
|
|
20
20
|
loading?: PendingProp;
|
|
21
21
|
loadingText?: string;
|
|
22
22
|
count?: number;
|
|
23
|
+
overflowCount?: number;
|
|
24
|
+
showZero?: boolean;
|
|
23
25
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
24
26
|
|
|
25
27
|
export { Button, buttonVariants };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { Button, buttonVariants } from './button.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { H as HeadingLevelProp, j as TextToneProp, T as TextAlignProp, i as TextSizeProp, F as FontWeightProp } from '../../interaction.prop-DD46aTro.js';
|
|
4
|
-
export { B as ButtonProps, H as HeadingProp, H as HeadingProps, T as TextProp, T as TextProps } from '../../general.prop-
|
|
4
|
+
export { B as ButtonProps, H as HeadingProp, H as HeadingProps, T as TextProp, T as TextProps } from '../../general.prop-CzlQin6v.js';
|
|
5
5
|
import '../../shared.prop-BvMSLFJ6.js';
|
|
6
6
|
import 'class-variance-authority/types';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AppShell, Breadcrumb, PageContainer, Sidebar, SidebarHeader, SidebarItem, SidebarSection, SplitPane, Topbar } from '../../chunk-I472SSN2.js';
|
|
2
2
|
export { AspectRatio, Separator } from '../../chunk-XK3M3VRR.js';
|
|
3
|
-
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '../../chunk-W4REF4TD.js';
|
|
4
3
|
import '../../chunk-LMKUKCTN.js';
|
|
4
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '../../chunk-W4REF4TD.js';
|
|
5
5
|
import '../../chunk-32WO3YLB.js';
|
|
6
6
|
import '../../chunk-DV52WNXO.js';
|
|
7
7
|
export { Flex } from '../../chunk-INIIF7F7.js';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { AppSettingPicker, Toolbar, ToolbarGroup } from '../../chunk-
|
|
1
|
+
export { AppSettingPicker, Toolbar, ToolbarGroup } from '../../chunk-TNFAUPEV.js';
|
|
2
2
|
export { Steps } from '../../chunk-LTKHPOE3.js';
|
|
3
|
-
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport } from '../../chunk-WGWI7EGL.js';
|
|
4
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-2JW2QLUU.js';
|
|
5
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-V3N266PT.js';
|
|
6
3
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from '../../chunk-HL3G4SVG.js';
|
|
7
4
|
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from '../../chunk-B73NA66T.js';
|
|
5
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport } from '../../chunk-WGWI7EGL.js';
|
|
6
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-KW54IV4X.js';
|
|
7
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-V3N266PT.js';
|
|
8
8
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../../chunk-LMKUKCTN.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-GOJQHYED.js';
|
|
10
10
|
import '../../chunk-3R3QVJCB.js';
|
|
11
11
|
import '../../chunk-6AIYMYSG.js';
|
|
12
|
-
import '../../chunk-XZH3URGD.js';
|
|
13
12
|
import '../../chunk-DY5C44UP.js';
|
|
13
|
+
import '../../chunk-5L77S5CL.js';
|
|
14
14
|
import '../../chunk-B4K4BXEF.js';
|
|
15
15
|
import '../../chunk-QTEPKNQE.js';
|
|
16
16
|
import '../../chunk-C7W5BO7R.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-KW54IV4X.js';
|
|
2
|
+
import '../../chunk-GOJQHYED.js';
|
|
3
3
|
import '../../chunk-3R3QVJCB.js';
|
|
4
4
|
import '../../chunk-6AIYMYSG.js';
|
|
5
|
-
import '../../chunk-XZH3URGD.js';
|
|
6
5
|
import '../../chunk-DY5C44UP.js';
|
|
6
|
+
import '../../chunk-5L77S5CL.js';
|
|
7
7
|
import '../../chunk-B4K4BXEF.js';
|
|
8
8
|
import '../../chunk-QTEPKNQE.js';
|
|
9
9
|
import '../../chunk-C7W5BO7R.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { D as DataStateProp, A as AlertMutationFeedbackProp, B as ButtonRefetchProp, a as InfiniteQueryStateProp, P as PrefetchLinkProp } from '../../query.prop-
|
|
2
|
+
import { D as DataStateProp, A as AlertMutationFeedbackProp, B as ButtonRefetchProp, a as InfiniteQueryStateProp, P as PrefetchLinkProp } from '../../query.prop-CT2gFtr4.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tanstack/react-query';
|
|
5
5
|
import 'react-router-dom';
|
|
6
|
-
import '../../general.prop-
|
|
6
|
+
import '../../general.prop-CzlQin6v.js';
|
|
7
7
|
import '../../shared.prop-BvMSLFJ6.js';
|
|
8
8
|
import '../../interaction.prop-DD46aTro.js';
|
|
9
9
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AlertQueryError } from '../../chunk-
|
|
1
|
+
import { AlertQueryError } from '../../chunk-6EKAEN6T.js';
|
|
2
2
|
import '../../chunk-2FJ5TMQU.js';
|
|
3
3
|
import '../../chunk-INIIF7F7.js';
|
|
4
|
-
import { Button } from '../../chunk-
|
|
4
|
+
import { Button } from '../../chunk-5L77S5CL.js';
|
|
5
5
|
import { useTranslation } from '../../chunk-QTEPKNQE.js';
|
|
6
6
|
import '../../chunk-C7W5BO7R.js';
|
|
7
7
|
import '../../chunk-U7N2A7A3.js';
|
|
@@ -7,7 +7,7 @@ export { Button, buttonVariants } from '../general/button.js';
|
|
|
7
7
|
export { Calendar } from '../data-entry/calendar.js';
|
|
8
8
|
export { Carousel, CarouselApi, CarouselContent, CarouselDots, CarouselItem, CarouselNext, CarouselPrevious, useCarousel } from '../data-display/carousel.js';
|
|
9
9
|
export { Card, CardAction, CardContent, CardContentProps, CardCover, CardCoverProps, CardDescription, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps, CardTitle, StatCard, StatCardProps } from '../data-display/card.js';
|
|
10
|
-
export { C as Checkbox } from '../../checkbox-
|
|
10
|
+
export { C as Checkbox } from '../../checkbox-ChJ2PyIz.js';
|
|
11
11
|
export { ColorPicker } from '../data-entry/color-picker.js';
|
|
12
12
|
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../data-entry/command.js';
|
|
13
13
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from '../navigation/context-menu.js';
|
|
@@ -38,8 +38,8 @@ export { Textarea, TextareaProps } from '../data-entry/textarea.js';
|
|
|
38
38
|
export { TimePicker } from '../data-entry/time-picker.js';
|
|
39
39
|
export { Upload, useUploadDraft } from '../data-entry/upload.js';
|
|
40
40
|
export { A as AlertActionsProp, A as AlertActionsProps, a as AlertContentProp, a as AlertContentProps, b as AlertDescriptionProp, b as AlertDescriptionProps, c as AlertDialogProp, c as AlertDialogProps, d as AlertProp, d as AlertProps, e as AlertQueryErrorProp, e as AlertQueryErrorProps, f as AlertTitleProp, f as AlertTitleProps } from '../../feedback.prop-CHlHDYZK.js';
|
|
41
|
-
export { B as ButtonProp, B as ButtonProps } from '../../general.prop-
|
|
42
|
-
export { C as CalendarProp, C as CalendarProps, e as ColorPickerProp, e as ColorPickerProps, D as DatePickerProp, D as DatePickerProps, f as DateRangePickerProp, f as DateRangePickerProps, R as RadioGroupProp, R as RadioGroupProps, o as SliderProp, o as SliderProps, p as SwitchProp, p as SwitchProps, q as TimePickerProp, q as TimePickerProps, U as UploadCommitAction, w as UploadFileItem, x as UploadFileItemProp, y as UploadProp, y as UploadProps, z as UploadVariant, A as UploadVariantProp, B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-
|
|
41
|
+
export { B as ButtonProp, B as ButtonProps } from '../../general.prop-CzlQin6v.js';
|
|
42
|
+
export { C as CalendarProp, C as CalendarProps, e as ColorPickerProp, e as ColorPickerProps, D as DatePickerProp, D as DatePickerProps, f as DateRangePickerProp, f as DateRangePickerProps, R as RadioGroupProp, R as RadioGroupProps, o as SliderProp, o as SliderProps, p as SwitchProp, p as SwitchProps, q as TimePickerProp, q as TimePickerProps, U as UploadCommitAction, w as UploadFileItem, x as UploadFileItemProp, y as UploadProp, y as UploadProps, z as UploadVariant, A as UploadVariantProp, B as collectUploadCommitActions, E as createUploadItem } from '../../data-entry.prop-CyiZuEI8.js';
|
|
43
43
|
export { P as PaginationProp, P as PaginationProps } from '../../navigation.prop-FCsOVGrP.js';
|
|
44
44
|
import 'react/jsx-runtime';
|
|
45
45
|
import '../../shared.prop-BvMSLFJ6.js';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
export { Avatar, AvatarFallback, AvatarImage } from '../../chunk-QTUJSRDH.js';
|
|
2
2
|
export { Card, CardAction, CardContent, CardCover, CardDescription, CardFooter, CardHeader, CardTitle, StatCard } from '../../chunk-P5KPCT6R.js';
|
|
3
3
|
export { Carousel, CarouselContent, CarouselDots, CarouselItem, CarouselNext, CarouselPrevious, useCarousel } from '../../chunk-B7R7DHZF.js';
|
|
4
|
-
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from '../../chunk-IMERLXSC.js';
|
|
5
|
-
export { PasswordStrength, Toggle, ToggleGroup, ToggleGroupItem, toggleVariants, usePasswordStrength } from '../../chunk-VSUYVT2Q.js';
|
|
6
|
-
export { TimePicker } from '../../chunk-UKTVFPRV.js';
|
|
7
|
-
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-S2IJKT3D.js';
|
|
8
|
-
export { Switch } from '../../chunk-I7NQ2LIL.js';
|
|
9
|
-
export { Textarea } from '../../chunk-ZOMIELKI.js';
|
|
10
|
-
export { TimeInput } from '../../chunk-3JQDPNTA.js';
|
|
11
|
-
export { ColorPicker } from '../../chunk-LFO5BJ4H.js';
|
|
12
|
-
export { DatePicker } from '../../chunk-6MZMMMHV.js';
|
|
13
|
-
export { DateRangePicker } from '../../chunk-OIAT773P.js';
|
|
14
|
-
export { Calendar } from '../../chunk-HS73G2C3.js';
|
|
15
|
-
export { AspectRatio, Separator } from '../../chunk-XK3M3VRR.js';
|
|
16
|
-
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '../../chunk-W4REF4TD.js';
|
|
17
|
-
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport } from '../../chunk-WGWI7EGL.js';
|
|
18
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-2JW2QLUU.js';
|
|
19
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-V3N266PT.js';
|
|
20
4
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from '../../chunk-HL3G4SVG.js';
|
|
21
5
|
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from '../../chunk-B73NA66T.js';
|
|
6
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport } from '../../chunk-WGWI7EGL.js';
|
|
7
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-KW54IV4X.js';
|
|
8
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-V3N266PT.js';
|
|
9
|
+
export { AspectRatio, Separator } from '../../chunk-XK3M3VRR.js';
|
|
22
10
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../../chunk-LMKUKCTN.js';
|
|
11
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '../../chunk-W4REF4TD.js';
|
|
23
12
|
export { Skeleton } from '../../chunk-2BR7KFCP.js';
|
|
24
13
|
export { Toaster } from '../../chunk-TO7URV7U.js';
|
|
25
14
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../../chunk-32WO3YLB.js';
|
|
26
|
-
export { Alert, AlertActions, AlertBase, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-
|
|
27
|
-
export {
|
|
15
|
+
export { Alert, AlertActions, AlertBase, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-6EKAEN6T.js';
|
|
16
|
+
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from '../../chunk-IMERLXSC.js';
|
|
17
|
+
export { PasswordStrength, Toggle, ToggleGroup, ToggleGroupItem, toggleVariants, usePasswordStrength } from '../../chunk-VSUYVT2Q.js';
|
|
18
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-SXECWZZV.js';
|
|
28
19
|
import '../../chunk-2FJ5TMQU.js';
|
|
29
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from '../../chunk-
|
|
20
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from '../../chunk-O3F3KF2B.js';
|
|
30
21
|
import '../../chunk-VU4GFGDG.js';
|
|
31
|
-
export {
|
|
22
|
+
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-S2IJKT3D.js';
|
|
23
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-GOJQHYED.js';
|
|
32
24
|
export { Slider } from '../../chunk-TBJBVEIP.js';
|
|
25
|
+
export { Switch } from '../../chunk-I7NQ2LIL.js';
|
|
26
|
+
export { Textarea } from '../../chunk-ZOMIELKI.js';
|
|
27
|
+
export { TimeInput } from '../../chunk-3JQDPNTA.js';
|
|
28
|
+
export { TimePicker } from '../../chunk-CSTUENE6.js';
|
|
29
|
+
export { ColorPicker } from '../../chunk-LFO5BJ4H.js';
|
|
33
30
|
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-3R3QVJCB.js';
|
|
31
|
+
export { DatePicker } from '../../chunk-QMGNMDQG.js';
|
|
32
|
+
export { DateRangePicker } from '../../chunk-G7A6SUIN.js';
|
|
34
33
|
export { Input } from '../../chunk-6AIYMYSG.js';
|
|
35
34
|
import '../../chunk-INIIF7F7.js';
|
|
36
35
|
export { Checkbox } from '../../chunk-BE6GJGKJ.js';
|
|
37
36
|
import '../../chunk-44YRPSZ7.js';
|
|
38
|
-
export { Button, buttonVariants } from '../../chunk-XZH3URGD.js';
|
|
39
37
|
export { Badge } from '../../chunk-ZYJRZLMZ.js';
|
|
40
38
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../../chunk-DY5C44UP.js';
|
|
41
39
|
export { ScrollArea, ScrollBar } from '../../chunk-3KPEZ5CF.js';
|
|
42
40
|
export { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '../../chunk-IJ5ALJGA.js';
|
|
41
|
+
export { Calendar } from '../../chunk-MUUO7SPN.js';
|
|
42
|
+
export { Button, buttonVariants } from '../../chunk-5L77S5CL.js';
|
|
43
43
|
import '../../chunk-B4K4BXEF.js';
|
|
44
44
|
export { Label } from '../../chunk-7PWBC4BY.js';
|
|
45
45
|
import '../../chunk-QTEPKNQE.js';
|
|
@@ -264,6 +264,11 @@ type SearchSelectOptionProp = {
|
|
|
264
264
|
value: string;
|
|
265
265
|
label: string;
|
|
266
266
|
sublabel?: string;
|
|
267
|
+
/**
|
|
268
|
+
* Leading node (icon / avatar / flag) shown before the label in BOTH the option row and the
|
|
269
|
+
* trigger once selected. Keep it small (≈1em / a 16–20px avatar) so the trigger stays one line.
|
|
270
|
+
*/
|
|
271
|
+
icon?: React.ReactNode;
|
|
267
272
|
/** Optgroup-style heading this option belongs to (rendered once, in first-seen order). */
|
|
268
273
|
group?: string;
|
|
269
274
|
disabled?: boolean;
|
|
@@ -294,8 +299,24 @@ type SearchSelectProp = {
|
|
|
294
299
|
loadOptions?: (params: SearchSelectLoadParamsProp) => Promise<SearchSelectLoadResultProp>;
|
|
295
300
|
/** Custom per-option renderer (Ant-Design style). Defaults to label + optional sublabel. */
|
|
296
301
|
renderOption?: (option: SearchSelectOptionProp) => React.ReactNode;
|
|
302
|
+
/**
|
|
303
|
+
* Custom renderer for the SELECTED value shown on the trigger (Ant Design `labelRender`).
|
|
304
|
+
* Receives the value, the resolved label, and the full option when it is loaded (undefined for
|
|
305
|
+
* an async preset whose page hasn't arrived). Only used while a value is selected; the
|
|
306
|
+
* placeholder still shows when empty. Overrides the default icon + label trigger content.
|
|
307
|
+
*/
|
|
308
|
+
labelRender?: (selected: {
|
|
309
|
+
value: string;
|
|
310
|
+
label: React.ReactNode;
|
|
311
|
+
option?: SearchSelectOptionProp;
|
|
312
|
+
}) => React.ReactNode;
|
|
297
313
|
/** Label for the current value when its option isn't in the loaded page (avoids a flash of id). */
|
|
298
314
|
selectedLabel?: string;
|
|
315
|
+
/**
|
|
316
|
+
* Leading icon for the current value when its option isn't loaded yet (async + preset value) —
|
|
317
|
+
* the trigger counterpart of `selectedLabel`, so an edit form shows the picked icon at rest.
|
|
318
|
+
*/
|
|
319
|
+
selectedIcon?: React.ReactNode;
|
|
299
320
|
placeholder?: PlaceholderProp;
|
|
300
321
|
searchPlaceholder?: PlaceholderProp;
|
|
301
322
|
emptyMessage?: EmptyMessageProp;
|
|
@@ -52,10 +52,20 @@ type ButtonProp = React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
|
52
52
|
* Optional numeric count rendered as a borderless counter pill after the label
|
|
53
53
|
* (filter tabs / segmented toggles, e.g. "Chờ bay 18"). Formatted with
|
|
54
54
|
* `Intl.NumberFormat` in the active locale and styled to read on the button's
|
|
55
|
-
* own variant — never nest a `Badge` inside a Button for this.
|
|
55
|
+
* own variant — never nest a `Badge` inside a Button for this.
|
|
56
56
|
* Ignored when `asChild` (Radix Slot requires a single child).
|
|
57
57
|
*/
|
|
58
58
|
count?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Cap for `count` (Ant Badge parity). When `count` exceeds it the pill shows
|
|
61
|
+
* `{overflowCount}+` (e.g. `99+`). Defaults to 99.
|
|
62
|
+
*/
|
|
63
|
+
overflowCount?: number;
|
|
64
|
+
/**
|
|
65
|
+
* Whether to render the pill when `count` is 0 (Ant Badge parity). Defaults to
|
|
66
|
+
* `true` (a `0` pill shows); pass `false` to hide the pill at zero.
|
|
67
|
+
*/
|
|
68
|
+
showZero?: boolean;
|
|
59
69
|
};
|
|
60
70
|
|
|
61
71
|
export type { ButtonProp as B, HeadingProp as H, TextProp as T };
|
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { F as FlexAlignProp, a as FlexDirectionProp, b as FlexJustifyProp, c as
|
|
|
3
3
|
export { F as Flex, P as PageContainer } from './flex-X2EFU1d5.js';
|
|
4
4
|
export { C as ColumnDef, D as DataTable, a as Density, b as Descriptions, E as EmptyState } from './data-table-DRr70ULe.js';
|
|
5
5
|
export { Badge } from './components/data-display/badge.js';
|
|
6
|
-
export { F as Field, a as FormField, S as SearchInput } from './search-input
|
|
6
|
+
export { F as Field, a as FormField, S as SearchInput } from './search-input--ui38eQV.js';
|
|
7
7
|
export { a as SkeletonDetail, c as SkeletonRows, d as SkeletonStat, e as SkeletonTable } from './skeleton-cj9kh5wo.js';
|
|
8
8
|
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './components/feedback/alert.js';
|
|
9
9
|
export { Upload, useUploadDraft } from './components/data-entry/upload.js';
|
|
@@ -20,7 +20,7 @@ export { toast } from 'sonner';
|
|
|
20
20
|
export { useDebouncedValue, useTimeoutFlag } from './lib/hooks.js';
|
|
21
21
|
export { formatBytes, formatCurrency, humanError, shortId } from './components/admin/index.js';
|
|
22
22
|
export { cn } from './lib/utils.js';
|
|
23
|
-
export { F as FieldProps, B as collectUploadCommitActions, E as createUploadItem } from './data-entry.prop-
|
|
23
|
+
export { F as FieldProps, B as collectUploadCommitActions, E as createUploadItem } from './data-entry.prop-CyiZuEI8.js';
|
|
24
24
|
export { c as AlertDialogProps } from './feedback.prop-CHlHDYZK.js';
|
|
25
25
|
export { d as ToolbarGroupProps, e as ToolbarProps } from './navigation.prop-FCsOVGrP.js';
|
|
26
26
|
export { j as formatDate } from './format-date-ByyZoqI5.js';
|
package/dist/index.js
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import './chunk-2H65B4JA.js';
|
|
2
|
-
import './chunk-IMERLXSC.js';
|
|
3
|
-
import './chunk-GFDKJY63.js';
|
|
4
|
-
import './chunk-VSUYVT2Q.js';
|
|
5
|
-
import './chunk-UKTVFPRV.js';
|
|
6
|
-
import './chunk-S2IJKT3D.js';
|
|
7
|
-
import './chunk-I7NQ2LIL.js';
|
|
8
|
-
import './chunk-ZOMIELKI.js';
|
|
9
|
-
import './chunk-3JQDPNTA.js';
|
|
10
|
-
import './chunk-LFO5BJ4H.js';
|
|
11
|
-
import './chunk-6MZMMMHV.js';
|
|
12
|
-
import './chunk-OIAT773P.js';
|
|
13
|
-
import './chunk-HS73G2C3.js';
|
|
14
1
|
import './chunk-GJXOBDER.js';
|
|
15
|
-
export {
|
|
16
|
-
import './chunk-XK3M3VRR.js';
|
|
17
|
-
import './chunk-W4REF4TD.js';
|
|
18
|
-
export { Toolbar, ToolbarGroup } from './chunk-UVGI2RPC.js';
|
|
2
|
+
export { Toolbar, ToolbarGroup } from './chunk-TNFAUPEV.js';
|
|
19
3
|
export { Steps } from './chunk-LTKHPOE3.js';
|
|
20
|
-
|
|
21
|
-
export { Pagination } from './chunk-2JW2QLUU.js';
|
|
22
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-V3N266PT.js';
|
|
4
|
+
export { PageContainer } from './chunk-I472SSN2.js';
|
|
23
5
|
import './chunk-HL3G4SVG.js';
|
|
24
6
|
import './chunk-B73NA66T.js';
|
|
7
|
+
import './chunk-WGWI7EGL.js';
|
|
8
|
+
export { Pagination } from './chunk-KW54IV4X.js';
|
|
9
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-V3N266PT.js';
|
|
10
|
+
import './chunk-XK3M3VRR.js';
|
|
25
11
|
import './chunk-LMKUKCTN.js';
|
|
12
|
+
import './chunk-W4REF4TD.js';
|
|
13
|
+
import './chunk-2H65B4JA.js';
|
|
26
14
|
export { sonnerToast as toast } from './chunk-ES4Q3KGL.js';
|
|
27
15
|
export { SkeletonDetail, SkeletonRows, SkeletonStat, SkeletonTable } from './chunk-2BR7KFCP.js';
|
|
28
16
|
export { Toaster } from './chunk-TO7URV7U.js';
|
|
29
17
|
import './chunk-32WO3YLB.js';
|
|
30
|
-
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './chunk-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
18
|
+
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './chunk-6EKAEN6T.js';
|
|
19
|
+
import './chunk-IMERLXSC.js';
|
|
20
|
+
import './chunk-3ZNSR2NL.js';
|
|
21
|
+
import './chunk-VSUYVT2Q.js';
|
|
22
|
+
export { Transfer } from './chunk-QPRBPE4S.js';
|
|
34
23
|
export { SearchInput } from './chunk-RBXVCWXL.js';
|
|
24
|
+
export { TreeSelect } from './chunk-JXGDDD46.js';
|
|
25
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from './chunk-SXECWZZV.js';
|
|
35
26
|
export { formatBytes, formatCurrency, humanError, shortId } from './chunk-2FJ5TMQU.js';
|
|
36
|
-
export { AlertDialog, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-
|
|
27
|
+
export { AlertDialog, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-O3F3KF2B.js';
|
|
37
28
|
import './chunk-VU4GFGDG.js';
|
|
38
|
-
import './chunk-
|
|
29
|
+
import './chunk-S2IJKT3D.js';
|
|
30
|
+
import './chunk-GOJQHYED.js';
|
|
39
31
|
import './chunk-TBJBVEIP.js';
|
|
40
|
-
|
|
32
|
+
import './chunk-I7NQ2LIL.js';
|
|
33
|
+
import './chunk-ZOMIELKI.js';
|
|
34
|
+
import './chunk-3JQDPNTA.js';
|
|
35
|
+
import './chunk-CSTUENE6.js';
|
|
36
|
+
export { Cascader } from './chunk-B23A5CPA.js';
|
|
41
37
|
import './chunk-SMLKNECP.js';
|
|
38
|
+
import './chunk-LFO5BJ4H.js';
|
|
42
39
|
import './chunk-3R3QVJCB.js';
|
|
40
|
+
import './chunk-QMGNMDQG.js';
|
|
41
|
+
import './chunk-G7A6SUIN.js';
|
|
43
42
|
import './chunk-6AIYMYSG.js';
|
|
44
|
-
export { DataTable, Descriptions } from './chunk-
|
|
45
|
-
import './chunk-DV52WNXO.js';
|
|
43
|
+
export { DataTable, Descriptions } from './chunk-W3AS2GEC.js';
|
|
46
44
|
export { EmptyState } from './chunk-YD7V2HGZ.js';
|
|
45
|
+
import './chunk-DV52WNXO.js';
|
|
47
46
|
export { Flex } from './chunk-INIIF7F7.js';
|
|
48
47
|
import './chunk-BE6GJGKJ.js';
|
|
49
48
|
export { Field } from './chunk-44YRPSZ7.js';
|
|
50
|
-
import './chunk-XZH3URGD.js';
|
|
51
49
|
export { Badge } from './chunk-ZYJRZLMZ.js';
|
|
52
50
|
import './chunk-DY5C44UP.js';
|
|
53
51
|
import './chunk-3KPEZ5CF.js';
|
|
54
52
|
import './chunk-IJ5ALJGA.js';
|
|
53
|
+
import './chunk-MUUO7SPN.js';
|
|
54
|
+
import './chunk-5L77S5CL.js';
|
|
55
55
|
import './chunk-B4K4BXEF.js';
|
|
56
56
|
export { FormField } from './chunk-76S3TQFH.js';
|
|
57
57
|
import './chunk-C3PKEV6S.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { A as AppShellProp, P as PageContainerProp, d as PageInsetProp, e as SidebarItemProp, f as SidebarProductProp, g as SidebarProp, h as SidebarSectionProp, T as TopbarProductProp, i as TopbarProjectProp, j as TopbarProp } from '../../layout.prop-D2be7gOo.js';
|
|
2
|
-
export { B as ButtonProp } from '../../general.prop-
|
|
3
|
-
export { C as CalendarProp, a as CascaderProp, b as CheckboxGroupProp, c as CheckboxProp, d as ChoiceOptionProp, e as ColorPickerProp, D as DatePickerProp, f as DateRangePickerProp, g as FormFieldProp, I as InputProp, R as RadioGroupProp, i as RadioProp, S as SearchInputProp, n as ShowCheckedStrategyProp, o as SliderProp, p as SwitchProp, T as TextareaProp, q as TimePickerProp, r as TransferItemProp, s as TransferProp, t as TreeFieldNamesProp, u as TreeOptionProp, v as TreeSelectProp, x as UploadFileItemProp, y as UploadProp, A as UploadVariantProp } from '../../data-entry.prop-
|
|
2
|
+
export { B as ButtonProp } from '../../general.prop-CzlQin6v.js';
|
|
3
|
+
export { C as CalendarProp, a as CascaderProp, b as CheckboxGroupProp, c as CheckboxProp, d as ChoiceOptionProp, e as ColorPickerProp, D as DatePickerProp, f as DateRangePickerProp, g as FormFieldProp, I as InputProp, R as RadioGroupProp, i as RadioProp, S as SearchInputProp, n as ShowCheckedStrategyProp, o as SliderProp, p as SwitchProp, T as TextareaProp, q as TimePickerProp, r as TransferItemProp, s as TransferProp, t as TreeFieldNamesProp, u as TreeOptionProp, v as TreeSelectProp, x as UploadFileItemProp, y as UploadProp, A as UploadVariantProp } from '../../data-entry.prop-CyiZuEI8.js';
|
|
4
4
|
export { B as BadgeProp, D as DataTableProp, a as DescriptionsItemProp, b as DescriptionsProp, E as EmptyStateProp } from '../../data-display.prop-CT0nVMdp.js';
|
|
5
5
|
export { A as AlertActionsProp, a as AlertContentProp, b as AlertDescriptionProp, d as AlertProp, e as AlertQueryErrorProp, f as AlertTitleProp, S as SkeletonRowsProp } from '../../feedback.prop-CHlHDYZK.js';
|
|
6
|
-
export { D as DataStateProp, I as InfiniteQueryHelpers, a as InfiniteQueryStateProp, P as PrefetchLinkProp } from '../../query.prop-
|
|
6
|
+
export { D as DataStateProp, I as InfiniteQueryHelpers, a as InfiniteQueryStateProp, P as PrefetchLinkProp } from '../../query.prop-CT2gFtr4.js';
|
|
7
7
|
export { P as PaginationProp, S as StepItemProp, a as StepStatusProp, b as StepsProp, T as TabItemProp, c as TabsProp } from '../../navigation.prop-FCsOVGrP.js';
|
|
8
8
|
export { A as AppContextValue, a as AppProviderProp, b as AppSettingKind, c as AppSettingPickerProp } from '../../app.prop-CVY8V4ss.js';
|
|
9
9
|
export { F as FieldErrorMessageProp, a as FormFieldControlProp, b as FormRootProp, U as UseZodFormOptionsProp, c as UseZodFormReturnProp, Z as ZodSchemaProp } from '../../form.prop-5cyL3bvT.js';
|
package/dist/props/index.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ export { A as AlertVariantProp, B as BadgeVariantProp, a as BreakpointProp, b as
|
|
|
5
5
|
export { B as BreadcrumbItem, B as BreadcrumbItemProp, a as BreadcrumbProp } from '../navigation.prop-CXDaVNaR.js';
|
|
6
6
|
export { C as ColumnDef, C as ColumnDefProp, G as GetRowIdProp, H as HasActiveFiltersProp, O as OnClearFiltersProp, a as OnRowClickProp, b as OnSearchChangeProp, c as OnSelectChangeProp, d as OnSortChangeProp, e as OnTableDensityChangeProp, S as SelectedIdsProp } from '../data.prop-D0UEEczj.js';
|
|
7
7
|
export { A as AppShellProp, P as PageContainerProp, P as PageContainerProps, d as PageInsetProp, e as SidebarItemProp, f as SidebarProductProp, g as SidebarProp, h as SidebarSectionProp, T as TopbarProductProp, i as TopbarProjectProp, j as TopbarProp } from '../layout.prop-D2be7gOo.js';
|
|
8
|
-
export { B as ButtonProp, B as ButtonProps } from '../general.prop-
|
|
9
|
-
export { C as CalendarProp, a as CascaderProp, b as CheckboxGroupProp, c as CheckboxProp, d as ChoiceOptionProp, e as ColorPickerProp, D as DatePickerProp, f as DateRangePickerProp, g as FormFieldProp, I as InputProp, R as RadioGroupProp, i as RadioProp, S as SearchInputProp, n as ShowCheckedStrategyProp, o as SliderProp, p as SwitchProp, T as TextareaProp, q as TimePickerProp, r as TransferItemProp, s as TransferProp, t as TreeFieldNamesProp, u as TreeOptionProp, v as TreeSelectProp, x as UploadFileItemProp, y as UploadProp, A as UploadVariantProp } from '../data-entry.prop-
|
|
8
|
+
export { B as ButtonProp, B as ButtonProps } from '../general.prop-CzlQin6v.js';
|
|
9
|
+
export { C as CalendarProp, a as CascaderProp, b as CheckboxGroupProp, c as CheckboxProp, d as ChoiceOptionProp, e as ColorPickerProp, D as DatePickerProp, f as DateRangePickerProp, g as FormFieldProp, I as InputProp, R as RadioGroupProp, i as RadioProp, S as SearchInputProp, n as ShowCheckedStrategyProp, o as SliderProp, p as SwitchProp, T as TextareaProp, q as TimePickerProp, r as TransferItemProp, s as TransferProp, t as TreeFieldNamesProp, u as TreeOptionProp, v as TreeSelectProp, x as UploadFileItemProp, y as UploadProp, A as UploadVariantProp } from '../data-entry.prop-CyiZuEI8.js';
|
|
10
10
|
export { B as BadgeProp, D as DataTableProp, a as DescriptionsItemProp, b as DescriptionsProp, E as EmptyStateProp } from '../data-display.prop-CT0nVMdp.js';
|
|
11
11
|
export { A as AlertActionsProp, a as AlertContentProp, b as AlertDescriptionProp, d as AlertProp, e as AlertQueryErrorProp, f as AlertTitleProp, S as SkeletonRowsProp } from '../feedback.prop-CHlHDYZK.js';
|
|
12
|
-
export { D as DataStateProp, I as InfiniteQueryHelpers, a as InfiniteQueryStateProp, P as PrefetchLinkProp } from '../query.prop-
|
|
12
|
+
export { D as DataStateProp, I as InfiniteQueryHelpers, a as InfiniteQueryStateProp, P as PrefetchLinkProp } from '../query.prop-CT2gFtr4.js';
|
|
13
13
|
export { P as PaginationProp, S as StepItemProp, a as StepStatusProp, b as StepsProp, T as TabItemProp, c as TabsProp } from '../navigation.prop-FCsOVGrP.js';
|
|
14
14
|
export { A as AppContextValue, a as AppProviderProp, b as AppSettingKind, c as AppSettingPickerProp } from '../app.prop-CVY8V4ss.js';
|
|
15
15
|
export { F as FieldErrorMessageProp, a as FormFieldControlProp, b as FormRootProp, U as UseZodFormOptionsProp, c as UseZodFormReturnProp, Z as ZodSchemaProp } from '../form.prop-5cyL3bvT.js';
|
package/dist/props/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { UseQueryResult, UseInfiniteQueryResult, InfiniteData, QueryKey, UseMutationResult } from '@tanstack/react-query';
|
|
3
3
|
import { LinkProps } from 'react-router-dom';
|
|
4
|
-
import { B as ButtonProp } from './general.prop-
|
|
4
|
+
import { B as ButtonProp } from './general.prop-CzlQin6v.js';
|
|
5
5
|
import { H as HandlerProp, a as ClassNameProp } from './shared.prop-BvMSLFJ6.js';
|
|
6
6
|
|
|
7
7
|
/** Query / async lifecycle helpers — @see docs/COMPONENTS.md#query */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { g as FormFieldProp, F as FieldProp } from './data-entry.prop-
|
|
2
|
+
import { g as FormFieldProp, F as FieldProp } from './data-entry.prop-CyiZuEI8.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
|
|
5
5
|
declare function FormField({ id, label, required, helper, error, labelAddon, layout: layoutProp, labelWidth: labelWidthProp, controlWidth: controlWidthProp, colSpan, className, children, }: FormFieldProp): react_jsx_runtime.JSX.Element;
|