Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Samuele Locatelli
2023-02-02 12:04:56 +01:00
45 changed files with 101 additions and 58 deletions
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
using System.Drawing;
using Egw.Core.Razor.Comp.Data;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class CalWeekColumn
{
@@ -4,7 +4,7 @@ using System.Formats.Asn1;
using System.Text;
using Egw.Core.Razor.Comp.Data;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class CalendarMonth
{
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Components;
using System.Drawing;
using Egw.Core.Razor.Comp.Data;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class CalendarWeek
{
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class ChartHist
{
@@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Components.Web;
using Microsoft.JSInterop;
using Egw.Core.Razor.Comp.Data;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class ChartTS
{
@@ -5,7 +5,7 @@ using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class CircleGauge
{
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Egw.Core.Razor.Comp
namespace Egw.Core.Razor.Comp.Data
{
public class CalendarEvent
{
+1 -1
View File
@@ -1,6 +1,6 @@
using Microsoft.JSInterop;
namespace Egw.Core.Razor.Comp
namespace Egw.Core.Razor.Comp.Data
{
// This class provides an example of how JavaScript functionality can be wrapped
// in a .NET class for easy consumption. The associated JavaScript module is
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Egw.Core.Razor.Comp
namespace Egw.Core.Razor.Comp.Data
{
public class QHelper
{
+1 -1
View File
@@ -1,7 +1,7 @@
using System.Security.Cryptography;
using System.Text;
namespace Egw.Core.Razor.Comp
namespace Egw.Core.Razor.Comp.Data
{
/// <summary>
/// utils x cifrature e Crypto
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Egw.Core.Razor.Comp
namespace Egw.Core.Razor.Comp.Data
{
public class chartJsData
{
@@ -39,4 +39,8 @@
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.11" />
</ItemGroup>
<ItemGroup>
<Folder Include="Components\" />
</ItemGroup>
</Project>
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
/// <summary>
/// Gestione display Toast con Bootstrap 5+
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Components;
namespace Egw.Core.Razor.Comp.Components
namespace Egw.Core.Razor.Comp
{
public partial class Toggler
{
File diff suppressed because one or more lines are too long