awing-library 2.1.2-dev.586 → 2.1.2-dev.588

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.
Files changed (41) hide show
  1. package/dist/AWING/AdvancedSearch/Container.d.ts.map +1 -1
  2. package/dist/AWING/AdvancedSearch/Container.js +1 -0
  3. package/dist/AWING/DataForm/container.test.js +4 -4
  4. package/dist/AWING/DirectoryTree/FilterTreeView/Container.d.ts.map +1 -1
  5. package/dist/AWING/DirectoryTree/FilterTreeView/Container.js +10 -10
  6. package/dist/AWING/DirectoryTree/FilterTreeView/types.d.ts +1 -1
  7. package/dist/AWING/DirectoryTree/FilterTreeView/types.d.ts.map +1 -1
  8. package/dist/AWING/DirectoryTree/helper.d.ts +2 -0
  9. package/dist/AWING/DirectoryTree/helper.d.ts.map +1 -1
  10. package/dist/AWING/DirectoryTree/helper.js +7 -1
  11. package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts +3 -0
  12. package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts.map +1 -1
  13. package/dist/Features/SYSTEM/Group/SearchUser/component.js +58 -33
  14. package/dist/Features/SYSTEM/Group/SearchUser/container.d.ts.map +1 -1
  15. package/dist/Features/SYSTEM/Group/SearchUser/container.js +59 -30
  16. package/dist/Features/SYSTEM/Group/Services.d.ts +4 -2
  17. package/dist/Features/SYSTEM/Group/Services.d.ts.map +1 -1
  18. package/dist/Features/SYSTEM/User/Services.d.ts +1 -0
  19. package/dist/Features/SYSTEM/User/Services.d.ts.map +1 -1
  20. package/dist/Features/SYSTEM/User/container.d.ts.map +1 -1
  21. package/dist/Features/SYSTEM/User/container.js +1 -1
  22. package/dotnet-wasm/AwingCSharpLib.Test/bin/Debug/net9.0/.msCoverageSourceRootsMapping_AwingCSharpLib.Test +0 -0
  23. package/dotnet-wasm/AwingCSharpLib.Test/bin/Debug/net9.0/CoverletSourceRootsMapping_AwingCSharpLib.Test +0 -0
  24. package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.dgspec.json +213 -0
  25. package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.g.props +30 -0
  26. package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.g.targets +13 -0
  27. package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +4 -0
  28. package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.AssemblyInfo.cs +23 -0
  29. package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GeneratedMSBuildEditorConfig.editorconfig +25 -0
  30. package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GlobalUsings.g.cs +9 -0
  31. package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/SelfRegisteredExtensions.cs +18 -0
  32. package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/XunitAutoGeneratedEntryPoint.cs +16 -0
  33. package/dotnet-wasm/AwingCSharpLib.Test/obj/project.assets.json +3098 -0
  34. package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.dgspec.json +116 -0
  35. package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.g.props +25 -0
  36. package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.g.targets +7 -0
  37. package/dotnet-wasm/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +4 -0
  38. package/dotnet-wasm/obj/Debug/net9.0/AwingCSharpLib.AssemblyInfo.cs +22 -0
  39. package/dotnet-wasm/obj/Debug/net9.0/AwingCSharpLib.GeneratedMSBuildEditorConfig.editorconfig +29 -0
  40. package/dotnet-wasm/obj/project.assets.json +1373 -0
  41. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.586",
3
+ "version": "2.1.2-dev.588",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {