Browse Source

Merge branch 'dev' into issue-#3434

pull/18633/head
denizdemirkan 3 years ago
parent
commit
59b2c94fad
  1. 22
      framework/src/Volo.Abp.AspNetCore.Mvc.UI/Volo/Abp/AspNetCore/Mvc/UI/RazorPages/AbpPageModel.cs
  2. 21
      framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpController.cs
  3. 22
      framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Authentication/ChallengeAccountController.cs
  4. 10
      framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/Urls/AppUrlProvider.cs
  5. 4
      framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/Urls/IAppUrlProvider.cs
  6. 46
      framework/test/Volo.Abp.UI.Navigation.Tests/Volo/Abp/Ui/Navigation/AppUrlProvider_Tests.cs
  7. 2
      modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs
  8. 18
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs
  9. 6
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs
  10. 2
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Logout.cshtml.cs
  11. 2
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml.cs
  12. 6
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPasswordConfirmation.cshtml.cs
  13. 2
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  14. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  15. 280
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  16. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  17. 318
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  18. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  19. 258
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  20. 10
      modules/cms-kit/angular/package.json
  21. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  22. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  23. 258
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  24. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  25. 258
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  26. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  27. 392
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  28. 4
      modules/docs/app/VoloDocs.Web/package.json
  29. 318
      modules/docs/app/VoloDocs.Web/yarn.lock
  30. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityErrorCodes.cs
  31. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/ar.json
  32. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/cs.json
  33. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/de.json
  34. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/el.json
  35. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en-GB.json
  36. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json
  37. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/es.json
  38. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/fa.json
  39. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/fi.json
  40. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/fr.json
  41. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/hi.json
  42. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/hr.json
  43. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/hu.json
  44. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/is.json
  45. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/it.json
  46. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/nl.json
  47. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/pl-PL.json
  48. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/pt-BR.json
  49. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/ro-RO.json
  50. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/ru.json
  51. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/sk.json
  52. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/sl.json
  53. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json
  54. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/vi.json
  55. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hans.json
  56. 1
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json
  57. 2
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityClaimTypeManager.cs
  58. 2
      modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/IdentityClaimTypeManager_Tests.cs
  59. 2
      modules/openiddict/app/OpenIddict.Demo.Server/package.json
  60. 18
      modules/openiddict/app/angular/package.json
  61. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  62. 258
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  63. 4
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json
  64. 292
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock
  65. 2
      npm/lerna.json
  66. 2
      npm/ng-packs/package.json
  67. 6
      npm/ng-packs/packages/account-core/package.json
  68. 6
      npm/ng-packs/packages/account/package.json
  69. 6
      npm/ng-packs/packages/components/package.json
  70. 4
      npm/ng-packs/packages/core/package.json
  71. 4
      npm/ng-packs/packages/feature-management/package.json
  72. 2
      npm/ng-packs/packages/generators/package.json
  73. 8
      npm/ng-packs/packages/identity/package.json
  74. 6
      npm/ng-packs/packages/oauth/package.json
  75. 4
      npm/ng-packs/packages/permission-management/package.json
  76. 2
      npm/ng-packs/packages/schematics/package.json
  77. 6
      npm/ng-packs/packages/setting-management/package.json
  78. 6
      npm/ng-packs/packages/tenant-management/package.json
  79. 6
      npm/ng-packs/packages/theme-basic/package.json
  80. 4
      npm/ng-packs/packages/theme-shared/package.json
  81. 4
      npm/packs/anchor-js/package.json
  82. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  83. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  84. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  85. 34
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  86. 2
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  87. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  88. 10
      npm/packs/blogging/package.json
  89. 2
      npm/packs/bootstrap-datepicker/package.json
  90. 2
      npm/packs/bootstrap-daterangepicker/package.json
  91. 4
      npm/packs/bootstrap/package.json
  92. 2
      npm/packs/chart.js/package.json
  93. 4
      npm/packs/clipboard/package.json
  94. 12
      npm/packs/cms-kit.admin/package.json
  95. 6
      npm/packs/cms-kit.public/package.json
  96. 6
      npm/packs/cms-kit/package.json
  97. 4
      npm/packs/codemirror/package.json
  98. 4
      npm/packs/core/package.json
  99. 4
      npm/packs/cropperjs/package.json
  100. 4
      npm/packs/datatables.net-bs4/package.json

22
framework/src/Volo.Abp.AspNetCore.Mvc.UI/Volo/Abp/AspNetCore/Mvc/UI/RazorPages/AbpPageModel.cs

@ -122,40 +122,40 @@ public abstract class AbpPageModel : PageModel
return localizer;
}
protected RedirectResult RedirectSafely(string returnUrl, string? returnUrlHash = null)
protected virtual async Task<RedirectResult> RedirectSafelyAsync(string returnUrl, string? returnUrlHash = null)
{
return Redirect(GetRedirectUrl(returnUrl, returnUrlHash));
return Redirect(await GetRedirectUrlAsync(returnUrl, returnUrlHash));
}
protected virtual string GetRedirectUrl(string returnUrl, string? returnUrlHash = null)
protected virtual async Task<string> GetRedirectUrlAsync(string returnUrl, string? returnUrlHash = null)
{
returnUrl = NormalizeReturnUrl(returnUrl);
returnUrl = await NormalizeReturnUrlAsync(returnUrl);
if (!returnUrlHash.IsNullOrWhiteSpace())
{
returnUrl = returnUrl + returnUrlHash;
returnUrl += returnUrlHash;
}
return returnUrl;
}
private string NormalizeReturnUrl(string returnUrl)
protected virtual async Task<string> NormalizeReturnUrlAsync(string returnUrl)
{
if (returnUrl.IsNullOrEmpty())
{
return GetAppHomeUrl();
return await GetAppHomeUrlAsync();
}
if (Url.IsLocalUrl(returnUrl) || AppUrlProvider.IsRedirectAllowedUrl(returnUrl))
if (Url.IsLocalUrl(returnUrl) || await AppUrlProvider.IsRedirectAllowedUrlAsync(returnUrl))
{
return returnUrl;
}
return GetAppHomeUrl();
return await GetAppHomeUrlAsync();
}
protected virtual string GetAppHomeUrl()
protected virtual Task<string> GetAppHomeUrlAsync()
{
return "~/"; //TODO: ???
return Task.FromResult("~/"); //TODO: ???
}
}

21
framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpController.cs

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;
@ -104,14 +105,14 @@ public abstract class AbpController : Controller, IAvoidDuplicateCrossCuttingCon
return localizer;
}
protected virtual RedirectResult RedirectSafely(string returnUrl, string? returnUrlHash = null)
protected virtual async Task<RedirectResult> RedirectSafelyAsync(string returnUrl, string? returnUrlHash = null)
{
return Redirect(GetRedirectUrl(returnUrl, returnUrlHash));
return Redirect(await GetRedirectUrlAsync(returnUrl, returnUrlHash));
}
protected virtual string GetRedirectUrl(string returnUrl, string? returnUrlHash = null)
protected virtual async Task<string> GetRedirectUrlAsync(string returnUrl, string? returnUrlHash = null)
{
returnUrl = NormalizeReturnUrl(returnUrl);
returnUrl = await NormalizeReturnUrlAsync(returnUrl);
if (!returnUrlHash.IsNullOrWhiteSpace())
{
@ -121,23 +122,23 @@ public abstract class AbpController : Controller, IAvoidDuplicateCrossCuttingCon
return returnUrl;
}
protected virtual string NormalizeReturnUrl(string returnUrl)
protected virtual async Task<string> NormalizeReturnUrlAsync(string returnUrl)
{
if (returnUrl.IsNullOrEmpty())
{
return GetAppHomeUrl();
return await GetAppHomeUrlAsync();
}
if (Url.IsLocalUrl(returnUrl) || AppUrlProvider.IsRedirectAllowedUrl(returnUrl))
if (Url.IsLocalUrl(returnUrl) || await AppUrlProvider.IsRedirectAllowedUrlAsync(returnUrl))
{
return returnUrl;
}
return GetAppHomeUrl();
return await GetAppHomeUrlAsync();
}
protected virtual string GetAppHomeUrl()
protected virtual Task<string> GetAppHomeUrlAsync()
{
return Url.Content("~/");
return Task.FromResult(Url.Content("~/"));
}
}

22
framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Authentication/ChallengeAccountController.cs

@ -22,38 +22,38 @@ public abstract class ChallengeAccountController : AbpController
}
[HttpGet]
public virtual ActionResult Login(string returnUrl = "", string returnUrlHash = "")
public virtual async Task<ActionResult> LoginAsync(string returnUrl = "", string returnUrlHash = "")
{
if (CurrentUser.IsAuthenticated)
{
return RedirectSafely(returnUrl, returnUrlHash);
return await RedirectSafelyAsync(returnUrl, returnUrlHash);
}
return Challenge(new AuthenticationProperties { RedirectUri = GetRedirectUrl(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
return Challenge(new AuthenticationProperties { RedirectUri = await GetRedirectUrlAsync(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
}
[HttpGet]
public virtual async Task<ActionResult> Logout(string returnUrl = "", string returnUrlHash = "")
public virtual async Task<ActionResult> LogoutAsync(string returnUrl = "", string returnUrlHash = "")
{
await HttpContext.SignOutAsync();
if (HttpContext.User.Identity?.AuthenticationType == AuthenticationType)
{
return RedirectSafely(returnUrl, returnUrlHash);
return await RedirectSafelyAsync(returnUrl, returnUrlHash);
}
return SignOut(new AuthenticationProperties { RedirectUri = GetRedirectUrl(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
return SignOut(new AuthenticationProperties { RedirectUri = await GetRedirectUrlAsync(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
}
[HttpGet]
public virtual async Task<IActionResult> FrontChannelLogout(string sid)
public virtual async Task<IActionResult> FrontChannelLogoutAsync(string sid)
{
if (User.Identity != null && User.Identity.IsAuthenticated)
{
var currentSid = User.FindFirst("sid")?.Value ?? string.Empty;
if (string.Equals(currentSid, sid, StringComparison.Ordinal))
{
await Logout();
await LogoutAsync();
}
}
@ -61,7 +61,7 @@ public abstract class ChallengeAccountController : AbpController
}
[HttpGet]
public virtual Task<IActionResult> AccessDenied()
public virtual Task<IActionResult> AccessDeniedAsync()
{
return Task.FromResult<IActionResult>(Challenge(
new AuthenticationProperties
@ -78,9 +78,9 @@ public abstract class ChallengeAccountController : AbpController
}
[HttpGet]
public virtual async Task<ActionResult> Challenge(string returnUrl = "", string returnUrlHash = "")
public virtual async Task<ActionResult> ChallengeAsync(string returnUrl = "", string returnUrlHash = "")
{
await HttpContext.SignOutAsync();
return Challenge(new AuthenticationProperties { RedirectUri = GetRedirectUrl(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
return Challenge(new AuthenticationProperties { RedirectUri = await GetRedirectUrlAsync(returnUrl, returnUrlHash) }, ChallengeAuthenticationSchemas);
}
}

10
framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/Urls/AppUrlProvider.cs

@ -15,7 +15,6 @@ public class AppUrlProvider : IAppUrlProvider, ITransientDependency
{
protected AppUrlOptions Options { get; }
protected IMultiTenantUrlProvider MultiTenantUrlProvider { get; }
public ILogger<AppUrlProvider> Logger { get; set; }
public AppUrlProvider(
@ -37,9 +36,14 @@ public class AppUrlProvider : IAppUrlProvider, ITransientDependency
);
}
public bool IsRedirectAllowedUrl(string url)
public virtual async Task<bool> IsRedirectAllowedUrlAsync(string url)
{
var allow = Options.RedirectAllowedUrls.Any(x => url.StartsWith(x, StringComparison.CurrentCultureIgnoreCase));
var redirectAllowedUrls = new List<string>();
foreach (var redirectAllowedUrl in Options.RedirectAllowedUrls)
{
redirectAllowedUrls.Add((await NormalizeUrlAsync(redirectAllowedUrl))!);
}
var allow = redirectAllowedUrls.Any(x => url.StartsWith(x, StringComparison.CurrentCultureIgnoreCase));
if (!allow)
{
Logger.LogError($"Invalid RedirectUrl: {url}, Use {nameof(AppUrlProvider)} to configure it!");

4
framework/src/Volo.Abp.UI.Navigation/Volo/Abp/Ui/Navigation/Urls/IAppUrlProvider.cs

@ -9,7 +9,7 @@ public interface IAppUrlProvider
Task<string?> GetUrlOrNullAsync([NotNull] string appName, string? urlName = null);
bool IsRedirectAllowedUrl(string url);
Task<bool> IsRedirectAllowedUrlAsync(string url);
Task<string?> NormalizeUrlAsync(string? url);
}

46
framework/test/Volo.Abp.UI.Navigation.Tests/Volo/Abp/Ui/Navigation/AppUrlProvider_Tests.cs

@ -4,6 +4,7 @@ using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.MultiTenancy;
using Volo.Abp.MultiTenancy.ConfigurationStore;
using Volo.Abp.Testing;
using Volo.Abp.UI.Navigation.Urls;
using Xunit;
@ -15,6 +16,8 @@ public class AppUrlProvider_Tests : AbpIntegratedTest<AbpUiNavigationTestModule>
private readonly IAppUrlProvider _appUrlProvider;
private readonly ICurrentTenant _currentTenant;
private readonly Guid _tenantAId = Guid.NewGuid();
public AppUrlProvider_Tests()
{
_appUrlProvider = ServiceProvider.GetRequiredService<AppUrlProvider>();
@ -35,12 +38,22 @@ public class AppUrlProvider_Tests : AbpIntegratedTest<AbpUiNavigationTestModule>
options.RedirectAllowedUrls.AddRange(new List<string>()
{
"https://wwww.volosoft.com",
"https://wwww.aspnetzero.com"
"https://wwww.aspnetzero.com",
"https://{{tenantName}}.abp.io",
"https://{{tenantId}}.abp.io"
});
options.Applications["BLAZOR"].RootUrl = "https://{{tenantId}}.abp.io";
options.Applications["BLAZOR"].Urls["PasswordReset"] = "account/reset-password";
});
services.Configure<AbpDefaultTenantStoreOptions>(options =>
{
options.Tenants = new TenantConfiguration[]
{
new(_tenantAId, "community")
};
});
}
[Fact]
@ -64,14 +77,13 @@ public class AppUrlProvider_Tests : AbpIntegratedTest<AbpUiNavigationTestModule>
url.ShouldBe("https://community.abp.io/account/reset-password");
}
var tenantId = Guid.NewGuid();
using (_currentTenant.Change(tenantId))
using (_currentTenant.Change(_tenantAId))
{
var url = await _appUrlProvider.GetUrlAsync("BLAZOR");
url.ShouldBe($"https://{tenantId}.abp.io");
url.ShouldBe($"https://{_tenantAId}.abp.io");
url = await _appUrlProvider.GetUrlAsync("BLAZOR", "PasswordReset");
url.ShouldBe($"https://{tenantId}.abp.io/account/reset-password");
url.ShouldBe($"https://{_tenantAId}.abp.io/account/reset-password");
}
await Assert.ThrowsAsync<AbpException>(async () =>
@ -87,9 +99,27 @@ public class AppUrlProvider_Tests : AbpIntegratedTest<AbpUiNavigationTestModule>
}
[Fact]
public void IsRedirectAllowedUrl()
public async Task IsRedirectAllowedUrlAsync()
{
_appUrlProvider.IsRedirectAllowedUrl("https://community.abp.io").ShouldBeFalse();
_appUrlProvider.IsRedirectAllowedUrl("https://wwww.volosoft.com").ShouldBeTrue();
(await _appUrlProvider.IsRedirectAllowedUrlAsync("https://community.abp.io")).ShouldBeFalse();
(await _appUrlProvider.IsRedirectAllowedUrlAsync("https://wwww.volosoft.com")).ShouldBeTrue();
using (_currentTenant.Change(null))
{
(await _appUrlProvider.IsRedirectAllowedUrlAsync("https://www.abp.io")).ShouldBeFalse();
(await _appUrlProvider.IsRedirectAllowedUrlAsync("https://abp.io")).ShouldBeTrue();
}
using (_currentTenant.Change(_tenantAId, "community"))
{
(await _appUrlProvider.IsRedirectAllowedUrlAsync("https://community.abp.io")).ShouldBeTrue();
(await _appUrlProvider.IsRedirectAllowedUrlAsync("https://community2.abp.io")).ShouldBeFalse();
}
using (_currentTenant.Change(_tenantAId))
{
(await _appUrlProvider.IsRedirectAllowedUrlAsync($"https://{_tenantAId}.abp.io")).ShouldBeTrue();
(await _appUrlProvider.IsRedirectAllowedUrlAsync($"https://{Guid.NewGuid()}.abp.io")).ShouldBeFalse();
}
}
}

2
modules/account/src/Volo.Abp.Account.Web.IdentityServer/Pages/Account/IdentityServerSupportedLoginModel.cs

@ -177,7 +177,7 @@ public class IdentityServerSupportedLoginModel : LoginModel
// Clear the dynamic claims cache.
await IdentityDynamicClaimsPrincipalContributorCache.ClearAsync(user.Id, user.TenantId);
return RedirectSafely(ReturnUrl, ReturnUrlHash);
return await RedirectSafelyAsync(ReturnUrl, ReturnUrlHash);
}
public override async Task<IActionResult> OnPostExternalLogin(string provider)

18
modules/account/src/Volo.Abp.Account.Web/Pages/Account/LoggedOut.cshtml.cs

@ -18,28 +18,28 @@ public class LoggedOutModel : AccountPageModel
[BindProperty(SupportsGet = true)]
public string PostLogoutRedirectUri { get; set; }
public virtual Task<IActionResult> OnGetAsync()
public virtual async Task<IActionResult> OnGetAsync()
{
NormalizeUrl();
return Task.FromResult<IActionResult>(Page());
await NormalizeUrlAsync();
return Page();
}
public virtual Task<IActionResult> OnPostAsync()
public virtual async Task<IActionResult> OnPostAsync()
{
NormalizeUrl();
return Task.FromResult<IActionResult>(Page());
await NormalizeUrlAsync();
return Page();
}
protected virtual void NormalizeUrl()
protected virtual async Task NormalizeUrlAsync()
{
if (!PostLogoutRedirectUri.IsNullOrWhiteSpace())
{
PostLogoutRedirectUri = Url.Content(GetRedirectUrl(PostLogoutRedirectUri));
PostLogoutRedirectUri = Url.Content(await GetRedirectUrlAsync(PostLogoutRedirectUri));
}
if(!SignOutIframeUrl.IsNullOrWhiteSpace())
{
SignOutIframeUrl = Url.Content(GetRedirectUrl(SignOutIframeUrl));
SignOutIframeUrl = Url.Content(await GetRedirectUrlAsync(SignOutIframeUrl));
}
}
}

6
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs

@ -143,7 +143,7 @@ public class LoginModel : AccountPageModel
// Clear the dynamic claims cache.
await IdentityDynamicClaimsPrincipalContributorCache.ClearAsync(user.Id, user.TenantId);
return RedirectSafely(ReturnUrl, ReturnUrlHash);
return await RedirectSafelyAsync(ReturnUrl, ReturnUrlHash);
}
/// <summary>
@ -237,7 +237,7 @@ public class LoginModel : AccountPageModel
await IdentityDynamicClaimsPrincipalContributorCache.ClearAsync(user.Id, user.TenantId);
}
return RedirectSafely(returnUrl, returnUrlHash);
return await RedirectSafelyAsync(returnUrl, returnUrlHash);
}
//TODO: Handle other cases for result!
@ -279,7 +279,7 @@ public class LoginModel : AccountPageModel
// Clear the dynamic claims cache.
await IdentityDynamicClaimsPrincipalContributorCache.ClearAsync(user.Id, user.TenantId);
return RedirectSafely(returnUrl, returnUrlHash);
return await RedirectSafelyAsync(returnUrl, returnUrlHash);
}
protected virtual async Task ReplaceEmailToUsernameOfInputIfNeeds()

2
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Logout.cshtml.cs

@ -27,7 +27,7 @@ public class LogoutModel : AccountPageModel
await SignInManager.SignOutAsync();
if (ReturnUrl != null)
{
return RedirectSafely(ReturnUrl, ReturnUrlHash);
return await RedirectSafelyAsync(ReturnUrl, ReturnUrlHash);
}
if (await SettingProvider.IsTrueAsync(AccountSettingNames.EnableLocalLogin))

2
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml.cs

@ -38,7 +38,7 @@ public class ManageModel : AccountPageModel
{
if (!Url.IsLocalUrl(ReturnUrl) &&
!ReturnUrl.StartsWith(UriHelper.BuildAbsolute(Request.Scheme, Request.Host, Request.PathBase).RemovePostFix("/")) &&
!AppUrlProvider.IsRedirectAllowedUrl(ReturnUrl))
!await AppUrlProvider.IsRedirectAllowedUrlAsync(ReturnUrl))
{
ReturnUrl = null;
}

6
modules/account/src/Volo.Abp.Account.Web/Pages/Account/ResetPasswordConfirmation.cshtml.cs

@ -14,10 +14,10 @@ public class ResetPasswordConfirmationModel : AccountPageModel
[BindProperty(SupportsGet = true)]
public string ReturnUrlHash { get; set; }
public virtual Task<IActionResult> OnGetAsync()
public virtual async Task<IActionResult> OnGetAsync()
{
ReturnUrl = GetRedirectUrl(ReturnUrl, ReturnUrlHash);
ReturnUrl = await GetRedirectUrlAsync(ReturnUrl, ReturnUrlHash);
return Task.FromResult<IActionResult>(Page());
return Page();
}
}

2
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json

@ -3,7 +3,7 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.0.0",
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.0.1",
"@abp/prismjs": "^~7.3.2",
"@abp/highlight.js": "^~7.3.2"
},

4
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json

@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0",
"@abp/prismjs": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1",
"@abp/prismjs": "~8.0.1"
},
"devDependencies": {}
}

280
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,175 +43,175 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/clipboard@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.0.tgz#cb597686e07e9ef68a09ebf7101498281939fb10"
integrity sha512-JonHbsCwJQ5iI45zy6lFu9kwXUYoRZC+t31N1w7fDMxekwPEjenBR4g33aGLIySTL7ExKiYjBsEVrCg8GKG/mg==
"@abp/clipboard@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.1.tgz#c8758c3a8259cb105307fe9971ee432f3950d287"
integrity sha512-Yo+EL8wfL54KNBhpicy/gSoUv2QNOt39LALgFxNdhMaAkMvQIhkuVN4H0Lk7bcUDG8cRT52CuFRy0Fb5nDFFYA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
clipboard "^2.0.8"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.0.tgz#174ccbd33d47bb687fe35bed35f7c834ca5ee328"
integrity sha512-Udx3pdlUU2MO+di1BZgG3jKNIeImWoPySmBA8YaStqsAkD/yb+YyUD2QmCUfI55kqzRyhAKE467ZusDFFOY20w==
"@abp/prismjs@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.1.tgz#d9e1538188eaa2b5c7b8364c14255cf37a997d1f"
integrity sha512-TgJl+zx9UR9KU6p9BqzlSphp52hRCopJ7iv6gu1pkVHBK+mraE6nBHwZlAyziXVv/DJwo+RlXbBi/A9xfHB18A==
dependencies:
"@abp/clipboard" "~8.0.0"
"@abp/core" "~8.0.0"
"@abp/clipboard" "~8.0.1"
"@abp/core" "~8.0.1"
prismjs "^1.26.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

4
modules/blogging/app/Volo.BloggingTestApp/package.json

@ -3,7 +3,7 @@
"name": "volo.blogtestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0",
"@abp/blogging": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1",
"@abp/blogging": "~8.0.1"
}
}

318
modules/blogging/app/Volo.BloggingTestApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,201 +43,201 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/blogging@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.0.0.tgz#25f805de6bc3ba9f26ba49798e72168950b8b97c"
integrity sha512-N56rtJiAontTMy6M/vqB/n46xZF3FCp1Q0d7/E4ObwmkBRvreN/Zq+zfbPxfvRXodHWAogE6h73vxbixGFnsuQ==
"@abp/blogging@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.0.1.tgz#bdeef25580cf149c6e02da91d10aa8d8711d2912"
integrity sha512-wLq885fBNBlTeafIM5R15UuLstvJCxa569U206xvnxMczD2efM+6dIkR0WIKpUC2E1JwzsHNUG04TXx5BaJnVw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/owl.carousel" "~8.0.0"
"@abp/prismjs" "~8.0.0"
"@abp/tui-editor" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/owl.carousel" "~8.0.1"
"@abp/prismjs" "~8.0.1"
"@abp/tui-editor" "~8.0.1"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/clipboard@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.0.tgz#cb597686e07e9ef68a09ebf7101498281939fb10"
integrity sha512-JonHbsCwJQ5iI45zy6lFu9kwXUYoRZC+t31N1w7fDMxekwPEjenBR4g33aGLIySTL7ExKiYjBsEVrCg8GKG/mg==
"@abp/clipboard@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.1.tgz#c8758c3a8259cb105307fe9971ee432f3950d287"
integrity sha512-Yo+EL8wfL54KNBhpicy/gSoUv2QNOt39LALgFxNdhMaAkMvQIhkuVN4H0Lk7bcUDG8cRT52CuFRy0Fb5nDFFYA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
clipboard "^2.0.8"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/owl.carousel@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.0.0.tgz#250ba286ad0676341d1ecafca1a0138eb77cff2c"
integrity sha512-FeVLf3Y84QQWNWJfX405pWTAiub7v4yObnZW1lpBRUOaAozJpDN7RYfsqnO9vU9xZbCZZOTNFmpY5AlLGXmxUg==
"@abp/owl.carousel@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.0.1.tgz#d3f57656ff7964c046b8de9f38329397998c4482"
integrity sha512-tBOvG1RS+rDBBcAlZe9ajKyTiMgwRTzMybcUWA/23Ka1kcsQdmClVulCiSA6jaxdS4sbnVkBZkYpCf8sFXTB9A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
owl.carousel "^2.3.4"
"@abp/prismjs@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.0.tgz#174ccbd33d47bb687fe35bed35f7c834ca5ee328"
integrity sha512-Udx3pdlUU2MO+di1BZgG3jKNIeImWoPySmBA8YaStqsAkD/yb+YyUD2QmCUfI55kqzRyhAKE467ZusDFFOY20w==
"@abp/prismjs@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.1.tgz#d9e1538188eaa2b5c7b8364c14255cf37a997d1f"
integrity sha512-TgJl+zx9UR9KU6p9BqzlSphp52hRCopJ7iv6gu1pkVHBK+mraE6nBHwZlAyziXVv/DJwo+RlXbBi/A9xfHB18A==
dependencies:
"@abp/clipboard" "~8.0.0"
"@abp/core" "~8.0.0"
"@abp/clipboard" "~8.0.1"
"@abp/core" "~8.0.1"
prismjs "^1.26.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/tui-editor@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.0.0.tgz#580737ed8e3a29ada576866556afbce5655cddfc"
integrity sha512-bsFwmAxLIV9IkcTqJor0ev0+noQqWsczxIkaSx9HWw08/YkNPfG0ak7gICU1I/gZoB7IMoaiwC6dXfY27BKSWA==
"@abp/tui-editor@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.0.1.tgz#1310d50588fa7ad04b746cd3318723e2d23eab51"
integrity sha512-ALOIXj2sw9mCYKmzuXfbQ0J2ZHC+D3eWov8eJBVppkcQZeDlrxDLcFPqHLdNT+e2EYd1zABRhT7Fx7I9uVOqLw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/prismjs" "~8.0.0"
"@abp/jquery" "~8.0.1"
"@abp/prismjs" "~8.0.1"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

2
modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json

@ -3,6 +3,6 @@
"name": "client-simulation-web",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1"
}
}

258
modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

10
modules/cms-kit/angular/package.json

@ -15,11 +15,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~8.0.0",
"@abp/ng.identity": "~8.0.0",
"@abp/ng.setting-management": "~8.0.0",
"@abp/ng.tenant-management": "~8.0.0",
"@abp/ng.theme.basic": "~8.0.0",
"@abp/ng.account": "~8.0.1",
"@abp/ng.identity": "~8.0.1",
"@abp/ng.setting-management": "~8.0.1",
"@abp/ng.tenant-management": "~8.0.1",
"@abp/ng.theme.basic": "~8.0.1",
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",

4
modules/cms-kit/angular/projects/cms-kit/package.json

@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@abp/ng.core": ">=8.0.0",
"@abp/ng.theme.shared": ">=8.0.0"
"@abp/ng.core": ">=8.0.1",
"@abp/ng.theme.shared": ">=8.0.1"
},
"dependencies": {
"tslib": "^2.0.0"

2
modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json

@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1"
}
}

258
modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

2
modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1"
}
}

258
modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

4
modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json

@ -3,7 +3,7 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0",
"@abp/cms-kit": "8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1",
"@abp/cms-kit": "8.0.1"
}
}

392
modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,257 +43,257 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/clipboard@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.0.tgz#cb597686e07e9ef68a09ebf7101498281939fb10"
integrity sha512-JonHbsCwJQ5iI45zy6lFu9kwXUYoRZC+t31N1w7fDMxekwPEjenBR4g33aGLIySTL7ExKiYjBsEVrCg8GKG/mg==
"@abp/clipboard@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.1.tgz#c8758c3a8259cb105307fe9971ee432f3950d287"
integrity sha512-Yo+EL8wfL54KNBhpicy/gSoUv2QNOt39LALgFxNdhMaAkMvQIhkuVN4H0Lk7bcUDG8cRT52CuFRy0Fb5nDFFYA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
clipboard "^2.0.8"
"@abp/cms-kit.admin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.0.0.tgz#2eb5ed3eb5c35041b2dcb2a5a03f8804c7af2de7"
integrity sha512-5bKUjgql5hty74wxq28xAplGlrFbJrqglIxcB8qTW7H6DH0JTPrANx7YXuSdRcfQay5SX2Sg9qvJmt3uTtND+Q==
"@abp/cms-kit.admin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.0.1.tgz#d888d69d5e5bede811650f48a63ccb1792d436ac"
integrity sha512-DiBi4tgytvSQCDYMp1iXQmYK1e5bn1lBvGPcD7Ba5Zjyu2MQZTkun9cAHza38q1rUs4r5dINj/DWftw4dI8o/Q==
dependencies:
"@abp/codemirror" "~8.0.0"
"@abp/jstree" "~8.0.0"
"@abp/slugify" "~8.0.0"
"@abp/tui-editor" "~8.0.0"
"@abp/uppy" "~8.0.0"
"@abp/codemirror" "~8.0.1"
"@abp/jstree" "~8.0.1"
"@abp/slugify" "~8.0.1"
"@abp/tui-editor" "~8.0.1"
"@abp/uppy" "~8.0.1"
"@abp/cms-kit.public@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.0.0.tgz#9d0a0bc2f4e596222ebba4745b78543dc94b2abc"
integrity sha512-71EM2+VfMfhN5I/8DgLDVhUIy+yUSOS06ScQdtIB9MEutn7aRzP4Q1GptXpGo5hqfZJnnLthdFLyaZ3iXonQNw==
"@abp/cms-kit.public@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.0.1.tgz#a81dc492335eb58dfb1bd7673f34f4b5b1b3d19d"
integrity sha512-cZA9mtsWiry4BjiOY97IfXBmoTcWdNOKz+J4s/4qbg4GbRghB34tUvhZ7P9Gh28ORPUdOwiLmGF0IqeZFj5Unw==
dependencies:
"@abp/highlight.js" "~8.0.0"
"@abp/star-rating-svg" "~8.0.0"
"@abp/highlight.js" "~8.0.1"
"@abp/star-rating-svg" "~8.0.1"
"@abp/cms-kit@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.0.0.tgz#ce2460d03c1e0f016cfad450955dff1b43b2a7d5"
integrity sha512-jmAY3i7L64kvGpEYdFXbdzhkh1z11nSCUgLiQlC5b4sTtsxWzlQnGgGAH8lIuk0ZaNmfFNIJdwahff3S+B4nfw==
"@abp/cms-kit@8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.0.1.tgz#f581cfd6786439ca0812d78c2910e31f36bad545"
integrity sha512-Y3wV5TH2I2J8a0+4NwfJRkmvLMpUFWNqzyjXRbWgPTRMI1aJZ0ytoPHkd6l+tvWlyWWzt4WFF39Gd+OoHmDjDw==
dependencies:
"@abp/cms-kit.admin" "~8.0.0"
"@abp/cms-kit.public" "~8.0.0"
"@abp/cms-kit.admin" "~8.0.1"
"@abp/cms-kit.public" "~8.0.1"
"@abp/codemirror@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.0.0.tgz#f9bd3e3fd9f26ac9b6bb43f15805ffd9e59bbd46"
integrity sha512-5U5vGJdzk0etDjWTv0zXp6c8sLPlBf6xRefvle4ffelr49vJaSpu1rs9T5gsmjnbcfBkklFNmBwoLemk5Q3DSw==
"@abp/codemirror@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.0.1.tgz#19516d2143b4243d29ab45394c6941345c691bc1"
integrity sha512-dpOkrPni3Y3MG58PPp7x38FZVsCBXuyGoIqxiEzC9egAzXPUkWT54361cy1FklwpOyJpJQeV0+7IWq2hJOnCJg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
codemirror "^5.65.1"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/highlight.js@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.0.0.tgz#1fd3aa48d0d45540983ff9b98aec48977513262c"
integrity sha512-weq7QfRNGaHWaLDjoeJLxCZ98hXCsgA9g9EBVXm5A+qOkzI+bAlOgOP1/3CbBh7jCskD9c9TEpK0KO9kGFw07Q==
"@abp/highlight.js@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.0.1.tgz#88fc06398a126886699f6d1782c3d35a92362b32"
integrity sha512-94Q9BKcwo/Cdpt6w+B/+t8To1zyxlQ+QxXvojb38fXx7XLHj/FSXGgC4mCeYanlcyU64CeUU9gcXNB4Cf224DQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/jstree@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.0.0.tgz#4027c97ca21d7137dfd15a7fbc753e600c151334"
integrity sha512-KW46krpLHdyVlNbvXVnrq+lAaKzbKfSU6DT2HRcHdRWSXBkxYsDgCC4KRnGLwg6jdCrWT6BOQxHbyKmaBHb9yQ==
"@abp/jstree@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.0.1.tgz#199e1ba512a5f7a1cba5b9a342ac99ce9c91cf16"
integrity sha512-O7dGSW6inRMnaJzo/4kHAoopq9OvQHwl8LBe2iiFEZdxz7mtmxFHmJnNT/wUtTTl01rrhAlUndmoH8KvZDimSA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jstree "^3.3.12"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.0.tgz#174ccbd33d47bb687fe35bed35f7c834ca5ee328"
integrity sha512-Udx3pdlUU2MO+di1BZgG3jKNIeImWoPySmBA8YaStqsAkD/yb+YyUD2QmCUfI55kqzRyhAKE467ZusDFFOY20w==
"@abp/prismjs@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.1.tgz#d9e1538188eaa2b5c7b8364c14255cf37a997d1f"
integrity sha512-TgJl+zx9UR9KU6p9BqzlSphp52hRCopJ7iv6gu1pkVHBK+mraE6nBHwZlAyziXVv/DJwo+RlXbBi/A9xfHB18A==
dependencies:
"@abp/clipboard" "~8.0.0"
"@abp/core" "~8.0.0"
"@abp/clipboard" "~8.0.1"
"@abp/core" "~8.0.1"
prismjs "^1.26.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/slugify@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.0.0.tgz#82bfd5706e644c48f712e46694e47b8709b75ae5"
integrity sha512-R8fhrGocWf4u3MwNoxD4Bdp+QLv1KWyT45zAMgQcTVUIoSCzjC5d9+1xMIQhVdMJZInKA3OHWnEr/GgJaXHthw==
"@abp/slugify@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.0.1.tgz#a07e3e4be41d3e174b79a9546f6daeb1a1ad921c"
integrity sha512-op8ih12winLMrR41asxqnHiDbkClnQGNQcDFSyyiPa5UhM4/wGbWejjBtp+ZYpfvpXvlQst1jJPegUdKeK93ew==
dependencies:
slugify "^1.6.5"
"@abp/star-rating-svg@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.0.0.tgz#f6b5046f1d06998440a25cedc8d69ad6ff8a4aa3"
integrity sha512-u51iKYe2QtdnbMaTRQddHIv7Z7c1g5/Cuo9T4wbNUCEOtbdLSlTstxeAyl+V6dkQaI7zGKemOB9E/gupBZUoKg==
"@abp/star-rating-svg@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.0.1.tgz#57c151bf154746cba1637873c62e613a774e31d4"
integrity sha512-i3qwBSCO8EDAxlduYufe4GONx08PHZ1p/gcwvNwZRbHdREKZBxvHbZhAj7SC4xqC2aGIieRG8W84NSnzP2Ur+w==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
star-rating-svg "^3.5.0"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/tui-editor@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.0.0.tgz#580737ed8e3a29ada576866556afbce5655cddfc"
integrity sha512-bsFwmAxLIV9IkcTqJor0ev0+noQqWsczxIkaSx9HWw08/YkNPfG0ak7gICU1I/gZoB7IMoaiwC6dXfY27BKSWA==
"@abp/tui-editor@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.0.1.tgz#1310d50588fa7ad04b746cd3318723e2d23eab51"
integrity sha512-ALOIXj2sw9mCYKmzuXfbQ0J2ZHC+D3eWov8eJBVppkcQZeDlrxDLcFPqHLdNT+e2EYd1zABRhT7Fx7I9uVOqLw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/prismjs" "~8.0.0"
"@abp/jquery" "~8.0.1"
"@abp/prismjs" "~8.0.1"
"@abp/uppy@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.0.0.tgz#9da0601a868fcab80a1c125da90e77758c09c640"
integrity sha512-Z/Du8qeHQYLjTgI9ZGva7orreBKfEsNRFxmfCXS5eqsytcoYyJsIR6o4tN0XnBRouV3P3C06yYpW0ttWlu6RmQ==
"@abp/uppy@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.0.1.tgz#775f5176d6e3693b550ee75f8562cfcaa8687e30"
integrity sha512-78+vWkm0D6jhq1wrflk58uicn5L1YdWHq0wN2vgjVtYRFlamjYx0vcmP5BI/v4htFjmpkyAfpFtyTBjdO18Y6w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
uppy "^1.16.1"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

4
modules/docs/app/VoloDocs.Web/package.json

@ -3,7 +3,7 @@
"name": "volo.docstestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0",
"@abp/docs": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1",
"@abp/docs": "~8.0.1"
}
}

318
modules/docs/app/VoloDocs.Web/yarn.lock

@ -2,47 +2,47 @@
# yarn lockfile v1
"@abp/anchor-js@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.0.0.tgz#d2a51171d0ef07657d6cb7d5e933cbdbd68bc800"
integrity sha512-D98eiLTNS7sP0q4IcFFC5llULjWVBeacRdAeFbZMqak2TAz3i9zwgY1A8A53xrc6fpZKDAnFX3ARuS4VoqhDFQ==
"@abp/anchor-js@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.0.1.tgz#6845a309c53377069ca3267d2a6ed38c3f802176"
integrity sha512-woOxuG/cD+pjtlSh86E8FYEK7z0WKc/sBViNpnNaQtB7DgE5aWhheQymQajyuVtDL0h+6J5FFIQuHVp7Hj7j0A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
anchor-js "^4.3.1"
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -51,194 +51,194 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/clipboard@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.0.tgz#cb597686e07e9ef68a09ebf7101498281939fb10"
integrity sha512-JonHbsCwJQ5iI45zy6lFu9kwXUYoRZC+t31N1w7fDMxekwPEjenBR4g33aGLIySTL7ExKiYjBsEVrCg8GKG/mg==
"@abp/clipboard@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.1.tgz#c8758c3a8259cb105307fe9971ee432f3950d287"
integrity sha512-Yo+EL8wfL54KNBhpicy/gSoUv2QNOt39LALgFxNdhMaAkMvQIhkuVN4H0Lk7bcUDG8cRT52CuFRy0Fb5nDFFYA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
clipboard "^2.0.8"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/docs@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.0.0.tgz#b461b1233bb2e4e64035c374c29c30332f7cbf8d"
integrity sha512-StQMsssu+P+pG/+Or1Q3RL1TQRbJj+V1Z12DsybYRAATB8LBvSTOphx4/ico2nee6ZW6npOxze8ke2vS8MjHxA==
"@abp/docs@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.0.1.tgz#0ed6efe822d6d054018d3808d3cf607c40b88641"
integrity sha512-6qBi5G1qp9tdvyu9u/NhZXKyyWyOgGLRGUrdgBJoNOiCpXoqHWwktzww9THiFj+QkjUBW2C/rQVJkwOVQzoXdA==
dependencies:
"@abp/anchor-js" "~8.0.0"
"@abp/clipboard" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/popper.js" "~8.0.0"
"@abp/prismjs" "~8.0.0"
"@abp/anchor-js" "~8.0.1"
"@abp/clipboard" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/popper.js" "~8.0.1"
"@abp/prismjs" "~8.0.1"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/popper.js@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.0.0.tgz#7e804a97e778ad2351e22daeabf6161ca58fd7f1"
integrity sha512-mqRmzdYq882zWE6+yVbVRHyzgTenvBfM/hfWgHSWJfMOpmt6LclhriaVrQspYFV7CTZQYNdZYX/4tgJ+MYiXZA==
"@abp/popper.js@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.0.1.tgz#d1f1a818eab98bd40ba7e964201043bd4064d521"
integrity sha512-0s5bH2kRSNGCfz+18rr8BWR2+OKAVPNQFplxfnQY0RVKQ82h1AK0m7vk7fOU+BAG2G7ctUOUmbtX5kq7yTZzUQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@popperjs/core" "^2.11.2"
"@abp/prismjs@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.0.tgz#174ccbd33d47bb687fe35bed35f7c834ca5ee328"
integrity sha512-Udx3pdlUU2MO+di1BZgG3jKNIeImWoPySmBA8YaStqsAkD/yb+YyUD2QmCUfI55kqzRyhAKE467ZusDFFOY20w==
"@abp/prismjs@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.1.tgz#d9e1538188eaa2b5c7b8364c14255cf37a997d1f"
integrity sha512-TgJl+zx9UR9KU6p9BqzlSphp52hRCopJ7iv6gu1pkVHBK+mraE6nBHwZlAyziXVv/DJwo+RlXbBi/A9xfHB18A==
dependencies:
"@abp/clipboard" "~8.0.0"
"@abp/core" "~8.0.0"
"@abp/clipboard" "~8.0.1"
"@abp/core" "~8.0.1"
prismjs "^1.26.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityErrorCodes.cs

@ -11,4 +11,5 @@ public static class IdentityErrorCodes
public const string UsersCanNotChangeTwoFactor = "Volo.Abp.Identity:010007";
public const string CanNotChangeTwoFactor = "Volo.Abp.Identity:010008";
public const string YouCannotDelegateYourself = "Volo.Abp.Identity:010009";
public const string ClaimNameExist = "Volo.Abp.Identity:010021";
}

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/ar.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "لا يمكنك تغيير إعداد العاملين.",
"Volo.Abp.Identity:010008": "لا يجوز تغيير إعداد عاملين.",
"Volo.Abp.Identity:010009": "لا يمكنك تفويض نفسك.",
"Volo.Abp.Identity:010021": "الاسم {0} موجود بالفعل.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "العدد الأقصى المسموح به لعضوية الوحدة التنظيمية للمستخدم",
"ThisUserIsNotActiveMessage": "هذا المستخدم غير نشط.",
"Permission:IdentityManagement": "إدارة الهوية",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/cs.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Nastavení dvou faktorů nemůžete změnit.",
"Volo.Abp.Identity:010008": "Není povoleno měnit nastavení dvou faktorů.",
"Volo.Abp.Identity:010009": "Nemůžete delegovat své vlastní oprávnění.",
"Volo.Abp.Identity:010021": "Název '{0}' již existuje.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maximální povolený počet členů organizační jednotky pro uživatele",
"ThisUserIsNotActiveMessage": "Tento uživatel není aktivní.",
"Permission:IdentityManagement": "Správa identit",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/de.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Sie können Ihre Zwei-Faktor-Einstellung nicht ändern.",
"Volo.Abp.Identity:010008": "Die Zwei-Faktor-Einstellung dürfen nicht geändert werden.",
"Volo.Abp.Identity:010009": "Sie können sich nicht selbst delegieren.",
"Volo.Abp.Identity:010021": "Der Name existiert bereits {0}",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maximal zulässige Anzahl an Mitgliedschaften in Organisationseinheiten für einen Benutzer",
"ThisUserIsNotActiveMessage": "Dieser Benutzer ist nicht aktiv.",
"Permission:IdentityManagement": "Identitätsverwaltung",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/el.json

@ -75,6 +75,7 @@
"Volo.Abp.Identity:010007": "Δεν μπορείτε να αλλάξετε τη ρύθμιση δύο παραγόντων.",
"Volo.Abp.Identity:010008": "Δεν επιτρέπεται η αλλαγή της ρύθμισης δύο παραγόντων.",
"Volo.Abp.Identity:010009": "Δεν μπορείτε να αναθέσετε την εξουσιοδότησή σας σε εσάς ίδιο.",
"Volo.Abp.Identity:010021": "Το όνομα '{0}' υπάρχει ήδη.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Μέγιστος επιτρεπόμενος αριθμός μελών μονάδας οργανισμού για έναν χρήστη",
"ThisUserIsNotActiveMessage": "Αυτός ο χρήστης δεν είναι ενεργός.",
"Permission:IdentityManagement": "Διαχείριση ταυτότητας",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en-GB.json

@ -75,6 +75,7 @@
"Volo.Abp.Identity:010007": "You can't change your two factor setting.",
"Volo.Abp.Identity:010008": "Changing the two factor setting is not allowed.",
"Volo.Abp.Identity:010009": "You cannot delegate yourself!",
"Volo.Abp.Identity:010021": "Name exist: '{0}'",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maximum allowed organisation unit membership count for a user",
"Permission:IdentityManagement": "Identity management",
"Permission:RoleManagement": "Role management",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "You can't change your two factor setting.",
"Volo.Abp.Identity:010008": "It's not allowed to change two factor setting.",
"Volo.Abp.Identity:010009": "You can not delegate yourself.",
"Volo.Abp.Identity:010021": "Name exist: '{0}'.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maximum allowed organization unit membership count for a user",
"ThisUserIsNotActiveMessage": "This user is not active.",
"Permission:IdentityManagement": "Identity management",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/es.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "No puedes cambiar tu configuración de autentificación de dos pasos.",
"Volo.Abp.Identity:010008": "No está permitido cambiar la configuración de autenticación de dos pasos.",
"Volo.Abp.Identity:010009": "No puedes delegar tu propia cuenta!",
"Volo.Abp.Identity:010021": "Ya existe un con el nombre '{0}'",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Número máximo de unidades organizativas por usuario",
"ThisUserIsNotActiveMessage": "Este usuario no está activo.",
"Permission:IdentityManagement": "Gestión de identidades",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/fa.json

@ -75,6 +75,7 @@
"Volo.Abp.Identity:010007": "شما نمی توانید تنظیمات دو مرحله ای خود را تغییر دهید.",
"Volo.Abp.Identity:010008": "تغییر دادن تنظیمات دو مرحله ای مجاز نمی باشد.",
"Volo.Abp.Identity:010009": "شما نمی توانید خودتان را معرفی کنید.",
"Volo.Abp.Identity:010021": "نام {0} قبلاً استفاده گردیده است.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "حداکثر تعداد مجاز عضویت در یک واحد سازمان برای یک کاربر",
"ThisUserIsNotActiveMessage": "این کاربر غیرفعال میباشد.",
"Permission:IdentityManagement": "مدیریت هویت",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/fi.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Et voi muuttaa kahden tekijän asetusta.",
"Volo.Abp.Identity:010008": "Kahden tekijän asetusta ei saa muuttaa.",
"Volo.Abp.Identity:010009": "Et voi delegoida itseäsi.",
"Volo.Abp.Identity:010021": "{0} on jo olemassa.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Suurin sallittu organisaatioyksikön jäsenmäärä käyttäjälle",
"ThisUserIsNotActiveMessage": "Tämä käyttäjä ei ole aktiivinen.",
"Permission:IdentityManagement": "Identiteetin hallinta",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/fr.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Vous ne pouvez pas modifier votre paramètre à deux facteurs.",
"Volo.Abp.Identity:010008": "Il n’est pas permis de changer deux facteurs de réglage.",
"Volo.Abp.Identity:010009": "Vous ne pouvez pas vous déléguer vous-même.",
"Volo.Abp.Identity:010021" : "Le nom '{0}' existe déjà.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Nombre maximal d’adhésions autorisées à l’unité d’organisation pour un utilisateur",
"ThisUserIsNotActiveMessage": "Cet utilisateur n'est pas actif.",
"Permission:IdentityManagement": "Gestion de l’identité",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/hi.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "आप अपनी दो कारक सेटिंग नहीं बदल सकते।",
"Volo.Abp.Identity:010008": "इसे दो कारक सेटिंग बदलने की अनुमति नहीं है।",
"Volo.Abp.Identity:010009": "आप अपने आप को अधिकृत नहीं कर सकते हैं!",
"Volo.Abp.Identity:010021" : "नाम '{0}' पहले से ही लिया गया है।",
"Identity.OrganizationUnit.MaxUserMembershipCount": "उपयोगकर्ता के लिए अधिकतम अनुमत संगठन इकाई सदस्यता गणना",
"ThisUserIsNotActiveMessage": "यह उपयोगकर्ता सक्रिय नहीं है।",
"Permission:IdentityManagement": "पहचान प्रबंधन",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/hr.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Ne možete promijeniti postavku dva faktora.",
"Volo.Abp.Identity:010008": "Nije dopušteno mijenjati postavke dvofaktorske autentifikacije.",
"Volo.Abp.Identity:010009": "Ne možete delegirati sami sebi.",
"Volo.Abp.Identity:010021" : "Naziv '{0}' već postoji.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maksimalni dopušteni broj članstva u organizacijskoj jedinici za korisnika",
"ThisUserIsNotActiveMessage": "Ovaj korisnik nije aktivan.",
"Permission:IdentityManagement": "Upravljanje identitetom",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/hu.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Nem változtathatja meg a kétlépcsős bejelentkezés beállítását.",
"Volo.Abp.Identity:010008": "Kétlépcsős bejelentkezés beállítás megváltoztatása nem megengedett.",
"Volo.Abp.Identity:010009": "Nem adhatja át a saját jogosultságait.",
"Volo.Abp.Identity:010021" : "'{0}' nevű már létezik.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "A maximálisan megengedett szervezeti egység tagsági szám egy felhasználó számára",
"ThisUserIsNotActiveMessage": "Ez a felhasználó nem aktív.",
"Permission:IdentityManagement": "Identitáskezelés",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/is.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Þú getur ekki breytt tveggja þátta stillingu þinni.",
"Volo.Abp.Identity:010008": "Það er ekki leyfilegt að breyta tvíþátta stillingu.",
"Volo.Abp.Identity:010009": "Þú getur ekki delegað þér sjálfum.",
"Volo.Abp.Identity:010021" : "Nafnið '{0}' er þegar í notkun.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Hámarks leyfileg fjöldi aðildar að skipulagseiningu fyrir notanda",
"ThisUserIsNotActiveMessage": "Þessi notandi er ekki virkur.",
"Permission:IdentityManagement": "Auðkenninga umsjón",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/it.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Non puoi modificare l'impostazione dei due fattori.",
"Volo.Abp.Identity:010008": "Non è consentito modificare l'impostazione a due fattori.",
"Volo.Abp.Identity:010009": "Non puoi delegare te stesso.",
"Volo.Abp.Identity:010021" : "Il nome '{0}' è già in uso.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Numero massimo consentito di membri dell'unità organizzativa per un utente",
"ThisUserIsNotActiveMessage": "Questo utente non è attivo.",
"Permission:IdentityManagement": "Gestione identità",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/nl.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "U kunt uw instelling voor tweefactor authenticatie niet wijzigen.",
"Volo.Abp.Identity:010008": "Het is niet toegestaan om de instelling van tweefactor authenticatie te wijzigen.",
"Volo.Abp.Identity:010009": "U kunt uzelf niet delegeren.",
"Volo.Abp.Identity:010021" : "Er bestaat al een met de naam '{0}'.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maximaal toegestande aantal lidmaatschappen van organisatie-eenheden voor een gebruiker",
"ThisUserIsNotActiveMessage": "Deze gebruiker is niet actief.",
"Permission:IdentityManagement": "Identiteitsbeheer",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/pl-PL.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Nie możesz zmienić ustawienia dwóch czynników.",
"Volo.Abp.Identity:010008": "Nie wolno zmieniać ustawienia dwuczynnikowego.",
"Volo.Abp.Identity:010009": "Nie możesz delegować swoich uprawnień.",
"Volo.Abp.Identity:010021" : "Nazwa '{0}' już istnieje.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maksymalna dozwolona liczba członków jednostki organizacyjnej dla użytkownika",
"ThisUserIsNotActiveMessage": "Ten użytkownik nie jest aktywny.",
"Permission:IdentityManagement": "Zarządzanie tożsamością",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/pt-BR.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Você não pode alterar sua configuração de dois fatores.",
"Volo.Abp.Identity:010008": "Não é permitido alterar a configuração de dois fatores.",
"Volo.Abp.Identity:010009": "Você não pode delegar a si mesmo.",
"Volo.Abp.Identity:010021" : "Já existe um(a) {0} com o nome.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Contagem máxima permitida de membros da unidade organizacional para um usuário",
"ThisUserIsNotActiveMessage": "Este usuário não está ativo.",
"Permission:IdentityManagement": "Acessos",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/ro-RO.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Nu vă puteţi schimba setările de autentificare în doi paşi.",
"Volo.Abp.Identity:010008": "Nu este permisă modificarea setărilor autentificării în doi paşi.",
"Volo.Abp.Identity:010009": "Nu vă puteţi delega singur.",
"Volo.Abp.Identity:010021" : "Numele '{0}' este deja luat.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Numărul maxim de unităţi organizaţionale permise pentru un utilizator",
"ThisUserIsNotActiveMessage": "Acest utilizator nu este activ.",
"Permission:IdentityManagement": "Administrare identităţii",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/ru.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Вы не можете изменить настройку двух факторов.",
"Volo.Abp.Identity:010008": "Изменение двухфакторной настройки не допускается.",
"Volo.Abp.Identity:010009": "Вы не можете делегировать свои собственные права.",
"Volo.Abp.Identity:010021" : "Имя '{0}' уже существует.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Максимально допустимое количество членов организационного подразделения для пользователя",
"ThisUserIsNotActiveMessage": "Этот пользователь не активен.",
"Permission:IdentityManagement": "Управление идентификацией",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/sk.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Dvojfaktorové nastavenie nie je možné zmeniť.",
"Volo.Abp.Identity:010008": "Dvojfaktorové nastavenie nie je povolené zmeniť.",
"Volo.Abp.Identity:010009": "Nemôžete delegovať svoje vlastné oprávnenia.",
"Volo.Abp.Identity:010021" : "Názov '{0}' sa už používa.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Maximálny povolený počet členov organizačnej jednotky pre používateľa",
"ThisUserIsNotActiveMessage": "Tento používateľ nie je aktívny.",
"Permission:IdentityManagement": "Správa identít",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/sl.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Nastavitve dveh faktorjev ne morete spremeniti.",
"Volo.Abp.Identity:010008": "Ni dovoljeno spreminjati nastavitve dveh faktorjev.",
"Volo.Abp.Identity:010009": "Ne morete delegirati svojih pravic.",
"Volo.Abp.Identity:010021" : "Naziv '{0}' že obstaja.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Največje dovoljeno število članov v organizacijski enoti za uporabnika",
"ThisUserIsNotActiveMessage": "Ta uporabnik ni aktiven.",
"Permission:IdentityManagement": "Upravljanje identitet",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/tr.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "İki faktörlü ayarınızı değiştiremezsiniz.",
"Volo.Abp.Identity:010008": "İki faktörlü ayarın değiştirilmesine izin verilmez.",
"Volo.Abp.Identity:010009": "Kendinizi yetkilendiremezsiniz.",
"Volo.Abp.Identity:010021" : "{0} isminde bir birim zaten var.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Bir kullanıcı için izin verilen en fazla organizasyon birimi sayısı",
"ThisUserIsNotActiveMessage": "Bu kullanıcı aktif değil.",
"Permission:IdentityManagement": "Kimlik yönetimi",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/vi.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "Bạn không thể thay đổi cài đặt hai yếu tố của mình.",
"Volo.Abp.Identity:010008": "Không được phép thay đổi cài đặt hai yếu tố.",
"Volo.Abp.Identity:010009": "Bạn không thể ủy quyền cho chính mình.",
"Volo.Abp.Identity:010021": "Tên '{0}' đã tồn tại.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "Số lượng thành viên đơn vị tổ chức tối đa được phép cho một người dùng",
"ThisUserIsNotActiveMessage": "Người dùng này không hoạt động.",
"Permission:IdentityManagement": "Quản lý danh tính",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hans.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "你不能修改你的双因素身份验证设置",
"Volo.Abp.Identity:010008": "不允许修改双因素身份验证设置。",
"Volo.Abp.Identity:010009": "你不能委托给自己。",
"Volo.Abp.Identity:010021": "名称:'{0}' 已存在",
"Identity.OrganizationUnit.MaxUserMembershipCount": "组织单位最大允许的成员资格计数",
"ThisUserIsNotActiveMessage": "该用户不可用。",
"Permission:IdentityManagement": "身份标识管理",

1
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/zh-Hant.json

@ -76,6 +76,7 @@
"Volo.Abp.Identity:010007": "你不能修改你的雙因素身份驗證設置",
"Volo.Abp.Identity:010008": "不允許修改雙因素身份驗證設置.",
"Volo.Abp.Identity:010009": "你不能委派給自己",
"Volo.Abp.Identity:010021" : "名稱 '{0}' 已存在.",
"Identity.OrganizationUnit.MaxUserMembershipCount": "允許一個使用者至多可隸屬在幾個組織單位",
"ThisUserIsNotActiveMessage": "該用戶不可用.",
"Permission:IdentityManagement": "身份識別管理",

2
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityClaimTypeManager.cs

@ -16,7 +16,7 @@ public class IdentityClaimTypeManager : DomainService
{
if (await IdentityClaimTypeRepository.AnyAsync(claimType.Name))
{
throw new AbpException($"Name Exist: {claimType.Name}");
throw new BusinessException(IdentityErrorCodes.ClaimNameExist).WithData("0", claimType.Name);
}
return await IdentityClaimTypeRepository.InsertAsync(claimType);

2
modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/IdentityClaimTypeManager_Tests.cs

@ -32,7 +32,7 @@ public class IdentityClaimTypeManager_Tests : AbpIdentityDomainTestBase
[Fact]
public async Task Create_Name_Exist_Should_Exception()
{
await Assert.ThrowsAnyAsync<AbpException>(async () => await _claimTypeManager.CreateAsync(
await Assert.ThrowsAnyAsync<BusinessException>(async () => await _claimTypeManager.CreateAsync(
new IdentityClaimType(
Guid.NewGuid(), "Age")));
}

2
modules/openiddict/app/OpenIddict.Demo.Server/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1"
}
}

18
modules/openiddict/app/angular/package.json

@ -12,14 +12,14 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~8.0.0",
"@abp/ng.components": "~8.0.0",
"@abp/ng.core": "~8.0.0",
"@abp/ng.oauth": "~8.0.0",
"@abp/ng.identity": "~8.0.0",
"@abp/ng.setting-management": "~8.0.0",
"@abp/ng.tenant-management": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.account": "~8.0.1",
"@abp/ng.components": "~8.0.1",
"@abp/ng.core": "~8.0.1",
"@abp/ng.oauth": "~8.0.1",
"@abp/ng.identity": "~8.0.1",
"@abp/ng.setting-management": "~8.0.1",
"@abp/ng.tenant-management": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"@abp/ng.theme.lepton-x": "~3.0.0",
"@angular/animations": "^15.0.1",
"@angular/common": "^15.0.1",
@ -36,7 +36,7 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@abp/ng.schematics": "~8.0.0",
"@abp/ng.schematics": "~8.0.1",
"@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.1.0",

2
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json

@ -3,6 +3,6 @@
"name": "demo-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1"
}
}

258
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"

4
modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json

@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.0",
"@abp/virtual-file-explorer": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.0.1",
"@abp/virtual-file-explorer": "~8.0.1"
}
}

292
modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.0.tgz#c58d15186ad9842834c953e4d712009597ead5c2"
integrity sha512-d43CG48iS8vQvA85tSK7OlSHdcC9JuBT7mpN7DlLViiQewVeoKwdKkMhl5nkX4k0yNtqaRbWYlDD6kDp95TktA==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.0.tgz#4931d9bd40fba2d3e38d3a2a8da2d2e1c1198cb1"
integrity sha512-YPusLRaR6sBN13rAH/rewZv4GIM3bUsmMjz7o8qVK/3CYTx/iCAn7JSvNBbhCJT151RLmdYrahOsr8UUXx4k8Q==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.0"
"@abp/bootstrap" "~8.0.0"
"@abp/bootstrap-datepicker" "~8.0.0"
"@abp/bootstrap-daterangepicker" "~8.0.0"
"@abp/datatables.net-bs5" "~8.0.0"
"@abp/font-awesome" "~8.0.0"
"@abp/jquery-form" "~8.0.0"
"@abp/jquery-validation-unobtrusive" "~8.0.0"
"@abp/lodash" "~8.0.0"
"@abp/luxon" "~8.0.0"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.0"
"@abp/moment" "~8.0.0"
"@abp/select2" "~8.0.0"
"@abp/sweetalert2" "~8.0.0"
"@abp/timeago" "~8.0.0"
"@abp/toastr" "~8.0.0"
"@abp/aspnetcore.mvc.ui@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.0.tgz#9760a1e4be0e2632e11a3f570209b1eefdf81607"
integrity sha512-+WBwpQfDmhP64BVSjyyiqRENpn5EBgcmA7JVMfmdmEJTrzx9ma7WSbLd5QxUxawMSkcjjnK95c5JdMVZXdaL8g==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.0.1.tgz#3f151da8003c2c3d43a84b700a7681a5b77f98cb"
integrity sha512-N+QgEU51PyvqHGK3RkokZgsttifExXw1MZxDwWjZnfMyZyPo3UNwmnjSYjbrKt4lpz+5F1H7ar2auErCvVxVWg==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.0.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.0.1.tgz#ea00616e4d71f3ae53eccad5c6de1fd9e81290ff"
integrity sha512-rHk99uPYcc4Zi/Hkd/D/tLABb6Jd3HlItC28Lod4QtV6BVghBcQT6IWu06dL5o7i+9+EeiUknI21hW9uW1QjOg==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.0.1"
"@abp/bootstrap" "~8.0.1"
"@abp/bootstrap-datepicker" "~8.0.1"
"@abp/bootstrap-daterangepicker" "~8.0.1"
"@abp/datatables.net-bs5" "~8.0.1"
"@abp/font-awesome" "~8.0.1"
"@abp/jquery-form" "~8.0.1"
"@abp/jquery-validation-unobtrusive" "~8.0.1"
"@abp/lodash" "~8.0.1"
"@abp/luxon" "~8.0.1"
"@abp/malihu-custom-scrollbar-plugin" "~8.0.1"
"@abp/moment" "~8.0.1"
"@abp/select2" "~8.0.1"
"@abp/sweetalert2" "~8.0.1"
"@abp/timeago" "~8.0.1"
"@abp/toastr" "~8.0.1"
"@abp/aspnetcore.mvc.ui@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.0.1.tgz#7d1553901d58c2256e4dafb237d60774ba01868f"
integrity sha512-qy26tjaQaK2r7jjeEnvAxTGOzVaytfkz3kJE5fFEZ2bkcpYyMX9u9ta5JkO8qdxNyxgdJt2q9HbXcMDfIc+IMQ==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,185 +43,185 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.0.tgz#458e0acaf6aedbfb03df692b9b2ec87b9fdad954"
integrity sha512-UetR0ldw0u5i2ohNpeI8+W0AGrov8tiglTTNyx8sF6WMGcCNCtU72jZCOc9/z/q91AijQrtdHIqpN/1B91YiMw==
"@abp/bootstrap-datepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.0.1.tgz#18498cfc5bf1d9f7aa189dfde18e4058f3ead75d"
integrity sha512-1pji99slK1OAlDJv5yWDE6Pfp/kvN4xhWV6sJd3KiCLW8EAa7gQ1pggYIHohUbf73+MsmUyQzdT70jl0q1yD9A==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.0.tgz#613d2984d0f3981e0270d337b360c27397dbc480"
integrity sha512-nQFDtCp1+EuUfnoRmMcGvOgd4yZPMqjsThiW3m2KIV2Y+YlT52mZLBVpqRBpC2993Bs8E9Zpp4R7ebHJgacePg==
"@abp/bootstrap-daterangepicker@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.0.1.tgz#a88efa81200c6abc2620b29ef67b45ce5dbc9348"
integrity sha512-8w5mwfy6p7d+5ky3vt4Jxl5GelaIcYz39yr/BAzcA6nDGkJTehl3Y1dW/kFuaNkZjHWwD4s3CYtU7YrxZyyc4A==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.0.tgz#7d679f88af98de6ac2c0725b86d43f9ce40c4f5b"
integrity sha512-JX6o8uMrsqiMMvbkDRePDqfPFHtWTuKhSTDa77ryp/AZYKOEvJfkdLZGZmYWy7UsB1RNXilth8kMyibqnw0CGg==
"@abp/bootstrap@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.0.1.tgz#ee3cf60a874b69386efad1d51cdf496a1f72c090"
integrity sha512-e8aPqM0ltPqas0k2T4xHPW1+3JBWpNKZNpHGnHo8PYxdtFZH2ZOFD6uEegiPbF8UvZMl8NpSR1QHAgTP65pjVA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
bootstrap "^5.1.3"
"@abp/clipboard@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.0.tgz#cb597686e07e9ef68a09ebf7101498281939fb10"
integrity sha512-JonHbsCwJQ5iI45zy6lFu9kwXUYoRZC+t31N1w7fDMxekwPEjenBR4g33aGLIySTL7ExKiYjBsEVrCg8GKG/mg==
"@abp/clipboard@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.0.1.tgz#c8758c3a8259cb105307fe9971ee432f3950d287"
integrity sha512-Yo+EL8wfL54KNBhpicy/gSoUv2QNOt39LALgFxNdhMaAkMvQIhkuVN4H0Lk7bcUDG8cRT52CuFRy0Fb5nDFFYA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
clipboard "^2.0.8"
"@abp/core@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.0.tgz#cc4d9c0da10fb922a4adea8df67f60bb02d95365"
integrity sha512-qM7jSTR2uAhjAcsaFNchA89rLBiiJpUsvDBFCz0SyOuFz5DYAHo1njlhICcVAHF7H3NxQfVIndGVSjvmqmLC7Q==
"@abp/core@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.0.1.tgz#29612d1a407aae3313e07c9c707edc3b05eb7fab"
integrity sha512-y9jP4hBL3vg+4Pt47bewJDPZNgP7mWn7fKNUZCM1DLOYvQHSdHrIXTrdfpkPFcAA9B2Anhsn3OiZKsHQygHHwA==
dependencies:
"@abp/utils" "~8.0.0"
"@abp/utils" "~8.0.1"
"@abp/datatables.net-bs5@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.0.tgz#c874180ea85fd0b2598fde90e2207bea267870c6"
integrity sha512-8w4oXTQwFnb56NTpeXjUsITGeMtuxv18ZAPK8Zmw28s5uOoIV/d/bEp11hXPwSk3SrjlyLw0lDcZCItwD+W8DQ==
"@abp/datatables.net-bs5@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.0.1.tgz#42f28abe29133b6b0b24feb6f532015517b03f31"
integrity sha512-jgukx5LfBPjsrSfU3lA18QvP3qRqtYQxPsJxfUO1bzqr4bstdBXEPWWYFN5trJ9ZtnyWod6bsCKDS9KiFgfkug==
dependencies:
"@abp/datatables.net" "~8.0.0"
"@abp/datatables.net" "~8.0.1"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.0.tgz#09ef3575a611f6ec123d2a9d4d55b8c89e30d115"
integrity sha512-WmsAfQEGPWMTqHGbeiX3RVfIdfkrMOtUfJmR0JaYJMuQo3STmMSnzOgNMKviDeQdzplgoOOKp6j0OgIqcciowg==
"@abp/datatables.net@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.0.1.tgz#321701e94b8494704137ef8056bf5055e40d4fe4"
integrity sha512-BAejiKaSQdypKgr82SpJKFmS8FAazI1xCDOQ3on3KiKxPS8Jh1TOPsltcRi55WSPDaGgS9SyOSKN4th7ZoqQUA==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.0.tgz#ce7debf296fddbdf79139147f6c9761ec68b6587"
integrity sha512-qeihwiim6YMcL3KfHU0CViVl5MamQXbTp4606r/hKQejCSbdqR9XupYVbTAyojXLCCRqfnDVuXwqWCFTKVbQow==
"@abp/font-awesome@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.0.1.tgz#248119decc0dffa07ba0e7848acc015ab56a7fa6"
integrity sha512-/eOYPdfUQ58hor4WMZPtkAhCODqYrb0tv/4UrFovxkILidEXLVue9EODAi/ZVkeGr+kMPL35WsxP8XpZVxBI8A==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
"@fortawesome/fontawesome-free" "^5.15.4"
"@abp/jquery-form@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.0.tgz#466343a87baa2f53fb57cf377e0fb0c07ff02bb9"
integrity sha512-xinU2Yu0YWNjoaYnBm+OoN8oNX/BDPzbqGtjlH1s5I+M/S0yf/qlPEzvzL5+epBlt0GKza/SqwSsuAVsfuFrKQ==
"@abp/jquery-form@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.0.1.tgz#87467469f5493c336eb93bd6a2871543db8938ec"
integrity sha512-7+oW9OGrJmnHZeOXL/EogchMKQ/8QQfA92uFimteAnd3wn4wJ12mNj4ei24FVZFa40g6TCmIu4rSDFgF8TEO8A==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.0.tgz#a641cc4bff6de178ed3429987017c00bf68e81f9"
integrity sha512-nUcktSW5tPifa6yNX9Y8zCi0VCUJklVSSd4f3eKfjU8SIcWq1eNfR6R+MHRZEVVmyB7xeYMBlc0yjxVYwUUlEw==
"@abp/jquery-validation-unobtrusive@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.0.1.tgz#a34959240ab712d53e2f3b3e78d1abc59e563fca"
integrity sha512-OTFnvTXzzrAy4YKhBhb2LiGzYHHfDoIfeFm0NMM4aBLRFJ92BLhAx9bbb5E4NulKc0nA5GS4BTXEG3E2AEXHug==
dependencies:
"@abp/jquery-validation" "~8.0.0"
"@abp/jquery-validation" "~8.0.1"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.0.tgz#674fe49294c622b07b843ab8721a5ae32024b7b9"
integrity sha512-B/aFZsKbILP4FPuc3eU17APkbBWJhjWXSQCiSXbHpDZYJN5km1l52gpuWR+7Yo5CXnAP06N+zUYHf86tNCZyBw==
"@abp/jquery-validation@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.0.1.tgz#8ff9116e34cdb4a1e6cee1ec7845b1118f8acbdf"
integrity sha512-b+EwUt0aujrDWXt4bchTr8oQkoalIjLe1GgTnCByFs9dwmG60fI5BxDJcc/WWMJWdzJhZCDT5vsFZgMLrkjCRw==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
jquery-validation "^1.19.3"
"@abp/jquery@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.0.tgz#67bf40f87c335b1cba73f406f0102f35e820fd84"
integrity sha512-QhjBz/s1hVJcsYCbuZwNOtOCvsC93OMzMJHoZ2COaKkOZlt6tiRHhawdYVZloKDaMdfcd5tvqbkNhXtQ4K9AXg==
"@abp/jquery@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.0.1.tgz#04d528b57486c0b1d70ce17dbbbf311bf65d7a8f"
integrity sha512-9szbH6FmletKWLwyK+V4ujITpHbMOo8ZAOeHWqEUjqmxRuOLeaR7JGWjctWyT5IbGJ0YwnXWuZh3PvYHyDMuOw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
jquery "~3.6.0"
"@abp/lodash@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.0.tgz#4c809c4755ed11e70875d30f04312b0ff10a2dbb"
integrity sha512-V0y4k9HlggBvJtK5m35Gkori2IN0E4ec1JpBgGeaOStcvThAL1EtXip1kqPORMbC4wm+bgpT0QWhiqCeKBFoLg==
"@abp/lodash@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.0.1.tgz#dc5e2456799e1c83468d5e0c15098706f1aae51b"
integrity sha512-JYknJElmBEmaBzs00JE3tOTH9QcpsfIkzA6WDmy7pRGrN3eyGk6zDb8iKz+8IX5zEqC5ysXtdujN5lf8IDGfgw==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
lodash "^4.17.21"
"@abp/luxon@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.0.tgz#13a1145dc79d908f3398944c4bf0fb0457d94217"
integrity sha512-ZEGegnr+KCczPUrxxPmBUKGyiWkjAa4hDWb06mozdVP14zHQbbZfyKKXwrPfanwcj96Ui9i2klnrKPXuyppBJw==
"@abp/luxon@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.0.1.tgz#87d8a8b0b6a33634355f6b53d071a86f74874e37"
integrity sha512-jccpLHUPTOnHpeBKK3QO+C35+eIAOadRsjXi02bqgIMKV6pnqhWPxXUAVTLslcTYDpGqfMhhEuPI68ZIqlq/AA==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.0.tgz#fd4428d66ee38b4b2c02c0e300d5bd75dcda414d"
integrity sha512-jrD4AHd2Pdr28Ps3QtEDVDMSnK7xSumCKKSJl0R5SJcMyskByJ6gwydYqMGeQkCVnk1ztEZFfJNhOO35A+SBWA==
"@abp/malihu-custom-scrollbar-plugin@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.0.1.tgz#9ef627c8c3c560342a2b0693d8a2e05c8a15a8a9"
integrity sha512-LI4tHBxtCb9gPv8BMreowPNIlnKPu57Xg7QUA+7/xF8alCFe0pe//cl7ub2Q8kTkQ8LJdGszHWvyxL5hUYI/MQ==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.0.tgz#26d0932bf4dac4dee25d0940eea50fcfeb37a69b"
integrity sha512-fgh0pXdxPi5Y9VnC6f12kwJmGQL4dowZtVp8lbNEjnCFiocAhEOOuN9gkTGk8y0xEhXroliW7wbaB2MJPINKhg==
"@abp/moment@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.0.1.tgz#a06eba4527acfd88d063a8b8f660113950ac230b"
integrity sha512-Fvm7ocdYzOnH+pRQ1d0dnn2Y5OWQ2aUSufLF7/PYBD4lP4FYBb1ZigGDPzSgyH9qy9adP/RLsNl6dPdT05rNHQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.0.tgz#174ccbd33d47bb687fe35bed35f7c834ca5ee328"
integrity sha512-Udx3pdlUU2MO+di1BZgG3jKNIeImWoPySmBA8YaStqsAkD/yb+YyUD2QmCUfI55kqzRyhAKE467ZusDFFOY20w==
"@abp/prismjs@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.0.1.tgz#d9e1538188eaa2b5c7b8364c14255cf37a997d1f"
integrity sha512-TgJl+zx9UR9KU6p9BqzlSphp52hRCopJ7iv6gu1pkVHBK+mraE6nBHwZlAyziXVv/DJwo+RlXbBi/A9xfHB18A==
dependencies:
"@abp/clipboard" "~8.0.0"
"@abp/core" "~8.0.0"
"@abp/clipboard" "~8.0.1"
"@abp/core" "~8.0.1"
prismjs "^1.26.0"
"@abp/select2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.0.tgz#4a4ebd63f2b79d663dab709decb2f1b1f510950f"
integrity sha512-kl3of/L0GSHyxt6WYnBDdBqqtoUscY9qubaMHZrk9y1zOVXOM0JUQoyu2KDQhOZm7iCu34ATX47NAw59eb9Omw==
"@abp/select2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.0.1.tgz#0a3acb3c5fcc5a8b56d38fa3731e77f05ffe995b"
integrity sha512-LbeXoN1yDDg/9F2Cd6XFEAsVIeYneeoz9XnFVdTxZRZGN2lcaAKHlKJtb519pW1F9kUJIgd6AYhH/6nOOdXfjg==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
select2 "^4.0.13"
"@abp/sweetalert2@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.0.tgz#369c04e433eead8e7171cd84298bb3e4ecb14050"
integrity sha512-riaHcFdozJ8R/sAdhtnfa7GHhWjptnQODrZ2bqBkcKuw2d8LKQ+2v3tcflaWWHwsOmGVbki3EhJJPdFWOtli/w==
"@abp/sweetalert2@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.0.1.tgz#7eab5e037f03c7b05353897e2a75af3c028af981"
integrity sha512-pJV991Gd5DbTK7ezl1urZhRDVWOE7feh76Gk7K6ctHhLVL/mzzxF2TDdye7Ui8wq37LW1FN7E4+FJPEr+0WH4w==
dependencies:
"@abp/core" "~8.0.0"
"@abp/core" "~8.0.1"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.0.tgz#93947505b68f369df10bb38cd8c05376e1c1cbcb"
integrity sha512-Q+e5CvvFAU21hGuIXREtIeEl8WlGpsNqK+QbCRbjNvM0HgCPH/gRQNpAV+S7TqaI5W2Uggfcsd7GvTH3GtMv7g==
"@abp/timeago@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.0.1.tgz#c75adc1820f6ebbf377834f6ebf8dc6760243d47"
integrity sha512-pBaHxHs5Kg4vlUGTjnZP4ahyxeJEB2caXk2x/s6UBR369mj2kUk+YGH1u/s/QVHQIyxwSY0Yopo9/r/m26naEQ==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
timeago "^1.6.7"
"@abp/toastr@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.0.tgz#d409fec3fb1e5a886d0a03b0f58449a2f8a563d9"
integrity sha512-7evxuHJ+ZJtyCoIv0+HY/av5FC8Y5UzBtVjEB8Ol8RvhH5PBkErguPg9qPZvYcpHjJlYN+iKYAuXdQLZdXHwUQ==
"@abp/toastr@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.0.1.tgz#05f975fc57779ea1854c6fb96e03ba325ede17c9"
integrity sha512-tHt/tUsQrsYLx2QPHVCNNhe1K+vcTZxoFvDNemdWKT6q1aKfsDjn9Tf+OL1eRh7rAZo9FdBliNb50AdLH6GR9Q==
dependencies:
"@abp/jquery" "~8.0.0"
"@abp/jquery" "~8.0.1"
toastr "^2.1.4"
"@abp/utils@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.0.tgz#3de8e34e97e10ac9c2b8c1c194bf6b034fde302f"
integrity sha512-F8LsEedqkngbeFsszdZi1lshFqr++anyJFBoaRsKRw6hJPDPrYtHoOWEQ+p7QcH5UVVzVywQUGMNM+gmAT0vGQ==
"@abp/utils@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.0.1.tgz#193ebac7fe96dfc6e36bfeba8ef550ff247f16e0"
integrity sha512-695x8eNgmGUyozwBIUTkXczmgqfbTxzPOLXaxO33+pSgdR9vHo38Xw0jG6HbE/5qj3+hp0vU8wJH60V4QWM69A==
dependencies:
just-compare "^2.3.0"
"@abp/virtual-file-explorer@~8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.0.0.tgz#9e24742aaf5901df9ed4a41f62c2eb7550965211"
integrity sha512-ACXuXR7ktoGkQlrUk26omNYguQGFL0o1uNh/Uwv+CA3qP+tSIefsC88Ifzz/TGfKDoHP9WeOkg31pVY+eM877g==
"@abp/virtual-file-explorer@~8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.0.1.tgz#72d2d7e34494f3195b061656a1d57b62e91efd9a"
integrity sha512-RNE4DIsEgtzCJYG560yaqmveywZwy9Cev7jkpgU/fo/8hJW72jYLCVW20IBG9DN3UJcrYTO/+iST6dTeNvj6yA==
dependencies:
"@abp/clipboard" "~8.0.0"
"@abp/prismjs" "~8.0.0"
"@abp/clipboard" "~8.0.1"
"@abp/prismjs" "~8.0.1"
"@fortawesome/fontawesome-free@^5.15.4":
version "5.15.4"

2
npm/lerna.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"packages": [
"packs/*"
],

2
npm/ng-packs/package.json

@ -45,7 +45,7 @@
"private": true,
"devDependencies": {
"@abp/ng.theme.lepton-x": "~3.0.0",
"@abp/utils": "~8.0.0",
"@abp/utils": "~8.0.1",
"@angular-devkit/build-angular": "~17.0.0",
"@angular-devkit/core": "~17.0.0",
"@angular-devkit/schematics": "~17.0.0",

6
npm/ng-packs/packages/account-core/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account.core",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.core": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
},

6
npm/ng-packs/packages/account/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.account.core": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/components/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.components",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": ">=8.0.0",
"@abp/ng.theme.shared": ">=8.0.0"
"@abp/ng.core": ">=8.0.1",
"@abp/ng.theme.shared": ">=8.0.1"
},
"dependencies": {
"chart.js": "^3.5.1",

4
npm/ng-packs/packages/core/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/utils": "~7.4.4",
"@abp/utils": "~8.0.1",
"just-clone": "^6.0.0",
"just-compare": "^2.0.0",
"ts-toolbelt": "6.15.4",

4
npm/ng-packs/packages/feature-management/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.feature-management",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/generators/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/nx.generators",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"generators": "./generators.json",
"type": "commonjs",

8
npm/ng-packs/packages/identity/package.json

@ -1,15 +1,15 @@
{
"name": "@abp/ng.identity",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~8.0.0",
"@abp/ng.permission-management": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.components": "~8.0.1",
"@abp/ng.permission-management": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/oauth/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.oauth",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~8.0.0",
"@abp/utils": "~8.0.0",
"@abp/ng.core": "~8.0.1",
"@abp/utils": "~8.0.1",
"angular-oauth2-oidc": "^15.0.0",
"just-clone": "^6.0.0",
"just-compare": "^2.0.0",

4
npm/ng-packs/packages/permission-management/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.permission-management",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/schematics/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/ng.schematics",
"version": "8.0.0",
"version": "8.0.1",
"author": "",
"schematics": "./collection.json",
"dependencies": {

6
npm/ng-packs/packages/setting-management/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.setting-management",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.components": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/tenant-management/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.tenant-management",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.feature-management": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/theme-basic/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.theme.basic",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.account.core": "~8.0.1",
"@abp/ng.theme.shared": "~8.0.1",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/theme-shared/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.shared",
"version": "8.0.0",
"version": "8.0.1",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~8.0.0",
"@abp/ng.core": "~8.0.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
"@ngx-validate/core": "^0.2.0",

4
npm/packs/anchor-js/package.json

@ -1,11 +1,11 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.0.0",
"@abp/core": "~8.0.1",
"anchor-js": "^4.3.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/aspnetcore.components.server.basictheme/package.json

@ -1,11 +1,11 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/aspnetcore.components.server.basictheme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.components.server.theming": "~8.0.0"
"@abp/aspnetcore.components.server.theming": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/aspnetcore.components.server.theming/package.json

@ -1,12 +1,12 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/aspnetcore.components.server.theming",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/bootstrap": "~8.0.0",
"@abp/font-awesome": "~8.0.0"
"@abp/bootstrap": "~8.0.1",
"@abp/font-awesome": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/aspnetcore.mvc.ui.theme.basic/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

34
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"repository": {
"type": "git",
@ -10,22 +10,22 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "~8.0.0",
"@abp/bootstrap": "~8.0.0",
"@abp/bootstrap-datepicker": "~8.0.0",
"@abp/bootstrap-daterangepicker": "~8.0.0",
"@abp/datatables.net-bs5": "~8.0.0",
"@abp/font-awesome": "~8.0.0",
"@abp/jquery-form": "~8.0.0",
"@abp/jquery-validation-unobtrusive": "~8.0.0",
"@abp/lodash": "~8.0.0",
"@abp/luxon": "~8.0.0",
"@abp/malihu-custom-scrollbar-plugin": "~8.0.0",
"@abp/moment": "~8.0.0",
"@abp/select2": "~8.0.0",
"@abp/sweetalert2": "~8.0.0",
"@abp/timeago": "~8.0.0",
"@abp/toastr": "~8.0.0"
"@abp/aspnetcore.mvc.ui": "~8.0.1",
"@abp/bootstrap": "~8.0.1",
"@abp/bootstrap-datepicker": "~8.0.1",
"@abp/bootstrap-daterangepicker": "~8.0.1",
"@abp/datatables.net-bs5": "~8.0.1",
"@abp/font-awesome": "~8.0.1",
"@abp/jquery-form": "~8.0.1",
"@abp/jquery-validation-unobtrusive": "~8.0.1",
"@abp/lodash": "~8.0.1",
"@abp/luxon": "~8.0.1",
"@abp/malihu-custom-scrollbar-plugin": "~8.0.1",
"@abp/moment": "~8.0.1",
"@abp/select2": "~8.0.1",
"@abp/sweetalert2": "~8.0.1",
"@abp/timeago": "~8.0.1",
"@abp/toastr": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/aspnetcore.mvc.ui/package-lock.json

@ -1,6 +1,6 @@
{
"name": "@abp/aspnetcore.mvc.ui",
"version": "8.0.0",
"version": "8.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
npm/packs/aspnetcore.mvc.ui/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/aspnetcore.mvc.ui",
"repository": {
"type": "git",

10
npm/packs/blogging/package.json

@ -1,14 +1,14 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.0.0",
"@abp/owl.carousel": "~8.0.0",
"@abp/prismjs": "~8.0.0",
"@abp/tui-editor": "~8.0.0"
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.0.1",
"@abp/owl.carousel": "~8.0.1",
"@abp/prismjs": "~8.0.1",
"@abp/tui-editor": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/bootstrap-datepicker/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/bootstrap-datepicker",
"repository": {
"type": "git",

2
npm/packs/bootstrap-daterangepicker/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/bootstrap-daterangepicker",
"repository": {
"type": "git",

4
npm/packs/bootstrap/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/bootstrap",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.0.0",
"@abp/core": "~8.0.1",
"bootstrap": "^5.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

2
npm/packs/chart.js/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.0.0",
"@abp/core": "~8.0.1",
"clipboard": "^2.0.8"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

12
npm/packs/cms-kit.admin/package.json

@ -1,15 +1,15 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/cms-kit.admin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "~8.0.0",
"@abp/jstree": "~8.0.0",
"@abp/slugify": "~8.0.0",
"@abp/tui-editor": "~8.0.0",
"@abp/uppy": "~8.0.0"
"@abp/codemirror": "~8.0.1",
"@abp/jstree": "~8.0.1",
"@abp/slugify": "~8.0.1",
"@abp/tui-editor": "~8.0.1",
"@abp/uppy": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/cms-kit.public/package.json

@ -1,12 +1,12 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/cms-kit.public",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/highlight.js": "~8.0.0",
"@abp/star-rating-svg": "~8.0.0"
"@abp/highlight.js": "~8.0.1",
"@abp/star-rating-svg": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/cms-kit/package.json

@ -1,12 +1,12 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/cms-kit",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/cms-kit.admin": "~8.0.0",
"@abp/cms-kit.public": "~8.0.0"
"@abp/cms-kit.admin": "~8.0.1",
"@abp/cms-kit.public": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/codemirror/package.json

@ -1,11 +1,11 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.0.0",
"@abp/core": "~8.0.1",
"codemirror": "^5.65.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/core/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/core",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/utils": "~8.0.0"
"@abp/utils": "~8.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/cropperjs/package.json

@ -1,11 +1,11 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/cropperjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.0.0",
"@abp/core": "~8.0.1",
"cropperjs": "^1.5.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net-bs4/package.json

@ -1,5 +1,5 @@
{
"version": "8.0.0",
"version": "8.0.1",
"name": "@abp/datatables.net-bs4",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~8.0.0",
"@abp/datatables.net": "~8.0.1",
"datatables.net-bs4": "^1.11.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save