Browse Source

Merge pull request #25976 from abpframework/auto-merge/rel-10-7/4767

Merge branch dev with rel-10.7
pull/25979/head
Volosoft Agent 2 days ago
committed by GitHub
parent
commit
9c40472440
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/en/framework/infrastructure/emailing.md
  2. 19
      docs/en/framework/infrastructure/text-templating/razor.md
  3. 19
      docs/en/framework/infrastructure/text-templating/scriban.md
  4. 2
      framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Templates/Layout.tpl
  5. 37
      framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenu.razor
  6. 136
      framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenu.razor.cs
  7. 15
      framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenuItem.razor
  8. 75
      framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenuItem.razor.cs
  9. 4
      framework/src/Volo.Abp.MudBlazorUI/Components/MudEntityAction.razor
  10. 13
      framework/src/Volo.Abp.MudBlazorUI/Components/MudEntityActions.razor
  11. 35
      framework/src/Volo.Abp.TextTemplating.Core/Volo/Abp/TextTemplating/TemplateRenderingEngineBase.cs
  12. 13
      framework/src/Volo.Abp.TextTemplating.Razor/Volo/Abp/TextTemplating/Razor/RazorTemplateRenderingEngine.cs
  13. 13
      framework/src/Volo.Abp.TextTemplating.Scriban/Volo/Abp/TextTemplating/Scriban/ScribanTemplateRenderingEngine.cs
  14. 1
      framework/test/Volo.Abp.Emailing.Tests/Volo.Abp.Emailing.Tests.csproj
  15. 2
      framework/test/Volo.Abp.Emailing.Tests/Volo/Abp/Emailing/AbpEmailingTestModule.cs
  16. 44
      framework/test/Volo.Abp.Emailing.Tests/Volo/Abp/Emailing/Templates/StandardEmailTemplates_Tests.cs
  17. 65
      framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/RazorTemplateRenderingEngine_CultureContext_Tests.cs
  18. 4
      framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/RazorTestTemplateDefinitionProvider.cs
  19. 2
      framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/SampleTemplates/CultureContext.cshtml
  20. 1
      framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/SampleTemplates/RazorTestTemplates.cs
  21. 1
      framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/SampleTemplates/CultureContext.tpl
  22. 107
      framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/ScribanTemplateRenderingEngine_CultureContext_Tests.cs
  23. 5
      framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/ScribanTestTemplateDefinitionProvider.cs
  24. 6
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  25. 290
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock
  26. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  27. 294
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  28. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  29. 332
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  30. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  31. 268
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  32. 10
      modules/cms-kit/angular/package.json
  33. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  34. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  35. 268
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  36. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  37. 268
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  38. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  39. 418
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  40. 4
      modules/docs/app/VoloDocs.Web/package.json
  41. 322
      modules/docs/app/VoloDocs.Web/yarn.lock
  42. 28
      modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.MudBlazor/Components/FeatureManagementModal.razor
  43. 56
      modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.MudBlazor/Components/FeatureManagementModal.razor.cs
  44. 2
      modules/openiddict/app/OpenIddict.Demo.Server/package.json
  45. 20
      modules/openiddict/app/angular/package.json
  46. 1
      modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.MudBlazor/Components/PermissionManagementModal.razor
  47. 12
      modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.MudBlazor/Components/ResourcePermissionManagementModal.razor
  48. 1
      modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.MudBlazor/_Imports.razor
  49. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  50. 268
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  51. 4
      modules/virtual-file-explorer/app/package.json
  52. 2
      npm/lerna.json
  53. 6
      npm/ng-packs/package.json
  54. 6
      npm/ng-packs/packages/account-core/package.json
  55. 6
      npm/ng-packs/packages/account/package.json
  56. 8
      npm/ng-packs/packages/cms-kit/package.json
  57. 6
      npm/ng-packs/packages/components/package.json
  58. 4
      npm/ng-packs/packages/core/package.json
  59. 4
      npm/ng-packs/packages/feature-management/package.json
  60. 2
      npm/ng-packs/packages/generators/package.json
  61. 8
      npm/ng-packs/packages/identity/package.json
  62. 6
      npm/ng-packs/packages/oauth/package.json
  63. 4
      npm/ng-packs/packages/permission-management/package.json
  64. 2
      npm/ng-packs/packages/schematics/package.json
  65. 6
      npm/ng-packs/packages/setting-management/package.json
  66. 6
      npm/ng-packs/packages/tenant-management/package.json
  67. 6
      npm/ng-packs/packages/theme-basic/package.json
  68. 4
      npm/ng-packs/packages/theme-shared/package.json
  69. 4
      npm/packs/anchor-js/package.json
  70. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  71. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  72. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  73. 30
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  74. 2
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  75. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  76. 10
      npm/packs/blogging/package.json
  77. 2
      npm/packs/bootstrap-datepicker/package.json
  78. 4
      npm/packs/bootstrap-daterangepicker/package.json
  79. 6
      npm/packs/bootstrap/package.json
  80. 2
      npm/packs/chart.js/package.json
  81. 4
      npm/packs/clipboard/package.json
  82. 14
      npm/packs/cms-kit.admin/package.json
  83. 6
      npm/packs/cms-kit.public/package.json
  84. 6
      npm/packs/cms-kit/package.json
  85. 4
      npm/packs/codemirror/package.json
  86. 4
      npm/packs/core/package.json
  87. 4
      npm/packs/cropperjs/package.json
  88. 4
      npm/packs/datatables.net-bs4/package.json
  89. 4
      npm/packs/datatables.net-bs5/package.json
  90. 4
      npm/packs/datatables.net/package.json
  91. 12
      npm/packs/docs/package.json
  92. 2
      npm/packs/flag-icon-css/package.json
  93. 2
      npm/packs/flag-icons/package.json
  94. 4
      npm/packs/font-awesome/package.json
  95. 4
      npm/packs/highlight.js/package.json
  96. 4
      npm/packs/jquery-form/package.json
  97. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  98. 4
      npm/packs/jquery-validation/package.json
  99. 4
      npm/packs/jquery/package.json
  100. 4
      npm/packs/jstree/package.json

6
docs/en/framework/infrastructure/emailing.md

@ -193,7 +193,7 @@ The resulting email body will be shown below:
````html ````html
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>
@ -217,7 +217,7 @@ This template uses the "Abp.StandardEmailTemplates.Layout" as its layout.
````html ````html
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="{%{{{abp_culture}}}%}" dir="{%{{{abp_dir}}}%}" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>
@ -227,6 +227,8 @@ This template uses the "Abp.StandardEmailTemplates.Layout" as its layout.
</html> </html>
```` ````
`abp_culture` and `abp_dir` are provided by the rendering engine, so the document declares the language and the text direction of the culture it was rendered with. See [the text templating documentation](./text-templating/scriban.md) for the details.
The final rendered message was shown above. The final rendered message was shown above.
> These template names are contants defined in the `Volo.Abp.Emailing.Templates.StandardEmailTemplates` class. > These template names are contants defined in the `Volo.Abp.Emailing.Templates.StandardEmailTemplates` class.

19
docs/en/framework/infrastructure/text-templating/razor.md

@ -330,7 +330,7 @@ First, create a template file just like before:
````html ````html
@inherits Volo.Abp.TextTemplating.Razor.RazorTemplatePageBase @inherits Volo.Abp.TextTemplating.Razor.RazorTemplatePageBase
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="@GlobalContext["abp_culture"]" dir="@GlobalContext["abp_dir"]" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>
@ -404,6 +404,21 @@ The rendering result will be:
A global object value: TEST VALUE A global object value: TEST VALUE
```` ````
### Built-In Global Context Values
The Razor and Scriban engines add the following values to the global context, so a template can declare the language and the text direction of the document it renders:
| Key | Value |
|-----|-------|
| `abp_culture` | Name of the culture the template is rendered with, `en` when it is the invariant culture. |
| `abp_dir` | `rtl` for a right-to-left culture, `ltr` otherwise. |
````html
<html lang="@GlobalContext["abp_culture"]" dir="@GlobalContext["abp_dir"]">
````
A value you pass yourself under the same key is kept. The rendering works on a copy of the dictionary you pass, so you can reuse the same instance for several renderings.
## Replacing the Existing Templates ## Replacing the Existing Templates
It is possible to replace a template defined by a module that used in your application. In this way, you can customize the templates based on your requirements without changing the module code. It is possible to replace a template defined by a module that used in your application. In this way, you can customize the templates based on your requirements without changing the module code.
@ -427,7 +442,7 @@ Do the following steps to replace the template file with your own;
````html ````html
@inherits Volo.Abp.TextTemplating.Razor.RazorTemplatePageBase @inherits Volo.Abp.TextTemplating.Razor.RazorTemplatePageBase
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="@GlobalContext["abp_culture"]" dir="@GlobalContext["abp_dir"]" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>

19
docs/en/framework/infrastructure/text-templating/scriban.md

@ -302,7 +302,7 @@ First, create a template file just like before:
````xml ````xml
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="{%{{{abp_culture}}}%}" dir="{%{{{abp_dir}}}%}" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>
@ -375,6 +375,21 @@ The rendering result will be:
A global object value: TEST VALUE A global object value: TEST VALUE
```` ````
### Built-In Global Context Values
The Scriban and Razor engines add the following values to the global context, so a template can declare the language and the text direction of the document it renders:
| Key | Value |
|-----|-------|
| `abp_culture` | Name of the culture the template is rendered with, `en` when it is the invariant culture. |
| `abp_dir` | `rtl` for a right-to-left culture, `ltr` otherwise. |
````html
<html lang="{%{{{abp_culture}}}%}" dir="{%{{{abp_dir}}}%}">
````
A value you pass yourself under the same key is kept. The rendering works on a copy of the dictionary you pass, so you can reuse the same instance for several renderings.
## Replacing the Existing Templates ## Replacing the Existing Templates
It is possible to replace a template defined by a module that used in your application. In this way, you can customize the templates based on your requirements without changing the module code. It is possible to replace a template defined by a module that used in your application. In this way, you can customize the templates based on your requirements without changing the module code.
@ -397,7 +412,7 @@ Do the following steps to replace the template file with your own;
````html ````html
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="{%{{{abp_culture}}}%}" dir="{%{{{abp_dir}}}%}" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>

2
framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Templates/Layout.tpl

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <html lang="{{abp_culture}}" dir="{{abp_dir}}" xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
</head> </head>

37
framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenu.razor

@ -0,0 +1,37 @@
@using MudBlazor
<MudMenu @ref="_menu"
Icon="@Icon"
IconColor="@IconColor"
StartIcon="@StartIcon"
EndIcon="@EndIcon"
Label="@Label"
AriaLabel="@GetAriaLabel()"
Color="@Color"
Variant="@Variant"
Size="@Size"
Dense="@Dense"
FullWidth="@FullWidth"
MaxHeight="@MaxHeight"
AnchorOrigin="@AnchorOrigin"
TransformOrigin="@TransformOrigin"
ActivationEvent="@ActivationEvent"
PositionAtCursor="@PositionAtCursor"
PopoverFixed="@PopoverFixed"
RelativeWidth="@RelativeWidth"
LockScroll="@LockScroll"
Ripple="@Ripple"
DropShadow="@DropShadow"
Disabled="@Disabled"
Class="@Class"
Style="@Style"
ListClass="@ListClass"
PopoverClass="@PopoverClass"
UserAttributes="@UserAttributes"
ActivatorContent="@ActivatorContent">
<ChildContent>
<CascadingValue TValue="AbpMudActionMenu" Value="@this" IsFixed="true">
@ChildContent
</CascadingValue>
</ChildContent>
</MudMenu>

136
framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenu.razor.cs

@ -0,0 +1,136 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Localization.Resources.AbpUi;
using Microsoft.AspNetCore.Components;
using Microsoft.Extensions.Localization;
using MudBlazor;
namespace Volo.Abp.MudBlazorUI.Components;
/// <summary>
/// A <see cref="MudMenu"/> for actions that open a dialog. Use it with <see cref="AbpMudActionMenuItem"/>.
/// </summary>
public partial class AbpMudActionMenu : ComponentBase
{
protected MudMenu? _menu;
[Inject]
protected IStringLocalizer<AbpUiResource> UiLocalizer { get; set; } = default!;
[Parameter]
public string? Icon { get; set; }
[Parameter]
public Color IconColor { get; set; } = Color.Inherit;
[Parameter]
public string? StartIcon { get; set; }
[Parameter]
public string? EndIcon { get; set; }
[Parameter]
public string? Label { get; set; }
/// <summary>
/// The accessible name of an activator that has no <see cref="Label"/>. Defaults to "Actions".
/// </summary>
[Parameter]
public string? AriaLabel { get; set; }
[Parameter]
public Color Color { get; set; } = Color.Default;
[Parameter]
public Variant Variant { get; set; } = Variant.Text;
[Parameter]
public Size Size { get; set; } = Size.Medium;
[Parameter]
public bool Dense { get; set; }
[Parameter]
public bool FullWidth { get; set; }
[Parameter]
public int? MaxHeight { get; set; }
[Parameter]
public Origin? AnchorOrigin { get; set; }
[Parameter]
public Origin TransformOrigin { get; set; } = Origin.TopLeft;
[Parameter]
public MouseEvent ActivationEvent { get; set; } = MouseEvent.LeftClick;
[Parameter]
public bool PositionAtCursor { get; set; }
[Parameter]
public bool PopoverFixed { get; set; }
[Parameter]
public DropdownWidth RelativeWidth { get; set; } = DropdownWidth.Ignore;
[Parameter]
public bool LockScroll { get; set; }
[Parameter]
public bool Ripple { get; set; } = true;
[Parameter]
public bool DropShadow { get; set; } = true;
[Parameter]
public bool Disabled { get; set; }
[Parameter]
public string? Class { get; set; }
[Parameter]
public string? Style { get; set; }
[Parameter]
public string? ListClass { get; set; }
[Parameter]
public string? PopoverClass { get; set; }
/// <summary>
/// Never null, because MudBlazor reads it without a null check while rendering.
/// </summary>
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object?> UserAttributes { get; set; } = new();
[Parameter]
public RenderFragment<MenuContext>? ActivatorContent { get; set; }
[Parameter]
public RenderFragment? ChildContent { get; set; }
protected virtual string? GetAriaLabel()
{
if (!AriaLabel.IsNullOrEmpty())
{
return AriaLabel;
}
// A label is already the accessible name, so overriding it would hide the visible text.
return Label.IsNullOrEmpty() ? UiLocalizer["Actions"].Value : null;
}
/// <summary>
/// Closes the whole menu hierarchy. MudBlazor restores the focus to the activator while closing,
/// so <see cref="AbpMudActionMenuItem"/> calls this before its handler opens a dialog.
/// </summary>
public virtual async Task CloseAsync()
{
if (_menu != null)
{
await _menu.CloseAllMenusAsync();
}
}
}

15
framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenuItem.razor

@ -0,0 +1,15 @@
@using MudBlazor
<MudMenuItem AutoClose="@(!ControlsMenu)"
OnClick="@OnClickHandlerAsync"
Disabled="@Disabled"
Icon="@Icon"
IconColor="@IconColor"
Label="@Label"
Href="@Href"
Target="@Target"
ForceLoad="@ForceLoad"
Class="@Class"
UserAttributes="@UserAttributes">
@ChildContent
</MudMenuItem>

75
framework/src/Volo.Abp.MudBlazorUI/Components/AbpMudActionMenuItem.razor.cs

@ -0,0 +1,75 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using MudBlazor;
namespace Volo.Abp.MudBlazorUI.Components;
/// <summary>
/// A menu item that closes its menu before running <see cref="OnClick"/>, so a dialog opened by the
/// handler keeps the focus. Works in an <see cref="AbpMudActionMenu"/> and in a plain <see cref="MudMenu"/>.
/// </summary>
public partial class AbpMudActionMenuItem : ComponentBase
{
[CascadingParameter]
protected AbpMudActionMenu? ParentMenu { get; set; }
[CascadingParameter]
protected MudMenu? ParentMudMenu { get; set; }
/// <summary>
/// Whether this item can close the menu itself. When it cannot, MudBlazor keeps closing it.
/// </summary>
protected virtual bool ControlsMenu => ParentMenu != null || ParentMudMenu != null;
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
[Parameter]
public bool Disabled { get; set; }
[Parameter]
public string? Icon { get; set; }
[Parameter]
public Color IconColor { get; set; } = Color.Inherit;
[Parameter]
public string? Label { get; set; }
[Parameter]
public string? Href { get; set; }
[Parameter]
public string? Target { get; set; }
[Parameter]
public bool ForceLoad { get; set; }
[Parameter]
public string? Class { get; set; }
/// <summary>
/// Never null, because MudBlazor reads it without a null check while rendering.
/// </summary>
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object?> UserAttributes { get; set; } = new();
[Parameter]
public RenderFragment? ChildContent { get; set; }
protected virtual async Task OnClickHandlerAsync(MouseEventArgs args)
{
if (ParentMenu != null)
{
await ParentMenu.CloseAsync();
}
else if (ParentMudMenu != null)
{
await ParentMudMenu.CloseAllMenusAsync();
}
await OnClick.InvokeAsync(args);
}
}

4
framework/src/Volo.Abp.MudBlazorUI/Components/MudEntityAction.razor

@ -7,13 +7,13 @@
{ {
if (Primary == false) if (Primary == false)
{ {
<MudMenuItem OnClick="@ActionClickedAsync" Disabled="@Disabled"> <AbpMudActionMenuItem OnClick="@ActionClickedAsync" Disabled="@Disabled">
@if (!string.IsNullOrEmpty(Icon)) @if (!string.IsNullOrEmpty(Icon))
{ {
<MudIcon Icon="@Icon" Class="me-2" Size="Size.Small" /> <MudIcon Icon="@Icon" Class="me-2" Size="Size.Small" />
} }
@Text @Text
</MudMenuItem> </AbpMudActionMenuItem>
} }
} }
else else

13
framework/src/Volo.Abp.MudBlazorUI/Components/MudEntityActions.razor

@ -4,15 +4,16 @@
@if (Type == MudActionType.Dropdown || DisabledOrNoActions()) @if (Type == MudActionType.Dropdown || DisabledOrNoActions())
{ {
<MudMenu Icon="@Icons.Material.Filled.MoreVert" <AbpMudActionMenu Icon="@Icons.Material.Filled.MoreVert"
AnchorOrigin="Origin.BottomRight" AriaLabel="@ToggleText"
TransformOrigin="Origin.TopRight" AnchorOrigin="Origin.BottomRight"
Dense="true" TransformOrigin="Origin.TopRight"
Disabled="@DisabledOrNoActions()"> Dense="true"
Disabled="@DisabledOrNoActions()">
<CascadingValue TValue="IMudEntityActions" Value="@this" Name="ParentActions"> <CascadingValue TValue="IMudEntityActions" Value="@this" Name="ParentActions">
@ChildContent @ChildContent
</CascadingValue> </CascadingValue>
</MudMenu> </AbpMudActionMenu>
} }
else else
{ {

35
framework/src/Volo.Abp.TextTemplating.Core/Volo/Abp/TextTemplating/TemplateRenderingEngineBase.cs

@ -1,11 +1,18 @@
using System.Collections.Generic; using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.Extensions.Localization; using Microsoft.Extensions.Localization;
using Volo.Abp.Localization;
namespace Volo.Abp.TextTemplating; namespace Volo.Abp.TextTemplating;
public abstract class TemplateRenderingEngineBase : ITemplateRenderingEngine public abstract class TemplateRenderingEngineBase : ITemplateRenderingEngine
{ {
public const string CultureContextKey = "abp_culture";
public const string TextDirectionContextKey = "abp_dir";
public abstract string Name { get; } public abstract string Name { get; }
public virtual bool IsSandboxed => false; public virtual bool IsSandboxed => false;
@ -26,6 +33,32 @@ public abstract class TemplateRenderingEngineBase : ITemplateRenderingEngine
public abstract Task<string> RenderAsync(string templateName, object? model = null, string? cultureName = null, Dictionary<string, object>? globalContext = null); public abstract Task<string> RenderAsync(string templateName, object? model = null, string? cultureName = null, Dictionary<string, object>? globalContext = null);
/// <summary>
/// Must be called inside the culture scope of the rendering. Values set by the caller are kept.
/// </summary>
protected virtual void SetCultureContext(Dictionary<string, object> globalContext)
{
// The invariant culture has an empty name, which is not a valid value for a lang attribute.
var cultureName = CultureInfo.CurrentUICulture.Name;
SetCultureContextValue(globalContext, CultureContextKey, cultureName.IsNullOrWhiteSpace() ? "en" : cultureName);
SetCultureContextValue(globalContext, TextDirectionContextKey, CultureHelper.IsRtl ? "rtl" : "ltr");
}
protected virtual void SetCultureContextValue(Dictionary<string, object> globalContext, string key, string value)
{
if (!globalContext.TryGetValue(key, out var callerValue))
{
globalContext.Add(key, value);
return;
}
// A case insensitive context can hold the value under another casing, while templates look the key
// up as it is written here, so it is re-inserted with the canonical one.
globalContext.Remove(key);
globalContext.Add(key, callerValue);
}
protected virtual async Task<string?> GetContentOrNullAsync(TemplateDefinition templateDefinition) protected virtual async Task<string?> GetContentOrNullAsync(TemplateDefinition templateDefinition)
{ {
return await TemplateContentProvider.GetContentOrNullAsync(templateDefinition); return await TemplateContentProvider.GetContentOrNullAsync(templateDefinition);

13
framework/src/Volo.Abp.TextTemplating.Razor/Volo/Abp/TextTemplating/Razor/RazorTemplateRenderingEngine.cs

@ -39,13 +39,16 @@ public class RazorTemplateRenderingEngine : TemplateRenderingEngineBase, ITransi
{ {
Check.NotNullOrWhiteSpace(templateName, nameof(templateName)); Check.NotNullOrWhiteSpace(templateName, nameof(templateName));
if (globalContext == null) // The rendering writes the culture context into this dictionary, so it works on a copy: a caller
{ // reusing one instance would carry the values of a rendering into the next.
globalContext = new Dictionary<string, object>(); globalContext = globalContext == null
} ? new Dictionary<string, object>()
: new Dictionary<string, object>(globalContext, globalContext.Comparer);
if (cultureName == null) if (cultureName == null)
{ {
SetCultureContext(globalContext);
return await RenderInternalAsync( return await RenderInternalAsync(
templateName, templateName,
null, null,
@ -57,6 +60,8 @@ public class RazorTemplateRenderingEngine : TemplateRenderingEngineBase, ITransi
{ {
using (CultureHelper.Use(cultureName)) using (CultureHelper.Use(cultureName))
{ {
SetCultureContext(globalContext);
return await RenderInternalAsync( return await RenderInternalAsync(
templateName, templateName,
null, null,

13
framework/src/Volo.Abp.TextTemplating.Scriban/Volo/Abp/TextTemplating/Scriban/ScribanTemplateRenderingEngine.cs

@ -33,13 +33,16 @@ public class ScribanTemplateRenderingEngine : TemplateRenderingEngineBase, ITran
{ {
Check.NotNullOrWhiteSpace(templateName, nameof(templateName)); Check.NotNullOrWhiteSpace(templateName, nameof(templateName));
if (globalContext == null) // The rendering writes the culture context and the layout content into this dictionary, so it works
{ // on a copy: a caller reusing one instance would carry the values of a rendering into the next.
globalContext = new Dictionary<string, object>(); globalContext = globalContext == null
} ? new Dictionary<string, object>()
: new Dictionary<string, object>(globalContext, globalContext.Comparer);
if (cultureName == null) if (cultureName == null)
{ {
SetCultureContext(globalContext);
return await RenderInternalAsync( return await RenderInternalAsync(
templateName, templateName,
globalContext, globalContext,
@ -50,6 +53,8 @@ public class ScribanTemplateRenderingEngine : TemplateRenderingEngineBase, ITran
{ {
using (CultureHelper.Use(cultureName)) using (CultureHelper.Use(cultureName))
{ {
SetCultureContext(globalContext);
return await RenderInternalAsync( return await RenderInternalAsync(
templateName, templateName,
globalContext, globalContext,

1
framework/test/Volo.Abp.Emailing.Tests/Volo.Abp.Emailing.Tests.csproj

@ -9,6 +9,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\src\Volo.Abp.Emailing\Volo.Abp.Emailing.csproj" /> <ProjectReference Include="..\..\src\Volo.Abp.Emailing\Volo.Abp.Emailing.csproj" />
<ProjectReference Include="..\..\src\Volo.Abp.TextTemplating.Scriban\Volo.Abp.TextTemplating.Scriban.csproj" />
<ProjectReference Include="..\..\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" /> <ProjectReference Include="..\..\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
<ProjectReference Include="..\AbpTestBase\AbpTestBase.csproj" /> <ProjectReference Include="..\AbpTestBase\AbpTestBase.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" /> <PackageReference Include="Microsoft.NET.Test.Sdk" />

2
framework/test/Volo.Abp.Emailing.Tests/Volo/Abp/Emailing/AbpEmailingTestModule.cs

@ -1,11 +1,13 @@
using Volo.Abp.Autofac; using Volo.Abp.Autofac;
using Volo.Abp.Modularity; using Volo.Abp.Modularity;
using Volo.Abp.TextTemplating.Scriban;
using Volo.Abp.VirtualFileSystem; using Volo.Abp.VirtualFileSystem;
namespace Volo.Abp.Emailing; namespace Volo.Abp.Emailing;
[DependsOn( [DependsOn(
typeof(AbpEmailingModule), typeof(AbpEmailingModule),
typeof(AbpTextTemplatingScribanModule),
typeof(AbpAutofacModule), typeof(AbpAutofacModule),
typeof(AbpTestBaseModule))] typeof(AbpTestBaseModule))]
public class AbpEmailingTestModule : AbpModule public class AbpEmailingTestModule : AbpModule

44
framework/test/Volo.Abp.Emailing.Tests/Volo/Abp/Emailing/Templates/StandardEmailTemplates_Tests.cs

@ -0,0 +1,44 @@
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Modularity;
using Volo.Abp.Testing;
using Volo.Abp.TextTemplating;
using Xunit;
namespace Volo.Abp.Emailing.Templates;
public abstract class AbpEmailingTestBase<TStartupModule> : AbpIntegratedTest<TStartupModule>
where TStartupModule : IAbpModule
{
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
{
options.UseAutofac();
}
}
public class StandardEmailTemplates_Tests : AbpEmailingTestBase<AbpEmailingTestModule>
{
private readonly ITemplateRenderer _templateRenderer;
public StandardEmailTemplates_Tests()
{
_templateRenderer = GetRequiredService<ITemplateRenderer>();
}
[Theory]
[InlineData("en", "<html lang=\"en\" dir=\"ltr\"")]
[InlineData("fr", "<html lang=\"fr\" dir=\"ltr\"")]
[InlineData("ar", "<html lang=\"ar\" dir=\"rtl\"")]
public async Task Should_Declare_The_Language_And_The_Direction_Of_The_Rendering_Culture(
string cultureName, string expectedHtmlTag)
{
var result = await _templateRenderer.RenderAsync(
StandardEmailTemplates.Message,
model: new { message = "This is email body..." },
cultureName: cultureName
);
result.ShouldContain(expectedHtmlTag);
result.ShouldContain("This is email body...");
}
}

65
framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/RazorTemplateRenderingEngine_CultureContext_Tests.cs

@ -0,0 +1,65 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.TextTemplating.Razor.SampleTemplates;
using Xunit;
namespace Volo.Abp.TextTemplating.Razor;
public class RazorTemplateRenderingEngine_CultureContext_Tests : AbpTextTemplatingTestBase<RazorTextTemplatingTestModule>
{
private readonly ITemplateRenderer _templateRenderer;
public RazorTemplateRenderingEngine_CultureContext_Tests()
{
_templateRenderer = GetRequiredService<ITemplateRenderer>();
}
[Theory]
[InlineData("en", "<html lang=\"en\" dir=\"ltr\">")]
[InlineData("fr", "<html lang=\"fr\" dir=\"ltr\">")]
[InlineData("ar", "<html lang=\"ar\" dir=\"rtl\">")]
public async Task Should_Render_Culture_And_Text_Direction_Of_The_Rendering_Culture(string cultureName, string expected)
{
(await _templateRenderer.RenderAsync(
RazorTestTemplates.CultureContext,
cultureName: cultureName
)).Trim().ShouldBe(expected);
}
[Fact]
public async Task Should_Not_Leak_The_Culture_Of_A_Rendering_Into_The_Next_One()
{
var globalContext = new Dictionary<string, object>();
(await _templateRenderer.RenderAsync(
RazorTestTemplates.CultureContext,
cultureName: "en",
globalContext: globalContext
)).Trim().ShouldBe("<html lang=\"en\" dir=\"ltr\">");
(await _templateRenderer.RenderAsync(
RazorTestTemplates.CultureContext,
cultureName: "ar",
globalContext: globalContext
)).Trim().ShouldBe("<html lang=\"ar\" dir=\"rtl\">");
globalContext.ShouldBeEmpty();
}
[Fact]
public async Task Should_Keep_The_Comparer_Of_The_Context_Of_The_Caller()
{
var globalContext = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase)
{
["ABP_CULTURE"] = "custom"
};
(await _templateRenderer.RenderAsync(
RazorTestTemplates.CultureContext,
cultureName: "ar",
globalContext: globalContext
)).Trim().ShouldBe("<html lang=\"custom\" dir=\"rtl\">");
}
}

4
framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/RazorTestTemplateDefinitionProvider.cs

@ -23,5 +23,9 @@ public class RazorTestTemplateDefinitionProvider : TemplateDefinitionProvider
.WithRazorEngine(); .WithRazorEngine();
context.Add(new TemplateDefinition(RazorTestTemplates.TestTemplate).WithVirtualFilePath("/SampleTemplates/TestTemplate.cshtml", true)); context.Add(new TemplateDefinition(RazorTestTemplates.TestTemplate).WithVirtualFilePath("/SampleTemplates/TestTemplate.cshtml", true));
context.Add(new TemplateDefinition(RazorTestTemplates.CultureContext)
.WithVirtualFilePath("/SampleTemplates/CultureContext.cshtml", true)
.WithRazorEngine());
} }
} }

2
framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/SampleTemplates/CultureContext.cshtml

@ -0,0 +1,2 @@
@inherits Volo.Abp.TextTemplating.Razor.RazorTemplatePageBase
<html lang="@GlobalContext["abp_culture"]" dir="@GlobalContext["abp_dir"]">

1
framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/SampleTemplates/RazorTestTemplates.cs

@ -3,4 +3,5 @@
public static class RazorTestTemplates public static class RazorTestTemplates
{ {
public const string TestTemplate = "TestTemplate"; public const string TestTemplate = "TestTemplate";
public const string CultureContext = "CultureContext";
} }

1
framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/SampleTemplates/CultureContext.tpl

@ -0,0 +1 @@
<html lang="{{abp_culture}}" dir="{{abp_dir}}">

107
framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/ScribanTemplateRenderingEngine_CultureContext_Tests.cs

@ -0,0 +1,107 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using Shouldly;
using Volo.Abp.Localization;
using Xunit;
namespace Volo.Abp.TextTemplating.Scriban;
public class ScribanTemplateRenderingEngine_CultureContext_Tests : AbpTextTemplatingTestBase<ScribanTextTemplatingTestModule>
{
private readonly ITemplateRenderer _templateRenderer;
public ScribanTemplateRenderingEngine_CultureContext_Tests()
{
_templateRenderer = GetRequiredService<ITemplateRenderer>();
}
[Theory]
[InlineData("en", "<html lang=\"en\" dir=\"ltr\">")]
[InlineData("fr", "<html lang=\"fr\" dir=\"ltr\">")]
[InlineData("ar", "<html lang=\"ar\" dir=\"rtl\">")]
public async Task Should_Render_Culture_And_Text_Direction_Of_The_Rendering_Culture(string cultureName, string expected)
{
(await _templateRenderer.RenderAsync(
ScribanTestTemplateDefinitionProvider.CultureContext,
cultureName: cultureName
)).ShouldBe(expected);
}
[Fact]
public async Task Should_Keep_The_Values_Passed_By_The_Caller()
{
(await _templateRenderer.RenderAsync(
ScribanTestTemplateDefinitionProvider.CultureContext,
cultureName: "ar",
globalContext: new Dictionary<string, object>
{
[TemplateRenderingEngineBase.CultureContextKey] = "custom"
}
)).ShouldBe("<html lang=\"custom\" dir=\"rtl\">");
}
[Fact]
public async Task Should_Not_Leak_The_Culture_Of_A_Rendering_Into_The_Next_One()
{
var globalContext = new Dictionary<string, object>();
(await _templateRenderer.RenderAsync(
ScribanTestTemplateDefinitionProvider.CultureContext,
cultureName: "en",
globalContext: globalContext
)).ShouldBe("<html lang=\"en\" dir=\"ltr\">");
(await _templateRenderer.RenderAsync(
ScribanTestTemplateDefinitionProvider.CultureContext,
cultureName: "ar",
globalContext: globalContext
)).ShouldBe("<html lang=\"ar\" dir=\"rtl\">");
globalContext.ShouldBeEmpty();
}
[Fact]
public async Task Should_Not_Write_The_Layout_Content_Into_The_Context_Of_The_Caller()
{
var globalContext = new Dictionary<string, object>();
await _templateRenderer.RenderAsync(
TestTemplates.ForgotPasswordEmail,
model: new { link = "http://abp.io" },
cultureName: "en",
globalContext: globalContext
);
globalContext.ShouldBeEmpty();
}
[Fact]
public async Task Should_Keep_The_Comparer_Of_The_Context_Of_The_Caller()
{
// Scriban looks the key up as the template writes it, so the value of a case insensitive context
// has to be re-inserted under the canonical casing to stay reachable.
var globalContext = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase)
{
["ABP_CULTURE"] = "custom"
};
(await _templateRenderer.RenderAsync(
ScribanTestTemplateDefinitionProvider.CultureContext,
cultureName: "ar",
globalContext: globalContext
)).ShouldBe("<html lang=\"custom\" dir=\"rtl\">");
}
[Fact]
public async Task Should_Fall_Back_To_English_For_The_Invariant_Culture()
{
using (CultureHelper.Use(CultureInfo.InvariantCulture))
{
(await _templateRenderer.RenderAsync(
ScribanTestTemplateDefinitionProvider.CultureContext
)).ShouldBe("<html lang=\"en\" dir=\"ltr\">");
}
}
}

5
framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/ScribanTestTemplateDefinitionProvider.cs

@ -6,6 +6,7 @@ public class ScribanTestTemplateDefinitionProvider : TemplateDefinitionProvider
public const string ReflectionEscapeChain = "ReflectionEscapeChain"; public const string ReflectionEscapeChain = "ReflectionEscapeChain";
public const string MethodInvocationAttempt = "MethodInvocationAttempt"; public const string MethodInvocationAttempt = "MethodInvocationAttempt";
public const string NestedPropertyAccess = "NestedPropertyAccess"; public const string NestedPropertyAccess = "NestedPropertyAccess";
public const string CultureContext = "CultureContext";
public override void Define(ITemplateDefinitionContext context) public override void Define(ITemplateDefinitionContext context)
{ {
@ -40,5 +41,9 @@ public class ScribanTestTemplateDefinitionProvider : TemplateDefinitionProvider
context.Add(new TemplateDefinition(NestedPropertyAccess) context.Add(new TemplateDefinition(NestedPropertyAccess)
.WithVirtualFilePath("/SampleTemplates/NestedPropertyAccess.tpl", true) .WithVirtualFilePath("/SampleTemplates/NestedPropertyAccess.tpl", true)
.WithScribanEngine()); .WithScribanEngine());
context.Add(new TemplateDefinition(CultureContext)
.WithVirtualFilePath("/SampleTemplates/CultureContext.tpl", true)
.WithScribanEngine());
} }
} }

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

@ -3,8 +3,8 @@
"name": "asp.net", "name": "asp.net",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~10.7.0-rc.1", "@abp/aspnetcore.mvc.ui.theme.shared": "~10.7.0-rc.2",
"@abp/prismjs": "~10.7.0-rc.1", "@abp/prismjs": "~10.7.0-rc.2",
"@abp/highlight.js": "~10.7.0-rc.1" "@abp/highlight.js": "~10.7.0-rc.2"
} }
} }

290
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock

@ -2,204 +2,205 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/clipboard@~10.7.0-rc.1": "@abp/clipboard@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.1.tgz#01f30621be3e002eab3769c166df49bebd55c0e1" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.2.tgz#a9b4cdeb4a1bb559f75b0ef488ad856f43b9191f"
integrity sha512-cokw1hVY8H1opXXaZ1MTl71R+PzivuAd+SbRotUtDYDhZo5uG1jqHrZSVBPsC4Hp2w5yyMmBUzUqwMRAdarkYQ== integrity sha512-YV9jxC7sJRRbz2VOVsKGOeno2bK5Tbn4ecQxkGiOG2KxtwQrCwIYXh/+1x2HDdTHy8jMkWinamMWiME6vYNrLw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/highlight.js@~10.7.0-rc.1": "@abp/highlight.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-10.7.0-rc.1.tgz#75055272c1844c0c47ed66fc177a1f34e48a4fed" resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-10.7.0-rc.2.tgz#e8b35567ad9191ec77cc5b1a384168221a31020e"
integrity sha512-Hw4kVF9BIEdiXl5vWR0zx7f877xcWoXIDUdNKtG/ESD4icdBn7+0FJOselO93iMhfifw2BziBMkn946kLuzV4w== integrity sha512-mLoNFP3sAcfMw3cHHtK0f3rPGhTav86MByvdTDEUTQrTaDvylIeGkGJu2MuossRyAqRbFw8Q9JqYu/lXWxRA0g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@highlightjs/cdn-assets" "~11.11.1" "@highlightjs/cdn-assets" "~11.11.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1": "@abp/lodash@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/prismjs@~10.7.0-rc.1": "@abp/prismjs@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.1.tgz#c51c745e07328bf922ca033f54ab262e3e94170f" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.2.tgz#2dbf97051f4f3a7fcf48a4dfff8e8cc527142e91"
integrity sha512-xX68Yl2fsUdARxVEVyDZdFyqA/QpkIJ1bQ7OeTy3eoN/XgkiYpKUekUbwM3GE2xQvvf5cmKjhkLUPGW7necAXA== integrity sha512-UgY4Zj0kLtmmMGFVJlRfGNCqhg1mLXoCZ7MQJJ5cSwf6RbL4LL9XFVFxj5Yy7ZrmXun7TXy1LUf4K6wJDcPKQg==
dependencies: dependencies:
"@abp/clipboard" "~10.7.0-rc.1" "@abp/clipboard" "~10.7.0-rc.2"
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
prismjs "^1.30.0" prismjs "^1.30.0"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -279,6 +280,11 @@ good-listener@^1.2.2:
dependencies: dependencies:
delegate "^3.1.2" delegate "^3.1.2"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -292,16 +298,26 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7, "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7, "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

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

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

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

@ -2,203 +2,204 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/clipboard@~10.7.0-rc.1": "@abp/clipboard@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.1.tgz#01f30621be3e002eab3769c166df49bebd55c0e1" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.2.tgz#a9b4cdeb4a1bb559f75b0ef488ad856f43b9191f"
integrity sha512-cokw1hVY8H1opXXaZ1MTl71R+PzivuAd+SbRotUtDYDhZo5uG1jqHrZSVBPsC4Hp2w5yyMmBUzUqwMRAdarkYQ== integrity sha512-YV9jxC7sJRRbz2VOVsKGOeno2bK5Tbn4ecQxkGiOG2KxtwQrCwIYXh/+1x2HDdTHy8jMkWinamMWiME6vYNrLw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1": "@abp/lodash@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/prismjs@~10.7.0-rc.1": "@abp/prismjs@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.1.tgz#c51c745e07328bf922ca033f54ab262e3e94170f" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.2.tgz#2dbf97051f4f3a7fcf48a4dfff8e8cc527142e91"
integrity sha512-xX68Yl2fsUdARxVEVyDZdFyqA/QpkIJ1bQ7OeTy3eoN/XgkiYpKUekUbwM3GE2xQvvf5cmKjhkLUPGW7necAXA== integrity sha512-UgY4Zj0kLtmmMGFVJlRfGNCqhg1mLXoCZ7MQJJ5cSwf6RbL4LL9XFVFxj5Yy7ZrmXun7TXy1LUf4K6wJDcPKQg==
dependencies: dependencies:
"@abp/clipboard" "~10.7.0-rc.1" "@abp/clipboard" "~10.7.0-rc.2"
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
prismjs "^1.30.0" prismjs "^1.30.0"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -273,6 +274,11 @@ good-listener@^1.2.2:
dependencies: dependencies:
delegate "^3.1.2" delegate "^3.1.2"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -286,21 +292,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

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

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

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

@ -2,229 +2,230 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/blogging@~10.7.0-rc.1": "@abp/blogging@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-10.7.0-rc.1.tgz#201dab39c7db7a04e726fff8e1351920d191d6ba" resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-10.7.0-rc.2.tgz#227bec67f1fde6876b74e3483ad6586df601de34"
integrity sha512-vsJVXNUKuNQKM7eUMBBzBNTWmlNZRWCR7rEwJEuYRwLKaHhGzAgJtY+nYnv3yMURNYW4lXy41XK2qaVT3TNxtA== integrity sha512-3pazGVr+RK7tKR9vh4KRbeMpln6vVIK+JCgjdpdovXD9jcFWRZlPPB6mqRwknxEu4scwNS2yhzKSVuUgPEE/Dg==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/owl.carousel" "~10.7.0-rc.1" "@abp/owl.carousel" "~10.7.0-rc.2"
"@abp/prismjs" "~10.7.0-rc.1" "@abp/prismjs" "~10.7.0-rc.2"
"@abp/tui-editor" "~10.7.0-rc.1" "@abp/tui-editor" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/clipboard@~10.7.0-rc.1": "@abp/clipboard@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.1.tgz#01f30621be3e002eab3769c166df49bebd55c0e1" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.2.tgz#a9b4cdeb4a1bb559f75b0ef488ad856f43b9191f"
integrity sha512-cokw1hVY8H1opXXaZ1MTl71R+PzivuAd+SbRotUtDYDhZo5uG1jqHrZSVBPsC4Hp2w5yyMmBUzUqwMRAdarkYQ== integrity sha512-YV9jxC7sJRRbz2VOVsKGOeno2bK5Tbn4ecQxkGiOG2KxtwQrCwIYXh/+1x2HDdTHy8jMkWinamMWiME6vYNrLw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1": "@abp/lodash@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/owl.carousel@~10.7.0-rc.1": "@abp/owl.carousel@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-10.7.0-rc.1.tgz#85a05aaaaa90fd84eb94928cdca438c0b58f4db7" resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-10.7.0-rc.2.tgz#406cd66949953d758b9a3327c7d05af144f0e72a"
integrity sha512-rMTx2536adTn5R+2gTLmmtVvc7QdpCbWNWelEtcd5MFXPt7PP2MeZ39QS1PjhhJkhb0aqlKe8bYUkQJneovaMw== integrity sha512-QZ+gLPAFuyTLMaNHHF1p7V+INAF+pS+gcOyzgHhF0/D30dI/jLRhKXk5N377i+vU+q6yuUeJ16PjqX0sKYMVlw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
owl.carousel "^2.3.4" owl.carousel "^2.3.4"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/prismjs@~10.7.0-rc.1": "@abp/prismjs@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.1.tgz#c51c745e07328bf922ca033f54ab262e3e94170f" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.2.tgz#2dbf97051f4f3a7fcf48a4dfff8e8cc527142e91"
integrity sha512-xX68Yl2fsUdARxVEVyDZdFyqA/QpkIJ1bQ7OeTy3eoN/XgkiYpKUekUbwM3GE2xQvvf5cmKjhkLUPGW7necAXA== integrity sha512-UgY4Zj0kLtmmMGFVJlRfGNCqhg1mLXoCZ7MQJJ5cSwf6RbL4LL9XFVFxj5Yy7ZrmXun7TXy1LUf4K6wJDcPKQg==
dependencies: dependencies:
"@abp/clipboard" "~10.7.0-rc.1" "@abp/clipboard" "~10.7.0-rc.2"
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
prismjs "^1.30.0" prismjs "^1.30.0"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/tui-editor@~10.7.0-rc.1": "@abp/tui-editor@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-10.7.0-rc.1.tgz#b51c0ac1a6847a38e142bdec9d3ff2d73d90ebf1" resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-10.7.0-rc.2.tgz#de991dbea63ba42f9d4e56ba1c166ae31477dce0"
integrity sha512-NzvJuyoBsHjgjGf4asgboFkzAKSV3Lg15vlz0PFTkWIyY5wS898zQygP1l1OV6reBTlRlpNVJFsS/ICJTtepMA== integrity sha512-dvw2H2dXz5i09ZGNBjCze6ycnyKWumn61n4RMGUpiEE6oU/03ibXbplO8RFdnzz7HiwROpkUmXnuiAXf++zdQw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
"@abp/prismjs" "~10.7.0-rc.1" "@abp/prismjs" "~10.7.0-rc.2"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -299,6 +300,11 @@ good-listener@^1.2.2:
dependencies: dependencies:
delegate "^3.1.2" delegate "^3.1.2"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -312,21 +318,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7, jquery@>=1.8.3: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7, jquery@>=1.8.3:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

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

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

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

@ -2,186 +2,187 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1":
version "10.7.0-rc.1" "@abp/lodash@~10.7.0-rc.2":
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" version "10.7.0-rc.2"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -235,6 +236,11 @@ datatables.net@2.3.4, datatables.net@^2.3.4:
dependencies: dependencies:
jquery ">=1.7" jquery ">=1.7"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -248,21 +254,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

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

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

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

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

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

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

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

@ -2,186 +2,187 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1":
version "10.7.0-rc.1" "@abp/lodash@~10.7.0-rc.2":
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" version "10.7.0-rc.2"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -235,6 +236,11 @@ datatables.net@2.3.4, datatables.net@^2.3.4:
dependencies: dependencies:
jquery ">=1.7" jquery ">=1.7"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -248,21 +254,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

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

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

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

@ -2,186 +2,187 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1":
version "10.7.0-rc.1" "@abp/lodash@~10.7.0-rc.2":
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" version "10.7.0-rc.2"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -235,6 +236,11 @@ datatables.net@2.3.4, datatables.net@^2.3.4:
dependencies: dependencies:
jquery ">=1.7" jquery ">=1.7"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -248,21 +254,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

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

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

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

@ -2,298 +2,299 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/clipboard@~10.7.0-rc.1": "@abp/clipboard@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.1.tgz#01f30621be3e002eab3769c166df49bebd55c0e1" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.2.tgz#a9b4cdeb4a1bb559f75b0ef488ad856f43b9191f"
integrity sha512-cokw1hVY8H1opXXaZ1MTl71R+PzivuAd+SbRotUtDYDhZo5uG1jqHrZSVBPsC4Hp2w5yyMmBUzUqwMRAdarkYQ== integrity sha512-YV9jxC7sJRRbz2VOVsKGOeno2bK5Tbn4ecQxkGiOG2KxtwQrCwIYXh/+1x2HDdTHy8jMkWinamMWiME6vYNrLw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/cms-kit.admin@~10.7.0-rc.1": "@abp/cms-kit.admin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-10.7.0-rc.1.tgz#b0210fb253c2e14cb808ef6862f080edb9baeff5" resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-10.7.0-rc.2.tgz#8749bbc889eaaef6349407c9719ee4dd363cad2e"
integrity sha512-QWDZCobvN+sCuasiNHS+blAeCbuGJCXyk+TecBRkGDCKl5oj1IrRe6dTOAucHylNyoM8bbIFbkMfyRHBtezMVg== integrity sha512-LSIXDVfZvgE1C9x1yhXJqg1EtYPwoymsfSqxWAz7hjmOOgxxRRJyQldrzjZ2pHNh4AD7qQbW7HVhxs+cH8VqFg==
dependencies: dependencies:
"@abp/codemirror" "~10.7.0-rc.1" "@abp/codemirror" "~10.7.0-rc.2"
"@abp/jstree" "~10.7.0-rc.1" "@abp/jstree" "~10.7.0-rc.2"
"@abp/markdown-it" "~10.7.0-rc.1" "@abp/markdown-it" "~10.7.0-rc.2"
"@abp/slugify" "~10.7.0-rc.1" "@abp/slugify" "~10.7.0-rc.2"
"@abp/tui-editor" "~10.7.0-rc.1" "@abp/tui-editor" "~10.7.0-rc.2"
"@abp/uppy" "~10.7.0-rc.1" "@abp/uppy" "~10.7.0-rc.2"
"@abp/cms-kit.public@~10.7.0-rc.1": "@abp/cms-kit.public@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-10.7.0-rc.1.tgz#e1591ade657a29111769cfdd8a99fa9a1d83f7a7" resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-10.7.0-rc.2.tgz#16547a3b9eae4ae76893bb6bc694fbc6266a2453"
integrity sha512-FOxMbHQ35kzxMG3pbSuk5OnBRkQcJpUCHh3+6XFxomvn6ZPDE+hKJz1ykhmPNWUyjTF+XKrWV4mFRhczWIrNng== integrity sha512-WfGJb+yPhfDJvKmVtOkzWbawaEQ9b70aTXNYj2DG76TRGmcE0IbETRNzOL0EStIwm/++/amfUkAWByTeJbiwrg==
dependencies: dependencies:
"@abp/highlight.js" "~10.7.0-rc.1" "@abp/highlight.js" "~10.7.0-rc.2"
"@abp/star-rating-svg" "~10.7.0-rc.1" "@abp/star-rating-svg" "~10.7.0-rc.2"
"@abp/cms-kit@10.7.0-rc.1": "@abp/cms-kit@10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-10.7.0-rc.1.tgz#391afc1969c7372c635ce85ba67ca18e15367370" resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-10.7.0-rc.2.tgz#b1518fb16cd3aacea72f4ae9f7489b5a10f1775c"
integrity sha512-KIdv3/B7+dn9v1Z4nqvLc0bwRThyHWMc/xSwOz5845JyJr2lOcx1FMCMXNjfVK0XQL5mKEU5QGL344sN+ioKFw== integrity sha512-62VGLJNUtG1azbCD3maS6Xb2h8/2GmM/wmuWndPw22OlWvp50Z0P9t/7i9WkSBTL498fLidnmOzeRxyo1DiGpg==
dependencies: dependencies:
"@abp/cms-kit.admin" "~10.7.0-rc.1" "@abp/cms-kit.admin" "~10.7.0-rc.2"
"@abp/cms-kit.public" "~10.7.0-rc.1" "@abp/cms-kit.public" "~10.7.0-rc.2"
"@abp/codemirror@~10.7.0-rc.1": "@abp/codemirror@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-10.7.0-rc.1.tgz#804ee0bb6b042b923eb3021fd296625f6ea240dd" resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-10.7.0-rc.2.tgz#283f490d97c9df69b5903a7f4e01fd266521f19c"
integrity sha512-oDX/F2e8Ajw7XGCMWMAdA91dhCgP3tvyGU65YI6ImW1jucRh+4iXMvnMPKqEAyOxkcEMG6e9jkSkA5/cm0P9CA== integrity sha512-wSFx3vAYdgx9YYdboFdA65RC8fJhIVBCCQGEju6uYtdEvoaUQxp2DZ1q0Cm8F2fRMh6LNXOr13RD3wYg2Sz0YQ==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@codemirror/lang-css" "^6.0.0" "@codemirror/lang-css" "^6.0.0"
"@codemirror/lang-javascript" "^6.0.0" "@codemirror/lang-javascript" "^6.0.0"
"@codemirror/state" "^6.0.0" "@codemirror/state" "^6.0.0"
"@codemirror/view" "^6.0.0" "@codemirror/view" "^6.0.0"
codemirror "^6.0.2" codemirror "^6.0.2"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/highlight.js@~10.7.0-rc.1": "@abp/highlight.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-10.7.0-rc.1.tgz#75055272c1844c0c47ed66fc177a1f34e48a4fed" resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-10.7.0-rc.2.tgz#e8b35567ad9191ec77cc5b1a384168221a31020e"
integrity sha512-Hw4kVF9BIEdiXl5vWR0zx7f877xcWoXIDUdNKtG/ESD4icdBn7+0FJOselO93iMhfifw2BziBMkn946kLuzV4w== integrity sha512-mLoNFP3sAcfMw3cHHtK0f3rPGhTav86MByvdTDEUTQrTaDvylIeGkGJu2MuossRyAqRbFw8Q9JqYu/lXWxRA0g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@highlightjs/cdn-assets" "~11.11.1" "@highlightjs/cdn-assets" "~11.11.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/jstree@~10.7.0-rc.1": "@abp/jstree@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-10.7.0-rc.1.tgz#ff31bbcf9995e21453477a24d0af83e85cd5fe72" resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-10.7.0-rc.2.tgz#b38dd59455851158f931009a9aa21728b8720fed"
integrity sha512-AR3MdRn8cAtIanC3CFI6PyWFiJJMtaAeV04Z4xGEOc7y3oF8gzcbWAZxAORt9svog9vVQEWNdh/VojcqD+xsyQ== integrity sha512-AEN2FpgZzJnIUJIjTPxaqUyS3U1J7nYIjCl9Bbqd2DXy5kli47ATGhhd9xpOt4Kdv5yf6bQQYGsRTrFU/AvFxw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jstree "^3.3.17" jstree "^3.3.17"
"@abp/lodash@~10.7.0-rc.1": "@abp/lodash@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/markdown-it@~10.7.0-rc.1": "@abp/markdown-it@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/markdown-it/-/markdown-it-10.7.0-rc.1.tgz#fb70cade74f8ce4a597a5946fea708e211d624eb" resolved "https://registry.yarnpkg.com/@abp/markdown-it/-/markdown-it-10.7.0-rc.2.tgz#4cafd0451eb1b8052ed1ff8468a146ee7f140bc8"
integrity sha512-KCODaQyuuNsM1MjS5m8FJWpNdsbmiaaQt8ECmpi5p3cjzSGUen5v9O05t12BTA8UoVP+wlhaHAyUVDL1sHrGZQ== integrity sha512-iVg8jddt5B/fRzmZFlcd77pUnqiydH+CoX2mFr6wloqMvCdRO2LD5cbX3FZOkAl/CkZlrGhfmatF+vs/qr3ywQ==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
markdown-it "^14.1.0" markdown-it "^14.1.0"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/prismjs@~10.7.0-rc.1": "@abp/prismjs@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.1.tgz#c51c745e07328bf922ca033f54ab262e3e94170f" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.2.tgz#2dbf97051f4f3a7fcf48a4dfff8e8cc527142e91"
integrity sha512-xX68Yl2fsUdARxVEVyDZdFyqA/QpkIJ1bQ7OeTy3eoN/XgkiYpKUekUbwM3GE2xQvvf5cmKjhkLUPGW7necAXA== integrity sha512-UgY4Zj0kLtmmMGFVJlRfGNCqhg1mLXoCZ7MQJJ5cSwf6RbL4LL9XFVFxj5Yy7ZrmXun7TXy1LUf4K6wJDcPKQg==
dependencies: dependencies:
"@abp/clipboard" "~10.7.0-rc.1" "@abp/clipboard" "~10.7.0-rc.2"
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
prismjs "^1.30.0" prismjs "^1.30.0"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/slugify@~10.7.0-rc.1": "@abp/slugify@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-10.7.0-rc.1.tgz#d1a81b5b7d3b524416ecf0f6f0aca53bcaefb48a" resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-10.7.0-rc.2.tgz#3badde001328b522ddb0ccb5b1203477ed905263"
integrity sha512-JScZm33cGQSroZ56pBCmKX3sK8ztCV8FDs8acwP1HK68HF+GiRru8f6Os6Sn+FQi4bI8GseTDUTPr8iVNgbmLg== integrity sha512-CLMZLCeunazaVDuxcYnluSWXfGZzmKfaGSRseUNtm68CE7ayNIVPin7gt+vGyobgTbRlVs8Fg+6zp7ZGGTIRpA==
dependencies: dependencies:
slugify "^1.6.6" slugify "^1.6.6"
"@abp/star-rating-svg@~10.7.0-rc.1": "@abp/star-rating-svg@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-10.7.0-rc.1.tgz#ef8a208a73170e61550687d695172e21977e39a8" resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-10.7.0-rc.2.tgz#6c0662ca6b9ddaf0f7b0d3ac88c0a34833819a6f"
integrity sha512-6IDGanEDmV0ZA4HoTxWzXO1tQAnq6I4EHI+Lji9Ofjp0egjVttlniqPWFGD7Pj/wZ7Mh0/zvigl/QitKeZyA8A== integrity sha512-AaD+6KKmoKJJ9ThrRVweKeW+ko3XM4JoF6ig102b80ZUOR4A4YmzncplQOfG+0niv/xdAvIl/tbv232ujObHpg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
star-rating-svg "^3.5.0" star-rating-svg "^3.5.0"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/tui-editor@~10.7.0-rc.1": "@abp/tui-editor@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-10.7.0-rc.1.tgz#b51c0ac1a6847a38e142bdec9d3ff2d73d90ebf1" resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-10.7.0-rc.2.tgz#de991dbea63ba42f9d4e56ba1c166ae31477dce0"
integrity sha512-NzvJuyoBsHjgjGf4asgboFkzAKSV3Lg15vlz0PFTkWIyY5wS898zQygP1l1OV6reBTlRlpNVJFsS/ICJTtepMA== integrity sha512-dvw2H2dXz5i09ZGNBjCze6ycnyKWumn61n4RMGUpiEE6oU/03ibXbplO8RFdnzz7HiwROpkUmXnuiAXf++zdQw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
"@abp/prismjs" "~10.7.0-rc.1" "@abp/prismjs" "~10.7.0-rc.2"
"@abp/uppy@~10.7.0-rc.1": "@abp/uppy@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-10.7.0-rc.1.tgz#176675f9fe7060639582563949381b51c3d44670" resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-10.7.0-rc.2.tgz#53cb6e5c83f0e0864d848e93c03e696d22c549d5"
integrity sha512-YWVCqt2rwW3Lal4LzoJCfj4usUzQ61J7akckRtSNrVtO9+fv1BvBMnSth6tI8RIDqSONZkR7DKbpu03Kr/s7tA== integrity sha512-84CXfEBf3oMRVwhiid3qKNMIUal/+7qS8sM35/TUHkCkurimsDYIS6e4laPqtlqsmzuZdwF3CroHUpAvU1ZHqw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
uppy "^5.1.2" uppy "^5.1.2"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -2306,6 +2307,11 @@ is-stream@^4.0.1:
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A== integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -2319,21 +2325,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7, jquery@^3.5.0: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7, jquery@^3.5.0:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
js-base64@^3.7.2: js-base64@^3.7.2:
version "3.7.5" version "3.7.5"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.5.tgz#21e24cf6b886f76d6f5f165bfcd69cc55b9e3fca"

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

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

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

@ -2,222 +2,223 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/anchor-js@~10.7.0-rc.1": "@abp/anchor-js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-10.7.0-rc.1.tgz#a98545d880d3b087a0fc443a8a59e75d0c3fe349" resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-10.7.0-rc.2.tgz#2a58d3718a871491e9d5a30b4a1eaee714bd445d"
integrity sha512-a+CU6kQnRTzuoyMirCETKwWXXNraJUgtkierQiwa9UtuAqFqe2k5vA2+Mi9ZdlOdtlQrXVOVhKsMzMRxKCgqdw== integrity sha512-dw0dtvXz7tD7MJrx1l54nP/azGGqNFX6xu3k7T2/7/CSSxneaW7sBhhtFHJ9CtL2zAcxJGoCbzFClJTZqK+4aA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
anchor-js "^5.0.0" anchor-js "^5.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/clipboard@~10.7.0-rc.1": "@abp/clipboard@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.1.tgz#01f30621be3e002eab3769c166df49bebd55c0e1" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-10.7.0-rc.2.tgz#a9b4cdeb4a1bb559f75b0ef488ad856f43b9191f"
integrity sha512-cokw1hVY8H1opXXaZ1MTl71R+PzivuAd+SbRotUtDYDhZo5uG1jqHrZSVBPsC4Hp2w5yyMmBUzUqwMRAdarkYQ== integrity sha512-YV9jxC7sJRRbz2VOVsKGOeno2bK5Tbn4ecQxkGiOG2KxtwQrCwIYXh/+1x2HDdTHy8jMkWinamMWiME6vYNrLw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/docs@~10.7.0-rc.1": "@abp/docs@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-10.7.0-rc.1.tgz#50d12653dc3c2565bc47b128336d7acd11d3a45e" resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-10.7.0-rc.2.tgz#4747538e66c33fbb4e08ccf78d2b96f39bc97eed"
integrity sha512-kksp6NDPkC9eVN5ccMFrWRBfEPUQQjDKbQoqZjIrR8rJKUy4qD7q6JbNrYYIKz1GYtuj96+yMyCqKSpZqWBwpQ== integrity sha512-z7atzqlduHOdwPEpYCNOzQi0qhbrJ8ISaPkhKTdFG9BHO3l8CPrM+OnfUFM4fgCxC3z17ktQ4ZT3eakkOD+lSQ==
dependencies: dependencies:
"@abp/anchor-js" "~10.7.0-rc.1" "@abp/anchor-js" "~10.7.0-rc.2"
"@abp/clipboard" "~10.7.0-rc.1" "@abp/clipboard" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
"@abp/prismjs" "~10.7.0-rc.1" "@abp/prismjs" "~10.7.0-rc.2"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1": "@abp/lodash@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/prismjs@~10.7.0-rc.1": "@abp/prismjs@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.1.tgz#c51c745e07328bf922ca033f54ab262e3e94170f" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-10.7.0-rc.2.tgz#2dbf97051f4f3a7fcf48a4dfff8e8cc527142e91"
integrity sha512-xX68Yl2fsUdARxVEVyDZdFyqA/QpkIJ1bQ7OeTy3eoN/XgkiYpKUekUbwM3GE2xQvvf5cmKjhkLUPGW7necAXA== integrity sha512-UgY4Zj0kLtmmMGFVJlRfGNCqhg1mLXoCZ7MQJJ5cSwf6RbL4LL9XFVFxj5Yy7ZrmXun7TXy1LUf4K6wJDcPKQg==
dependencies: dependencies:
"@abp/clipboard" "~10.7.0-rc.1" "@abp/clipboard" "~10.7.0-rc.2"
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
prismjs "^1.30.0" prismjs "^1.30.0"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -297,6 +298,11 @@ good-listener@^1.2.2:
dependencies: dependencies:
delegate "^3.1.2" delegate "^3.1.2"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -310,21 +316,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

28
modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.MudBlazor/Components/FeatureManagementModal.razor

@ -18,10 +18,11 @@
{ {
<MudTabs @bind-ActivePanelIndex="@_activeTabIndex" Variant="Variant.Pills" Position="Position.Left" <MudTabs @bind-ActivePanelIndex="@_activeTabIndex" Variant="Variant.Pills" Position="Position.Left"
PanelClass="pa-4"> PanelClass="pa-4">
@foreach (var group in Groups) @{
{ @* The features come from the definitions, so there is no known input to put
<MudTabPanel Text="@group.DisplayName"> AutoFocus on. The first panel gets a container that takes the focus. *@
<MudStack Spacing="2"> RenderFragment<FeatureGroupDto> renderGroup = group =>
@<MudStack Spacing="2">
<MudText Typo="Typo.h6">@group.DisplayName</MudText> <MudText Typo="Typo.h6">@group.DisplayName</MudText>
@foreach (var feature in group.Features) @foreach (var feature in group.Features)
{ {
@ -68,7 +69,24 @@
} }
</div> </div>
} }
</MudStack> </MudStack>;
}
@for (var groupIndex = 0; groupIndex < Groups.Count; groupIndex++)
{
var group = Groups[groupIndex];
@* MudTabs renders the panel content after the loop is over. *@
var isFirstGroup = groupIndex == 0;
<MudTabPanel Text="@group.DisplayName">
@if (isFirstGroup)
{
<div @ref="_firstGroupContainer" tabindex="-1" class="mud-width-full">
@renderGroup(group)
</div>
}
else
{
@renderGroup(group)
}
</MudTabPanel> </MudTabPanel>
} }
</MudTabs> </MudTabs>

56
modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.MudBlazor/Components/FeatureManagementModal.razor.cs

@ -4,6 +4,7 @@ using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components;
using Microsoft.Extensions.Localization; using Microsoft.Extensions.Localization;
using Microsoft.JSInterop;
using Microsoft.Extensions.Options; using Microsoft.Extensions.Options;
using MudBlazor; using MudBlazor;
using Volo.Abp.AspNetCore.Components.Messages; using Volo.Abp.AspNetCore.Components.Messages;
@ -44,6 +45,14 @@ public partial class FeatureManagementModal
protected Dictionary<string, string> SelectionStringValues = new(); protected Dictionary<string, string> SelectionStringValues = new();
protected const int MaxFocusRenderCount = 5;
protected ElementReference _firstGroupContainer;
protected bool _shouldFocusFirstGroup;
protected int _focusRenderCount;
public virtual async Task OpenAsync(string providerName, string? providerKey = null, string? providerKeyDisplayName = null) public virtual async Task OpenAsync(string providerName, string? providerKey = null, string? providerKeyDisplayName = null)
{ {
try try
@ -89,6 +98,10 @@ public partial class FeatureManagementModal
} }
_isVisible = true; _isVisible = true;
// The previous reference points to an element that is gone by now.
_firstGroupContainer = default;
_shouldFocusFirstGroup = Groups.Any();
_focusRenderCount = 0;
await InvokeAsync(StateHasChanged); await InvokeAsync(StateHasChanged);
} }
catch (Exception ex) catch (Exception ex)
@ -97,6 +110,49 @@ public partial class FeatureManagementModal
} }
} }
protected override async Task OnAfterRenderAsync(bool firstRender)
{
await base.OnAfterRenderAsync(firstRender);
if (!_shouldFocusFirstGroup)
{
return;
}
if (!_isVisible)
{
_shouldFocusFirstGroup = false;
return;
}
// The dialog provider renders the content in a later batch, so rendering again is what brings
// this method back once the container is bound.
if (_firstGroupContainer.Id.IsNullOrEmpty())
{
if (_focusRenderCount++ < MaxFocusRenderCount)
{
await InvokeAsync(StateHasChanged);
}
else
{
_shouldFocusFirstGroup = false;
}
return;
}
_shouldFocusFirstGroup = false;
try
{
await _firstGroupContainer.MudFocusFirstAsync();
}
catch (JSException)
{
// The dialog was closed before the focus call reached the element.
}
}
public virtual Task CloseModal() public virtual Task CloseModal()
{ {
_isVisible = false; _isVisible = false;

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

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

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

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

1
modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.MudBlazor/Components/PermissionManagementModal.razor

@ -16,6 +16,7 @@
UserAttributes="@(new Dictionary<string, object> { { "aria-label", L["Search"].Value } })" UserAttributes="@(new Dictionary<string, object> { { "aria-label", L["Search"].Value } })"
Adornment="Adornment.Start" Adornment="Adornment.Start"
AdornmentIcon="@Icons.Material.Filled.Search" AdornmentIcon="@Icons.Material.Filled.Search"
AutoFocus="true"
Immediate="true" /> Immediate="true" />
</MudItem> </MudItem>
<MudItem xs="12" sm="4" Class="d-flex align-items-center"> <MudItem xs="12" sm="4" Class="d-flex align-items-center">

12
modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.MudBlazor/Components/ResourcePermissionManagementModal.razor

@ -24,14 +24,14 @@
<Columns> <Columns>
<TemplateColumn Title="@L["Actions"]" Sortable="false" Style="width: 150px;"> <TemplateColumn Title="@L["Actions"]" Sortable="false" Style="width: 150px;">
<CellTemplate> <CellTemplate>
<MudMenu Icon="@Icons.Material.Filled.MoreVert"> <AbpMudActionMenu Icon="@Icons.Material.Filled.MoreVert">
<MudMenuItem OnClick="@(() => OpenEditDialogAsync(context.Item))"> <AbpMudActionMenuItem OnClick="@(() => OpenEditDialogAsync(context.Item))">
@L["Edit"] @L["Edit"]
</MudMenuItem> </AbpMudActionMenuItem>
<MudMenuItem OnClick="@(() => DeleteResourcePermissionAsync(context.Item))"> <AbpMudActionMenuItem OnClick="@(() => DeleteResourcePermissionAsync(context.Item))">
@L["Delete"] @L["Delete"]
</MudMenuItem> </AbpMudActionMenuItem>
</MudMenu> </AbpMudActionMenu>
</CellTemplate> </CellTemplate>
</TemplateColumn> </TemplateColumn>
<PropertyColumn Property="x => x.ProviderName" Title="@L["ResourcePermissionTarget"]" Sortable="false"> <PropertyColumn Property="x => x.ProviderName" Title="@L["ResourcePermissionTarget"]" Sortable="false">

1
modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.MudBlazor/_Imports.razor

@ -2,3 +2,4 @@
@using Volo.Abp.AspNetCore.Components.Web @using Volo.Abp.AspNetCore.Components.Web
@using Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor.Layout @using Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor.Layout
@using MudBlazor @using MudBlazor
@using Volo.Abp.MudBlazorUI.Components

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

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

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

@ -2,186 +2,187 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.basic@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.1.tgz#522fa8936c5572ffb97629a32e3c0cecab2cb20e" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-10.7.0-rc.2.tgz#ffcbf8a9c11247bd913ea3b656af5271b0185aee"
integrity sha512-0XW2QxEfL+A1Aw4kzknRuZAflHLBaA4TEiTP6rWHXTSUjuStbyfhjdOWZReK62wn7tDDAKOGS/ZGP9d3Gqt3UA== integrity sha512-+HoXUWl8h6rintKh+bz9JhK7RLPP4ai5SGSBl9z0joPBG0SIABAKIdOQXSrRqw/ouL3xtOKAbu8ROOMOeEWs0g==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui.theme.shared" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui.theme.shared@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.1.tgz#8bf6231769ebaeb72773a4c22b028ebf74cbfcfd" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-10.7.0-rc.2.tgz#113baea4635c63ca4722082d51444f54dad09481"
integrity sha512-o1LveBACL83sPwiTu++t276wMR9hzdcc3vTogHbZJpoDTVnfy9Uhtlt+d9GpT0e69Ox8/ftcZqzl4JXDKuklFQ== integrity sha512-/Z0wNC1JeyTGLiObl7JLXrFc1PG34ngBexgjjYkQzlDHPKzURaFGAPlwWHh1V/SarK8d43rfFuKM2O7SjlBYHA==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~10.7.0-rc.1" "@abp/aspnetcore.mvc.ui" "~10.7.0-rc.2"
"@abp/bootstrap" "~10.7.0-rc.1" "@abp/bootstrap" "~10.7.0-rc.2"
"@abp/bootstrap-datepicker" "~10.7.0-rc.1" "@abp/bootstrap-datepicker" "~10.7.0-rc.2"
"@abp/bootstrap-daterangepicker" "~10.7.0-rc.1" "@abp/bootstrap-daterangepicker" "~10.7.0-rc.2"
"@abp/datatables.net-bs5" "~10.7.0-rc.1" "@abp/datatables.net-bs5" "~10.7.0-rc.2"
"@abp/font-awesome" "~10.7.0-rc.1" "@abp/font-awesome" "~10.7.0-rc.2"
"@abp/jquery-validation-unobtrusive" "~10.7.0-rc.1" "@abp/jquery-validation-unobtrusive" "~10.7.0-rc.2"
"@abp/lodash" "~10.7.0-rc.1" "@abp/lodash" "~10.7.0-rc.2"
"@abp/luxon" "~10.7.0-rc.1" "@abp/luxon" "~10.7.0-rc.2"
"@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.1" "@abp/malihu-custom-scrollbar-plugin" "~10.7.0-rc.2"
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
"@abp/select2" "~10.7.0-rc.1" "@abp/select2" "~10.7.0-rc.2"
"@abp/sweetalert2" "~10.7.0-rc.1" "@abp/sweetalert2" "~10.7.0-rc.2"
"@abp/timeago" "~10.7.0-rc.1" "@abp/timeago" "~10.7.0-rc.2"
"@abp/aspnetcore.mvc.ui@~10.7.0-rc.1": "@abp/aspnetcore.mvc.ui@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.1.tgz#984580897f4e557e24e52538e4b028543bb1f3f9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-10.7.0-rc.2.tgz#e2970aa035e973d79d6bb56ee2ee28acb6eda8e9"
integrity sha512-GJNfb+NkVjGYRQNmuGREeFAJ7WFnuV3QXWnRRhWB/X/dPbc4BdLNUuYaWO/elA1YGU82m8sLtQk0bBLgX1sW6w== integrity sha512-dOYIcYkt+DsOv9rM05GM/KFJTZz1QzgysIa/rRc12Sh0v2rGGVKnFmZHaA0k4J2TMfyxSxKoQsyPX3C8hjfKxg==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~10.7.0-rc.1": "@abp/bootstrap-datepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.1.tgz#a2b0f4c194dbe4008baeb6377deddcde57615558" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-10.7.0-rc.2.tgz#0eee3cbda1b07eadd0e9cfe37bd14baf45109c4b"
integrity sha512-gy+Cq+w4rTCwbRKsbJvRGI5bZqd8cn0RrkPmWM5OdoKHB270fJZYv1s2GbU1hp3ELfS6LpycbNNjKMIywGCbjg== integrity sha512-Wmp1AfYE1RrqY5c0SNzeHUwxPoGz/QOC8itLh1rGzfsVK46b/0PSITCsQWZ17iGYgJW68gNUp4jl2ku+Y6tjOQ==
dependencies: dependencies:
bootstrap-datepicker "^1.10.1" bootstrap-datepicker "^1.10.1"
"@abp/bootstrap-daterangepicker@~10.7.0-rc.1": "@abp/bootstrap-daterangepicker@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.1.tgz#77bc951ab3df6c06e4f2e2b3474c2dc8fff8a9ee" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-10.7.0-rc.2.tgz#4a5ad2cad1abbf8802a0627614a49e00e3e5c0da"
integrity sha512-Q/BsC0LvrKTlfHCdBWAoeFYdbrkqlcNKTIQfdKYtavUsqS4fkcqt6vEe4y60kSUGzgkr9VIhN4d+e/yd9KNqTg== integrity sha512-voLXh2FBH24fAK1p9Q07PRvlyJAsyB+IWXp6SmyTcvH45evrahKofzyjvc6AJHn7QJ8DgXL3pC8Jyx5LXXuUtg==
dependencies: dependencies:
"@abp/moment" "~10.7.0-rc.1" "@abp/moment" "~10.7.0-rc.2"
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~10.7.0-rc.1": "@abp/bootstrap@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.1.tgz#0fd48f4451527192f9e2b361bc001f0f2b710e6e" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-10.7.0-rc.2.tgz#f58165b7ac3af7a513e60514c3e1102c2d884684"
integrity sha512-2l5chEgpPOoGP3DSwsfnILmAeBxvA55cUoktGKGqBIo9tgQvVBZOwltLcQhEWVmZ4vmONgkBp96XwnEY9W3TKA== integrity sha512-s5JP80N8HR5jZVlr/hEWMfMk3QDhTLcIK7LAMDrTzlL41CaqjHiKb5stpl7xtzWZuIPEi92WCfDHIWSmqULR3g==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@abp/popper.js" "~10.7.0-rc.1" "@abp/popper.js" "~10.7.0-rc.2"
bootstrap "^5.3.8" bootstrap "^5.3.8"
"@abp/core@~10.7.0-rc.1": "@abp/core@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.1.tgz#40017b504c37e9b4b8e5e85823ed59768e49d93c" resolved "https://registry.yarnpkg.com/@abp/core/-/core-10.7.0-rc.2.tgz#363b875024cf665302c4199d0e7ab744e7e0bfec"
integrity sha512-aoAIRmrkHXdw06ZTxC2rF7Bj6zNSw+WHG39dC2vYQXc70MAZ78v2J4xEY/hk8+12UNdjKIVmwvqhMi2DJwSQjg== integrity sha512-gpnCPKzJyM8nAubZ5O/OjBKlIbP7F2qJ61VVqSPQiGzGBDk+BnQ+vosLxcjncwN9g4k6ZnAxnGgcnJCz6M/h6Q==
dependencies: dependencies:
"@abp/utils" "~10.7.0-rc.1" "@abp/utils" "~10.7.0-rc.2"
"@abp/datatables.net-bs5@~10.7.0-rc.1": "@abp/datatables.net-bs5@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.1.tgz#e3a3d1e0bc39c80bb85db72ee23e9fd2b1a3480d" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-10.7.0-rc.2.tgz#bbb086344ede0f75f3c23ad81b4cce517db41f29"
integrity sha512-24zyvsCA8sc/w0O7ZxxVZwtrb0+EUV5Jw/QWOLCSxkLi7c62lJQJ8FT3BueAx/AN+9fMMV8CVL23o3stWkXsEg== integrity sha512-hg5XQUNfpxj/NqIjeGzolubTWbb4D/Y/Bf4DWjZvzSLhj/IxkQ8xGcEoxXLF91gRgH06cnHiZTJ3YaXW342a/g==
dependencies: dependencies:
"@abp/datatables.net" "~10.7.0-rc.1" "@abp/datatables.net" "~10.7.0-rc.2"
datatables.net-bs5 "^2.3.4" datatables.net-bs5 "^2.3.4"
"@abp/datatables.net@~10.7.0-rc.1": "@abp/datatables.net@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.1.tgz#e73ebad5895ea4c095b75b2d4c934b4658547d10" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-10.7.0-rc.2.tgz#695dbb16c282202452684ba3e601781eae43e3a2"
integrity sha512-XImGEEv6zJDFOHNQKUF/sOk2MJzX5jovRRa752v9g8KCVOhUWB6mz4G/QuJ73uKqdXSS7sUZ04sqk3VGq8/9mA== integrity sha512-Rkz+PzaG0MTM5s2Bco2gpmr67I7bmSeMSdRy3+zDCKiNuRO97jFss76EA5nSW6CcatntGCOWWoXNQih45LWLWw==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
datatables.net "^2.3.4" datatables.net "^2.3.4"
"@abp/font-awesome@~10.7.0-rc.1": "@abp/font-awesome@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.1.tgz#1c15dc1f91be572c315cdf49e0e35685d094ed23" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-10.7.0-rc.2.tgz#4934e38a4c73eb04c9c4a4e301c71273fe3b0c90"
integrity sha512-hRslYk5B1hC0qj0TGPyQ0KLWMpWleENamKh0ostjiXKPZdd0OG/+iKPtwX5qlz8SUY9vSm/DAtI2+cNzOK6lvQ== integrity sha512-Q6JgayhrIOaMvs0w9RYkp824iZiAQDKgmSoxqJDnLOml4a8UXWLGbw5ZhQFXAGkiJSKXEZ/KUXGz04D4tABuvw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@fortawesome/fontawesome-free" "^7.0.1" "@fortawesome/fontawesome-free" "^7.0.1"
"@abp/jquery-validation-unobtrusive@~10.7.0-rc.1": "@abp/jquery-validation-unobtrusive@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.1.tgz#69a853a5d987676aaba2eeb79853cc56e5ae07b0" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-10.7.0-rc.2.tgz#c4f4f8b5f4406bf0c693fdb0b4d72c1dc8aa2cf5"
integrity sha512-apzrew9h0HSKvqZV9MTQO2pz7lagKsfRjIA4iq/0O7zhVgenLDul09OePxRUB624OifBTAgOD80mlCEXb+cjrg== integrity sha512-354+XIQJXNmsG70g72JcWxPtXAL9+yj595scP4vsPeHBXQr+QNLKjoEx7F43Mm6nFVLbedMRfpumErix18PiCg==
dependencies: dependencies:
"@abp/jquery-validation" "~10.7.0-rc.1" "@abp/jquery-validation" "~10.7.0-rc.2"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~10.7.0-rc.1": "@abp/jquery-validation@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.1.tgz#71b741ea5e0424c3f7ac0378ce17821718be7316" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-10.7.0-rc.2.tgz#6b1fab4cef76893a909fee51ffab7b97e907d54e"
integrity sha512-FUcYgT7hoVGGdVqYxe3CzNQYcpCqUzpwMp5To8GJ8NA4fHyjPv/hRZlCjBXH+o0KbhCGbgKllV5/ly/UJwgUDw== integrity sha512-YtcrcmIWhNu52ssxSxJ6LuF4JU3WkhCCYJ4MT3upx4kltFxihMH5b1BDAj+s5Qb+qLi3jDn1D80IynJ5lxmnZg==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
jquery-validation "^1.21.0" jquery-validation "^1.22.1"
"@abp/jquery@~10.7.0-rc.1": "@abp/jquery@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.1.tgz#84dc6ae11dc3e696978a4d07be95b5d96afbb74d" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-10.7.0-rc.2.tgz#356b7e678258e95056a029558bef6d6e7bc1a3ec"
integrity sha512-fESdFdo4dfG2FrdSU1v6r3jXik9WWY3umN8OfHZSbMu7d9+eoTxpJEIDYFvFrGf4t5AQ8vhbxdmm6A+Kg5q4uw== integrity sha512-vl6o63cW3k4VooyRgnBkrcj/krSjxoS5/EX9ZraG11QMk48Crl00isZvjcxswVUUooXTbzjRG9+Dwx3xRSvohA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
jquery "~3.7.1" jquery "~4.0.0"
jquery-migrate "~4.0.2"
"@abp/lodash@~10.7.0-rc.1":
version "10.7.0-rc.1" "@abp/lodash@~10.7.0-rc.2":
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.1.tgz#0bfbf9bee2e70f13bc46af40c8952e51e3a1ab39" version "10.7.0-rc.2"
integrity sha512-3Jo6QBl2/MjOKo2w1Q/reZ5z4zAuVYoGmNjEA+zBGOErNC/f94GdKhnjI9WkTMSBdYyaliyzx9NQBY9ZxV6Vag== resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-10.7.0-rc.2.tgz#40b2849fb36702652ace65c3b128e7c6b6cb0c05"
integrity sha512-WkxHOriKsaNHQEOKeLpTzzvbr90pbi747dldzV1T3typwZtpwL6xtqcivPVIAkfDxfdnzmsC+HiIX0mTHJA7sA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
lodash "^4.18.1" lodash "^4.18.1"
"@abp/luxon@~10.7.0-rc.1": "@abp/luxon@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.1.tgz#038e3519dfaed24f79a4bc2c3f505bdff9f013d8" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-10.7.0-rc.2.tgz#2650adc4bf32711a47a0f4c4452eead915899015"
integrity sha512-Eb8dvWUodLxvdD00aQjUfwf08TWW4x2KcdrI388RyiXDhA9aXBG8yKCCpapY/QChkUt/V6tHAuZtHWs9g75T7A== integrity sha512-ReVQeloBgC0B2+O6IEwDP8joUyf/Qy2WlMFVz7VNXIylQFwr1hQ70CScKHm+mvACfIHoNSXl8EUET4XpXvhgPw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
luxon "^3.7.2" luxon "^3.7.2"
"@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.1": "@abp/malihu-custom-scrollbar-plugin@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.1.tgz#c53cf649ad54a30ed10d0f949617f9f2fe74b17b" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-10.7.0-rc.2.tgz#0eae6ab79bf83158006afda892d20120c9b1b91c"
integrity sha512-e9EnklZy7LGJZT/nqnsgdba0LSuqjLSFy7o+FesDY574zJniE34q1dewc60eLElEW8ghY6W2ykLadfFoOtQ+mQ== integrity sha512-v/gQyNEBBur2wfsU66700aFH57gS7lyMptObYOb9BTsZuRZ1WLA56JSz2EquOiYS8nvoSpqA63bs7LzHQvuiSg==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~10.7.0-rc.1": "@abp/moment@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.1.tgz#c6c5c60c8e86dcb933ad59f3d2a8d64d3eda5ee2" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-10.7.0-rc.2.tgz#97f81e33c7bba19c815b26c71d5b9316b9aed268"
integrity sha512-pMA7GO68yiLDpUxajnnQWuGPd3GegrPJDE5fTtCYK7qoVYeh8eiSeggVybrsfZSTo7BPEyb2jkfqsRcVGWgf8g== integrity sha512-Iks6nWoxUF4SVjqdAb7Ck6N/ArXGn48HeAzJvg7NCm4Kk31xSGVB598hbiezzVO0hBC9S7PBesz670P0m/2UUw==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~10.7.0-rc.1": "@abp/popper.js@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.1.tgz#24b02dccfbfa599cd4cca0ee15bccc6c7b61dda3" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-10.7.0-rc.2.tgz#f133390b31f2572263a6d74c05fdd967c96edac1"
integrity sha512-AOxyY2m8QvcIMVGnosPJrguzR/TWfWACoEQRSPqeraNdu6yh3Z/5j6sVx0TDs0BBSsfa6EUnAavzxNvVY39T8Q== integrity sha512-CEAZ9eKBtHoigQ5P0bJR7W/4gVSrBO9RM0s0bKACb6ibZXtlRhxVudSgZ35SrGSYrRENSWSNvE5O4sDlebBx6w==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/select2@~10.7.0-rc.1": "@abp/select2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.1.tgz#ed88702039bbcf064d1fdf0b003c6a782a033b43" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-10.7.0-rc.2.tgz#6432cbaef11e28aad1a6e0643fcdc50ea8570b0b"
integrity sha512-Lz/dtUf7EzOG5bovG9WAKylmSCo2OD9W7wpW3Fs5EFQx/HStm1k+EFASFp/Y/kORcXgd6uKAqckGAqwAjoycPA== integrity sha512-2pDsRDfVuEznGjI39JVTDB8E4rkjjAtOu9DmFNIsg2bFkuVUCRymmNZ0jgwyJhkkZ+JmbkFCnSI5YWasl5KBwA==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~10.7.0-rc.1": "@abp/sweetalert2@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.1.tgz#847eb66b6b3e444ecb2c1e948f6f08e0a3494834" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-10.7.0-rc.2.tgz#94cd053d0978516e713a1b323af78d1885e0973c"
integrity sha512-iT/FcFFTLzfgKPvadJR0JLcKMHsl8hazbb1Sle1I4sb9weEQnKU1IUyYP4XxWA71m8bE8pigK7MHJOzTpddCTQ== integrity sha512-vtNUgp+mpIc91YzMv4hTHfQCNmMehE02LHoVFFx/CB+vMR35VKSNYBCuBpUfMVYBPplFVdXwFqJsPCW4zG9ulw==
dependencies: dependencies:
"@abp/core" "~10.7.0-rc.1" "@abp/core" "~10.7.0-rc.2"
sweetalert2 "^11.23.0" sweetalert2 "^11.23.0"
"@abp/timeago@~10.7.0-rc.1": "@abp/timeago@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.1.tgz#fd8c0bc437d412288a7ed8df33b8efcee6cbc6cb" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-10.7.0-rc.2.tgz#8788d21008964f1094c9a7e099b1b5777b223f4e"
integrity sha512-j0Y7XDZaIt9Pya71q/LpyBInuU7Try8IgRv83lOnncWpVvQmCECfeTq4iM9kVQxe5kD81PGeSdLbzw7AapbaXA== integrity sha512-ucQqQ5gP54Ui9jBS68DR6KPmm/Yw5Up0A78FYha1sF9L7DvZKnQWId1p3RJcwZHgoI6hQgEVOntL77kKxTgDYA==
dependencies: dependencies:
"@abp/jquery" "~10.7.0-rc.1" "@abp/jquery" "~10.7.0-rc.2"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/utils@~10.7.0-rc.1": "@abp/utils@~10.7.0-rc.2":
version "10.7.0-rc.1" version "10.7.0-rc.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.1.tgz#e727045304bec1cdb65132e0c0fcfe18337fa767" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-10.7.0-rc.2.tgz#671c3bc01d9b5e51aaaf50b96d4014f044a443a0"
integrity sha512-kkqzS2Pd/+CKkxVEpYwyRs4yHye0xi4kc3Ip4TIEZXCJ+whjB9b4qKh+AuglKGwz3RvnFvB+QxQhluUHu0oyaA== integrity sha512-7Y6tCsphuOBZw7cPt04WFLRnhk89dt94BkGpt9B40wEl3oT7VuH6+xajYSAxVp9REzNJ0Zfu64780Eq2SyAA3g==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
@ -235,6 +236,11 @@ datatables.net@2.3.4, datatables.net@^2.3.4:
dependencies: dependencies:
jquery ">=1.7" jquery ">=1.7"
jquery-migrate@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-4.0.2.tgz#d296a64e05073017c54877462ac563f1927ee21f"
integrity sha512-J15ilpECoAsObLv2robklj0qf1qt9QCnZwwNcJAXkM7dIiOgcac2dqC3HgDtUF0fmRwKZa/ggTkxTj9S4Vk+HQ==
jquery-mousewheel@>=3.0.6: jquery-mousewheel@>=3.0.6:
version "3.1.13" version "3.1.13"
resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5"
@ -248,21 +254,31 @@ jquery-validation-unobtrusive@^4.0.0:
jquery "^3.6.0" jquery "^3.6.0"
jquery-validation ">=1.19" jquery-validation ">=1.19"
jquery-validation@>=1.19, jquery-validation@^1.21.0: jquery-validation@>=1.19:
version "1.21.0" version "1.21.0"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93" resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.21.0.tgz#78fc05ab76020912a246af3661b3f54a438bca93"
integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w== integrity sha512-xNot0rlUIgu7duMcQ5qb6MGkGL/Z1PQaRJQoZAURW9+a/2PGOUxY36o/WyNeP2T9R6jvWB8Z9lUVvvQWI/Zs5w==
jquery-validation@^1.22.1:
version "1.22.1"
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.22.1.tgz#fc1ae3256110332c929245a44d69ee76fee0e481"
integrity sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==
jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7: jquery@>=1.10, "jquery@>=1.5.0 <4.0", jquery@>=1.7:
version "3.6.4" version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
"jquery@>=3.4.0 <4.0.0", jquery@^3.6.0, jquery@~3.7.1: "jquery@>=3.4.0 <4.0.0", jquery@^3.6.0:
version "3.7.1" version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
jquery@~4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-4.0.0.tgz#95c33ac29005ff72ec444c5ba1cf457e61404fbb"
integrity sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==
just-compare@^2.3.0: just-compare@^2.3.0:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7" resolved "https://registry.yarnpkg.com/just-compare/-/just-compare-2.3.0.tgz#a2adcc1d1940536263275f5a1ef1298bcacfeda7"

4
modules/virtual-file-explorer/app/package.json

@ -3,7 +3,7 @@
"name": "my-app", "name": "my-app",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~10.7.0-rc.1", "@abp/aspnetcore.mvc.ui.theme.basic": "~10.7.0-rc.2",
"@abp/virtual-file-explorer": "~10.7.0-rc.1" "@abp/virtual-file-explorer": "~10.7.0-rc.2"
} }
} }

2
npm/lerna.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"packages": [ "packages": [
"packs/*" "packs/*"
], ],

6
npm/ng-packs/package.json

@ -48,9 +48,9 @@
}, },
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@abp/ng.theme.lepton-x": "~5.7.0-rc.1", "@abp/ng.theme.lepton-x": "~5.7.0-rc.2",
"@abp/ng.schematics": "~10.7.0-rc.1", "@abp/ng.schematics": "~10.7.0-rc.2",
"@abp/utils": "~10.7.0-rc.1", "@abp/utils": "~10.7.0-rc.2",
"@angular-devkit/build-angular": "~22.1.0", "@angular-devkit/build-angular": "~22.1.0",
"@angular-devkit/core": "~22.1.0", "@angular-devkit/core": "~22.1.0",
"@angular-devkit/schematics": "~22.1.0", "@angular-devkit/schematics": "~22.1.0",

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

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

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

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

8
npm/ng-packs/packages/cms-kit/package.json

@ -1,15 +1,15 @@
{ {
"name": "@abp/ng.cms-kit", "name": "@abp/ng.cms-kit",
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.components": "~10.7.0-rc.1", "@abp/ng.components": "~10.7.0-rc.2",
"@abp/ng.setting-management": "~10.7.0-rc.1", "@abp/ng.setting-management": "~10.7.0-rc.2",
"@abp/ng.theme.shared": "~10.7.0-rc.1", "@abp/ng.theme.shared": "~10.7.0-rc.2",
"@toast-ui/editor": "~3.0.0", "@toast-ui/editor": "~3.0.0",
"codemirror": "~6.0.0", "codemirror": "~6.0.0",
"tslib": "^2.0.0" "tslib": "^2.0.0"

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

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

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

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

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

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

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

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

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

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

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

@ -1,14 +1,14 @@
{ {
"name": "@abp/ng.oauth", "name": "@abp/ng.oauth",
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.core": "~10.7.0-rc.1", "@abp/ng.core": "~10.7.0-rc.2",
"@abp/utils": "~10.7.0-rc.1", "@abp/utils": "~10.7.0-rc.2",
"angular-oauth2-oidc": "^20.0.0", "angular-oauth2-oidc": "^20.0.0",
"just-clone": "^6.0.0", "just-clone": "^6.0.0",
"just-compare": "^2.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", "name": "@abp/ng.permission-management",
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "~10.7.0-rc.1", "@abp/ng.theme.shared": "~10.7.0-rc.2",
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {

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

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

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

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

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

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

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

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

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

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

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

@ -1,11 +1,11 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/anchor-js", "name": "@abp/anchor-js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"anchor-js": "^5.0.0" "anchor-js": "^5.0.0"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{ {
"name": "@abp/aspnetcore.mvc.ui", "name": "@abp/aspnetcore.mvc.ui",
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"packages": { "packages": {

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

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

10
npm/packs/blogging/package.json

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

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

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/bootstrap-datepicker", "name": "@abp/bootstrap-datepicker",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/bootstrap-daterangepicker", "name": "@abp/bootstrap-daterangepicker",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/moment": "~10.7.0-rc.1", "@abp/moment": "~10.7.0-rc.2",
"bootstrap-daterangepicker": "^3.1.0" "bootstrap-daterangepicker": "^3.1.0"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

6
npm/packs/bootstrap/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/bootstrap", "name": "@abp/bootstrap",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,8 +10,8 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"@abp/popper.js": "~10.7.0-rc.1", "@abp/popper.js": "~10.7.0-rc.2",
"bootstrap": "^5.3.8" "bootstrap": "^5.3.8"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/chart.js", "name": "@abp/chart.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/clipboard", "name": "@abp/clipboard",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"clipboard": "^2.0.11" "clipboard": "^2.0.11"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

@ -1,16 +1,16 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/cms-kit.admin", "name": "@abp/cms-kit.admin",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/codemirror": "~10.7.0-rc.1", "@abp/codemirror": "~10.7.0-rc.2",
"@abp/jstree": "~10.7.0-rc.1", "@abp/jstree": "~10.7.0-rc.2",
"@abp/markdown-it": "~10.7.0-rc.1", "@abp/markdown-it": "~10.7.0-rc.2",
"@abp/slugify": "~10.7.0-rc.1", "@abp/slugify": "~10.7.0-rc.2",
"@abp/tui-editor": "~10.7.0-rc.1", "@abp/tui-editor": "~10.7.0-rc.2",
"@abp/uppy": "~10.7.0-rc.1" "@abp/uppy": "~10.7.0-rc.2"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io", "homepage": "https://abp.io",

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

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

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

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

4
npm/packs/codemirror/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/codemirror", "name": "@abp/codemirror",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -8,7 +8,7 @@
"build": "node ./scripts/build.js" "build": "node ./scripts/build.js"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"@codemirror/lang-css": "^6.0.0", "@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-javascript": "^6.0.0", "@codemirror/lang-javascript": "^6.0.0",
"@codemirror/state": "^6.0.0", "@codemirror/state": "^6.0.0",

4
npm/packs/core/package.json

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

4
npm/packs/cropperjs/package.json

@ -1,11 +1,11 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/cropperjs", "name": "@abp/cropperjs",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"cropperjs": "^1.6.2" "cropperjs": "^1.6.2"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

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

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

@ -1,11 +1,11 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/datatables.net-bs5", "name": "@abp/datatables.net-bs5",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/datatables.net": "~10.7.0-rc.1", "@abp/datatables.net": "~10.7.0-rc.2",
"datatables.net-bs5": "^2.3.4" "datatables.net-bs5": "^2.3.4"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/datatables.net", "name": "@abp/datatables.net",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "~10.7.0-rc.1", "@abp/jquery": "~10.7.0-rc.2",
"datatables.net": "^2.3.4" "datatables.net": "^2.3.4"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

12
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/docs", "name": "@abp/docs",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/anchor-js": "~10.7.0-rc.1", "@abp/anchor-js": "~10.7.0-rc.2",
"@abp/clipboard": "~10.7.0-rc.1", "@abp/clipboard": "~10.7.0-rc.2",
"@abp/malihu-custom-scrollbar-plugin": "~10.7.0-rc.1", "@abp/malihu-custom-scrollbar-plugin": "~10.7.0-rc.2",
"@abp/popper.js": "~10.7.0-rc.1", "@abp/popper.js": "~10.7.0-rc.2",
"@abp/prismjs": "~10.7.0-rc.1" "@abp/prismjs": "~10.7.0-rc.2"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io", "homepage": "https://abp.io",

2
npm/packs/flag-icon-css/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/flag-icon-css", "name": "@abp/flag-icon-css",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

2
npm/packs/flag-icons/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/flag-icons", "name": "@abp/flag-icons",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

4
npm/packs/font-awesome/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/font-awesome", "name": "@abp/font-awesome",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"@fortawesome/fontawesome-free": "^7.0.1" "@fortawesome/fontawesome-free": "^7.0.1"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/highlight.js/package.json

@ -1,11 +1,11 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/highlight.js", "name": "@abp/highlight.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"@highlightjs/cdn-assets": "~11.11.1" "@highlightjs/cdn-assets": "~11.11.1"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-form/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/jquery-form", "name": "@abp/jquery-form",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "~10.7.0-rc.1", "@abp/jquery": "~10.7.0-rc.2",
"jquery-form": "^4.3.0" "jquery-form": "^4.3.0"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-validation-unobtrusive/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/jquery-validation-unobtrusive", "name": "@abp/jquery-validation-unobtrusive",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery-validation": "~10.7.0-rc.1", "@abp/jquery-validation": "~10.7.0-rc.2",
"jquery-validation-unobtrusive": "^4.0.0" "jquery-validation-unobtrusive": "^4.0.0"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-validation/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/jquery-validation", "name": "@abp/jquery-validation",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "~10.7.0-rc.1", "@abp/jquery": "~10.7.0-rc.2",
"jquery-validation": "^1.22.1" "jquery-validation": "^1.22.1"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery/package.json

@ -1,5 +1,5 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/jquery", "name": "@abp/jquery",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~10.7.0-rc.1", "@abp/core": "~10.7.0-rc.2",
"jquery": "~4.0.0", "jquery": "~4.0.0",
"jquery-migrate": "~4.0.2" "jquery-migrate": "~4.0.2"
}, },

4
npm/packs/jstree/package.json

@ -1,11 +1,11 @@
{ {
"version": "10.7.0-rc.1", "version": "10.7.0-rc.2",
"name": "@abp/jstree", "name": "@abp/jstree",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/jquery": "~10.7.0-rc.1", "@abp/jquery": "~10.7.0-rc.2",
"jstree": "^3.3.17" "jstree": "^3.3.17"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

Loading…
Cancel
Save