awing-library 2.1.2-dev.585 → 2.1.2-dev.587
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AWING/AdvancedSearch/Container.d.ts.map +1 -1
- package/dist/AWING/AdvancedSearch/Container.js +1 -0
- package/dist/AWING/DataForm/container.test.js +7 -7
- package/dist/AWING/DataForm2/containerOptimized.test.js +2 -2
- package/dist/AWING/DateRangePicker/component/defaults.js +1 -1
- package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts +3 -0
- package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts.map +1 -1
- package/dist/Features/SYSTEM/Group/SearchUser/component.js +58 -33
- package/dist/Features/SYSTEM/Group/SearchUser/container.d.ts.map +1 -1
- package/dist/Features/SYSTEM/Group/SearchUser/container.js +59 -30
- package/dist/Features/SYSTEM/Group/Services.d.ts +4 -2
- package/dist/Features/SYSTEM/Group/Services.d.ts.map +1 -1
- package/dotnet-wasm/AwingCSharpLib.Test/bin/Debug/net9.0/.msCoverageSourceRootsMapping_AwingCSharpLib.Test +0 -0
- package/dotnet-wasm/AwingCSharpLib.Test/bin/Debug/net9.0/CoverletSourceRootsMapping_AwingCSharpLib.Test +0 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.dgspec.json +213 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.g.props +30 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.g.targets +13 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +4 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.AssemblyInfo.cs +23 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GeneratedMSBuildEditorConfig.editorconfig +25 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GlobalUsings.g.cs +9 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/SelfRegisteredExtensions.cs +18 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/XunitAutoGeneratedEntryPoint.cs +16 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/project.assets.json +3098 -0
- package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.dgspec.json +116 -0
- package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.g.props +25 -0
- package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.g.targets +7 -0
- package/dotnet-wasm/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +4 -0
- package/dotnet-wasm/obj/Debug/net9.0/AwingCSharpLib.AssemblyInfo.cs +22 -0
- package/dotnet-wasm/obj/Debug/net9.0/AwingCSharpLib.GeneratedMSBuildEditorConfig.editorconfig +29 -0
- package/dotnet-wasm/obj/project.assets.json +1373 -0
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Platform.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Platform.targets')" />
|
|
5
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.1\buildTransitive\Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.1\buildTransitive\Microsoft.Testing.Platform.MSBuild.targets')" />
|
|
6
|
+
<Import Project="$(NuGetPackageRoot)xunit.v3.core.mtp-v1\3.2.2\buildTransitive\xunit.v3.core.mtp-v1.targets" Condition="Exists('$(NuGetPackageRoot)xunit.v3.core.mtp-v1\3.2.2\buildTransitive\xunit.v3.core.mtp-v1.targets')" />
|
|
7
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\18.0.1\build\net8.0\Microsoft.TestPlatform.TestHost.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\18.0.1\build\net8.0\Microsoft.TestPlatform.TestHost.targets')" />
|
|
8
|
+
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\18.0.1\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\18.0.1\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
|
|
9
|
+
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.targets')" />
|
|
10
|
+
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets')" />
|
|
11
|
+
<Import Project="$(NuGetPackageRoot)coverlet.collector\6.0.4\build\netstandard2.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\6.0.4\build\netstandard2.0\coverlet.collector.targets')" />
|
|
12
|
+
</ImportGroup>
|
|
13
|
+
</Project>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
//
|
|
5
|
+
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
+
// the code is regenerated.
|
|
7
|
+
// </auto-generated>
|
|
8
|
+
//------------------------------------------------------------------------------
|
|
9
|
+
|
|
10
|
+
using System;
|
|
11
|
+
using System.Reflection;
|
|
12
|
+
|
|
13
|
+
[assembly: System.Reflection.AssemblyCompanyAttribute("AwingCSharpLib.Test")]
|
|
14
|
+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
15
|
+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
16
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+133a1854b531a3ecabd72d30025a6dfd280cbdc2")]
|
|
17
|
+
[assembly: System.Reflection.AssemblyProductAttribute("AwingCSharpLib.Test")]
|
|
18
|
+
[assembly: System.Reflection.AssemblyTitleAttribute("AwingCSharpLib.Test")]
|
|
19
|
+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
20
|
+
[assembly: System.Reflection.AssemblyMetadata("Microsoft.Testing.Platform.Application", "true")]
|
|
21
|
+
|
|
22
|
+
// Generated by the MSBuild WriteCodeFragment class.
|
|
23
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
is_global = true
|
|
2
|
+
build_property.TargetFramework = net9.0
|
|
3
|
+
build_property.TargetFramework = net9.0
|
|
4
|
+
build_property.TargetPlatformMinVersion =
|
|
5
|
+
build_property.TargetPlatformMinVersion =
|
|
6
|
+
build_property.UsingMicrosoftNETSdkWeb =
|
|
7
|
+
build_property.UsingMicrosoftNETSdkWeb =
|
|
8
|
+
build_property.ProjectTypeGuids =
|
|
9
|
+
build_property.ProjectTypeGuids =
|
|
10
|
+
build_property.InvariantGlobalization =
|
|
11
|
+
build_property.InvariantGlobalization =
|
|
12
|
+
build_property.PlatformNeutralAssembly =
|
|
13
|
+
build_property.PlatformNeutralAssembly =
|
|
14
|
+
build_property.EnforceExtendedAnalyzerRules =
|
|
15
|
+
build_property.EnforceExtendedAnalyzerRules =
|
|
16
|
+
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
17
|
+
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
18
|
+
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
|
19
|
+
build_property.TargetFrameworkVersion = v9.0
|
|
20
|
+
build_property.RootNamespace = AwingCSharpLib.Test
|
|
21
|
+
build_property.ProjectDir = T:\Projects\FE\react\dotnet-wasm\AwingCSharpLib.Test\
|
|
22
|
+
build_property.EnableComHosting =
|
|
23
|
+
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
24
|
+
build_property.EffectiveAnalysisLevelStyle = 9.0
|
|
25
|
+
build_property.EnableCodeStyleSeverity =
|
package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GlobalUsings.g.cs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// <auto-generated/>
|
|
2
|
+
global using System;
|
|
3
|
+
global using System.Collections.Generic;
|
|
4
|
+
global using System.IO;
|
|
5
|
+
global using System.Linq;
|
|
6
|
+
global using System.Net.Http;
|
|
7
|
+
global using System.Threading;
|
|
8
|
+
global using System.Threading.Tasks;
|
|
9
|
+
global using Xunit;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by Microsoft.Testing.Platform.MSBuild
|
|
4
|
+
// </auto-generated>
|
|
5
|
+
//------------------------------------------------------------------------------
|
|
6
|
+
|
|
7
|
+
namespace AwingCSharpLib.Test
|
|
8
|
+
{
|
|
9
|
+
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
|
10
|
+
internal static class SelfRegisteredExtensions
|
|
11
|
+
{
|
|
12
|
+
public static void AddSelfRegisteredExtensions(this global::Microsoft.Testing.Platform.Builder.ITestApplicationBuilder builder, string[] args)
|
|
13
|
+
{
|
|
14
|
+
global::Microsoft.Testing.Platform.MSBuild.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
|
15
|
+
global::Microsoft.Testing.Extensions.Telemetry.TestingPlatformBuilderHook.AddExtensions(builder, args);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// <auto-generated> This file has been auto generated by xunit.v3.msbuildtasks. </auto-generated>
|
|
2
|
+
|
|
3
|
+
namespace AwingCSharpLib.Test.AutoGenerated
|
|
4
|
+
{
|
|
5
|
+
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
|
6
|
+
internal class XunitAutoGeneratedEntryPoint
|
|
7
|
+
{
|
|
8
|
+
public static int Main(string[] args)
|
|
9
|
+
{
|
|
10
|
+
if (global::System.Linq.Enumerable.Any(args, arg => arg == "--server" || arg == "--internal-msbuild-node"))
|
|
11
|
+
return global::Xunit.MicrosoftTestingPlatform.TestPlatformTestFramework.RunAsync(args, SelfRegisteredExtensions.AddSelfRegisteredExtensions).GetAwaiter().GetResult();
|
|
12
|
+
else
|
|
13
|
+
return global::Xunit.Runner.InProc.SystemConsole.ConsoleRunner.Run(args).GetAwaiter().GetResult();
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|