Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-04 07:35:57 -07:00
commit 7184cae951
4 changed files with 69 additions and 69 deletions

View file

@ -1563,7 +1563,7 @@
"reactive": false
},
{
"name": "translateWithIdInput",
"name": "translateWithIdSelection",
"kind": "let",
"description": "Override the label of the clear button when the input has a selection.\nDefaults to \"Clear selected item\" since a combo box can only have on selection.",
"type": "(id: \"clearSelection\") => string",
@ -6601,9 +6601,9 @@
"reactive": false
},
{
"name": "translateWithIdInput",
"name": "translateWithIdSelection",
"kind": "let",
"description": "Override the label of the clear button when the input has a selection.\nDefaults to \"Clear selected item\" and \"Clear all items\"",
"description": "Override the label of the clear button when the input has a selection.\nDefaults to \"Clear selected item\" and \"Clear all items\" if more than one item is selected",
"type": "(id: import(\"../ListBox/ListBoxSelection.svelte\").ListBoxSelectionTranslationId) => string",
"isFunction": false,
"isFunctionDeclaration": false,