Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-04 07:34:04 -07:00
commit 2ef9bb65ec
4 changed files with 27 additions and 55 deletions

View file

@ -1562,20 +1562,10 @@
"constant": false,
"reactive": false
},
{
"name": "translateWithIdMenu",
"kind": "let",
"description": "Override the menu label based on the open state.\nDefaults to \"Open menu\" and \"Close menu\"",
"type": "(id: any) => string",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "translateWithIdInput",
"kind": "let",
"description": "Override the label of the clear button when the input has a selection.\nDefaults to \"Clear selected item\"",
"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",
"isFunction": false,
"isFunctionDeclaration": false,
@ -6610,16 +6600,6 @@
"constant": false,
"reactive": false
},
{
"name": "translateWithIdMenu",
"kind": "let",
"description": "Override the default translation ids for the menu",
"type": "(id: any) => string",
"isFunction": false,
"isFunctionDeclaration": false,
"constant": false,
"reactive": false
},
{
"name": "translateWithIdInput",
"kind": "let",