@dtjoy/dt-design 1.1.0 → 1.1.2

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 (152) hide show
  1. package/README.md +141 -141
  2. package/esm/blockHeader/index.js +17 -7
  3. package/esm/index.js +9 -1
  4. package/lib/blockHeader/index.js +15 -6
  5. package/lib/index.js +1 -9
  6. package/package.json +2 -4
  7. package/esm/_util/easings.d.ts +0 -1
  8. package/esm/_util/extendsObject.d.ts +0 -4
  9. package/esm/_util/gapSize.d.ts +0 -3
  10. package/esm/_util/getScroll.d.ts +0 -3
  11. package/esm/_util/hooks/index.d.ts +0 -4
  12. package/esm/_util/hooks/useForceUpdate.d.ts +0 -2
  13. package/esm/_util/hooks/useOrientation.d.ts +0 -2
  14. package/esm/_util/hooks/useProxyImperativeHandle.d.ts +0 -4
  15. package/esm/_util/hooks/useSyncState.d.ts +0 -3
  16. package/esm/_util/index.d.ts +0 -3
  17. package/esm/_util/isNonNullable.d.ts +0 -2
  18. package/esm/_util/scrollTo.d.ts +0 -10
  19. package/esm/_util/type.d.ts +0 -52
  20. package/esm/_util/warning.d.ts +0 -31
  21. package/esm/blockHeader/index.d.ts +0 -55
  22. package/esm/blockHeader/style/index.d.ts +0 -2
  23. package/esm/button/index.d.ts +0 -10
  24. package/esm/button/style/index.d.ts +0 -2
  25. package/esm/collapsible/index.d.ts +0 -102
  26. package/esm/collapsible/style/index.d.ts +0 -1
  27. package/esm/collapsibleActionItems/index.d.ts +0 -24
  28. package/esm/collapsibleActionItems/style/index.d.ts +0 -2
  29. package/esm/flex/index.d.ts +0 -7
  30. package/esm/flex/interface.d.ts +0 -16
  31. package/esm/flex/style/index.d.ts +0 -2
  32. package/esm/flex/utils.d.ts +0 -7
  33. package/esm/formList/index.d.ts +0 -78
  34. package/esm/formList/style/index.d.ts +0 -2
  35. package/esm/index.d.ts +0 -17
  36. package/esm/overflowList/index.d.ts +0 -40
  37. package/esm/overflowList/style/index.d.ts +0 -2
  38. package/esm/resize/index.d.ts +0 -9
  39. package/esm/resizeObserver/index.d.ts +0 -45
  40. package/esm/splitter/Panel.d.ts +0 -7
  41. package/esm/splitter/SplitBar.d.ts +0 -24
  42. package/esm/splitter/Splitter.d.ts +0 -5
  43. package/esm/splitter/hooks/sizeUtil.d.ts +0 -3
  44. package/esm/splitter/hooks/useItems.d.ts +0 -14
  45. package/esm/splitter/hooks/useResizable.d.ts +0 -10
  46. package/esm/splitter/hooks/useResize.d.ts +0 -6
  47. package/esm/splitter/hooks/useSizes.d.ts +0 -4
  48. package/esm/splitter/index.d.ts +0 -8
  49. package/esm/splitter/interface.d.ts +0 -69
  50. package/esm/splitter/style/index.d.ts +0 -2
  51. package/esm/statusTag/index.d.ts +0 -29
  52. package/esm/statusTag/style/index.d.ts +0 -2
  53. package/esm/style/index.d.ts +0 -1
  54. package/esm/table/InternalTable.d.ts +0 -32
  55. package/esm/table/InternalTable.js +0 -429
  56. package/esm/table/RcTable/VirtualTable.d.ts +0 -2
  57. package/esm/table/RcTable/VirtualTable.js +0 -9
  58. package/esm/table/RcTable/index.d.ts +0 -2
  59. package/esm/table/RcTable/index.js +0 -9
  60. package/esm/table/Table.d.ts +0 -17
  61. package/esm/table/Table.js +0 -28
  62. package/esm/table/TableMeasureRowContext.d.ts +0 -3
  63. package/esm/table/TableMeasureRowContext.js +0 -3
  64. package/esm/table/hooks/useContainerWidth.d.ts +0 -1
  65. package/esm/table/hooks/useContainerWidth.js +0 -14
  66. package/esm/table/index.d.ts +0 -7
  67. package/esm/table/index.js +0 -2
  68. package/esm/table/interface.d.ts +0 -196
  69. package/esm/table/interface.js +0 -4
  70. package/esm/table/style/bordered.less +0 -141
  71. package/esm/table/style/fixed.less +0 -88
  72. package/esm/table/style/index.d.ts +0 -2
  73. package/esm/table/style/index.js +0 -2
  74. package/esm/table/style/index.less +0 -150
  75. package/esm/table/style/selection.less +0 -90
  76. package/esm/table/style/sticky.less +0 -55
  77. package/esm/table/style/virtual.less +0 -65
  78. package/esm/table/util.d.ts +0 -14
  79. package/esm/table/util.js +0 -33
  80. package/lib/_util/easings.d.ts +0 -1
  81. package/lib/_util/extendsObject.d.ts +0 -4
  82. package/lib/_util/gapSize.d.ts +0 -3
  83. package/lib/_util/getScroll.d.ts +0 -3
  84. package/lib/_util/hooks/index.d.ts +0 -4
  85. package/lib/_util/hooks/useForceUpdate.d.ts +0 -2
  86. package/lib/_util/hooks/useOrientation.d.ts +0 -2
  87. package/lib/_util/hooks/useProxyImperativeHandle.d.ts +0 -4
  88. package/lib/_util/hooks/useSyncState.d.ts +0 -3
  89. package/lib/_util/index.d.ts +0 -3
  90. package/lib/_util/isNonNullable.d.ts +0 -2
  91. package/lib/_util/scrollTo.d.ts +0 -10
  92. package/lib/_util/type.d.ts +0 -52
  93. package/lib/_util/warning.d.ts +0 -31
  94. package/lib/blockHeader/index.d.ts +0 -55
  95. package/lib/blockHeader/style/index.d.ts +0 -2
  96. package/lib/button/index.d.ts +0 -10
  97. package/lib/button/style/index.d.ts +0 -2
  98. package/lib/collapsible/index.d.ts +0 -102
  99. package/lib/collapsible/style/index.d.ts +0 -1
  100. package/lib/collapsibleActionItems/index.d.ts +0 -24
  101. package/lib/collapsibleActionItems/style/index.d.ts +0 -2
  102. package/lib/flex/index.d.ts +0 -7
  103. package/lib/flex/interface.d.ts +0 -16
  104. package/lib/flex/style/index.d.ts +0 -2
  105. package/lib/flex/utils.d.ts +0 -7
  106. package/lib/formList/index.d.ts +0 -78
  107. package/lib/formList/style/index.d.ts +0 -2
  108. package/lib/index.d.ts +0 -17
  109. package/lib/overflowList/index.d.ts +0 -40
  110. package/lib/overflowList/style/index.d.ts +0 -2
  111. package/lib/resize/index.d.ts +0 -9
  112. package/lib/resizeObserver/index.d.ts +0 -45
  113. package/lib/splitter/Panel.d.ts +0 -7
  114. package/lib/splitter/SplitBar.d.ts +0 -24
  115. package/lib/splitter/Splitter.d.ts +0 -5
  116. package/lib/splitter/hooks/sizeUtil.d.ts +0 -3
  117. package/lib/splitter/hooks/useItems.d.ts +0 -14
  118. package/lib/splitter/hooks/useResizable.d.ts +0 -10
  119. package/lib/splitter/hooks/useResize.d.ts +0 -6
  120. package/lib/splitter/hooks/useSizes.d.ts +0 -4
  121. package/lib/splitter/index.d.ts +0 -8
  122. package/lib/splitter/interface.d.ts +0 -69
  123. package/lib/splitter/style/index.d.ts +0 -2
  124. package/lib/statusTag/index.d.ts +0 -29
  125. package/lib/statusTag/style/index.d.ts +0 -2
  126. package/lib/style/index.d.ts +0 -1
  127. package/lib/table/InternalTable.d.ts +0 -32
  128. package/lib/table/InternalTable.js +0 -395
  129. package/lib/table/RcTable/VirtualTable.d.ts +0 -2
  130. package/lib/table/RcTable/VirtualTable.js +0 -17
  131. package/lib/table/RcTable/index.d.ts +0 -2
  132. package/lib/table/RcTable/index.js +0 -17
  133. package/lib/table/Table.d.ts +0 -17
  134. package/lib/table/Table.js +0 -37
  135. package/lib/table/TableMeasureRowContext.d.ts +0 -3
  136. package/lib/table/TableMeasureRowContext.js +0 -10
  137. package/lib/table/hooks/useContainerWidth.d.ts +0 -1
  138. package/lib/table/hooks/useContainerWidth.js +0 -20
  139. package/lib/table/index.d.ts +0 -7
  140. package/lib/table/index.js +0 -9
  141. package/lib/table/interface.d.ts +0 -196
  142. package/lib/table/interface.js +0 -8
  143. package/lib/table/style/bordered.less +0 -141
  144. package/lib/table/style/fixed.less +0 -88
  145. package/lib/table/style/index.d.ts +0 -2
  146. package/lib/table/style/index.js +0 -4
  147. package/lib/table/style/index.less +0 -150
  148. package/lib/table/style/selection.less +0 -90
  149. package/lib/table/style/sticky.less +0 -55
  150. package/lib/table/style/virtual.less +0 -65
  151. package/lib/table/util.d.ts +0 -14
  152. package/lib/table/util.js +0 -44
package/lib/index.d.ts DELETED
@@ -1,17 +0,0 @@
1
- export { default as BlockHeader } from './blockHeader';
2
- export type { ButtonProps } from './button';
3
- export { default as Button } from './button';
4
- export { default as Collapsible } from './collapsible';
5
- export { default as CollapsibleActionItems } from './collapsibleActionItems';
6
- export { default as Flex } from './flex';
7
- export type { FlexProps } from './flex/interface';
8
- export { default as FormList } from './formList';
9
- export * from './formList';
10
- export { default as OverflowList } from './overflowList';
11
- export { default as Resize } from './resize';
12
- export { default as Splitter } from './splitter';
13
- export * from './splitter';
14
- export { default as StatusTag } from './statusTag';
15
- export * from './statusTag';
16
- export { default as Table } from './table';
17
- export type { ColumnGroupType as TableColumnGroupType, ColumnProps as TableColumnProps, ColumnsType as TableColumnsType, ColumnType as TableColumnType, TablePaginationConfig, TableProps, } from './table';
@@ -1,40 +0,0 @@
1
- import type { ReactElement, ReactNode } from 'react';
2
- import React, { Component } from 'react';
3
- import './style';
4
- export type OverflowItem<T = Record<string, any>> = T;
5
- export interface OverflowListProps<T = Record<string, any>> {
6
- items: OverflowItem<T>[];
7
- visibleItemRenderer: (item: OverflowItem<T>, index: number) => ReactElement;
8
- overflowRenderer: (overflowItems: OverflowItem<T>[]) => ReactNode | ReactNode[];
9
- className?: string;
10
- style?: React.CSSProperties;
11
- renderMode?: 'collapse' | 'scroll';
12
- collapseFrom?: 'start' | 'end';
13
- minVisibleItems?: number;
14
- onOverflow?: (overflowItems: OverflowItem<T>[]) => void;
15
- }
16
- interface OverflowListState {
17
- visibleCount: number;
18
- isMeasuring: boolean;
19
- }
20
- declare class OverflowList<T extends object> extends Component<OverflowListProps<T>, OverflowListState> {
21
- static defaultProps: {
22
- items: never[];
23
- collapseFrom: string;
24
- minVisibleItems: number;
25
- renderMode: string;
26
- };
27
- static displayName: string;
28
- private containerRef;
29
- private overflowRef;
30
- private itemRefs;
31
- private prefixCls;
32
- constructor(props: OverflowListProps<T>);
33
- componentDidMount(): void;
34
- componentUpdate(prevProps: OverflowListProps<T>): void;
35
- private measureAndAdjust;
36
- private getOverflowItems;
37
- renderCollapse(): React.JSX.Element;
38
- render(): React.JSX.Element;
39
- }
40
- export default OverflowList;
@@ -1,2 +0,0 @@
1
- import '../../style/index.less';
2
- import './index.less';
@@ -1,9 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import React from 'react';
3
- export interface ResizeProps {
4
- observerEle?: HTMLElement | null;
5
- children?: ReactNode;
6
- onResize?: () => void;
7
- }
8
- declare const Resize: React.FC<ResizeProps>;
9
- export default Resize;
@@ -1,45 +0,0 @@
1
- import React from 'react';
2
- interface BaseProps {
3
- className?: string;
4
- style?: React.CSSProperties;
5
- [key: string]: any;
6
- }
7
- export interface ResizeEntry {
8
- contentRect: DOMRectReadOnly;
9
- target: Element;
10
- }
11
- export interface ReactResizeObserverProps extends BaseProps {
12
- onResize?: (entries: ResizeEntry[]) => void;
13
- observeParent?: boolean;
14
- observerProperty?: ObserverProperty;
15
- delayTick?: number;
16
- children: React.ReactElement;
17
- }
18
- export declare enum ObserverProperty {
19
- Width = "width",
20
- Height = "height",
21
- All = "all"
22
- }
23
- export default class ReactResizeObserver extends React.Component<ReactResizeObserverProps> {
24
- static defaultProps: {
25
- onResize: () => void;
26
- observeParent: boolean;
27
- observerProperty: ObserverProperty;
28
- delayTick: number;
29
- };
30
- observer: ResizeObserver | null;
31
- childNode: HTMLElement | null;
32
- element: Element | null;
33
- _parentNode: HTMLElement | null;
34
- formerPropertyValue: Map<Element, number>;
35
- constructor(props: ReactResizeObserverProps);
36
- getElement: () => Element | null;
37
- handleResizeEventTriggered: (entries: ResizeEntry[]) => void;
38
- observeElement: (force?: boolean) => void;
39
- mergeRef: (ref: React.Ref<any>, node: HTMLElement) => void;
40
- componentDidMount(): void;
41
- componentDidUpdate(prevProps: ReactResizeObserverProps): void;
42
- componentWillUnmount(): void;
43
- render(): React.ReactElement;
44
- }
45
- export {};
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { InternalPanelProps, PanelProps } from './interface';
3
- export declare const InternalPanel: React.ForwardRefExoticComponent<InternalPanelProps & {
4
- children?: React.ReactNode;
5
- } & React.RefAttributes<HTMLDivElement>>;
6
- declare const Panel: React.FC<React.PropsWithChildren<PanelProps>>;
7
- export default Panel;
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- export type ShowCollapsibleIconMode = boolean | 'auto';
3
- export interface SplitBarProps {
4
- index: number;
5
- active: boolean;
6
- prefixCls: string;
7
- resizable: boolean;
8
- startCollapsible: boolean;
9
- endCollapsible: boolean;
10
- showStartCollapsibleIcon: ShowCollapsibleIconMode;
11
- showEndCollapsibleIcon: ShowCollapsibleIconMode;
12
- onOffsetStart: (index: number) => void;
13
- onOffsetUpdate: (index: number, offsetX: number, offsetY: number, lazyEnd?: boolean) => void;
14
- onOffsetEnd: (lazyEnd?: boolean) => void;
15
- onCollapse: (index: number, type: 'start' | 'end') => void;
16
- vertical: boolean;
17
- ariaNow: number;
18
- ariaMin: number;
19
- ariaMax: number;
20
- lazy?: boolean;
21
- containerSize: number;
22
- }
23
- declare const SplitBar: React.FC<SplitBarProps>;
24
- export default SplitBar;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import type { SplitterProps } from './interface';
3
- import './style/index.less';
4
- declare const Splitter: React.FC<React.PropsWithChildren<SplitterProps>>;
5
- export default Splitter;
@@ -1,3 +0,0 @@
1
- type SizeUnit = number | undefined;
2
- export declare function autoPtgSizes(ptgSizes: SizeUnit[], minPtgSizes: SizeUnit[], maxPtgSizes: SizeUnit[]): number[];
3
- export {};
@@ -1,14 +0,0 @@
1
- import * as React from 'react';
2
- import type { PanelProps } from '../interface';
3
- export type ItemType = Omit<PanelProps, 'collapsible'> & {
4
- collapsible: {
5
- start?: boolean;
6
- end?: boolean;
7
- showCollapsibleIcon: 'auto' | boolean;
8
- };
9
- };
10
- /**
11
- * Convert `children` into `items`.
12
- */
13
- declare function useItems(children: React.ReactNode): ItemType[];
14
- export default useItems;
@@ -1,10 +0,0 @@
1
- import type { ShowCollapsibleIconMode } from '../SplitBar';
2
- import type { ItemType } from './useItems';
3
- export type ResizableInfo = {
4
- resizable: boolean;
5
- startCollapsible: boolean;
6
- endCollapsible: boolean;
7
- showStartCollapsibleIcon: ShowCollapsibleIconMode;
8
- showEndCollapsibleIcon: ShowCollapsibleIconMode;
9
- };
10
- export default function useResizable(items: ItemType[], pxSizes: number[], isRTL: boolean): ResizableInfo[];
@@ -1,6 +0,0 @@
1
- import type { ItemType } from './useItems';
2
- import type { ResizableInfo } from './useResizable';
3
- /**
4
- * Handle user drag resize logic.
5
- */
6
- export default function useResize(items: ItemType[], resizableInfos: ResizableInfo[], percentSizes: number[], containerSize: number | undefined, updateSizes: (sizes: number[]) => void, isRTL: boolean): readonly [(index: number) => void, (index: number, offset: number) => number[], () => void, (index: number, type: 'start' | 'end') => number[], number | undefined];
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import type { PanelProps } from '../interface';
3
- export declare function getPtg(str: string): number;
4
- export default function useSizes(items: PanelProps[], containerSize?: number): readonly [(string | number | undefined)[], number[], number[], number[], number[], React.Dispatch<React.SetStateAction<(string | number | undefined)[]>>];
@@ -1,8 +0,0 @@
1
- import Panel from './Panel';
2
- import SplitterComp from './Splitter';
3
- export type { SplitterProps } from './interface';
4
- type CompoundedComponent = typeof SplitterComp & {
5
- Panel: typeof Panel;
6
- };
7
- declare const Splitter: CompoundedComponent;
8
- export default Splitter;
@@ -1,69 +0,0 @@
1
- /// <reference types="react" />
2
- import type { ShowCollapsibleIconMode } from './SplitBar';
3
- export interface SplitterProps {
4
- prefixCls?: string;
5
- className?: string;
6
- style?: React.CSSProperties;
7
- rootClassName?: string;
8
- layout?: 'horizontal' | 'vertical';
9
- onResizeStart?: (sizes: number[]) => void;
10
- onResize?: (sizes: number[]) => void;
11
- onResizeEnd?: (sizes: number[]) => void;
12
- onCollapse?: (collapsed: boolean[], sizes: number[]) => void;
13
- lazy?: boolean;
14
- }
15
- export interface PanelProps {
16
- className?: string;
17
- style?: React.CSSProperties;
18
- min?: number | string;
19
- max?: number | string;
20
- size?: number | string;
21
- collapsible?: boolean | {
22
- start?: boolean;
23
- end?: boolean;
24
- showCollapsibleIcon?: ShowCollapsibleIconMode;
25
- };
26
- resizable?: boolean;
27
- defaultSize?: number | string;
28
- }
29
- export interface InternalPanelProps extends PanelProps {
30
- className?: string;
31
- prefixCls?: string;
32
- }
33
- export interface UseResizeProps extends Pick<SplitterProps, 'onResize'> {
34
- basicsState: number[];
35
- items: PanelProps[];
36
- panelsRef: React.RefObject<(HTMLDivElement | null)[]>;
37
- reverse: boolean;
38
- setBasicsState: React.Dispatch<React.SetStateAction<number[]>>;
39
- }
40
- export interface UseResize {
41
- setSize: (data: {
42
- size: number;
43
- index: number;
44
- }[]) => void;
45
- setOffset: (offset: number, containerSize: number, index: number) => void;
46
- }
47
- export interface UseHandleProps extends Pick<SplitterProps, 'layout' | 'onResizeStart' | 'onResizeEnd'> {
48
- basicsState: number[];
49
- containerRef?: React.RefObject<HTMLDivElement | null>;
50
- setOffset: UseResize['setOffset'];
51
- setResizing: React.Dispatch<React.SetStateAction<boolean>>;
52
- }
53
- export interface UseHandle {
54
- onStart: (x: number, y: number, index: number) => void;
55
- }
56
- export interface UseCollapsibleProps {
57
- basicsState: number[];
58
- collapsible?: PanelProps['collapsible'];
59
- index: number;
60
- reverse: boolean;
61
- setSize?: UseResize['setSize'];
62
- }
63
- export interface UseCollapsible {
64
- nextIcon: boolean;
65
- overlap: boolean;
66
- previousIcon: boolean;
67
- onFold: (type: 'previous' | 'next') => void;
68
- setOldBasics: () => void;
69
- }
@@ -1,2 +0,0 @@
1
- import '../../style';
2
- import './index.less';
@@ -1,29 +0,0 @@
1
- import type { CSSProperties, HTMLAttributes, ReactNode } from 'react';
2
- import React from 'react';
3
- import './style';
4
- export declare const PRESET_COLOR_TYPES: readonly ["blue", "yellow", "green", "gray", "red", "purple", "cyan", "pink"];
5
- export declare const STATUS_TAG_TYPES: readonly ["default", "outline", "fill"];
6
- export type PresetColorType = (typeof PRESET_COLOR_TYPES)[number] | (string & {});
7
- export type StatusTagType = (typeof STATUS_TAG_TYPES)[number];
8
- export interface IStatusTagProps extends HTMLAttributes<HTMLDivElement> {
9
- /** 状态类型 */
10
- type?: StatusTagType;
11
- /** 是否圆角 */
12
- rounded?: boolean;
13
- /** 状态颜色(支持预设值/自定义十六进制/RGB) */
14
- color?: PresetColorType;
15
- /** 是否加载中 */
16
- loading?: boolean;
17
- /** 自定义图标 */
18
- icon?: ReactNode;
19
- /** 背景颜色(仅fill类型生效),未设置时使用color的0.15透明度 */
20
- background?: string;
21
- /** 类名 */
22
- className?: string;
23
- /** 子节点 */
24
- children?: ReactNode;
25
- /** 自定义样式 */
26
- style?: CSSProperties;
27
- }
28
- declare const StatusTag: React.FC<IStatusTagProps>;
29
- export default StatusTag;
@@ -1,2 +0,0 @@
1
- import '../../style/index.less';
2
- import './index.less';
@@ -1 +0,0 @@
1
- import './index.less';
@@ -1,32 +0,0 @@
1
- import type { TableProps as RcTableProps } from '@rc-component/table';
2
- import type { SpinProps, TooltipProps } from 'antd';
3
- import type { SizeType } from 'antd/lib/config-provider/SizeContext';
4
- import type { FilterValue } from 'antd/lib/table/interface';
5
- import './style';
6
- import type { AnyObject } from '../_util/type';
7
- import type { ColumnsType, GetPopupContainer, RefInternalTable, SorterResult, SortOrder, TableCurrentDataSource, TableLocale, TablePaginationConfig, TableRowSelection } from './interface';
8
- export type { ColumnsType, TablePaginationConfig };
9
- export interface TableProps<RecordType> extends Omit<RcTableProps<RecordType>, 'transformColumns' | 'internalHooks' | 'internalRefs' | 'data' | 'columns' | 'scroll' | 'emptyText'> {
10
- dropdownPrefixCls?: string;
11
- dataSource?: RcTableProps<RecordType>['data'];
12
- columns?: ColumnsType<RecordType>;
13
- pagination?: false | TablePaginationConfig;
14
- loading?: boolean | SpinProps;
15
- size?: SizeType;
16
- bordered?: boolean;
17
- locale?: TableLocale;
18
- virtual?: boolean;
19
- onChange?: (pagination: TablePaginationConfig, filters: Record<string, FilterValue | null>, sorter: SorterResult<RecordType> | SorterResult<RecordType>[], extra: TableCurrentDataSource<RecordType>) => void;
20
- rowSelection?: TableRowSelection<RecordType>;
21
- getPopupContainer?: GetPopupContainer;
22
- scroll?: RcTableProps<RecordType>['scroll'] & {
23
- scrollToFirstRowOnChange?: boolean;
24
- };
25
- sortDirections?: SortOrder[];
26
- showSorterTooltip?: boolean | TooltipProps;
27
- }
28
- export interface InternalTableProps<RecordType = AnyObject> extends TableProps<RecordType> {
29
- _renderTimes: number;
30
- }
31
- declare const _default: RefInternalTable;
32
- export default _default;