You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/beeq/src/components.d.ts
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -766,6 +766,8 @@ export namespace Components {
766
766
* @attr {"single" | "multi" | "range"} type - It defines how the calendar will behave, allowing single date selection, range selection, or multiple date selection.
767
767
* @attr {"error" | "none" | "success" | "warning"} validation-status - The validation status of the Select input.
768
768
* @attr {string} value - The select input value represents the currently selected date or range and can be used to reset the field to a previous value.
* @attr {"single" | "multi" | "range"} type - It defines how the calendar will behave, allowing single date selection, range selection, or multiple date selection.
3834
3845
* @attr {"error" | "none" | "success" | "warning"} validation-status - The validation status of the Select input.
3835
3846
* @attr {string} value - The select input value represents the currently selected date or range and can be used to reset the field to a previous value.
* @attr {"single" | "multi" | "range"} type - It defines how the calendar will behave, allowing single date selection, range selection, or multiple date selection.
6161
6174
* @attr {"error" | "none" | "success" | "warning"} validation-status - The validation status of the Select input.
6162
6175
* @attr {string} value - The select input value represents the currently selected date or range and can be used to reset the field to a previous value.
* @attr {"single" | "multi" | "range"} type - It defines how the calendar will behave, allowing single date selection, range selection, or multiple date selection.
9212
9236
* @attr {"error" | "none" | "success" | "warning"} validation-status - The validation status of the Select input.
9213
9237
* @attr {string} value - The select input value represents the currently selected date or range and can be used to reset the field to a previous value.
0 commit comments