@etsoo/materialui 1.6.59 → 1.6.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.
@@ -35,7 +35,7 @@ export type ResponsibleContainerProps<T extends object, F> = Omit<DataGridExProp
35
35
  /**
36
36
  * Search field template
37
37
  */
38
- readonly fieldTemplate: F;
38
+ readonly fieldTemplate?: F;
39
39
  /**
40
40
  * Grid height
41
41
  */
@@ -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
  */
@@ -35,7 +35,7 @@ export type ResponsibleContainerProps<T extends object, F> = Omit<DataGridExProp
35
35
  /**
36
36
  * Search field template
37
37
  */
38
- readonly fieldTemplate: F;
38
+ readonly fieldTemplate?: F;
39
39
  /**
40
40
  * Grid height
41
41
  */
@@ -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.59",
3
+ "version": "1.6.61",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -68,7 +68,7 @@ export type ResponsibleContainerProps<T extends object, F> = Omit<
68
68
  /**
69
69
  * Search field template
70
70
  */
71
- readonly fieldTemplate: F;
71
+ readonly fieldTemplate?: F;
72
72
 
73
73
  /**
74
74
  * Grid height
@@ -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