@eox/itemfilter
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@eox/itemfilter", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"type": "module", | ||
@@ -25,3 +25,6 @@ "devDependencies": { | ||
"build": "tsc && vite build", | ||
"watch": "tsc && vite build --watch" | ||
"watch": "tsc && vite build --watch", | ||
"format": "prettier --write .", | ||
"lint": "eslint --ext .js,.ts .", | ||
"lint:fix": "eslint --ext .js,.ts . --fix" | ||
}, | ||
@@ -28,0 +31,0 @@ "dependencies": { |
@@ -18,8 +18,9 @@ import { EOxItemFilter } from "../src/main"; | ||
enableHighlighting: true, | ||
// showResults: false, | ||
fuseConfig: { | ||
keys: ["title", "description", "themes"], | ||
}, | ||
onSelect: (item: any) => { | ||
console.log(item); | ||
}, | ||
// onSelect: (item: any) => { | ||
// console.log(item); | ||
// }, | ||
// matchAllWhenEmpty: true, | ||
@@ -26,0 +27,0 @@ // exclusiveFilters: true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
125542
9
3067