integrates PR # 1260: filteredItems is not exported anymore

This commit is contained in:
davideraccagni 2022-04-21 00:00:04 +02:00
commit 5ca0b83137
4 changed files with 6 additions and 22 deletions

View file

@ -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",