@pnkx-lib/ui 1.1.7 → 1.1.8
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/dist/types/index.d.ts +3 -1
- package/dist/types/ui.d.ts +3 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
@@ -57,7 +57,7 @@ import { Steps as Steps_2 } from 'antd';
|
|
57
57
|
import { StepsProps as StepsProps_2 } from 'antd';
|
58
58
|
import { SubMenuProps as SubMenuProps_2 } from 'antd/es/menu';
|
59
59
|
import { SwitchProps } from 'antd';
|
60
|
-
import { TableColumnsType } from 'antd';
|
60
|
+
import { TableColumnsType as TableColumnsType_2 } from 'antd';
|
61
61
|
import { TableProps } from 'antd/lib/table';
|
62
62
|
import { TabsProps as TabsProps_2 } from 'antd';
|
63
63
|
import { TextAreaProps as TextAreaProps_2 } from 'antd/es/input';
|
@@ -495,6 +495,8 @@ declare type TabItem = {
|
|
495
495
|
|
496
496
|
export declare const Table: <T extends RowCommon>({ dataSource, columns, loading, totalItems, filters, onChangePage, onChangePageSize, onSort, rowsSelected, onSelect, onRowClick, rowKey, className, ...rest }: TableCommonProps<T>) => JSX.Element;
|
497
497
|
|
498
|
+
export declare type TableColumnsType<T> = TableColumnsType_2<T>;
|
499
|
+
|
498
500
|
export declare type TableColumnsTypeEditable<T> = (ColumnTypes<T>[number] & {
|
499
501
|
editable?: boolean;
|
500
502
|
})[];
|
package/dist/types/ui.d.ts
CHANGED
@@ -44,7 +44,7 @@ import { StepProps as StepProps_2 } from 'antd';
|
|
44
44
|
import { Steps as Steps_2 } from 'antd';
|
45
45
|
import { StepsProps as StepsProps_2 } from 'antd';
|
46
46
|
import { SubMenuProps as SubMenuProps_2 } from 'antd/es/menu';
|
47
|
-
import { TableColumnsType } from 'antd';
|
47
|
+
import { TableColumnsType as TableColumnsType_2 } from 'antd';
|
48
48
|
import { TableProps } from 'antd/lib/table';
|
49
49
|
import { TabsProps as TabsProps_2 } from 'antd';
|
50
50
|
import { TextProps } from 'antd/es/typography/Text';
|
@@ -357,6 +357,8 @@ declare type TabItem = {
|
|
357
357
|
|
358
358
|
export declare const Table: <T extends RowCommon>({ dataSource, columns, loading, totalItems, filters, onChangePage, onChangePageSize, onSort, rowsSelected, onSelect, onRowClick, rowKey, className, ...rest }: TableCommonProps<T>) => JSX.Element;
|
359
359
|
|
360
|
+
export declare type TableColumnsType<T> = TableColumnsType_2<T>;
|
361
|
+
|
360
362
|
export declare type TableColumnsTypeEditable<T> = (ColumnTypes<T>[number] & {
|
361
363
|
editable?: boolean;
|
362
364
|
})[];
|