Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f64a644

Browse files
authored
Merge pull request #1 from tdesign-blazor/feature/upgrade_with_tdesign
TDesignBlazor 升级到 0.7
2 parents 161c73f + 187ed7b commit f64a644

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/TDesign.Pro/Components/CrudDialogTable.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void InitialActionTools()
151151
=> builder => builder.Component<FormDialogButton<TCreate>>(CreatePermissionProvider().Result)
152152
.Attribute(m => m.DialogTitle, CreateDialogTitle)
153153
.Attribute(m => m.ButtonContent, content => content.Component<TIcon>().Attribute(m => m.Name, CreateActionIcon).Close())
154-
.Attribute(m=>m.OnSubmit, OnFormCreating)
154+
.Attribute(m => m.OnSubmit, OnFormCreating)
155155
.Attribute(m => m.OnDialogClosed, HtmlHelper.Instance.Callback().Create<Task<DialogResult>>(this, CloseCreateForm))
156156
.Attribute(m => m.ChildContent, model => builder => builder.AddContent(0, CreateFormContent, model))
157157
.Attribute("title", CreateActionName)

src/TDesign.Pro/TDesign.Pro.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Description>基于 TDesignBlazor 的专业组件库,进一步提供比较复杂且适应应用开发的完整组件封装。</Description>
1010
<PackageId>TDesign.Pro</PackageId>
11-
<Version>0.1</Version>
11+
<Version>0.1.1</Version>
1212
<PackageIcon>tdesign-blazor-logo.png</PackageIcon>
1313
<PackageProjectUrl>https://github.com/tdesign-blazor/TDesignBlazor.Pro</PackageProjectUrl>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="TDesign" Version="0.6.1" />
26+
<PackageReference Include="TDesign" Version="0.7.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
// This is a JavaScript module that is loaded on demand. It can export any number of
22
// functions, and may import other JavaScript modules if required.
33

4-
export function showPrompt(message) {
5-
return prompt(message, 'Type anything here');
6-
}

0 commit comments

Comments
 (0)