From 8ba2a791e4877682705bd752d4ab6f9c52d0b37b Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 26 Oct 2023 11:59:55 +0200 Subject: [PATCH] feat(CommandPalette): handle `filter` attribute in groups (#871) --- .../examples/CommandPaletteExampleAsync.vue | 26 ++++++++-------- .../examples/CommandPaletteExampleFilter.vue | 30 +++++++++++++++++++ .../content/5.navigation/2.command-palette.md | 13 ++++++++ .../components/navigation/CommandPalette.vue | 17 +++++++++-- src/runtime/types/command-palette.d.ts | 1 + 5 files changed, 70 insertions(+), 17 deletions(-) create mode 100644 docs/components/content/examples/CommandPaletteExampleFilter.vue diff --git a/docs/components/content/examples/CommandPaletteExampleAsync.vue b/docs/components/content/examples/CommandPaletteExampleAsync.vue index 02f0c685..76533809 100644 --- a/docs/components/content/examples/CommandPaletteExampleAsync.vue +++ b/docs/components/content/examples/CommandPaletteExampleAsync.vue @@ -1,19 +1,17 @@