mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
integrates PR # 1260: filteredItems is not exported anymore
This commit is contained in:
parent
451de06dd0
commit
5ca0b83137
4 changed files with 6 additions and 22 deletions
|
@ -238,7 +238,7 @@
|
|||
{
|
||||
"name": "items",
|
||||
"kind": "let",
|
||||
"description": "Set full list of items",
|
||||
"description": "Set the full list of items",
|
||||
"type": "AutoCompleteItem[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
|
@ -246,16 +246,6 @@
|
|||
"constant": false,
|
||||
"reactive": false
|
||||
},
|
||||
{
|
||||
"name": "filteredItems",
|
||||
"kind": "let",
|
||||
"type": "[]",
|
||||
"value": "[]",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"constant": false,
|
||||
"reactive": true
|
||||
},
|
||||
{
|
||||
"name": "itemToString",
|
||||
"kind": "let",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue