File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed
src/__tests__/snapshot-tests/__snapshots__ Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -11397,18 +11397,26 @@ allows the user to clear the selected value.",
1139711397 "type": "boolean",
1139811398 },
1139911399 {
11400- "description": "When set to \`true\`, the calendar opens with the current month on the left
11401- and next month on the right (when two grids are visible) .
11400+ "description": "Determines which month is displayed first (on the left) when the calendar
11401+ opens with two grids visible.
1140211402
11403- By default (\`false\`), the left grid shows the previous month and the
11404- right grid shows the current month.
11403+ * \`previous\` (default) – the left grid shows the previous month and the
11404+ right grid shows the current month.
11405+ * \`current\` – the left grid shows the current month and the right grid
11406+ shows the next month.
1140511407
11406- Has no effect on single-grid (mobile) layout.
11407-
11408- Default: \`false\`.",
11409- "name": "startCurrentMonth",
11408+ Has no effect on single-grid (mobile) layout.",
11409+ "inlineType": {
11410+ "name": "DateRangePickerProps.StartMonth",
11411+ "type": "union",
11412+ "values": [
11413+ "current",
11414+ "previous",
11415+ ],
11416+ },
11417+ "name": "startMonth",
1141011418 "optional": true,
11411- "type": "boolean ",
11419+ "type": "string ",
1141211420 },
1141311421 {
1141411422 "description": "Starting day of the week. [0-6] maps to [Sunday-Saturday].
You can’t perform that action at this time.
0 commit comments