asma-core-ui 2.19.65 → 2.19.67

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 (93) hide show
  1. package/dist/asma-core-ui.es.js +21 -22
  2. package/dist/src/components/data-display/badge/StyledBadge.d.ts +1 -4
  3. package/dist/src/components/data-display/chip/StyledChip.d.ts +1 -4
  4. package/dist/src/components/data-display/icons/index.d.ts +0 -5
  5. package/dist/src/components/feedback/dialog/StyledDialog.d.ts +1 -2
  6. package/dist/src/components/feedback/snack-bar/index.d.ts +0 -2
  7. package/dist/src/components/inputs/button/StyledButton.d.ts +3 -3
  8. package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +1 -4
  9. package/dist/src/components/inputs/checkbox/StyledCheckbox.stories.d.ts +14 -0
  10. package/dist/src/components/inputs/date-picker/StyledCalendarPicker.d.ts +4 -0
  11. package/dist/src/components/{pickers/date-picker/types.d.ts → inputs/date-picker/StyledDatePicker.d.ts} +2 -10
  12. package/dist/src/components/inputs/input/StyledInput.d.ts +10 -6
  13. package/dist/src/components/inputs/input-field/StyledInputField.d.ts +1 -7
  14. package/dist/src/components/inputs/input-field/index.d.ts +0 -1
  15. package/dist/src/components/inputs/rich-input/RichInput.d.ts +0 -1
  16. package/dist/src/components/inputs/select/StyledSelect.d.ts +3 -10
  17. package/dist/src/components/inputs/select/index.d.ts +0 -1
  18. package/dist/src/components/inputs/slider/StyledSlider.d.ts +1 -4
  19. package/dist/src/components/inputs/switch/StyledSwitch.d.ts +1 -3
  20. package/dist/src/components/navigation/menu/index.d.ts +0 -1
  21. package/dist/src/components/table/StyledTable.d.ts +27 -12
  22. package/dist/src/components/table/components/columns/actionColumn.d.ts +8 -0
  23. package/dist/src/components/table/components/columns/widthStabilizer.d.ts +6 -0
  24. package/dist/src/components/table/index.d.ts +1 -1
  25. package/dist/src/components/table/types.d.ts +3 -35
  26. package/dist/src/index.d.ts +1 -6
  27. package/dist/style.css +2 -2
  28. package/dist/tailwind.config.d.ts +2 -0
  29. package/package.json +1 -1
  30. package/dist/src/components/data-display/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +0 -3
  31. package/dist/src/components/data-display/icons/delete-outline-icon/index.d.ts +0 -1
  32. package/dist/src/components/data-display/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +0 -3
  33. package/dist/src/components/data-display/icons/drag-horizontal-icon/index.d.ts +0 -1
  34. package/dist/src/components/data-display/icons/file-pdf-icon/FilePdfIcon.d.ts +0 -3
  35. package/dist/src/components/data-display/icons/file-pdf-icon/index.d.ts +0 -1
  36. package/dist/src/components/data-display/icons/filter-icon/FilterIcon.d.ts +0 -3
  37. package/dist/src/components/data-display/icons/filter-icon/index.d.ts +0 -1
  38. package/dist/src/components/data-display/icons/lock-icon/LockIcon.d.ts +0 -3
  39. package/dist/src/components/data-display/icons/lock-icon/index.d.ts +0 -1
  40. package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +0 -12
  41. package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +0 -3
  42. package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +0 -3
  43. package/dist/src/components/feedback/snack-bar/components/types.d.ts +0 -10
  44. package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +0 -2
  45. package/dist/src/components/feedback/snack-bar/message.d.ts +0 -17
  46. package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +0 -1
  47. package/dist/src/components/filter-menu/StyledFilterMenu.d.ts +0 -13
  48. package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +0 -2
  49. package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +0 -4
  50. package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +0 -4
  51. package/dist/src/components/inputs/radio-button/index.d.ts +0 -2
  52. package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +0 -2
  53. package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +0 -11
  54. package/dist/src/components/inputs/select-autocomplete/index.d.ts +0 -1
  55. package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +0 -2
  56. package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +0 -2
  57. package/dist/src/components/pickers/date-picker/components/DefaultInput.d.ts +0 -5
  58. package/dist/src/components/pickers/date-picker/components/RangeInput.d.ts +0 -5
  59. package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +0 -8
  60. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +0 -7
  61. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +0 -10
  62. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +0 -3
  63. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +0 -3
  64. package/dist/src/components/pickers/date-picker/helpers.d.ts +0 -3
  65. package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +0 -5
  66. package/dist/src/components/pickers/date-picker/story/components/DefaultPickerExample.d.ts +0 -2
  67. package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +0 -2
  68. package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +0 -2
  69. package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +0 -16
  70. package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +0 -5
  71. package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +0 -6
  72. package/dist/src/components/pickers/time-picker/index.d.ts +0 -1
  73. package/dist/src/components/table/components/TableHeader.d.ts +0 -6
  74. package/dist/src/components/table/components/TablePagination.d.ts +0 -6
  75. package/dist/src/components/table/components/columns/action-column/actionColumn.d.ts +0 -21
  76. package/dist/src/components/table/components/columns/action-column/components/HeaderActionMenu.d.ts +0 -5
  77. package/dist/src/components/table/components/columns/action-column/components/RowActionMenu.d.ts +0 -12
  78. package/dist/src/components/table/components/columns/expandColumn.d.ts +0 -10
  79. package/dist/src/components/table/components/columns/injectColumns.d.ts +0 -2
  80. package/dist/src/components/table/components/columns/selectColumn.d.ts +0 -8
  81. package/dist/src/components/table/story/components/useTableColumns.d.ts +0 -10
  82. package/dist/src/helpers/date.helpers.d.ts +0 -2
  83. package/dist/src/hooks/useWindowWidthSize.hook.d.ts +0 -5
  84. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/StyledDataGrid.d.ts +0 -0
  85. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/StyledGridActionsCellItem.d.ts +0 -0
  86. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/components/ColumnFormControlItem.d.ts +0 -0
  87. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/components/ColumnsMenu.d.ts +0 -0
  88. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/components/columnActions.d.ts +0 -0
  89. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/index.d.ts +0 -0
  90. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/types.d.ts +0 -0
  91. /package/dist/src/components/{table/__deprecated-data-grid → data-grid}/x-data-grid-types.d.ts +0 -0
  92. /package/dist/src/components/{pickers → inputs}/date-picker/index.d.ts +0 -0
  93. /package/dist/src/{hooks/useToggleMenuVisibility.hook.d.ts → components/table/useToggleMenuVisibility.d.ts} +0 -0
@@ -61,6 +61,8 @@ declare const _default: {
61
61
  "btn-task-status-bg": string;
62
62
  "btn-bg-mini-action": string;
63
63
  "btn-bg-mini-action-hover": string;
64
+ "badge-bg": string;
65
+ "badge-text": string;
64
66
  "chat-ticket-message-bg": string;
65
67
  "colors-topbar-text": string;
66
68
  "custom-grey-01": string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.19.65",
6
+ "version": "2.19.67",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
3
- export declare const DeleteOutlineIcon: React.FC<IIcon>;
@@ -1 +0,0 @@
1
- export * from './DeleteOutlineIcon';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
3
- export declare const DragHorizontalIcon: React.FC<IIcon>;
@@ -1 +0,0 @@
1
- export * from './DragHorizontalIcon';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
3
- export declare const FilePdfIcon: React.FC<IIcon>;
@@ -1 +0,0 @@
1
- export * from './FilePdfIcon';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
3
- export declare const FilterIcon: React.FC<IIcon>;
@@ -1 +0,0 @@
1
- export * from './FilterIcon';
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
3
- export declare const LockIcon: React.FC<IIcon>;
@@ -1 +0,0 @@
1
- export * from './LockIcon';
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import type { AlertColor } from '@mui/material';
3
- import { type CustomContentProps } from 'notistack';
4
- interface StyledInfoSnackbarProps extends CustomContentProps {
5
- severity?: AlertColor;
6
- alertClassName?: string;
7
- alertVariant?: 'standard' | 'filled' | 'outlined';
8
- closeButton?: boolean;
9
- type?: 'loading';
10
- }
11
- export declare const StyledInfoSnackbar: import("react").ForwardRefExoticComponent<StyledInfoSnackbarProps & import("react").RefAttributes<HTMLDivElement>>;
12
- export {};
@@ -1,3 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import type { MessageProps } from './types';
3
- export declare function processMessageError(messageInfo: string | ReactNode, options?: MessageProps): () => void;
@@ -1,3 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import type { MessageProps } from './types';
3
- export declare function processMessageInfo(messageInfo: string | ReactNode, options?: MessageProps): () => void;
@@ -1,10 +0,0 @@
1
- import type { AlertColor } from '@mui/material';
2
- import type { SnackbarProviderProps } from 'notistack';
3
- export type MessageProps = SnackbarProviderProps & {
4
- severity?: AlertColor;
5
- persist?: boolean;
6
- closeButton?: boolean;
7
- className?: string;
8
- id?: string;
9
- type?: 'loading';
10
- };
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const InfoMessages: React.FC;
@@ -1,17 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import type { MessageProps } from './components/types';
3
- /**
4
- * Important props:
5
- * @param id - string. To control the message
6
- * @remarks use callBack function to close the message manually. Providing ID as a param is important in this case.
7
- * Without ID, callback fil force close all active notifications
8
- * @param closeButton - true | false
9
- * @param persist - true | false
10
- * @param autoHideDuration - number
11
- * @moreProps https://notistack.com/api-reference#mutual-props
12
- */
13
- export declare const message: {
14
- info: (messageInfo: string | ReactNode, options?: MessageProps) => (() => void);
15
- error: (messageInfo: string | ReactNode, options?: MessageProps) => (() => void);
16
- loading: (messageInfo: string | ReactNode, options?: MessageProps) => (() => void);
17
- };
@@ -1 +0,0 @@
1
- export declare function processInfoSnackbar(message: string): void;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- /**
3
- * Custom props:
4
- * @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
5
- * @param popoverContent
6
- */
7
- type StyledFilterMenuProps = {
8
- dataTest: string;
9
- filterIsActive: boolean;
10
- popoverContent: React.ReactNode;
11
- };
12
- export declare const StyledFilterMenu: React.FC<StyledFilterMenuProps>;
13
- export {};
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledInputFieldExample: React.FC;
@@ -1,4 +0,0 @@
1
- import { type RadioProps } from '@mui/material';
2
- export declare const StyledRadio: ({ dataTest, ...props }: RadioProps & {
3
- dataTest: string;
4
- }) => JSX.Element;
@@ -1,4 +0,0 @@
1
- import { type RadioGroupProps } from '@mui/material';
2
- export declare const StyledRadioGroup: ({ dataTest, ...props }: RadioGroupProps & {
3
- dataTest: string;
4
- }) => JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from './StyledRadio';
2
- export * from './StyledRadioGroup';
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledSelectExample: React.FC;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { type AutocompleteProps, type ChipTypeMap } from '@mui/material';
3
- /**
4
- *
5
- * @inputRef
6
- * inputRef to get Node of Input Element inside
7
- *
8
- */
9
- export declare function StyledSelectAutocomplete<T, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']>({ dataTest, ...props }: AutocompleteProps<T, Multiple, DisableClearable, FreeSolo, ChipComponent> & {
10
- dataTest: string;
11
- }): JSX.Element;
@@ -1 +0,0 @@
1
- export * from './StyledSelectAutocomplete';
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledSelectAutocompleteExample: React.FC;
@@ -1,2 +0,0 @@
1
- import type { DatePickerProps } from './types';
2
- export declare const StyledDatePicker: (props: DatePickerProps) => JSX.Element;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import type { DatePickerProps } from '../types';
3
- export declare const DefaultInput: React.FC<DatePickerProps & {
4
- onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
5
- }>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import type { DatePickerProps } from '../types';
3
- export declare const RangeInput: React.FC<DatePickerProps & {
4
- onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
5
- }>;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import type { DatePickerProps } from '../types';
3
- import { type PopoverProps } from '@mui/material';
4
- export declare const StyledCalendarPicker: React.FC<{
5
- datePickerProps: DatePickerProps;
6
- popoverProps: PopoverProps;
7
- positionAbove: boolean;
8
- }>;
@@ -1,7 +0,0 @@
1
- import { type CaptionProps } from 'react-day-picker';
2
- import { type Dispatch, type SetStateAction } from 'react';
3
- export declare function CustomCaption(props: CaptionProps & {
4
- month: Date | undefined;
5
- setMonth: Dispatch<SetStateAction<Date | undefined>>;
6
- isNb: boolean;
7
- }): JSX.Element;
@@ -1,10 +0,0 @@
1
- import { type Matcher } from 'react-day-picker';
2
- import type { Dispatch, SetStateAction } from 'react';
3
- export declare const StyledCalendarPickerFooter: React.FC<{
4
- onClose: ((event: object, reason: 'backdropClick' | 'escapeKeyDown') => void) | undefined;
5
- isNb: boolean;
6
- selected: Matcher | Matcher[] | undefined;
7
- removeSelection: (e: React.MouseEvent) => void;
8
- month: Date | undefined;
9
- setMonth: Dispatch<SetStateAction<Date | undefined>>;
10
- }>;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { type DropdownProps } from 'react-day-picker';
3
- export declare const StyledCalendarPickerSelectMonth: React.FC<DropdownProps>;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { type DropdownProps } from 'react-day-picker';
3
- export declare const StyledCalendarPickerSelectYear: React.FC<DropdownProps>;
@@ -1,3 +0,0 @@
1
- import type { Dispatch, SetStateAction } from 'react';
2
- export declare const getValue: (date?: Date, dateFormat?: string) => string;
3
- export declare const setPickerPosition: (e: React.MouseEvent<HTMLDivElement>, setPositionAbove: Dispatch<SetStateAction<boolean>>) => void;
@@ -1,5 +0,0 @@
1
- import type { ReactNode } from "react";
2
- export declare const DatePickerContainer: React.FC<{
3
- title: string;
4
- node: ReactNode;
5
- }>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const DefaultPickerExample: React.FC;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const NestedRangePickerExample: React.FC;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const RangePickerExample: React.FC;
@@ -1,16 +0,0 @@
1
- /// <reference types="react" />
2
- import { type PopoverOrigin } from '@mui/material';
3
- export type StyledTimePickerProps = {
4
- placeholder?: string;
5
- disabled?: boolean;
6
- inputClassName?: string;
7
- value?: Date;
8
- onSelect: (date: Date | undefined) => void;
9
- dataTest: string;
10
- width?: number;
11
- anchorOrigin?: PopoverOrigin;
12
- transformOrigin?: PopoverOrigin;
13
- error?: boolean;
14
- helperText?: string;
15
- };
16
- export declare const StyledTimePicker: React.FC<StyledTimePickerProps>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import type { StyledTimePickerProps } from '../StyledTimePicker';
3
- type TimePickerBodyProps = Omit<StyledTimePickerProps, 'placeholder' | 'disabled' | 'inputClassName'>;
4
- export declare const TimePickerBody: React.FC<Omit<TimePickerBodyProps, 'anchorOrigin' | 'anchorPosition'>>;
5
- export {};
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import type { StyledTimePickerProps } from '../StyledTimePicker';
3
- export type TimePickerColumnProps = Omit<StyledTimePickerProps, 'placeholder' | 'disabled' | 'inputClassName' | 'dataTest'> & {
4
- type: 'hours' | 'minutes';
5
- };
6
- export declare const TimePickerColumn: React.FC<TimePickerColumnProps>;
@@ -1 +0,0 @@
1
- export * from './StyledTimePicker';
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { type Table } from '@tanstack/react-table';
3
- export declare function TableHeader<TData>({ table, stickyHeader }: {
4
- table: Table<TData>;
5
- stickyHeader?: boolean;
6
- }): JSX.Element;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import type { Table } from '@tanstack/react-table';
3
- export declare function TablePagination<TData>({ table, locale }: {
4
- locale: 'en' | 'no';
5
- table: Table<TData>;
6
- }): JSX.Element | null;
@@ -1,21 +0,0 @@
1
- import { type CellContext, type HeaderContext, type Row } from '@tanstack/react-table';
2
- import type { ReactNode } from 'react';
3
- export declare function generateActionsColumn<TData>(options: {
4
- headerPin: boolean;
5
- actions?: (row: Row<TData>) => {
6
- label: string;
7
- className?: string;
8
- disabled?: boolean;
9
- hide?: boolean;
10
- onClick?: (row: Row<TData>) => void;
11
- }[];
12
- customActionsNode?: (row: CellContext<TData, TData>) => ReactNode;
13
- }): {
14
- id: string;
15
- enableHiding: boolean;
16
- enableSorting: boolean;
17
- accessorFn: (row: TData) => TData;
18
- header: (props: HeaderContext<TData, TData>) => JSX.Element | null;
19
- cell: (cell: CellContext<TData, TData>) => JSX.Element | null;
20
- size: number;
21
- };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import type { HeaderContext } from '@tanstack/react-table';
3
- export declare function HeaderActionMenu<TData>({ headerData }: {
4
- headerData: HeaderContext<TData, TData>;
5
- }): JSX.Element;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import type { CellContext, Row } from '@tanstack/react-table';
3
- export declare function RowActionMenu<TData>({ tableData, actions, }: {
4
- tableData: CellContext<TData, TData>;
5
- actions: (row: Row<TData>) => {
6
- label: string;
7
- className?: string;
8
- disabled?: boolean;
9
- hide?: boolean;
10
- onClick?: (row: Row<TData>) => void;
11
- }[];
12
- }): JSX.Element;
@@ -1,10 +0,0 @@
1
- import { type CellContext } from '@tanstack/react-table';
2
- export declare function generateExpandColumn<TData>(): {
3
- id: string;
4
- maxSize: number;
5
- size: number;
6
- enableHiding: boolean;
7
- enableSorting: boolean;
8
- header: () => null;
9
- cell: ({ cell }: CellContext<TData, TData>) => JSX.Element | null;
10
- };
@@ -1,2 +0,0 @@
1
- import { type StyledTableProps } from '../../types';
2
- export declare function injectColumns<TData>({ columns, expandArrow, enableRowSelection, headerPin, actions, customActionsNode, }: Omit<StyledTableProps<TData, TData>, 'data'>): void;
@@ -1,8 +0,0 @@
1
- import type { CellContext, HeaderContext } from '@tanstack/react-table';
2
- export declare function selectColumn<TData>(): {
3
- id: string;
4
- size: number;
5
- maxSize: number;
6
- header: ({ table }: HeaderContext<TData, TData>) => JSX.Element;
7
- cell: ({ cell }: CellContext<TData, TData>) => JSX.Element;
8
- };
@@ -1,10 +0,0 @@
1
- import type { Person } from '../helpers/makeData';
2
- import type { ColumnDef } from '@tanstack/react-table';
3
- /**
4
- * Custom props:
5
- * @param size. use NaN (width 100%) only one time for the main column. It will make the column very responsive
6
- *
7
- */
8
- export declare const useStyledTableColumns: () => {
9
- columns: ColumnDef<Person, Person>[];
10
- };
@@ -1,2 +0,0 @@
1
- export declare const setMidnightTime: (date: Date) => Date;
2
- export declare const setZeroTime: (date: Date) => Date;
@@ -1,5 +0,0 @@
1
- export declare function useWindowWidthSize(): number;
2
- export declare const mobileView: (windowWidth: number | undefined) => boolean;
3
- export declare function useIsMobileView(): boolean;
4
- export declare function useIsTabletView(): boolean;
5
- export declare const tabletView: (windowWidth: number | undefined) => boolean;