File tree 6 files changed +16
-15
lines changed
6 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Telerik.UI.for.Blazor" Version =" 2.8 .0" />
15
+ <PackageReference Include =" Telerik.UI.for.Blazor" Version =" 4.5 .0" />
16
16
</ItemGroup >
17
17
18
18
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"iisSettings" : {
3
- "windowsAuthentication" : false ,
4
- "anonymousAuthentication" : true ,
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
5
"iisExpress" : {
6
- "applicationUrl" : " http ://localhost:52941" ,
6
+ "applicationUrl" : " https ://localhost:52941" ,
7
7
"sslPort" : 0
8
8
}
9
9
},
18
18
"BlazorInMVC" : {
19
19
"commandName" : " Project" ,
20
20
"launchBrowser" : true ,
21
- "applicationUrl" : " http ://localhost:5000" ,
21
+ "applicationUrl" : " https ://localhost:5000" ,
22
22
"environmentVariables" : {
23
23
"ASPNETCORE_ENVIRONMENT" : " Development"
24
24
}
25
25
}
26
26
}
27
- }
27
+ }
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Telerik.UI.for.Blazor" Version =" 2.7 .0" />
8
+ <PackageReference Include =" Telerik.UI.for.Blazor" Version =" 4.5 .0" />
9
9
</ItemGroup >
10
10
11
11
</Project >
Original file line number Diff line number Diff line change 1
1
<h3 >My Window</h3 >
2
2
3
- <TelerikButton Icon =" window " OnClick =@(() => WindowVisible = true)>Open Modal</TelerikButton >
3
+ <TelerikButton Icon =" @SvgIcon.Window " OnClick =@(() => WindowVisible = true)>Open Modal</TelerikButton >
4
4
5
5
<TelerikRootComponent >
6
6
<TelerikWindow Class =" demo-window" Width =" 500px" Height =" 300px" Centered =" true" @bind-Visible =@WindowVisible Modal =" true" >
Original file line number Diff line number Diff line change 1
1
@using Microsoft .AspNetCore .Components .Web
2
2
@using Microsoft .AspNetCore .Components .Forms
3
3
@using Telerik .Blazor
4
- @using Telerik .Blazor .Components
4
+ @using Telerik .Blazor .Components
5
+ @using Telerik .SvgIcons
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"iisSettings" : {
3
- "windowsAuthentication" : false ,
4
- "anonymousAuthentication" : true ,
3
+ "windowsAuthentication" : false ,
4
+ "anonymousAuthentication" : true ,
5
5
"iisExpress" : {
6
- "applicationUrl" : " http ://localhost:52032" ,
6
+ "applicationUrl" : " https ://localhost:52032" ,
7
7
"sslPort" : 44353
8
8
}
9
9
},
24
24
}
25
25
}
26
26
}
27
- }
27
+ }
You can’t perform that action at this time.
0 commit comments