diff --git a/docs/index.md b/docs/index.md index fd929e635..3e733d08c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,12 +13,12 @@ | `clearButtonTitle` | `string` | | | | `customInput` | `element` | | | | `customInputRef` | `string` | | | -| `dateFormat` | `union(string\|array)` | `'MM/dd/yyyy'` | | -| `dateFormatCalendar` | `string` | `'LLLL yyyy'` | | +| `dateFormat` | `union(string\|array)` | `"MM/dd/yyyy"` | | +| `dateFormatCalendar` | `string` | `"LLLL yyyy"` | | | `dayClassName` | `func` | | | | `disabled` | `bool` | `false` | | | `disabledKeyboardNavigation` | `bool` | `false` | | -| `dropdownMode` | `enum('scroll'\|'select')` | `'scroll'` | | +| `dropdownMode` | `enum("scroll"\|"select")` | `"scroll"` | | | `endDate` | `instanceOfDate` | | | | `excludeDates` | `array` | | | | `excludeTimes` | `array` | | | @@ -33,6 +33,7 @@ | `includeTimes` | `array` | | | | `injectTimes` | `array` | | | | `inline` | `bool` | | | +| `inlineFocusSelectedMonth` | `bool` | `false` | | | `isClearable` | `bool` | | | | `locale` | `string` | | | | `maxDate` | `instanceOfDate` | | | @@ -41,7 +42,7 @@ | `minTime` | `instanceOfDate` | | | | `monthsShown` | `number` | `1` | | | `name` | `string` | | | -| `nextMonthButtonLabel` | `string` | `'Next month'` | | +| `nextMonthButtonLabel` | `string` | `"Next month"` | | | `onBlur` | `func` | `function() {}` | | | `onChange` | `func` | `function() {}` | | | `onChangeRaw` | `func` | | | @@ -64,10 +65,10 @@ | `popperPlacement` | `enumpopperPlacementPositions` | | | | `popperProps` | `object` | | | | `preventOpenOnFocus` | `bool` | `false` | | -| `previousMonthButtonLabel` | `string` | `'Previous Month'` | | +| `previousMonthButtonLabel` | `string` | `"Previous Month"` | | | `readOnly` | `bool` | `false` | | | `renderCustomHeader` | `func` | | | | `renderDayContents` | `func` | `function(date) { | return date; -}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`tabIndex`|`number`||| |`timeCaption`|`string`|`'Time'`|| |`timeFormat`|`string`||| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`yearDropdownItemNumber`|`number`||| +}`|| |`required`|`bool`||| |`scrollableMonthYearDropdown`|`bool`||| |`scrollableYearDropdown`|`bool`||| |`selected`|`instanceOfDate`||| |`selectsEnd`|`bool`||| |`selectsStart`|`bool`||| |`shouldCloseOnSelect`|`bool`|`true`|| |`showDisabledMonthNavigation`|`bool`||| |`showMonthDropdown`|`bool`||| |`showMonthYearDropdown`|`bool`||| |`showTimeSelect`|`bool`|`false`|| |`showTimeSelectOnly`|`bool`||| |`showWeekNumbers`|`bool`||| |`showYearDropdown`|`bool`||| |`startDate`|`instanceOfDate`||| |`startOpen`|`bool`||| |`tabIndex`|`number`||| |`timeCaption`|`string`|`"Time"`|| |`timeFormat`|`string`||| |`timeIntervals`|`number`|`30`|| |`title`|`string`||| |`todayButton`|`node`||| |`useShortMonthInDropdown`|`bool`||| |`useWeekdaysShort`|`bool`||| |`value`|`string`||| |`weekLabel`|`string`||| |`withPortal`|`bool`|`false`|| |`yearDropdownItemNumber`|`number`||| diff --git a/docs/popper_component.md b/docs/popper_component.md index 1a87541e5..68e5a9617 100644 --- a/docs/popper_component.md +++ b/docs/popper_component.md @@ -13,4 +13,4 @@ enabled: true, escapeWithReference: true, boundariesElement: "viewport" } -}`|| |`popperPlacement`|`enum("bottom"\|"bottom-end"\|"bottom-start"\|"left"\|"left-end"\|"left-start"\|"right"\|"right-end"\|"right-start"\|"top"\|"top-end"\|"top-start")`|`"bottom-start"`|| |`popperProps`|`object`|`{}`|| |`targetComponent`|`element`||| +}`|| |`popperPlacement`|`enumpopperPlacementPositions`|`"bottom-start"`|| |`popperProps`|`object`|`{}`|| |`targetComponent`|`element`|||