@up42/up-components 0.6.8 → 0.6.9
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.
|
@@ -41,4 +41,4 @@ export { Table, TableBody, TableCell, TableHead, TableContainer, TableRow, Table
|
|
|
41
41
|
export { DataGrid, type DataGridProps, type GridColDef, type GridRowId, type GridSelectionModel, } from './components/DataGrid/DataGrid';
|
|
42
42
|
export { capitalize } from './utils/helpers/helpers';
|
|
43
43
|
export { useQueryParams } from './utils/hooks/useQueryParams';
|
|
44
|
-
export { useRemotePagination } from './utils/hooks/useRemotePagination';
|
|
44
|
+
export { useRemotePagination, type PaginatedResponse } from './utils/hooks/useRemotePagination';
|
|
@@ -41,4 +41,4 @@ export { Table, TableBody, TableCell, TableHead, TableContainer, TableRow, Table
|
|
|
41
41
|
export { DataGrid, type DataGridProps, type GridColDef, type GridRowId, type GridSelectionModel, } from './components/DataGrid/DataGrid';
|
|
42
42
|
export { capitalize } from './utils/helpers/helpers';
|
|
43
43
|
export { useQueryParams } from './utils/hooks/useQueryParams';
|
|
44
|
-
export { useRemotePagination } from './utils/hooks/useRemotePagination';
|
|
44
|
+
export { useRemotePagination, type PaginatedResponse } from './utils/hooks/useRemotePagination';
|
package/dist/index.d.ts
CHANGED
|
@@ -559,4 +559,4 @@ declare const useRemotePagination: (fetchingHook: ({ params }: {
|
|
|
559
559
|
isLoading: boolean;
|
|
560
560
|
}, columns: any[]) => UseRemotePaginationResponse;
|
|
561
561
|
|
|
562
|
-
export { Alert, AlertProps, Avatar, AvatarProps, Banner, BannerProps, Box, BoxProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipProps, CodeBox, CodeBoxProps, Container, ContainerProps, ControlButton, ControlButtonProps, DataGrid, DataGridProps, DocumentationPopover, DocumentationPopoverProps, EmptyState, EmptyStateProps, FormCheckbox, FormCheckboxProps, FormInput, FormInputProps, FormRadio, FormRadioProps, FormSelect, FormSelectProps, FormSwitch, FormSwitchProps, InfoCard, InfoCardProps, InfoModal, InfoModalProps, InfoPopover, InfoPopoverProps, Input, InputProps, Link, LinkProps, Menu, MenuItem, MenuItemProps, MenuProps, Modal, ModalProps, NotFound, PageHeader, PageHeaderProps, Popover, PopoverProps, Radio, RadioProps, Select, SelectProps, Switch, SwitchProps, Tab, TabGroup, TabGroupProps, TabProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableContainer, TableContainerProps, TableFooter, TableFooterProps, TableHead, TableHeadProps, TablePagination, TablePaginationProps, TableProps, TableRow, TableRowProps, TableSortLabel, TableSortLabelProps, Tabs, TabsProps, Tooltip, TooltipProps, Typography, TypographyProps, UpComponentsProvider, capitalize, theme, useQueryParams, useRemotePagination };
|
|
562
|
+
export { Alert, AlertProps, Avatar, AvatarProps, Banner, BannerProps, Box, BoxProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipProps, CodeBox, CodeBoxProps, Container, ContainerProps, ControlButton, ControlButtonProps, DataGrid, DataGridProps, DocumentationPopover, DocumentationPopoverProps, EmptyState, EmptyStateProps, FormCheckbox, FormCheckboxProps, FormInput, FormInputProps, FormRadio, FormRadioProps, FormSelect, FormSelectProps, FormSwitch, FormSwitchProps, InfoCard, InfoCardProps, InfoModal, InfoModalProps, InfoPopover, InfoPopoverProps, Input, InputProps, Link, LinkProps, Menu, MenuItem, MenuItemProps, MenuProps, Modal, ModalProps, NotFound, PageHeader, PageHeaderProps, PaginatedResponse, Popover, PopoverProps, Radio, RadioProps, Select, SelectProps, Switch, SwitchProps, Tab, TabGroup, TabGroupProps, TabProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableContainer, TableContainerProps, TableFooter, TableFooterProps, TableHead, TableHeadProps, TablePagination, TablePaginationProps, TableProps, TableRow, TableRowProps, TableSortLabel, TableSortLabelProps, Tabs, TabsProps, Tooltip, TooltipProps, Typography, TypographyProps, UpComponentsProvider, capitalize, theme, useQueryParams, useRemotePagination };
|