From e6766ce55019f44e4606371dd8994ea252d61987 Mon Sep 17 00:00:00 2001 From: Argo Date: Sat, 31 Jul 2021 16:35:54 +0000 Subject: [PATCH] =?UTF-8?q?!1661=20feat(#I43BWW):=20SearchDialog=20add=20i?= =?UTF-8?q?nline=20layout=20*=20doc:=20SearchDialog=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=A1=8C=E5=B8=83=E5=B1=80=E7=A4=BA=E4=BE=8B=20*=20feat:=20Sea?= =?UTF-8?q?rchDialog=20=E6=94=AF=E6=8C=81=E8=A1=8C=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=8F=82=E6=95=B0=20*=20feat:=20DialogBase=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=A1=8C=E5=B8=83=E5=B1=80=E5=8F=82=E6=95=B0=20*=20fe?= =?UTF-8?q?at:=20EditForm=20=E6=94=AF=E6=8C=81=20inline=20=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=20*=20doc:=20=E6=9B=B4=E6=96=B0=20Row=20inline=20?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E7=A4=BA=E4=BE=8B=20*=20chore:=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC=E4=B8=8E=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20*=20doc:=20=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A=20*?= =?UTF-8?q?=20style:=20=E9=80=82=E9=85=8D=20CheckboxList=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20inline=20=E5=B8=83=E5=B1=80=20*=20style:=20?= =?UTF-8?q?=E9=80=82=E9=85=8D=20inline=20=E6=A8=A1=E5=BC=8F=E4=B8=8B=20swi?= =?UTF-8?q?tch=20=E7=BB=84=E4=BB=B6=20*=20style:=20=E4=BF=AE=E5=A4=8D=20in?= =?UTF-8?q?line=20=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=9E=82=E7=9B=B4=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E9=97=AE=E9=A2=98=20*=20feat:=20=E5=A2=9E=E5=8A=A0=20?= =?UTF-8?q?inline=20=E6=A8=A1=E5=BC=8F=20*=20feat:=20=E5=A2=9E=E5=8A=A0=20?= =?UTF-8?q?inline=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/Samples/SearchDialogs.razor | 4 +++ .../Pages/Samples/SearchDialogs.razor.cs | 27 +++++++++++++++++++ .../Pages/Samples/Table/TablesSearch.razor | 2 +- .../Components/Dialog/DialogBase.cs | 12 +++++++++ .../Components/Dialog/DialogService.cs | 9 ++++++- .../Components/Dialog/SearchDialog.razor | 2 +- .../Components/Dialog/SearchDialogOption.cs | 10 +++++++ 7 files changed, 63 insertions(+), 3 deletions(-) diff --git a/src/BootstrapBlazor.Shared/Pages/Samples/SearchDialogs.razor b/src/BootstrapBlazor.Shared/Pages/Samples/SearchDialogs.razor index f44927a07..48816071b 100644 --- a/src/BootstrapBlazor.Shared/Pages/Samples/SearchDialogs.razor +++ b/src/BootstrapBlazor.Shared/Pages/Samples/SearchDialogs.razor @@ -19,4 +19,8 @@