Skip to content

Commit 2ddba0f

Browse files
bloveclaude
andcommitted
docs: regenerate api-docs after the JSDoc fixes; drop the unsupported MultipleChoice claim
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 27b70a5 commit 2ddba0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/website/content/docs/a2ui/api/api-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@
15681568
{
15691569
"name": "createA2uiFunctionRegistry",
15701570
"kind": "function",
1571-
"description": "Creates an A2UI client-side function registry containing the standard\nbasic-catalog functions (`formatString`, `formatNumber`, `formatCurrency`,\n`formatDate`, `pluralize`, `and`, `or`, `not`), optionally extended or\noverridden with custom implementations.",
1571+
"description": "Creates an A2UI client-side function registry containing the standard\nbasic-catalog functions `formatString`, `formatNumber`, `formatCurrency`,\n`formatDate`, `pluralize`, `and`, `or`, `not`, plus the check-rule validators\n`required`, `regex`, `length`, `numeric`, and `email` — optionally extended or\noverridden with custom implementations.",
15721572
"signature": "createA2uiFunctionRegistry(overrides: Record<string, A2uiFunctionImpl>): A2uiFunctionRegistry",
15731573
"params": [
15741574
{

apps/website/content/docs/chat/a2ui/catalog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ A labeled checkbox with two-way binding for its checked state.
251251

252252
### ChoicePicker
253253

254-
Selects one or more options from a list. Replaces the pre-v0.9 `MultipleChoice` component.
254+
Selects one or more options from a list.
255255

256256
| A2UI type | Angular component | Selector |
257257
|-----------|-------------------|----------|

apps/website/content/docs/render/api/api-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
"description": ""
834834
},
835835
"examples": [
836-
"```ts\nconst store = signalStateStore({ count: 0 });\nstore.set('count', 1);\n```"
836+
"```ts\nconst store = signalStateStore({ count: 0 });\nstore.set('/count', 1);\n```"
837837
]
838838
},
839839
{

0 commit comments

Comments
 (0)