@etsoo/materialui 1.6.59 → 1.6.60

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
  */
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.6.59",
3
+ "version": "1.6.60",
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