@etsoo/materialui 1.3.60 → 1.3.62

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> = Omit<DataGridPageProps<T, F>, "mRef" | "itemKey" | "onScroll" | "onItemsRendered"> & {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.3.60",
3
+ "version": "1.3.62",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "@emotion/styled": "^11.11.5",
53
53
  "@etsoo/appscript": "^1.4.90",
54
54
  "@etsoo/notificationbase": "^1.1.42",
55
- "@etsoo/react": "^1.7.45",
55
+ "@etsoo/react": "^1.7.46",
56
56
  "@etsoo/shared": "^1.2.40",
57
57
  "@mui/icons-material": "^5.15.18",
58
58
  "@mui/material": "^5.15.18",
@@ -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
- > = Omit<
23
- DataGridPageProps<T, F>,
24
- "mRef" | "itemKey" | "onScroll" | "onItemsRendered"
25
- > & {
22
+ > = DataGridPageProps<T, F> & {
26
23
  /**
27
24
  *
28
25
  * @param height Current height