diff --git a/docs/src/pages/components/calendar-date.astro b/docs/src/pages/components/calendar-date.astro
index 214e132..1c7d1d1 100644
--- a/docs/src/pages/components/calendar-date.astro
+++ b/docs/src/pages/components/calendar-date.astro
@@ -166,14 +166,22 @@ import Link from "../../components/Link.astro";
Name |
+ Parameters |
Description |
- focus |
+
+
+ focus(options?: FocusOptions & {"{"} target: "previous" | "next" | "day"
+ {"}"}) => void
+
+ |
+ options - controls what gets focused, and how |
Focuses the <calendar-month> containing the currently
- focused date
+ focused date. option.target controls which part of the component
+ gets focused
|
diff --git a/docs/src/pages/components/calendar-multi.astro b/docs/src/pages/components/calendar-multi.astro
index 1be741d..96440d4 100644
--- a/docs/src/pages/components/calendar-multi.astro
+++ b/docs/src/pages/components/calendar-multi.astro
@@ -166,14 +166,22 @@ import Link from "../../components/Link.astro";
Name |
+ Parameters |
Description |
- focus |
+
+
+ focus(options?: FocusOptions & {"{"} target: "previous" | "next" | "day"
+ {"}"}) => void
+
+ |
+ options - controls what gets focused, and how |
Focuses the <calendar-month> containing the currently
- focused date
+ focused date. option.target controls which part of the component
+ gets focused
|
diff --git a/docs/src/pages/components/calendar-range.astro b/docs/src/pages/components/calendar-range.astro
index 25d54d8..39fea99 100644
--- a/docs/src/pages/components/calendar-range.astro
+++ b/docs/src/pages/components/calendar-range.astro
@@ -190,14 +190,22 @@ import Link from "../../components/Link.astro";
Name |
+ Parameters |
Description |
- focus |
+
+
+ focus(options?: FocusOptions & {"{"} target: "previous" | "next" | "day"
+ {"}"}) => void
+
+ |
+ options - controls what gets focused, and how |
Focuses the <calendar-month> containing the currently
- focused date
+ focused date. option.target controls which part of the component
+ gets focused
|