Skip to content

Commit

Permalink
Review: Sam
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Nov 12, 2024
1 parent 3dec55f commit a38d5aa
Show file tree
Hide file tree
Showing 84 changed files with 168 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "The default selected value. Used when the component is not controlled."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -71,7 +71,7 @@
"description": "The default visible view. Used when the component view is not controlled. Must be a valid option from <code>views</code> list."
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "The default value. Use when the component is not controlled."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -79,7 +79,7 @@
"typeDescriptions": { "newValue": "The new selected sections." }
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"referenceDate": {
"description": "The date used to generate a part of the new value that is not present in the format when both <code>value</code> and <code>defaultValue</code> are empty. For example, on time fields it will be used to determine the date to set."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"hidden": { "description": "If <code>true</code>, show the toolbar even in desktop mode." },
"onViewChange": {
"description": "Callback called when a toolbar is clicked",
"typeDescriptions": { "view": "The view to open" }
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"description": "CSS media query when <code>Mobile</code> mode will be changed to <code>Desktop</code>."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -110,7 +110,7 @@
},
"orientation": { "description": "Force rendering in particular orientation." },
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"description": "If <code>true</code>, after selecting <code>start</code> date calendar will not automatically switch to the month of <code>end</code> date."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableDragEditing": {
"description": "If <code>true</code>, editing dates by dragging is disabled."
Expand Down Expand Up @@ -87,7 +87,7 @@
"description": "The position in the currently edited date range. Used when the component position is controlled."
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"hidden": { "description": "If <code>true</code>, show the toolbar even in desktop mode." },
"onViewChange": {
"description": "Callback called when a toolbar is clicked",
"typeDescriptions": { "view": "The view to open" }
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"description": "If <code>true</code>, after selecting <code>start</code> date calendar will not automatically switch to the month of <code>end</code> date."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableDragEditing": {
"description": "If <code>true</code>, editing dates by dragging is disabled."
Expand Down Expand Up @@ -119,7 +119,7 @@
"description": "The position in the currently edited date range. Used when the component position is controlled."
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"description": "The default value. Use when the component is not controlled."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -96,7 +96,7 @@
"typeDescriptions": { "newValue": "The new selected sections." }
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"referenceDate": {
"description": "The date used to generate a part of the new value that is not present in the format when both <code>value</code> and <code>defaultValue</code> are empty. For example, on time fields it will be used to determine the date to set."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"hidden": { "description": "If <code>true</code>, show the toolbar even in desktop mode." },
"onViewChange": {
"description": "Callback called when a toolbar is clicked",
"typeDescriptions": { "view": "The view to open" }
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"description": "CSS media query when <code>Mobile</code> mode will be changed to <code>Desktop</code>."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"orientation": { "description": "Force rendering in particular orientation." },
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"propDescriptions": {
"classes": { "description": "Override or extend the styles applied to the component." },
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"hidden": { "description": "If <code>true</code>, show the toolbar even in desktop mode." },
"onViewChange": {
"description": "Callback called when a toolbar is clicked",
"typeDescriptions": { "view": "The view to open" }
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"description": "If <code>true</code>, after selecting <code>start</code> date calendar will not automatically switch to the month of <code>end</code> date."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableDragEditing": {
"description": "If <code>true</code>, editing dates by dragging is disabled."
Expand Down Expand Up @@ -143,7 +143,7 @@
"description": "The position in the currently edited date range. Used when the component position is controlled."
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"description": "The default value. Used when the component is not controlled."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -107,7 +107,7 @@
},
"orientation": { "description": "Force rendering in particular orientation." },
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"description": "If <code>true</code>, after selecting <code>start</code> date calendar will not automatically switch to the month of <code>end</code> date."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableDragEditing": {
"description": "If <code>true</code>, editing dates by dragging is disabled."
Expand Down Expand Up @@ -116,7 +116,7 @@
"description": "The position in the currently edited date range. Used when the component position is controlled."
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"description": "The default value. Used when the component is not controlled."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableFuture": {
"description": "If <code>true</code>, disable values after the current date for date components, time for time components and both for date time components."
Expand Down Expand Up @@ -127,7 +127,7 @@
},
"orientation": { "description": "Force rendering in particular orientation." },
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "If <code>true</code>, after selecting <code>start</code> date calendar will not automatically switch to the month of <code>end</code> date."
},
"disabled": {
"description": "If <code>true</code>, the component will be disabled. When disabled, the value cannot be changed and no interaction is possible."
"description": "If <code>true</code>, the component is disabled. When disabled, the value cannot be changed and no interaction is possible."
},
"disableDragEditing": {
"description": "If <code>true</code>, editing dates by dragging is disabled."
Expand Down Expand Up @@ -140,7 +140,7 @@
"description": "The position in the currently edited date range. Used when the component position is controlled."
},
"readOnly": {
"description": "If <code>true</code>, the component will be read-only. When read-only, the value cannot be changed but the user can interact with the interface."
"description": "If <code>true</code>, the component is read-only. When read-only, the value cannot be changed but the user can interact with the interface."
},
"reduceAnimations": { "description": "If <code>true</code>, disable heavy animations." },
"referenceDate": {
Expand Down
Loading

0 comments on commit a38d5aa

Please sign in to comment.