From 5bc5759671d02313f30be4a84062525aa77c3b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 22 Jul 2022 22:44:18 +0300 Subject: [PATCH] Update Calendar.d.ts --- src/components/calendar/Calendar.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/calendar/Calendar.d.ts b/src/components/calendar/Calendar.d.ts index f51c918bf..82adfba4e 100755 --- a/src/components/calendar/Calendar.d.ts +++ b/src/components/calendar/Calendar.d.ts @@ -229,6 +229,14 @@ export interface CalendarProps { * Default value is true. */ manualInput?: boolean | undefined; + /** + * When present, it specifies that the component should be disabled. + */ + disabled?: boolean | undefined; + /** + * When present, it specifies that an input field is read-only. + */ + readonly?: boolean | undefined; /** * A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself. * @see CalendarAppendToType