From 95360dc20709bbf7c7af92c00c7d71b1ad0e28db Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Tue, 17 Dec 2024 18:56:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20SearchableColu?= =?UTF-8?q?mns=20=E5=8F=82=E6=95=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Components/Components/GlobalSearch.razor | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor b/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor index 52e48b46e61..2ef6c7dcc6c 100644 --- a/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor +++ b/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor @@ -1,3 +1,7 @@ @inject IStringLocalizer Localizer - + + +@code { + private List SearchableColumns { get; set; } = new List { "menu", "title", "subTitle", "demos.title", "demos.raw" }; +} From 0b058161c5b2425ca158bf7af497a6afe0d5b8b8 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Tue, 17 Dec 2024 18:56:25 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8C=85=209.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj index 12923e10f56..b921bcb0ef7 100644 --- a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj +++ b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj @@ -47,7 +47,7 @@ - + From bfd0a0551dba1bec6c2a4f72598bee3b723ec481 Mon Sep 17 00:00:00 2001 From: Argo-AsicoTech Date: Tue, 17 Dec 2024 19:03:45 +0800 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=B5=8B=E8=AF=95=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/UnitTest/UnitTest.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/UnitTest/UnitTest.csproj b/test/UnitTest/UnitTest.csproj index c808f41b239..ee6adeaec01 100644 --- a/test/UnitTest/UnitTest.csproj +++ b/test/UnitTest/UnitTest.csproj @@ -2,10 +2,10 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all