@etsoo/materialui 1.3.60 → 1.3.61
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.
|
@@ -8,7 +8,7 @@ import type { OperationMessageHandlerAll } from "../messages/OperationMessageHan
|
|
|
8
8
|
/**
|
|
9
9
|
* Response page props
|
|
10
10
|
*/
|
|
11
|
-
export type ResponsePageProps<T extends object, F extends DataTypes.BasicTemplate> =
|
|
11
|
+
export type ResponsePageProps<T extends object, F extends DataTypes.BasicTemplate> = DataGridPageProps<T, F> & {
|
|
12
12
|
/**
|
|
13
13
|
*
|
|
14
14
|
* @param height Current height
|
package/package.json
CHANGED
|
@@ -19,10 +19,7 @@ import type { OperationMessageHandlerAll } from "../messages/OperationMessageHan
|
|
|
19
19
|
export type ResponsePageProps<
|
|
20
20
|
T extends object,
|
|
21
21
|
F extends DataTypes.BasicTemplate
|
|
22
|
-
> =
|
|
23
|
-
DataGridPageProps<T, F>,
|
|
24
|
-
"mRef" | "itemKey" | "onScroll" | "onItemsRendered"
|
|
25
|
-
> & {
|
|
22
|
+
> = DataGridPageProps<T, F> & {
|
|
26
23
|
/**
|
|
27
24
|
*
|
|
28
25
|
* @param height Current height
|