ebaoferc 2.0.4 → 2.0.5
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.
|
@@ -87,5 +87,5 @@ export declare namespace Process {
|
|
|
87
87
|
const Orientation: typeof OrientationProcess;
|
|
88
88
|
const Anchor: typeof AnchorProcess;
|
|
89
89
|
const NodeValid: typeof NodeValidProcess;
|
|
90
|
-
const getLayoutProcess: (options: Required<Mind.Options>) =>
|
|
90
|
+
const getLayoutProcess: (options: Required<Mind.Options>) => (new () => Mind.Process.Lifecycle) | typeof HeirCenterLayoutProcess | typeof DescendantCenterLayoutProcess | typeof StructuredLayoutProcess;
|
|
91
91
|
}
|
|
@@ -10,7 +10,7 @@ export declare const PaginationCommonProps: {
|
|
|
10
10
|
showQuickJumper: boolean;
|
|
11
11
|
showTotal: (total: number) => string;
|
|
12
12
|
};
|
|
13
|
-
export declare const TableCellText: (text: string | number, maxTooltipWidth: any, maxTooltipHeight: any) => import("react/jsx-runtime").JSX.Element
|
|
13
|
+
export declare const TableCellText: (text: string | number, maxTooltipWidth: any, maxTooltipHeight: any) => "-" | import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export default function (props: StyledTableProps): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export declare const useRowSelection: () => {
|
|
16
16
|
selectedRowKeys: any[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ebaoferc",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "A react library developed with dumi",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@ant-design/icons": "^5.3.7",
|
|
87
87
|
"@ant-design/pro-components": "^2.7.1",
|
|
88
|
-
"@umijs/max": "
|
|
88
|
+
"@umijs/max": "4.11.7",
|
|
89
89
|
"ahooks": "^3.7.10",
|
|
90
90
|
"antd": "^5.24.7",
|
|
91
91
|
"classnames": "^2.5.1",
|