Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
+1
-1
@@ -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
|
||||
{
|
||||
+1
-1
@@ -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
-1
@@ -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
|
||||
{
|
||||
+1
-1
@@ -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
|
||||
{
|
||||
+1
-1
@@ -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
|
||||
{
|
||||
@@ -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,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,4 +1,4 @@
|
||||
namespace Egw.Core.Razor.Comp
|
||||
namespace Egw.Core.Razor.Comp.Data
|
||||
{
|
||||
public class QHelper
|
||||
{
|
||||
|
||||
@@ -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,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
-1
@@ -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
-1
@@ -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
Reference in New Issue
Block a user