@tedi-design-system/react 14.2.0 → 14.3.0-rc.1
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/_virtual/index.es13.js +2 -2
- package/_virtual/index.es14.js +2 -2
- package/bundle-stats.html +1 -1
- package/external/react-is/index.cjs.js +1 -1
- package/external/react-is/index.es.js +1 -1
- package/external/toposort/index.cjs.js +1 -1
- package/external/toposort/index.es.js +1 -1
- package/index.css +1 -1
- package/package.json +5 -5
- package/src/community/components/accordion/accordion-item/accordion-item.d.ts +1 -1
- package/src/community/components/accordion/accordion.d.ts +1 -1
- package/src/community/components/anchor/anchor-helpers.d.ts +6 -9
- package/src/community/components/anchor/anchor.d.ts +1 -1
- package/src/community/components/button/button.d.ts +1 -1
- package/src/community/components/button-content/button-content.d.ts +1 -1
- package/src/community/components/card/card-content/card-content.d.ts +1 -1
- package/src/community/components/card/card-context.d.ts +2 -2
- package/src/community/components/card/card-header/card-header.d.ts +1 -1
- package/src/community/components/card/card.d.ts +1 -1
- package/src/community/components/collapse/collapse.d.ts +1 -1
- package/src/community/components/dropdown/dropdown.d.ts +1 -1
- package/src/community/components/ellipsis/ellipsis.d.ts +1 -1
- package/src/community/components/form/choice-group/choice-group-context.d.ts +1 -1
- package/src/community/components/form/choice-group/choice-group.d.ts +1 -1
- package/src/community/components/form/choice-group/components/choice-group-check/choice-group-check.d.ts +1 -1
- package/src/community/components/form/choice-group/components/choice-group-radio/choice-group-radio.d.ts +1 -1
- package/src/community/components/form/choice-group/components/filter-item/filter-item.d.ts +1 -1
- package/src/community/components/form/choice-group/components/light-item/light-item.d.ts +1 -1
- package/src/community/components/form/choice-group/components/selector-item/selector-item.d.ts +1 -1
- package/src/community/components/form/choice-input.types.d.ts +1 -1
- package/src/community/components/form/file-upload/examples/multiple-handled.d.ts +1 -1
- package/src/community/components/form/hidden-field/examples/hidden-select.d.ts +1 -1
- package/src/community/components/form/hidden-field/hidden-field.d.ts +1 -1
- package/src/community/components/form/pickers/calendar/calendar.d.ts +1 -1
- package/src/community/components/form/pickers/datetimepicker/datetimepicker.d.ts +1 -1
- package/src/community/components/form/pickers/mui-input-transition/mui-input-transition.d.ts +2 -2
- package/src/community/components/form/pickers/timepicker/timepicker.d.ts +1 -1
- package/src/community/components/form/select/examples/async.d.ts +1 -1
- package/src/community/components/form/select/examples/custom-option.d.ts +1 -1
- package/src/community/components/form/select/examples/editable.d.ts +1 -1
- package/src/community/components/form/select/examples/multiple-handled.d.ts +1 -1
- package/src/community/components/form/select/select.d.ts +1 -1
- package/src/community/components/form/text-editor/text-editor.d.ts +0 -1
- package/src/community/components/form/toggle/toggle.d.ts +1 -1
- package/src/community/components/icon/icon.d.ts +1 -1
- package/src/community/components/layout/breadcrumbs/breadcrumbs.d.ts +1 -1
- package/src/community/components/layout/breadcrumbs/crumb/crumb.d.ts +1 -1
- package/src/community/components/layout/footer/footer.d.ts +1 -1
- package/src/community/components/layout/header/components/header-bottom-content/header-bottom-content.d.ts +1 -1
- package/src/community/components/layout/header/components/header-dropdown/header-dropdown.d.ts +1 -1
- package/src/community/components/layout/header/components/header-language/header-language.d.ts +1 -1
- package/src/community/components/layout/header/components/header-modal/header-modal.d.ts +1 -1
- package/src/community/components/layout/header/components/header-notification/header-notification.d.ts +1 -1
- package/src/community/components/layout/header/components/header-role/header-role.d.ts +1 -1
- package/src/community/components/layout/header/components/header-settings/header-settings.d.ts +1 -1
- package/src/community/components/layout/header/components/logo/logo.d.ts +1 -1
- package/src/community/components/layout/header/header/header.d.ts +1 -1
- package/src/community/components/layout/layout/layout.d.ts +1 -1
- package/src/community/components/layout/layout-context.d.ts +1 -1
- package/src/community/components/layout/sidenav/sidenav.d.ts +1 -1
- package/src/community/components/map-components/carousel/carousel.d.ts +1 -1
- package/src/community/components/map-components/comparison/comparison.d.ts +1 -1
- package/src/community/components/map-components/map-accordion/map-accordion-item-header.d.ts +1 -1
- package/src/community/components/map-components/map-accordion/map-accordion-item.d.ts +1 -1
- package/src/community/components/map-components/map-accordion/map-accordion.d.ts +4 -4
- package/src/community/components/map-components/map-dropdown/map-dropdown.d.ts +1 -1
- package/src/community/components/map-components/map-info/map-info.d.ts +1 -1
- package/src/community/components/map-components/map-preview/map-preview.d.ts +1 -1
- package/src/community/components/map-components/right-panel/right-panel.d.ts +1 -1
- package/src/community/components/map-components/scale-bar/scale-bar.d.ts +1 -1
- package/src/community/components/map-components/timeline/timeline.d.ts +1 -1
- package/src/community/components/modal/modal-closer.d.ts +1 -1
- package/src/community/components/modal/modal-provider.d.ts +1 -1
- package/src/community/components/modal/modal.d.ts +1 -1
- package/src/community/components/placeholder/placeholder.d.ts +1 -1
- package/src/community/components/stepper/step.d.ts +1 -1
- package/src/community/components/stepper/stepper-context.d.ts +1 -1
- package/src/community/components/stepper/stepper.d.ts +1 -1
- package/src/community/components/table/components/customize-table-cell/customize-table-cell.d.ts +1 -1
- package/src/community/components/table/components/helpers.d.ts +1 -1
- package/src/community/components/table/components/table-filter/table-filter-context.d.ts +1 -1
- package/src/community/components/table/table-context.d.ts +1 -1
- package/src/community/components/table/table.types.d.ts +1 -1
- package/src/community/components/table-of-contents/table-of-contents-items.d.ts +1 -1
- package/src/community/components/table-of-contents/table-of-contents.d.ts +1 -1
- package/src/community/components/tabs/tabs/tabs.d.ts +1 -1
- package/src/community/components/tabs/tabs-context.d.ts +1 -1
- package/src/community/components/tabs/tabs-item/tabs-item.d.ts +1 -1
- package/src/community/components/tabs/tabs-nav/tabs-nav-item.d.ts +1 -1
- package/src/community/components/tag/tag.d.ts +1 -1
- package/src/community/components/tooltip/tooltip-provider.d.ts +1 -1
- package/src/community/components/tooltip/tooltip.d.ts +1 -1
- package/src/community/components/typography/text/text.d.ts +1 -1
- package/src/community/components/vertical-progress/vertical-progress-item.d.ts +1 -1
- package/src/community/components/vertical-progress/vertical-progress.d.ts +1 -1
- package/src/community/components/vertical-stepper/step-item/step-item.d.ts +1 -1
- package/src/community/helpers/polymorphic/types.d.ts +1 -4
- package/src/community/providers/style-provider/style-provider.d.ts +1 -2
- package/src/tedi/components/base/icon/icon.d.ts +1 -1
- package/src/tedi/components/base/typography/text/text.d.ts +2 -2
- package/src/tedi/components/buttons/button/button.d.ts +1 -1
- package/src/tedi/components/buttons/button-content/button-content.d.ts +1 -1
- package/src/tedi/components/buttons/closing-button/closing-button.d.ts +1 -2
- package/src/tedi/components/buttons/collapse/collapse.d.ts +1 -1
- package/src/tedi/components/buttons/info-button/info-button.d.ts +1 -1
- package/src/tedi/components/cards/card/card-content/card-content.d.ts +1 -1
- package/src/tedi/components/cards/card/card-context.d.ts +2 -2
- package/src/tedi/components/cards/card/card.d.ts +2 -2
- package/src/tedi/components/content/label/label.d.ts +1 -1
- package/src/tedi/components/content/section/section.d.ts +1 -1
- package/src/tedi/components/content/text-group/text-group.d.ts +1 -1
- package/src/tedi/components/content/truncate/truncate.d.ts +1 -1
- package/src/tedi/components/form/choice-group/choice-group-context.d.ts +1 -1
- package/src/tedi/components/form/choice-group/choice-group.d.ts +1 -1
- package/src/tedi/components/form/choice-group/components/choice-group-item/choice-group-item.d.ts +1 -1
- package/src/tedi/components/form/file-upload/examples/multiple-handled.d.ts +1 -1
- package/src/tedi/components/form/form-label/form-label.d.ts +1 -1
- package/src/tedi/components/form/number-field/number-field.d.ts +1 -1
- package/src/tedi/components/form/search/search.d.ts +1 -1
- package/src/tedi/components/form/select/examples/async.d.ts +1 -1
- package/src/tedi/components/form/select/examples/custom-option.d.ts +1 -1
- package/src/tedi/components/form/select/examples/editable.d.ts +1 -1
- package/src/tedi/components/form/select/examples/multiple-handled.d.ts +1 -1
- package/src/tedi/components/form/select/select.d.ts +1 -1
- package/src/tedi/components/form/textarea/textarea.d.ts +1 -1
- package/src/tedi/components/form/textfield/textfield.d.ts +1 -1
- package/src/tedi/components/layout/grid/col.d.ts +1 -1
- package/src/tedi/components/layout/grid/row-context.d.ts +1 -1
- package/src/tedi/components/layout/grid/row.d.ts +1 -1
- package/src/tedi/components/layout/sidenav/components/sidenav-dropdown/sidenav-dropdown.d.ts +1 -1
- package/src/tedi/components/layout/sidenav/components/sidenav-item/sidenav-item.d.ts +1 -1
- package/src/tedi/components/layout/sidenav/components/sidenav-mobile/sidenav-mobile.d.ts +1 -1
- package/src/tedi/components/layout/sidenav/components/sidenav-toggle/sidenav-toggle.d.ts +1 -1
- package/src/tedi/components/layout/sidenav/sidenav.d.ts +2 -2
- package/src/tedi/components/layout/vertical-spacing/vertical-spacing.d.ts +1 -1
- package/src/tedi/components/loaders/skeleton/skeleton-block/skeleton-block.d.ts +1 -1
- package/src/tedi/components/loaders/skeleton/skeleton.d.ts +2 -2
- package/src/tedi/components/misc/ellipsis/ellipsis.d.ts +1 -1
- package/src/tedi/components/misc/print/print.d.ts +1 -1
- package/src/tedi/components/misc/scroll-fade/scroll-fade.d.ts +1 -1
- package/src/tedi/components/misc/stretch-content/stretch-content.d.ts +1 -1
- package/src/tedi/components/navigation/link/link-helpers.d.ts +6 -9
- package/src/tedi/components/navigation/link/link.d.ts +1 -1
- package/src/tedi/components/notifications/alert/alert.d.ts +1 -1
- package/src/tedi/components/notifications/toast/toast.d.ts +0 -1
- package/src/tedi/components/overlays/overlay/overlay.d.ts +3 -3
- package/src/tedi/components/overlays/popover/popover.d.ts +2 -2
- package/src/tedi/components/overlays/tooltip/tooltip.d.ts +2 -2
- package/src/tedi/docs/colors/color-tokens.d.ts +1 -1
- package/src/tedi/helpers/hooks/use-file-upload.d.ts +1 -1
- package/src/tedi/helpers/hooks/use-sidenav-state.d.ts +12 -12
- package/src/tedi/helpers/polymorphic/types.d.ts +1 -4
- package/src/tedi/providers/accessibility-provider/accessibility-provider.d.ts +1 -1
- package/src/tedi/providers/label-provider/label-provider.d.ts +1 -3
- package/src/tedi/providers/label-provider/labels-map.d.ts +3 -3
- package/src/tedi/providers/storybook-provider/storybook-provider.d.ts +1 -1
- package/src/tedi/providers/style-provider/style-provider.d.ts +1 -2
- package/src/tedi/providers/theme-provider/theme-provider.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tedi-design-system/react",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.3.0-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@mui/material": "^5.15.13",
|
|
44
44
|
"@mui/x-date-pickers": "^5.0.20",
|
|
45
45
|
"@tanstack/react-table": "^8.13.2",
|
|
46
|
-
"@tedi-design-system/core": "2.
|
|
46
|
+
"@tedi-design-system/core": "2.5.0",
|
|
47
47
|
"classnames": "^2.5.1",
|
|
48
48
|
"draft-js": "^0.11.7",
|
|
49
49
|
"draftjs-md-converter": "^1.5.2",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@testing-library/user-event": "^14.5.2",
|
|
97
97
|
"@types/css-modules": "^1.0.5",
|
|
98
98
|
"@types/dompurify": "^3.2.0",
|
|
99
|
-
"@types/draft-js": "^0.11.
|
|
99
|
+
"@types/draft-js": "^0.11.20",
|
|
100
100
|
"@types/jest": "29.5.14",
|
|
101
101
|
"@types/lodash-es": "^4.17.12",
|
|
102
102
|
"@types/node": "20.11.28",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
108
108
|
"@typescript-eslint/parser": "^6.21.0",
|
|
109
109
|
"@vitejs/plugin-react": "^4.3.4",
|
|
110
|
-
"chromatic": "^
|
|
110
|
+
"chromatic": "^13.3.4",
|
|
111
111
|
"cross-env": "^7.0.3",
|
|
112
112
|
"dompurify": "^3.3.0",
|
|
113
113
|
"eslint": "8.48.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
150
150
|
"vite": "^5.4.11",
|
|
151
151
|
"vite-plugin-checker": "^0.6.4",
|
|
152
|
-
"vite-plugin-dts": "
|
|
152
|
+
"vite-plugin-dts": "4.5.4",
|
|
153
153
|
"vite-plugin-eslint": "^1.8.1",
|
|
154
154
|
"vite-plugin-static-copy": "^2.2.0",
|
|
155
155
|
"vite-tsconfig-paths": "4.3.2"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { CardProps } from '../../card';
|
|
3
3
|
import { AccordionItemContentProps } from '../accordion-item-content/accordion-item-content';
|
|
4
4
|
import { AccordionItemHeaderProps } from '../accordion-item-header/accordion-item-header';
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*/
|
|
4
|
-
import Link from 'next/link';
|
|
5
|
-
import React from 'react';
|
|
1
|
+
import { default as Link } from 'next/link';
|
|
2
|
+
import { default as React } from 'react';
|
|
6
3
|
import { AnchorProps } from './anchor';
|
|
7
4
|
declare const LinkBehaviour: React.ForwardRefExoticComponent<Omit<Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, keyof {
|
|
8
|
-
href: string | import(
|
|
9
|
-
as?: string | import(
|
|
5
|
+
href: string | import('url').UrlObject;
|
|
6
|
+
as?: string | import('url').UrlObject;
|
|
10
7
|
replace?: boolean;
|
|
11
8
|
scroll?: boolean;
|
|
12
9
|
shallow?: boolean;
|
|
@@ -18,8 +15,8 @@ declare const LinkBehaviour: React.ForwardRefExoticComponent<Omit<Omit<React.Anc
|
|
|
18
15
|
onTouchStart?: React.TouchEventHandler<HTMLAnchorElement>;
|
|
19
16
|
onClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
20
17
|
}> & {
|
|
21
|
-
href: string | import(
|
|
22
|
-
as?: string | import(
|
|
18
|
+
href: string | import('url').UrlObject;
|
|
19
|
+
as?: string | import('url').UrlObject;
|
|
23
20
|
replace?: boolean;
|
|
24
21
|
scroll?: boolean;
|
|
25
22
|
shallow?: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { ButtonContentProps } from '../button-content/button-content';
|
|
3
3
|
export type ButtonType = 'primary' | 'secondary' | 'tertiary' | 'link';
|
|
4
4
|
export type ButtonColor = 'default' | 'important' | 'positive' | 'inverted' | 'text-color';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { AllowedHTMLTags, PolymorphicComponentPropWithRef } from '../../helpers/polymorphic/types';
|
|
3
3
|
import { IntentionalAny } from '../../types';
|
|
4
4
|
import { ButtonColor, ButtonType } from '../button/button';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CardContentProps } from './card-content/card-content';
|
|
3
3
|
type CardContext = Pick<CardContentProps, 'padding' | 'background'>;
|
|
4
4
|
export declare const CardContext: React.Context<CardContext>;
|
|
5
5
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { FeedbackTextProps } from '../../../../tedi/components/form/feedback-text/feedback-text';
|
|
3
3
|
import { FormLabelProps } from '../../../../tedi/components/form/form-label/form-label';
|
|
4
4
|
import { Direction, RowProps } from '../../../../tedi/components/layout/grid';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClockPickerView } from '@mui/x-date-pickers';
|
|
2
2
|
import { DateTimeValidationError } from '@mui/x-date-pickers/internals/hooks/validation/useDateTimeValidation';
|
|
3
|
-
import
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
4
|
import { TextFieldProps } from '../../../../../tedi/components/form/textfield/textfield';
|
|
5
5
|
export type DateTimepickerValue = Dayjs | null;
|
|
6
6
|
export interface DateTimePickerProps extends Omit<TextFieldProps, 'defaultValue' | 'value' | 'onChange'> {
|
package/src/community/components/form/pickers/mui-input-transition/mui-input-transition.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { TextFieldProps as MuiTextFieldPropsType } from '@mui/material';
|
|
2
|
+
import { Dayjs } from 'dayjs';
|
|
3
3
|
import { TextFieldProps } from '../../../../../tedi/components/form/textfield/textfield';
|
|
4
4
|
export interface MuiInputTransitionProps {
|
|
5
5
|
muiTextfieldProps: MuiTextFieldPropsType;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ClockPickerView } from '@mui/x-date-pickers';
|
|
2
2
|
import { TimeValidationError } from '@mui/x-date-pickers/internals/hooks/validation/useTimeValidation';
|
|
3
|
-
import
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
4
|
import { TextFieldProps } from '../../../../../tedi/components/form/textfield/textfield';
|
|
5
5
|
export type TimePickerValue = Dayjs | null;
|
|
6
6
|
export interface TimePickerProps extends Omit<TextFieldProps, 'defaultValue' | 'value' | 'onChange'> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { StoryFn } from '@storybook/react';
|
|
2
|
-
import Select,
|
|
2
|
+
import { default as Select, ISelectOption } from '../select';
|
|
3
3
|
export declare const colourOptions: ISelectOption[];
|
|
4
4
|
export declare const MultipleHandledTemplate: StoryFn<typeof Select>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { GroupBase, InputActionMeta, MenuListProps, OptionProps, OptionsOrGroups, SelectInstance } from 'react-select';
|
|
3
3
|
import { FeedbackTextProps } from '../../../../tedi/components/form/feedback-text/feedback-text';
|
|
4
4
|
import { FormLabelProps } from '../../../../tedi/components/form/form-label/form-label';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DraftBlockType, DraftInlineStyleType } from 'draft-js';
|
|
2
2
|
import { FeedbackTextProps } from '../../../../tedi/components/form/feedback-text/feedback-text';
|
|
3
3
|
import { FormLabelProps } from '../../../../tedi/components/form/form-label/form-label';
|
|
4
|
-
import 'draft-js/dist/Draft.css';
|
|
5
4
|
export interface TextEditorProps extends FormLabelProps {
|
|
6
5
|
/**
|
|
7
6
|
* ID attribute.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { Layouts } from '../../../../helpers';
|
|
3
3
|
import { HeaderBottomContentProps } from '../components/header-bottom-content/header-bottom-content';
|
|
4
4
|
import { HeaderNotificationProps } from '../components/header-notification/header-notification';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingContext, ReferenceType } from '@floating-ui/react';
|
|
2
|
-
import React from 'react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
3
|
import { IntentionalAny } from '../../types';
|
|
4
4
|
import { SideNavProps } from './sidenav/sidenav';
|
|
5
5
|
export interface ILayoutContext {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, JSX } from 'react';
|
|
2
2
|
import { MapAccordionItemContentProps } from './map-accordion-item-content';
|
|
3
3
|
import { MapAccordionItemHeaderProps } from './map-accordion-item-header';
|
|
4
4
|
export interface MapAccordionItemProps {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, JSX } from 'react';
|
|
2
2
|
export interface MapAccordionProps {
|
|
3
3
|
/**
|
|
4
4
|
* Accordion children – typically a list of AccordionItem components.
|
|
@@ -61,8 +61,8 @@ export declare const MapAccordion: {
|
|
|
61
61
|
(props: MapAccordionProps): JSX.Element;
|
|
62
62
|
displayName: string;
|
|
63
63
|
} & {
|
|
64
|
-
Item: (props: import(
|
|
65
|
-
Content: (props: import(
|
|
66
|
-
Header: (props: import(
|
|
64
|
+
Item: (props: import('./map-accordion-item').MapAccordionItemProps) => JSX.Element;
|
|
65
|
+
Content: (props: import('./map-accordion-item-content').MapAccordionItemContentProps) => JSX.Element;
|
|
66
|
+
Header: (props: import('./map-accordion-item-header').MapAccordionItemHeaderProps) => JSX.Element;
|
|
67
67
|
};
|
|
68
68
|
export default MapAccordion;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ColumnDef, ColumnFiltersState, PaginationState, SortingState } from '@tanstack/react-table';
|
|
2
|
-
import React from 'react';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
3
|
export declare function getExpandColumn<TData>(id?: string, showExpandAll?: boolean): ColumnDef<TData, any>;
|
|
4
4
|
export declare function getRowSelectionColumn<TData>(id?: string, showSelectAll?: boolean): ColumnDef<TData, any>;
|
|
5
5
|
export declare function useDefaultPagination(initial?: PaginationState,
|