Skip to content

Commit

Permalink
Update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
albertwoo committed Jul 31, 2024
1 parent f814a20 commit 2e2a790
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Bindings/Fun.Blazor.AntDesign/Fun.Blazor.AntDesign.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TrimMode>link</TrimMode>
<IsTrimmable>true</IsTrimmable>
<Version>0.19.6</Version>
<Version>0.19.6.2</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Fun.Blazor.Bindings\AntDesign.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference FunBlazor="" FunBlazorNamespace="AntDesign" FunBlazorAssemblyName="AntDesign" Include="AntDesign" Version="0.19.6" />
<PackageReference FunBlazor="" FunBlazorNamespace="AntDesign" FunBlazorAssemblyName="AntDesign" Include="AntDesign" Version="0.19.6.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,6 @@ type DialogWrapperBuilder<'FunBlazorGeneric when 'FunBlazorGeneric :> Microsoft.

type ModalBuilder<'FunBlazorGeneric when 'FunBlazorGeneric :> Microsoft.AspNetCore.Components.IComponent>() =
inherit AntDomComponentBaseBuilder<'FunBlazorGeneric>()
[<CustomOperation("ModalRef")>] member inline _.ModalRef ([<InlineIfLambda>] render: AttrRenderFragment, x: AntDesign.ModalRef) = render ==> ("ModalRef" => x)
[<CustomOperation("AfterClose")>] member inline _.AfterClose ([<InlineIfLambda>] render: AttrRenderFragment, fn) = render ==> ("AfterClose" => (System.Func<System.Threading.Tasks.Task>fn))
[<CustomOperation("BodyStyle")>] member inline _.BodyStyle ([<InlineIfLambda>] render: AttrRenderFragment, x: System.String) = render ==> ("BodyStyle" => x)
[<CustomOperation("CancelText")>] member inline _.CancelText ([<InlineIfLambda>] render: AttrRenderFragment, x: System.Nullable<OneOf.OneOf<System.String, Microsoft.AspNetCore.Components.RenderFragment>>) = render ==> ("CancelText" => x)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TrimMode>link</TrimMode>
<IsTrimmable>true</IsTrimmable>
<Version>4.9.2</Version>
<Version>4.9.3</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Fun.Blazor.Bindings\Microsoft.FluentUI.AspNetCore.Components.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference FunBlazor="" FunBlazorNamespace="Microsoft.FluentUI.AspNetCore.Components" FunBlazorAssemblyName="Microsoft.FluentUI.AspNetCore.Components" Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.2" />
<PackageReference FunBlazor="" FunBlazorNamespace="Microsoft.FluentUI.AspNetCore.Components" FunBlazorAssemblyName="Microsoft.FluentUI.AspNetCore.Components" Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions Bindings/Fun.Blazor.MudBlazor/Fun.Blazor.MudBlazor.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TrimMode>link</TrimMode>
<IsTrimmable>true</IsTrimmable>
<Version>7.3.0</Version>
<Version>7.4.0</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Fun.Blazor.Bindings\MudBlazor.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference FunBlazor="" FunBlazorNamespace="MudBlazor" FunBlazorAssemblyName="MudBlazor" Include="MudBlazor" Version="7.3.0" />
<PackageReference FunBlazor="" FunBlazorNamespace="MudBlazor" FunBlazorAssemblyName="MudBlazor" Include="MudBlazor" Version="7.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="6.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions Docs/17 Bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Below is auto generated bindings, if the version does not match your requirement
The bindings will be updated every week.

```bash
dotnet add package Fun.Blazor.AntDesign --version 0.19.6
dotnet add package Fun.Blazor.AntDesign --version 0.19.6.2
dotnet add package Fun.Blazor.ApexCharts --version 3.4.0
dotnet add package Fun.Blazor.BlazorMonaco --version 3.2.0
dotnet add package Fun.Blazor.Diagrams --version 3.0.2
dotnet add package Fun.Blazor.Microsoft.Authorization --version 8.0.7
dotnet add package Fun.Blazor.Microsoft.FluentUI --version 4.9.2
dotnet add package Fun.Blazor.Microsoft.FluentUI --version 4.9.3
dotnet add package Fun.Blazor.Microsoft.QuickGrid --version 8.0.7
dotnet add package Fun.Blazor.Microsoft.Web --version 8.0.7
dotnet add package Fun.Blazor.MudBlazor --version 7.3.0
dotnet add package Fun.Blazor.MudBlazor --version 7.4.0
```

0 comments on commit 2e2a790

Please sign in to comment.