@pnkx-lib/ui 1.9.46 → 1.9.47
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/package.json +1 -1
- package/types/index.d.ts +1 -1
- package/types/ui.d.ts +2 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
@@ -723,7 +723,7 @@ export declare interface TableCommonProps<T> extends Omit<TableProps<T>, "column
|
|
723
723
|
titleSettingTableModal?: string;
|
724
724
|
showSetting?: boolean;
|
725
725
|
setColumns?: (newColumns: TableColumnsType<T>) => void;
|
726
|
-
renderHeadingSearch: () =>
|
726
|
+
renderHeadingSearch: () => JSX_2.Element;
|
727
727
|
rightHeadingContent: ReactNode;
|
728
728
|
status?: number;
|
729
729
|
}
|
package/types/ui.d.ts
CHANGED
@@ -35,6 +35,7 @@ import { FormEventHandler } from 'react';
|
|
35
35
|
import { ForwardRefExoticComponent } from 'react';
|
36
36
|
import { ImageProps } from 'antd';
|
37
37
|
import { JSX } from 'react/jsx-runtime';
|
38
|
+
import { JSX as JSX_2 } from 'react';
|
38
39
|
import { MenuDividerProps } from 'antd/es/menu';
|
39
40
|
import { MenuItemGroupProps } from 'rc-menu/lib/MenuItemGroup';
|
40
41
|
import { MenuItemProps as MenuItemProps_2 } from 'antd/es/menu';
|
@@ -567,7 +568,7 @@ export declare interface TableCommonProps<T> extends Omit<TableProps<T>, "column
|
|
567
568
|
titleSettingTableModal?: string;
|
568
569
|
showSetting?: boolean;
|
569
570
|
setColumns?: (newColumns: TableColumnsType<T>) => void;
|
570
|
-
renderHeadingSearch: () =>
|
571
|
+
renderHeadingSearch: () => JSX_2.Element;
|
571
572
|
rightHeadingContent: ReactNode;
|
572
573
|
status?: number;
|
573
574
|
}
|