@sesamehr/react-design-system 2.0.0-beta.6 → 2.0.0-beta.7

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.
Files changed (84) hide show
  1. package/dist/Button/ActionItem/ActionItem.d.ts +40 -0
  2. package/dist/Button/ActionItem/index.d.ts +1 -0
  3. package/dist/Data/Table/TableScrollbar/TableScrollbar.d.ts +5 -3
  4. package/dist/Display/Avatar/AvatarSkeleton/AvatarSkeleton.d.ts +30 -0
  5. package/dist/Display/Avatar/index.d.ts +2 -0
  6. package/dist/Display/ChatBubble/ChatBubbleStatus/ChatBubbleStatus.d.ts +2 -2
  7. package/dist/Display/FileCard/FileCard.d.ts +66 -0
  8. package/dist/Display/FileCard/index.d.ts +1 -0
  9. package/dist/Display/FilePreviewCard/FilePreviewCard.d.ts +49 -0
  10. package/dist/Display/FilePreviewCard/index.d.ts +1 -0
  11. package/dist/Feedback/Alert/AlertIcon.d.ts +1 -1
  12. package/dist/Feedback/Dialog/DialogBody.d.ts +18 -0
  13. package/dist/Feedback/Dialog/index.d.ts +1 -0
  14. package/dist/Feedback/Popover/PopoverContent.d.ts +7 -1
  15. package/dist/Feedback/Progress/index.d.ts +1 -1
  16. package/dist/Feedback/Skeleton/Skeleton.d.ts +20 -0
  17. package/dist/Feedback/Skeleton/index.d.ts +2 -0
  18. package/dist/Forms/Field/FieldGroup/FieldGroup.d.ts +16 -1
  19. package/dist/Forms/Field/FieldLabel/FieldLabel.d.ts +16 -0
  20. package/dist/Forms/Field/FieldMessage/FieldMessage.d.ts +22 -2
  21. package/dist/Forms/Field/index.d.ts +1 -0
  22. package/dist/Forms/Field/useFieldGroup.d.ts +108 -0
  23. package/dist/Forms/Inputs/Calendar/Calendar.d.ts +2 -7
  24. package/dist/Forms/Inputs/Calendar/CalendarRange.d.ts +2 -7
  25. package/dist/Forms/Inputs/Calendar/date.d.ts +28 -0
  26. package/dist/Forms/Inputs/Calendar/index.d.ts +1 -0
  27. package/dist/Forms/Inputs/Calendar/nav.d.ts +34 -0
  28. package/dist/Forms/Inputs/Calendar/testids.d.ts +9 -6
  29. package/dist/Forms/Inputs/Calendar/useCalendarLocale.d.ts +18 -0
  30. package/dist/Forms/Inputs/ChatInput/ChatInput.d.ts +68 -0
  31. package/dist/Forms/Inputs/ChatInput/index.d.ts +46 -0
  32. package/dist/Forms/Inputs/Combobox/ComboboxContent.d.ts +5 -0
  33. package/dist/Forms/Inputs/Combobox/ComboboxGroup.d.ts +6 -2
  34. package/dist/Forms/Inputs/Combobox/ComboboxInput.d.ts +6 -1
  35. package/dist/Forms/Inputs/Combobox/ComboboxItem.d.ts +4 -0
  36. package/dist/Forms/Inputs/Combobox/context.d.ts +7 -0
  37. package/dist/Forms/Inputs/Combobox/useComboboxLabels.d.ts +21 -0
  38. package/dist/Forms/Inputs/DatePicker/DatePicker.d.ts +51 -0
  39. package/dist/Forms/Inputs/DatePicker/DatePickerHeader.d.ts +65 -0
  40. package/dist/Forms/Inputs/DatePicker/DatePickerMonthSelect.d.ts +27 -0
  41. package/dist/Forms/Inputs/DatePicker/DatePickerTrigger.d.ts +29 -0
  42. package/dist/Forms/Inputs/DatePicker/DatePickerYearSelect.d.ts +25 -0
  43. package/dist/Forms/Inputs/DatePicker/DateRangePicker.d.ts +61 -0
  44. package/dist/Forms/Inputs/DatePicker/format.d.ts +44 -0
  45. package/dist/Forms/Inputs/DatePicker/index.d.ts +6 -0
  46. package/dist/Forms/Inputs/DatePicker/month.d.ts +28 -0
  47. package/dist/Forms/Inputs/DatePicker/useDatePickerHeader.d.ts +23 -0
  48. package/dist/Forms/Inputs/InputOtp/InputOtp.d.ts +7 -0
  49. package/dist/Forms/Inputs/InputPassword/InputPassword.d.ts +9 -1
  50. package/dist/Forms/Inputs/InputText/InputText.d.ts +9 -0
  51. package/dist/Forms/Inputs/SearchBar/useSearchDelay.d.ts +1 -1
  52. package/dist/Forms/Inputs/SearchPanel/SearchPanel.d.ts +71 -0
  53. package/dist/Forms/Inputs/SearchPanel/SearchPanelEmpty.d.ts +16 -0
  54. package/dist/Forms/Inputs/SearchPanel/SearchPanelGroup.d.ts +14 -0
  55. package/dist/Forms/Inputs/SearchPanel/SearchPanelInput.d.ts +31 -0
  56. package/dist/Forms/Inputs/SearchPanel/SearchPanelItem.d.ts +20 -0
  57. package/dist/Forms/Inputs/SearchPanel/SearchPanelList.d.ts +42 -0
  58. package/dist/Forms/Inputs/SearchPanel/context.d.ts +11 -0
  59. package/dist/Forms/Inputs/SearchPanel/index.d.ts +6 -0
  60. package/dist/Forms/Inputs/Select/SelectContent.d.ts +6 -0
  61. package/dist/Forms/Inputs/Select/SelectGroup.d.ts +6 -2
  62. package/dist/Forms/Inputs/Select/SelectItem.d.ts +6 -0
  63. package/dist/Forms/Inputs/Textarea/Textarea.d.ts +69 -0
  64. package/dist/Forms/Inputs/Textarea/index.d.ts +21 -0
  65. package/dist/Forms/Inputs/Toggle/RadioButton/RadioGroup.d.ts +5 -0
  66. package/dist/Forms/Inputs/Toggle/ToggleLabel/ToggleLabel.d.ts +10 -1
  67. package/dist/Forms/Inputs/index.d.ts +4 -0
  68. package/dist/Layout/Scrollbar/Scrollbar.d.ts +46 -0
  69. package/dist/Layout/Scrollbar/index.d.ts +2 -0
  70. package/dist/Layout/Scrollbar/useScrollbar.d.ts +52 -0
  71. package/dist/hooks/index.d.ts +12 -0
  72. package/dist/hooks/useAutoGrow.d.ts +22 -0
  73. package/dist/internal/Listbox/ListboxEmpty.d.ts +3 -0
  74. package/dist/internal/Listbox/ListboxItem.d.ts +23 -0
  75. package/dist/internal/Listbox/ListboxLabel.d.ts +9 -0
  76. package/dist/internal/Listbox/ListboxSeparator.d.ts +3 -0
  77. package/dist/internal/Listbox/ListboxViewport.d.ts +9 -0
  78. package/dist/internal/Surface/Surface.d.ts +35 -0
  79. package/dist/internal/index.d.ts +13 -0
  80. package/dist/main.d.ts +10 -4
  81. package/dist/react-design-system.css +1 -1
  82. package/dist/react-design-system.js +10563 -9466
  83. package/dist/react-design-system.umd.cjs +156 -132
  84. package/package.json +1 -2
@@ -0,0 +1,9 @@
1
+ export type ListboxViewportProps = React.ComponentPropsWithoutRef<'div'>;
2
+ /**
3
+ * The padded, scrolling box the rows sit in. Internal — see `Surface.tsx`.
4
+ *
5
+ * Reached through `asChild` from Radix's `Select.Viewport` or cmdk's
6
+ * `Command.List`, both of which own the scrolling behaviour and neither of
7
+ * which agrees on a name.
8
+ */
9
+ export declare const ListboxViewport: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,35 @@
1
+ export interface SurfaceProps extends React.ComponentPropsWithoutRef<'div'> {
2
+ /**
3
+ * Drawn free of any trigger rather than tethered to one: no border, a deeper
4
+ * shadow. The command palette is the case.
5
+ */
6
+ floating?: boolean;
7
+ /**
8
+ * Joined to the edge of whatever it drops out of, rather than separated from
9
+ * it by a gap: the corners on the side it meets go square, so the two boxes
10
+ * read as one card. `SearchPanel`'s results are the case.
11
+ */
12
+ attached?: boolean;
13
+ }
14
+ /**
15
+ * The floating surface: the card a `Popover`, a `Select`, a `Combobox` or a
16
+ * `SearchPanel` panel is drawn on. Port of `core/src/internal/Surface`.
17
+ *
18
+ * Internal on purpose. It carries no portal and no positioning — those belong
19
+ * to whichever primitive family opened it, and they are not interchangeable.
20
+ * What is interchangeable is the *look*: the fill, the border, the radius, the
21
+ * shadow and the open/close animation. Each content component keeps its own
22
+ * primitive as the root and reaches this element through `asChild`, so the
23
+ * primitive's `data-state` and `data-side` land on the div below and the
24
+ * animation selectors see them.
25
+ *
26
+ * It is not exported from `main.ts`. On its own it is an inert div: no
27
+ * keyboard, no focus management, no positioning. The public way to get one
28
+ * stays `OxPopover`, `OxSelect`, `OxCombobox` or `OxSearchPanel`.
29
+ *
30
+ * `forwardRef` is not optional here: `asChild` composes the primitive's ref
31
+ * onto this component, and a plain function component would drop it — the
32
+ * popover would have nothing to measure and would position itself at the
33
+ * origin.
34
+ */
35
+ export declare const Surface: import('react').ForwardRefExoticComponent<SurfaceProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Shared presentational parts. Deliberately absent from `src/main.ts`: each is
3
+ * an inert element with no keyboard, no roles and no positioning, so publishing
4
+ * one would ship something that looks like an option and behaves like a div.
5
+ * The public way to build a list stays `OxSelect`, `OxCombobox` or
6
+ * `OxSearchPanel`, each of which pairs these with its own primitive.
7
+ */
8
+ export { Surface, type SurfaceProps } from './Surface/Surface.tsx';
9
+ export { ListboxEmpty, type ListboxEmptyProps, } from './Listbox/ListboxEmpty.tsx';
10
+ export { ListboxItem, type ListboxItemProps } from './Listbox/ListboxItem.tsx';
11
+ export { ListboxLabel, type ListboxLabelProps, } from './Listbox/ListboxLabel.tsx';
12
+ export { ListboxSeparator, type ListboxSeparatorProps, } from './Listbox/ListboxSeparator.tsx';
13
+ export { ListboxViewport, type ListboxViewportProps, } from './Listbox/ListboxViewport.tsx';
package/dist/main.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './lib/utils.ts';
2
+ export * from './hooks/index.ts';
2
3
  export { TransitionBounce as OxTransitionBounce } from './Transitions/TransitionBounce/TransitionBounce.tsx';
3
4
  export { TransitionSlideX as OxTransitionSlideX } from './Transitions/TransitionSlideX/TransitionSlideX.tsx';
4
5
  export { TransitionFade as OxTransitionFade } from './Transitions/TransitionFade/TransitionFade.tsx';
@@ -7,19 +8,23 @@ export { TransitionExpand as OxTransitionExpand } from './Transitions/Transition
7
8
  export { TransitionFlip as OxTransitionFlip } from './Transitions/TransitionFlip/TransitionFlip.tsx';
8
9
  export { Button as OxButton, buttonVariants, type ButtonVariants, } from './Button/index.ts';
9
10
  export { IconButton as OxIconButton, iconButtonVariants, type IconButtonVariants, } from './Button/IconButton/index.ts';
11
+ export { ActionItem as OxActionItem, type ActionItemProps, } from './Button/ActionItem/index.ts';
10
12
  export { Card as OxCard, cardVariants, type CardVariants, } from './Layout/Card/index.ts';
11
13
  export { CardStack as OxCardStack, CARD_STACK_DECK, } from './Layout/CardStack/index.ts';
12
14
  export { Divider as OxDivider, type DividerProps, } from './Layout/Divider/index.ts';
13
15
  export { Resizable as OxResizable, ResizablePanel as OxResizablePanel, ResizableHandle as OxResizableHandle, } from './Layout/Resizable/index.ts';
16
+ export { Scrollbar as OxScrollbar, useScrollbar, SCROLLBAR_THICKNESS, type ScrollbarProps, type UseScrollbarReturn, } from './Layout/Scrollbar/index.ts';
14
17
  export { LocaleProvider as OxLocaleProvider } from './Locale/index.ts';
15
18
  export { normalizeLocale, useLocale } from './Locale/index.ts';
16
- export { AvatarRounded as OxAvatarRounded, AvatarSquare as OxAvatarSquare, avatarRoundedVariants, avatarSquareVariants, type AvatarRoundedVariants, type AvatarSize, type AvatarSquareVariants, type AvatarTone, } from './Display/Avatar/index.ts';
19
+ export { AvatarRounded as OxAvatarRounded, AvatarSkeleton as OxAvatarSkeleton, AvatarSquare as OxAvatarSquare, avatarRoundedVariants, avatarSquareVariants, type AvatarRoundedVariants, type AvatarSize, type AvatarSquareVariants, type AvatarTone, } from './Display/Avatar/index.ts';
17
20
  export { AvatarDetails as OxAvatarDetails } from './Display/AvatarDetails/index.ts';
18
21
  export { AvatarGroup as OxAvatarGroup, type AvatarItem, } from './Display/AvatarGroup/index.ts';
19
22
  export { Badge as OxBadge, badgeVariants, type BadgeVariants, } from './Display/Badge/index.ts';
20
23
  export { CalendarDate as OxCalendarDate, calendarDateVariants, type CalendarDateVariants, } from './Display/CalendarDate/index.ts';
21
24
  export { NumberFlow as OxNumberFlow, resolveNumberFlowPreset, NUMBER_FLOW_PRESETS, type NumberFlowConfig, type NumberFlowPreset, } from './Display/NumberFlow/index.ts';
22
25
  export { PaymentCard as OxPaymentCard, paymentCardVariants, type PaymentCardVariants, type BadgeType, type CardData, } from './Display/PaymentCard/index.ts';
26
+ export { FileCard as OxFileCard } from './Display/FileCard/index.ts';
27
+ export { FilePreviewCard as OxFilePreviewCard } from './Display/FilePreviewCard/index.ts';
23
28
  export { ChatBubble as OxChatBubble, chatBubbleVariants, type ChatBubbleVariants, } from './Display/ChatBubble/index.ts';
24
29
  export { ChatBubbleStatus as OxChatBubbleStatus, chatBubbleStatusVariants, type ChatBubbleStatusVariants, } from './Display/ChatBubble/ChatBubbleStatus/index.ts';
25
30
  export { Chip as OxChip, chipVariants, type ChipVariants, } from './Display/Chip/index.ts';
@@ -28,8 +33,9 @@ export { StatusBadge as OxStatusBadge, statusBadgeVariants, indicatorVariants, t
28
33
  export { Bullet as OxBullet, bulletVariants, type BulletVariants, } from './Feedback/Bullet/index.ts';
29
34
  export { Loader as OxLoader } from './Feedback/Loader/index.ts';
30
35
  export { Progress as OxProgress } from './Feedback/Progress/index.ts';
36
+ export { Skeleton as OxSkeleton } from './Feedback/Skeleton/index.ts';
31
37
  export { Alert as OxAlert, AlertClose as OxAlertClose, AlertDescription as OxAlertDescription, AlertIcon as OxAlertIcon, AlertTitle as OxAlertTitle, AlertToggle as OxAlertToggle, } from './Feedback/Alert/index.ts';
32
- export { Dialog as OxDialog, DialogContent as OxDialogContent, DialogTitle as OxDialogTitle, DialogDescription as OxDialogDescription, DialogOverlay as OxDialogOverlay, DialogTwoPanelContent as OxDialogTwoPanelContent, DialogTrigger as OxDialogTrigger, DialogClose as OxDialogClose, } from './Feedback/Dialog/index.ts';
38
+ export { Dialog as OxDialog, DialogContent as OxDialogContent, DialogBody as OxDialogBody, DialogTitle as OxDialogTitle, DialogDescription as OxDialogDescription, DialogOverlay as OxDialogOverlay, DialogTwoPanelContent as OxDialogTwoPanelContent, DialogTrigger as OxDialogTrigger, DialogClose as OxDialogClose, } from './Feedback/Dialog/index.ts';
33
39
  export { Tooltip as OxTooltip, TooltipContent as OxTooltipContent, } from './Feedback/Tooltip/index.ts';
34
40
  export { Popover as OxPopover, PopoverContent as OxPopoverContent, PopoverClose as OxPopoverClose, } from './Feedback/Popover/index.ts';
35
41
  export { Accordion as OxAccordion, AccordionItem as OxAccordionItem, AccordionTrigger as OxAccordionTrigger, AccordionContent as OxAccordionContent, } from './Navigation/Accordion/index.ts';
@@ -37,7 +43,7 @@ export { ToggleTabs as OxToggleTabs, ToggleTabsList as OxToggleTabsList, ToggleT
37
43
  export { PageControl as OxPageControl, pageControlDots, PAGE_CONTROL_WINDOW, type PageControlDot, type PageControlDotSize, } from './Navigation/PageControl/index.ts';
38
44
  export { Breadcrumb as OxBreadcrumb, BreadcrumbList as OxBreadcrumbList, BreadcrumbItem as OxBreadcrumbItem, BreadcrumbLink as OxBreadcrumbLink, BreadcrumbPage as OxBreadcrumbPage, BreadcrumbSeparator as OxBreadcrumbSeparator, BreadcrumbEllipsis as OxBreadcrumbEllipsis, } from './Navigation/Breadcrumb/index.ts';
39
45
  export { Counter as OxCounter, counterVariants, type CounterVariants, } from './Forms/Field/Counter/index.ts';
40
- export { FieldGroup as OxFieldGroup, FieldLabel as OxFieldLabel, FieldMessage as OxFieldMessage, type FieldGroupProps, } from './Forms/Field/index.ts';
41
- export { InputGroup as OxInputGroup, InputText as OxInputText, InputNumber as OxInputNumber, InputNumberContent as OxInputNumberContent, InputNumberDecrement as OxInputNumberDecrement, InputNumberIncrement as OxInputNumberIncrement, InputNumberInput as OxInputNumberInput, InputPassword as OxInputPassword, InputPasswordInput as OxInputPasswordInput, InputPasswordToggle as OxInputPasswordToggle, useInputPassword, InputOtp as OxInputOtp, InputOtpGroup as OxInputOtpGroup, InputOtpSlot as OxInputOtpSlot, InputOtpSeparator as OxInputOtpSeparator, useInputOtp, Calendar as OxCalendar, CalendarRange as OxCalendarRange, CalendarDay as OxCalendarDay, calendarDayVariants, Combobox as OxCombobox, ComboboxCancel as OxComboboxCancel, ComboboxInput as OxComboboxInput, ComboboxChipsInput as OxComboboxChipsInput, ComboboxContent as OxComboboxContent, ComboboxItem as OxComboboxItem, ComboboxEmpty as OxComboboxEmpty, ComboboxGroup as OxComboboxGroup, ComboboxSeparator as OxComboboxSeparator, SearchBar as OxSearchBar, searchBarVariants, useSearchDelay, Select as OxSelect, SelectTrigger as OxSelectTrigger, SelectContent as OxSelectContent, SelectItem as OxSelectItem, SelectGroup as OxSelectGroup, SelectSeparator as OxSelectSeparator, Switch as OxSwitch, Checkbox as OxCheckbox, RadioButton as OxRadioButton, RadioGroup as OxRadioGroup, ToggleGroup as OxToggleGroup, ToggleLabel as OxToggleLabel, ToggleDescription as OxToggleDescription, SWITCH_SIZES, type InputNumberProps, type InputPasswordProps, type InputPasswordContext, type InputOtpProps, type InputOtpSlotProps, type InputOtpContext, type CalendarProps, type CalendarRangeProps, type CalendarDateRange, type CalendarDayProps, type CalendarDayState, type CalendarDayVariants, type CalendarConstraints, type ComboboxProps, type SearchBarVariants, type UseSearchDelayReturn, type SelectProps, type RadioGroupProps, type ToggleGroupProps, type ToggleLabelProps, type ToggleDescriptionProps, } from './Forms/Inputs/index.ts';
46
+ export { FieldGroup as OxFieldGroup, FieldLabel as OxFieldLabel, FieldMessage as OxFieldMessage, useFieldControl, useFieldControlGroup, type FieldControlAttrs, type FieldControlGroupAttrs, type FieldGroupProps, type FieldVariant, } from './Forms/Field/index.ts';
47
+ export { InputGroup as OxInputGroup, InputText as OxInputText, InputNumber as OxInputNumber, InputNumberContent as OxInputNumberContent, InputNumberDecrement as OxInputNumberDecrement, InputNumberIncrement as OxInputNumberIncrement, InputNumberInput as OxInputNumberInput, InputPassword as OxInputPassword, InputPasswordInput as OxInputPasswordInput, InputPasswordToggle as OxInputPasswordToggle, useInputPassword, InputOtp as OxInputOtp, InputOtpGroup as OxInputOtpGroup, InputOtpSlot as OxInputOtpSlot, InputOtpSeparator as OxInputOtpSeparator, useInputOtp, Calendar as OxCalendar, CalendarRange as OxCalendarRange, CalendarDay as OxCalendarDay, calendarDayVariants, Combobox as OxCombobox, ComboboxCancel as OxComboboxCancel, ComboboxInput as OxComboboxInput, ComboboxChipsInput as OxComboboxChipsInput, ComboboxContent as OxComboboxContent, ComboboxItem as OxComboboxItem, ComboboxEmpty as OxComboboxEmpty, ComboboxGroup as OxComboboxGroup, ComboboxSeparator as OxComboboxSeparator, ChatInput as OxChatInput, DatePicker as OxDatePicker, DateRangePicker as OxDateRangePicker, DatePickerTrigger as OxDatePickerTrigger, DatePickerHeader as OxDatePickerHeader, DatePickerMonthSelect as OxDatePickerMonthSelect, DatePickerYearSelect as OxDatePickerYearSelect, SearchBar as OxSearchBar, searchBarVariants, useSearchDelay, SearchPanel as OxSearchPanel, SearchPanelInput as OxSearchPanelInput, SearchPanelList as OxSearchPanelList, SearchPanelGroup as OxSearchPanelGroup, SearchPanelItem as OxSearchPanelItem, SearchPanelEmpty as OxSearchPanelEmpty, Select as OxSelect, SelectTrigger as OxSelectTrigger, SelectContent as OxSelectContent, SelectItem as OxSelectItem, SelectGroup as OxSelectGroup, SelectSeparator as OxSelectSeparator, Textarea as OxTextarea, Switch as OxSwitch, Checkbox as OxCheckbox, RadioButton as OxRadioButton, RadioGroup as OxRadioGroup, ToggleGroup as OxToggleGroup, ToggleLabel as OxToggleLabel, ToggleDescription as OxToggleDescription, SWITCH_SIZES, type InputNumberProps, type InputPasswordProps, type InputPasswordContext, type InputOtpProps, type InputOtpSlotProps, type InputOtpContext, type CalendarProps, type CalendarRangeProps, type CalendarDateRange, type CalendarDayProps, type CalendarDayState, type CalendarDayVariants, type CalendarConstraints, type CalendarNav, type ComboboxProps, type ChatInputActionLabels, type ChatInputState, type DatePickerProps, type DateRangePickerProps, type DatePickerTriggerProps, type DatePickerHeaderProps, type DatePickerMonthSelectProps, type DatePickerYearSelectProps, type SearchBarVariants, type UseSearchDelayReturn, type SelectProps, type TextareaCounterState, type RadioGroupProps, type ToggleGroupProps, type ToggleLabelProps, type ToggleDescriptionProps, } from './Forms/Inputs/index.ts';
42
48
  export { Table as OxTable, TableVirtualized as OxTableVirtualized, TableHead as OxTableHead, TableBody as OxTableBody, TableRow as OxTableRow, TableCell as OxTableCell, TableHeaderCell as OxTableHeaderCell, TableSelectCell as OxTableSelectCell, TableDragCell as OxTableDragCell, TableBulkHeader as OxTableBulkHeader, TablePagination as OxTablePagination, TableEmpty as OxTableEmpty, TableRowExpanded as OxTableRowExpanded, TableExpandCell as OxTableExpandCell, TableColumnVisibility as OxTableColumnVisibility, useTable, useTableSelection, useTableSorting, useTablePagination, useTableDetailRow, useTablePinning, useTableColumns, useScrollShadow, useDragToScroll, useFixedColumns, useTableVirtual, } from './Data/Table/index.ts';
43
49
  export type { UseTableOptions, UseTableReturn, UseTableSelectionReturn, UseTableSortingReturn, UseTablePaginationOptions, UseTablePaginationReturn, DetailRowInstance, DetailRowOptions, DetailRowPluginDef, UseTablePinningOptions, UseTablePinningReturn, CellInfo, HeaderInfo, UseTableVirtualOptions, UseTableVirtualReturn, UseTableColumnsOptions, UseTableColumnsReturn, UseScrollShadowOptions, UseScrollShadowReturn, UseDragToScrollOptions, UseDragToScrollReturn, UseFixedColumnsOptions, TableProps, TableMode, ColumnDef, ColumnAlign, CellContext, SortingState, PaginationState, PaginationChangePayload, SortingChangePayload, SelectionChangePayload, FilterChangePayload, ColumnResizeMode, ColumnVisibilityState, ColumnOrderState, ExpandedState, ColumnVisibilityChangePayload, ColumnOrderChangePayload, RowExpandChangePayload, ColumnResizePayload, ColumnPinningState, } from './Data/Table/index.ts';