File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
CodeBeam.MudBlazor.Extensions Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 4444 <Copy SourceFiles =" wwwroot/css/MudExtensions.min.css" DestinationFiles =" wwwroot/MudExtensions.min.css" SkipUnchangedFiles =" true" Condition =" Exists('wwwroot/css/MudExtensions.min.css')" />
4545 </Target >
4646
47-
47+ <Target Name =" MinifyMudExtensionsJs" AfterTargets =" Build" Condition =" '$(CI)' != 'true'
48+ AND '$(TargetFramework)' == 'net10.0'
49+ AND Exists('TScripts/MudExtensions.js')" >
50+ <Message Importance =" high" Text =" Minifying MudExtensions.js → MudExtensions.min.js" />
51+ <Exec WorkingDirectory =" $(SolutionDir)" Command =" dotnet run --project CodeBeam.MudBlazor.Extensions.JsMinifier\CodeBeam.MudBlazor.Extensions.JsMinifier.csproj --configuration $(Configuration)" />
52+ </Target >
4853
4954 <ItemGroup >
5055 <Content Remove =" sasscompiler.json" />
Original file line number Diff line number Diff line change 22{
33 public sealed class MudBeforeInputJsDto
44 {
5+ public MudBeforeInputJsDto ( ) { }
6+
57 public string ? Data { get ; set ; }
68 public string ? InputType { get ; set ; }
79 public bool IsComposing { get ; set ; }
You can’t perform that action at this time.
0 commit comments