@etsoo/materialui 1.6.60 → 1.6.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.
@@ -19,7 +19,7 @@ export type SearchPageProps<T extends object, F> = GridLoader<T, GridJsonData &
19
19
  /**
20
20
  * Search field template
21
21
  */
22
- readonly fieldTemplate: F;
22
+ readonly fieldTemplate?: F;
23
23
  /**
24
24
  * Page props
25
25
  */
@@ -19,7 +19,7 @@ export type SearchPageProps<T extends object, F> = GridLoader<T, GridJsonData &
19
19
  /**
20
20
  * Search field template
21
21
  */
22
- readonly fieldTemplate: F;
22
+ readonly fieldTemplate?: F;
23
23
  /**
24
24
  * Page props
25
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.6.60",
3
+ "version": "1.6.62",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -40,9 +40,9 @@
40
40
  "@dnd-kit/react": "^0.4.0",
41
41
  "@emotion/react": "^11.14.0",
42
42
  "@emotion/styled": "^11.14.1",
43
- "@etsoo/appscript": "^1.6.64",
43
+ "@etsoo/appscript": "^1.6.65",
44
44
  "@etsoo/notificationbase": "^1.1.71",
45
- "@etsoo/react": "^1.8.89",
45
+ "@etsoo/react": "^1.8.90",
46
46
  "@etsoo/shared": "^1.2.84",
47
47
  "@mui/icons-material": "^9.0.1",
48
48
  "@mui/material": "^9.0.1",
@@ -28,7 +28,7 @@ export type SearchPageProps<T extends object, F> = GridLoader<
28
28
  /**
29
29
  * Search field template
30
30
  */
31
- readonly fieldTemplate: F;
31
+ readonly fieldTemplate?: F;
32
32
 
33
33
  /**
34
34
  * Page props