@kep-platform/basic-component 0.3.2 → 0.3.3
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.
|
@@ -15,7 +15,7 @@ export declare const Column: import("styled-components/dist/types").IStyledCompo
|
|
|
15
15
|
title?: React.ReactNode;
|
|
16
16
|
index?: number | undefined;
|
|
17
17
|
itemRender?: import("../@types/type").ListItemRender | undefined;
|
|
18
|
-
} & Omit<React.HtmlHTMLAttributes<HTMLLIElement>, "title">, Omit<ColumnType, "
|
|
18
|
+
} & Omit<React.HtmlHTMLAttributes<HTMLLIElement>, "title">, Omit<ColumnType, "dataIndex" | "render"> & {
|
|
19
19
|
key: React.Key;
|
|
20
20
|
title?: React.ReactNode;
|
|
21
21
|
index?: number | undefined;
|
|
@@ -18,5 +18,5 @@ export declare function Popup(props: {
|
|
|
18
18
|
trigger?: TriggerType;
|
|
19
19
|
content?: ReactNode;
|
|
20
20
|
onVisibleChange?: (visible: boolean) => void;
|
|
21
|
-
}): string | number | boolean |
|
|
21
|
+
}): string | number | boolean | React.JSX.Element | Iterable<React.ReactNode> | null | undefined;
|
|
22
22
|
export default PopupBox;
|
package/dist/Table/Table.js
CHANGED
|
@@ -429,9 +429,5 @@ export default function Table(_ref3) {
|
|
|
429
429
|
pageSize: pageSize
|
|
430
430
|
}));
|
|
431
431
|
}
|
|
432
|
-
}))
|
|
433
|
-
pagination: pagination,
|
|
434
|
-
sorterController: sorterController,
|
|
435
|
-
filterValues: filterValues
|
|
436
|
-
}, null, 4)));
|
|
432
|
+
})));
|
|
437
433
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kep-platform/basic-component",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "A react library developed with dumi",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"authors": [
|
|
88
88
|
"less-step-jss 1599925910@qq.com"
|
|
89
89
|
],
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "47400a54c0869fc2cb16e689b4f0be6a72745f77"
|
|
91
91
|
}
|