diff --git a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json index 9b8257a2f0..da04b6d001 100644 --- a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Account.Application.Contracts", - "hash": "392da50100d94bd18adbc7c41cd9efce", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Account", diff --git a/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json index dbd55b0f21..d02c89e745 100644 --- a/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Account.Application", - "hash": "ebd6f98a2003938944d5a3790daf20af", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Account", @@ -141,6 +141,7 @@ "methods": [ { "returnType": "IdentityUserDto", + "namespace": "Volo.Abp.Account", "name": "RegisterAsync", "summary": null, "isAsync": true, @@ -157,6 +158,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Account", "name": "SendPasswordResetCodeAsync", "summary": null, "isAsync": true, @@ -173,6 +175,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Account", "name": "VerifyPasswordResetTokenAsync", "summary": null, "isAsync": true, @@ -189,6 +192,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Account", "name": "ResetPasswordAsync", "summary": null, "isAsync": true, @@ -208,6 +212,87 @@ "name": "AccountAppService", "summary": null }, + { + "namespace": "Volo.Abp.Account", + "baseClass": { + "name": "IdentityAppServiceBase", + "namespace": "Volo.Abp.Identity", + "declaringAssemblyName": "Volo.Abp.Identity.Application", + "fullName": "Volo.Abp.Identity.IdentityAppServiceBase" + }, + "implementingInterfaces": [ + { + "name": "IApplicationService", + "namespace": "Volo.Abp.Application.Services", + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "fullName": "Volo.Abp.Application.Services.IApplicationService" + }, + { + "name": "IRemoteService", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IRemoteService" + }, + { + "name": "IAvoidDuplicateCrossCuttingConcerns", + "namespace": "Volo.Abp.Aspects", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" + }, + { + "name": "IValidationEnabled", + "namespace": "Volo.Abp.Validation", + "declaringAssemblyName": "Volo.Abp.Validation", + "fullName": "Volo.Abp.Validation.IValidationEnabled" + }, + { + "name": "IUnitOfWorkEnabled", + "namespace": "Volo.Abp.Uow", + "declaringAssemblyName": "Volo.Abp.Uow", + "fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" + }, + { + "name": "IAuditingEnabled", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IAuditingEnabled" + }, + { + "name": "IGlobalFeatureCheckingEnabled", + "namespace": "Volo.Abp.GlobalFeatures", + "declaringAssemblyName": "Volo.Abp.GlobalFeatures", + "fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" + }, + { + "name": "ITransientDependency", + "namespace": "Volo.Abp.DependencyInjection", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.DependencyInjection.ITransientDependency" + }, + { + "name": "IDynamicClaimsAppService", + "namespace": "Volo.Abp.Account", + "declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", + "fullName": "Volo.Abp.Account.IDynamicClaimsAppService" + } + ], + "methods": [ + { + "returnType": "Void", + "namespace": "Volo.Abp.Account", + "name": "RefreshAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [] + } + ], + "contentType": "applicationService", + "name": "DynamicClaimsAppService", + "summary": null + }, { "namespace": "Volo.Abp.Account", "baseClass": { @@ -275,6 +360,7 @@ "methods": [ { "returnType": "ProfileDto", + "namespace": "Volo.Abp.Account", "name": "GetAsync", "summary": null, "isAsync": true, @@ -285,6 +371,7 @@ }, { "returnType": "ProfileDto", + "namespace": "Volo.Abp.Account", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -301,6 +388,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Account", "name": "ChangePasswordAsync", "summary": null, "isAsync": true, diff --git a/modules/account/src/Volo.Abp.Account.Blazor/Volo.Abp.Account.Blazor.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.Blazor/Volo.Abp.Account.Blazor.abppkg.analyze.json index 0fe0981e1d..cba964b090 100644 --- a/modules/account/src/Volo.Abp.Account.Blazor/Volo.Abp.Account.Blazor.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.Blazor/Volo.Abp.Account.Blazor.abppkg.analyze.json @@ -1,10 +1,25 @@ { "name": "Volo.Abp.Account.Blazor", - "hash": "caa7279a6d55f90db90b3ec2313a4e12", + "hash": "", "contents": [ { - "namespace": "Volo.Abp.Account.Blazor;", + "namespace": "Volo.Abp.Account.Blazor", "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Web.Theming", + "name": "AbpAspNetCoreComponentsWebThemingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationContractsModule" + } ], "implementingInterfaces": [ { @@ -53,6 +68,12 @@ "contentType": "abpModule", "name": "AbpAccountBlazorModule", "summary": null + }, + { + "namespace": "Volo.Abp.Account.Blazor.Pages.Account", + "contentType": "webPage", + "name": "AccountManage", + "summary": null } ] } \ No newline at end of file diff --git a/modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json index bed1809a98..d6313846ba 100644 --- a/modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Account.HttpApi.Client", - "hash": "5a1716ad59fa19da3009381a4d0d3e1d", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Account", diff --git a/modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json index 2df3965fe7..3ee0c8975a 100644 --- a/modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Account.HttpApi", - "hash": "caa7279a6d55f90db90b3ec2313a4e12", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Account", @@ -68,6 +68,107 @@ "contentType": "abpModule", "name": "AbpAccountHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/account/register", + "method": "POST", + "groupName": "Account", + "responseType": "Volo.Abp.Identity.IdentityUserDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "RegisterDto" + } + ] + }, + { + "path": "api/account/send-password-reset-code", + "method": "POST", + "groupName": "Account", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "SendPasswordResetCodeDto" + } + ] + }, + { + "path": "api/account/verify-password-reset-token", + "method": "POST", + "groupName": "Account", + "responseType": "System.Boolean", + "responseTypeAsJson": "true", + "parameterDescriptions": [ + { + "name": "input", + "type": "VerifyPasswordResetTokenInput" + } + ] + }, + { + "path": "api/account/reset-password", + "method": "POST", + "groupName": "Account", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "ResetPasswordDto" + } + ] + }, + { + "path": "api/account/dynamic-claims/refresh", + "method": "POST", + "groupName": "DynamicClaims", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [] + }, + { + "path": "api/account/my-profile", + "method": "GET", + "groupName": "Profile", + "responseType": "Volo.Abp.Account.ProfileDto", + "responseTypeAsJson": "", + "parameterDescriptions": [] + }, + { + "path": "api/account/my-profile", + "method": "PUT", + "groupName": "Profile", + "responseType": "Volo.Abp.Account.ProfileDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "UpdateProfileDto" + } + ] + }, + { + "path": "api/account/my-profile/change-password", + "method": "POST", + "groupName": "Profile", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "ChangePasswordInput" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json index 2f22b0023e..5f73497d46 100644 --- a/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Account.Web.OpenIddict", - "hash": "29785246e5bdaa8010c7da236efe3ba1", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Account.Web", diff --git a/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.analyze.json index f346e062ae..af62c4f131 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.analyze.json +++ b/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Account.Web", - "hash": "93b7e37fb41330719f0911b2c1b31cf0", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Account.Web", @@ -78,6 +78,107 @@ "contentType": "abpModule", "name": "AbpAccountWebModule", "summary": null + }, + { + "apis": [ + { + "path": "api/account/login", + "method": "POST", + "groupName": "Account", + "responseType": "Volo.Abp.Account.Web.Areas.Account.Controllers.Models.AbpLoginResult", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "login", + "type": "UserLoginInfo" + } + ] + }, + { + "path": "api/account/logout", + "method": "GET", + "groupName": "Account", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [] + }, + { + "path": "api/account/check-password", + "method": "POST", + "groupName": "Account", + "responseType": "Volo.Abp.Account.Web.Areas.Account.Controllers.Models.AbpLoginResult", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "login", + "type": "UserLoginInfo" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "AccessDeniedModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "ForgotPasswordModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "LoggedOutModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "LoginModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "LogoutModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "ManageModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "PasswordResetLinkSentModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "RegisterModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "ResetPasswordModel", + "summary": null + }, + { + "namespace": "Volo.Abp.Account.Web.Pages.Account", + "contentType": "webPage", + "name": "ResetPasswordConfirmationModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.analyze.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.analyze.json index 459bd50c19..3dab2d3fe4 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.analyze.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.AuditLogging.Domain.Shared", - "hash": "8e82f96ec1349d214e72c8fb4f902460", + "hash": "", "contents": [ { "namespace": "Volo.Abp.AuditLogging", diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json index 9d2726bc18..92016b016f 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.AuditLogging.Domain", - "hash": "fa171768247503b44e7e57d4518d2ef8", + "hash": "", "contents": [ { "namespace": "Volo.Abp.AuditLogging", @@ -274,7 +274,7 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], @@ -486,6 +486,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.AuditLogging", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -528,6 +529,11 @@ "name": "url", "isOptional": true }, + { + "type": "String", + "name": "clientId", + "isOptional": true + }, { "type": "Nullable", "name": "userId", @@ -587,6 +593,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.AuditLogging", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -614,6 +621,11 @@ "name": "url", "isOptional": true }, + { + "type": "String", + "name": "clientId", + "isOptional": true + }, { "type": "Nullable", "name": "userId", @@ -668,6 +680,7 @@ }, { "returnType": "Dictionary", + "namespace": "Volo.Abp.AuditLogging", "name": "GetAverageExecutionDurationPerDayAsync", "summary": null, "isAsync": true, @@ -694,6 +707,7 @@ }, { "returnType": "EntityChange", + "namespace": "Volo.Abp.AuditLogging", "name": "GetEntityChange", "summary": null, "isAsync": true, @@ -715,6 +729,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.AuditLogging", "name": "GetEntityChangeListAsync", "summary": null, "isAsync": true, @@ -781,6 +796,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.AuditLogging", "name": "GetEntityChangeCountAsync", "summary": null, "isAsync": true, @@ -827,6 +843,7 @@ }, { "returnType": "EntityChangeWithUsername", + "namespace": "Volo.Abp.AuditLogging", "name": "GetEntityChangeWithUsernameAsync", "summary": null, "isAsync": true, @@ -848,6 +865,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.AuditLogging", "name": "GetEntityChangesWithUsernameAsync", "summary": null, "isAsync": true, diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json index 5e5f6b6373..40affc51e8 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.AuditLogging.EntityFrameworkCore", - "hash": "ce7134690167eded17ba2eac28d2d34e", + "hash": "", "contents": [ { "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", @@ -67,33 +67,27 @@ { "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", "connectionStringName": "AbpAuditLogging", - "databaseTables": [ - { - "entityFullName": "Volo.Abp.AuditLogging.AuditLog", - "contentType": "databaseTable", - "name": "AbpAuditLogs", - "summary": null - }, - { - "entityFullName": "Volo.Abp.AuditLogging.AuditLogAction", - "contentType": "databaseTable", - "name": "AbpAuditLogActions", - "summary": null - }, - { - "entityFullName": "Volo.Abp.AuditLogging.EntityChange", - "contentType": "databaseTable", - "name": "AbpEntityChanges", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.AuditLogging.EntityPropertyChange", - "contentType": "databaseTable", - "name": "AbpEntityPropertyChanges", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "name": "ConfigureAuditLogging", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json index 7b26febfce..93652f22ec 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.AuditLogging.MongoDB", - "hash": "ce6dfe92b247a77b0138c47e0da4a98c", + "hash": "", "contents": [ { "namespace": "Volo.Abp.AuditLogging.MongoDB", @@ -71,7 +71,7 @@ { "entityFullName": "Volo.Abp.AuditLogging.AuditLog", "contentType": "databaseCollection", - "name": "AbpAuditLogs", + "name": "AuditLogs", "summary": null } ], diff --git a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.analyze.json b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.analyze.json index c916e58771..40eeda286c 100644 --- a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.analyze.json +++ b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BackgroundJobs.Domain.Shared", - "hash": "ad745dc8f75ef6e5b391ee5eca14a895", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs", diff --git a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json index e969d25819..f792712158 100644 --- a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json +++ b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BackgroundJobs.Domain", - "hash": "9135b4c99ca5f16a980041e8621fb415", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs", @@ -222,6 +222,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.BackgroundJobs", "name": "GetWaitingListAsync", "summary": null, "isAsync": true, diff --git a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.analyze.json b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.analyze.json index 41772a0d4f..abe0548d04 100644 --- a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", - "hash": "093b92974b3f005cca5e441d8cc1bafb", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", @@ -67,15 +67,27 @@ { "namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", "connectionStringName": "AbpBackgroundJobs", - "databaseTables": [ + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.BackgroundJobs.BackgroundJobRecord", - "contentType": "databaseTable", - "name": "AbpBackgroundJobs", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", + "name": "ConfigureBackgroundJobs", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.analyze.json b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.analyze.json index 3c333134f7..d6e11b2a6f 100644 --- a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.analyze.json +++ b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BackgroundJobs.MongoDB", - "hash": "43dcde5f0f68f0b06ce3158a154b58e1", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs.MongoDB", @@ -71,7 +71,7 @@ { "entityFullName": "Volo.Abp.BackgroundJobs.BackgroundJobRecord", "contentType": "databaseCollection", - "name": "AbpBackgroundJobs", + "name": "BackgroundJobs", "summary": null } ], diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json b/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json index 0e1d29e0df..14797aa792 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", - "hash": "69ff20961072c952f3a841d6e783cba9", + "hash": "", "contents": [ { "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json index 9b15609e88..fc53ff7c76 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json @@ -3,8 +3,8 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~8.2.2", - "@abp/prismjs": "~8.2.2", - "@abp/highlight.js": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.shared": "~8.2.3", + "@abp/prismjs": "~8.2.3", + "@abp/highlight.js": "~8.2.3" } } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock index 8f2f7c6c0c..0c24a28d41 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock @@ -2,212 +2,212 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/clipboard@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.2.tgz#cb9a7bc2d08b8fb762c24cbd53f86a6aa5c8197a" - integrity sha512-D9azkwO9ZAwKsqdYRkzz0JOukfMdhUOpI382VxmfLTHgTgrby6xTae8SGIrXthgemEny3RlqYAX2R7EVfN3upg== +"@abp/clipboard@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.3.tgz#9e0c0b750114ddaca0beba1051dd7fc1fe77f543" + integrity sha512-RS1pVeeN1/5LlDNBBRDFUqR+xpfWteCZfIByh8xAbec1xuxHmxxxvb3kv1Wp7n4c1ec3V0yLRyvaj0SfYmnWNA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" clipboard "^2.0.8" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/highlight.js@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.2.2.tgz#06d5acce5713357d320854297744a39e1d788054" - integrity sha512-TqiHFFDOWcbSXbj1ykePSxnVW8SMNZpgta8MBZq6obtwbAKsLV8D/xfPSr8/kl7sQEFIEWTwCdTGuOBE3xDiaw== +"@abp/highlight.js@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.2.3.tgz#bae44df0505814cc0692c3a1ea7ca1e36988a677" + integrity sha512-IFNDZcXGKMLY/IZRLZVxY7vsoaWYD2aZYCdqKGFyxHaBTB3KltEDC1Nb6pxE0C1YlNJS5g3BOC+V/z8ZD7h6SA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@highlightjs/cdn-assets" "~11.4.0" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/prismjs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.2.tgz#1910701fbe28d87d1312f16e865778f0e8b19670" - integrity sha512-5KaPPTcLc5/F4MB375orQe5W04bPcE8D/OTGllsj2RViGnmmkVj7Wzkwm6R63qWJtBrYuf9sh2c6eUACNkR2/A== +"@abp/prismjs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.3.tgz#8927f1660815f4e3de11085ea5f3a73b127a858a" + integrity sha512-JJ/wlLlWShGYj0FMFjxriCIA4v1Fe+oHTgo1Kt9JpYkYG+Zq+rHsj1tvNthh2GU7Y69Kt2w1r1LpEDKZZHu58A== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/core" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/core" "~8.2.3" prismjs "^1.26.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json index e70d84e1a4..999387c332 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json @@ -3,8 +3,8 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2", - "@abp/prismjs": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3", + "@abp/prismjs": "~8.2.3" }, "devDependencies": {} } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock index e0afb0de3c..86d1bf43fa 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock @@ -2,211 +2,211 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/clipboard@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.2.tgz#cb9a7bc2d08b8fb762c24cbd53f86a6aa5c8197a" - integrity sha512-D9azkwO9ZAwKsqdYRkzz0JOukfMdhUOpI382VxmfLTHgTgrby6xTae8SGIrXthgemEny3RlqYAX2R7EVfN3upg== +"@abp/clipboard@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.3.tgz#9e0c0b750114ddaca0beba1051dd7fc1fe77f543" + integrity sha512-RS1pVeeN1/5LlDNBBRDFUqR+xpfWteCZfIByh8xAbec1xuxHmxxxvb3kv1Wp7n4c1ec3V0yLRyvaj0SfYmnWNA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" clipboard "^2.0.8" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/prismjs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.2.tgz#1910701fbe28d87d1312f16e865778f0e8b19670" - integrity sha512-5KaPPTcLc5/F4MB375orQe5W04bPcE8D/OTGllsj2RViGnmmkVj7Wzkwm6R63qWJtBrYuf9sh2c6eUACNkR2/A== +"@abp/prismjs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.3.tgz#8927f1660815f4e3de11085ea5f3a73b127a858a" + integrity sha512-JJ/wlLlWShGYj0FMFjxriCIA4v1Fe+oHTgo1Kt9JpYkYG+Zq+rHsj1tvNthh2GU7Y69Kt2w1r1LpEDKZZHu58A== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/core" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/core" "~8.2.3" prismjs "^1.26.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo.Abp.BlobStoring.Database.Domain.Shared.abppkg.analyze.json b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo.Abp.BlobStoring.Database.Domain.Shared.abppkg.analyze.json index ad923a8ce3..6deba88b34 100644 --- a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo.Abp.BlobStoring.Database.Domain.Shared.abppkg.analyze.json +++ b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo.Abp.BlobStoring.Database.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BlobStoring.Database.Domain.Shared", - "hash": "ca71bff6138a518c84899353b3d88f2e", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database", @@ -11,6 +11,50 @@ "name": "AbpValidationModule" } ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], "contentType": "abpModule", "name": "BlobStoringDatabaseDomainSharedModule", "summary": null diff --git a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.abppkg.analyze.json b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.abppkg.analyze.json index 44aa7327f7..cd919d1727 100644 --- a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.abppkg.analyze.json +++ b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BlobStoring.Database.Domain", - "hash": "4c72530134504ee1792b7e24248dc384", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database", @@ -21,6 +21,50 @@ "name": "BlobStoringDatabaseDomainSharedModule" } ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], "contentType": "abpModule", "name": "BlobStoringDatabaseDomainModule", "summary": null @@ -29,56 +73,69 @@ "baseClass": { "name": "AggregateRoot", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.AggregateRoot" }, "implementingInterfaces": [ { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IGeneratesDomainEvents", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" }, { "name": "IHasExtraProperties", "namespace": "Volo.Abp.Data", - "declaringAssemblyName": "Volo.Abp.ObjectExtending" + "declaringAssemblyName": "Volo.Abp.ObjectExtending", + "fullName": "Volo.Abp.Data.IHasExtraProperties" }, { "name": "IHasConcurrencyStamp", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Data" + "declaringAssemblyName": "Volo.Abp.Data", + "fullName": "Volo.Abp.Domain.Entities.IHasConcurrencyStamp" }, { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy" + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", + "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", - "isAsync": false, + "namespace": "Volo.Abp.BlobStoring.Database", "name": "SetContent", "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, "parameters": [ { "type": "Byte[]", @@ -88,10 +145,32 @@ ] } ], - "namespace": "Volo.Abp.BlobStoring.Database", - "primaryKeyType": "Guid", "collectionProperties": {}, "navigationProperties": {}, + "namespace": "Volo.Abp.BlobStoring.Database", + "primaryKeyType": "Guid", + "properties": [ + { + "type": "System.Guid", + "name": "ContainerId", + "summary": null + }, + { + "type": "System.Nullable`1[System.Guid]", + "name": "TenantId", + "summary": null + }, + { + "type": "System.String", + "name": "Name", + "summary": null + }, + { + "type": "System.Byte[]", + "name": "Content", + "summary": null + } + ], "contentType": "aggregateRoot", "name": "DatabaseBlob", "summary": null @@ -100,55 +179,76 @@ "baseClass": { "name": "AggregateRoot", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.AggregateRoot" }, "implementingInterfaces": [ { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IEntity", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IAggregateRoot", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" }, { "name": "IGeneratesDomainEvents", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain" + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" }, { "name": "IHasExtraProperties", "namespace": "Volo.Abp.Data", - "declaringAssemblyName": "Volo.Abp.ObjectExtending" + "declaringAssemblyName": "Volo.Abp.ObjectExtending", + "fullName": "Volo.Abp.Data.IHasExtraProperties" }, { "name": "IHasConcurrencyStamp", "namespace": "Volo.Abp.Domain.Entities", - "declaringAssemblyName": "Volo.Abp.Data" + "declaringAssemblyName": "Volo.Abp.Data", + "fullName": "Volo.Abp.Domain.Entities.IHasConcurrencyStamp" }, { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy" + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", + "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [], - "namespace": "Volo.Abp.BlobStoring.Database", - "primaryKeyType": "Guid", "collectionProperties": {}, "navigationProperties": {}, + "namespace": "Volo.Abp.BlobStoring.Database", + "primaryKeyType": "Guid", + "properties": [ + { + "type": "System.Nullable`1[System.Guid]", + "name": "TenantId", + "summary": null + }, + { + "type": "System.String", + "name": "Name", + "summary": null + } + ], "contentType": "aggregateRoot", "name": "DatabaseBlobContainer", "summary": null @@ -158,12 +258,67 @@ "entityAnalyzeModel": { "namespace": "Volo.Abp.BlobStoring.Database", "primaryKeyType": "Guid", - "collectionProperties": {}, - "navigationProperties": {}, + "properties": [], "contentType": "entity", "name": "DatabaseBlobContainer", "summary": null }, + "implementingInterfaces": [ + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + }, + { + "name": "IRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + } + ], + "methods": [ + { + "returnType": "DatabaseBlobContainer", + "namespace": "Volo.Abp.BlobStoring.Database", + "name": "FindAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "name", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + } + ], "contentType": "repositoryInterface", "name": "IDatabaseBlobContainerRepository", "summary": null @@ -173,12 +328,131 @@ "entityAnalyzeModel": { "namespace": "Volo.Abp.BlobStoring.Database", "primaryKeyType": "Guid", - "collectionProperties": {}, - "navigationProperties": {}, + "properties": [], "contentType": "entity", "name": "DatabaseBlob", "summary": null }, + "implementingInterfaces": [ + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + }, + { + "name": "IRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + } + ], + "methods": [ + { + "returnType": "DatabaseBlob", + "namespace": "Volo.Abp.BlobStoring.Database", + "name": "FindAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "containerId", + "isOptional": false + }, + { + "type": "String", + "name": "name", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Boolean", + "namespace": "Volo.Abp.BlobStoring.Database", + "name": "ExistsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "containerId", + "isOptional": false + }, + { + "type": "String", + "name": "name", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Boolean", + "namespace": "Volo.Abp.BlobStoring.Database", + "name": "DeleteAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "containerId", + "isOptional": false + }, + { + "type": "String", + "name": "name", + "isOptional": false + }, + { + "type": "Boolean", + "name": "autoSave", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + } + ], "contentType": "repositoryInterface", "name": "IDatabaseBlobRepository", "summary": null diff --git a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.abppkg.analyze.json b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.abppkg.analyze.json index 132618f5a1..9cfa23ae83 100644 --- a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", - "hash": "0c136e999f8d28fc3b27414e0ff5aef7", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", @@ -16,6 +16,50 @@ "name": "AbpEntityFrameworkCoreModule" } ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], "contentType": "abpModule", "name": "BlobStoringDatabaseEntityFrameworkCoreModule", "summary": null @@ -23,18 +67,93 @@ { "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", "connectionStringName": "AbpBlobStoring", - "databaseTables": [ + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ + { + "returnType": "Void", + "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "name": "ConfigureBlobStoring", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] + } + ], + "implementingInterfaces": [ + { + "name": "IInfrastructure", + "namespace": "Microsoft.EntityFrameworkCore.Infrastructure", + "declaringAssemblyName": "Microsoft.EntityFrameworkCore", + "fullName": "Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure" + }, + { + "name": "IDbContextDependencies", + "namespace": "Microsoft.EntityFrameworkCore.Internal", + "declaringAssemblyName": "Microsoft.EntityFrameworkCore", + "fullName": "Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies" + }, + { + "name": "IDbSetCache", + "namespace": "Microsoft.EntityFrameworkCore.Internal", + "declaringAssemblyName": "Microsoft.EntityFrameworkCore", + "fullName": "Microsoft.EntityFrameworkCore.Internal.IDbSetCache" + }, + { + "name": "IDbContextPoolable", + "namespace": "Microsoft.EntityFrameworkCore.Internal", + "declaringAssemblyName": "Microsoft.EntityFrameworkCore", + "fullName": "Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable" + }, + { + "name": "IResettableService", + "namespace": "Microsoft.EntityFrameworkCore.Infrastructure", + "declaringAssemblyName": "Microsoft.EntityFrameworkCore", + "fullName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService" + }, + { + "name": "IDisposable", + "namespace": "System", + "declaringAssemblyName": "System.Private.CoreLib", + "fullName": "System.IDisposable" + }, + { + "name": "IAsyncDisposable", + "namespace": "System", + "declaringAssemblyName": "System.Private.CoreLib", + "fullName": "System.IAsyncDisposable" + }, + { + "name": "IAbpEfCoreDbContext", + "namespace": "Volo.Abp.EntityFrameworkCore", + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "fullName": "Volo.Abp.EntityFrameworkCore.IAbpEfCoreDbContext" + }, + { + "name": "IEfCoreDbContext", + "namespace": "Volo.Abp.EntityFrameworkCore", + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "fullName": "Volo.Abp.EntityFrameworkCore.IEfCoreDbContext" + }, { - "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlob", - "contentType": "databaseTable", - "name": "AbpBlobs", - "summary": null + "name": "ITransientDependency", + "namespace": "Volo.Abp.DependencyInjection", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.DependencyInjection.ITransientDependency" }, { - "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlobContainer", - "contentType": "databaseTable", - "name": "AbpBlobContainers", - "summary": null + "name": "IBlobStoringDbContext", + "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "fullName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore.IBlobStoringDbContext" } ], "contentType": "efCoreDbContext", diff --git a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.abppkg.analyze.json b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.abppkg.analyze.json index 888f20c52a..207bff6963 100644 --- a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.abppkg.analyze.json +++ b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.BlobStoring.Database.MongoDB", - "hash": "d0d45fc623e9180d60e60935449cb69b", + "hash": "", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database.MongoDB", @@ -16,6 +16,50 @@ "name": "AbpMongoDbModule" } ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], "contentType": "abpModule", "name": "BlobStoringDatabaseMongoDbModule", "summary": null @@ -27,16 +71,36 @@ { "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlobContainer", "contentType": "databaseCollection", - "name": "AbpBlobContainers", + "name": "BlobContainers", "summary": null }, { "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlob", "contentType": "databaseCollection", - "name": "AbpBlobs", + "name": "Blobs", "summary": null } ], + "implementingInterfaces": [ + { + "name": "IAbpMongoDbContext", + "namespace": "Volo.Abp.MongoDB", + "declaringAssemblyName": "Volo.Abp.MongoDB", + "fullName": "Volo.Abp.MongoDB.IAbpMongoDbContext" + }, + { + "name": "ITransientDependency", + "namespace": "Volo.Abp.DependencyInjection", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.DependencyInjection.ITransientDependency" + }, + { + "name": "IBlobStoringMongoDbContext", + "namespace": "Volo.Abp.BlobStoring.Database.MongoDB", + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.MongoDB", + "fullName": "Volo.Abp.BlobStoring.Database.MongoDB.IBlobStoringMongoDbContext" + } + ], "contentType": "mongoDbContext", "name": "BlobStoringMongoDbContext", "summary": null diff --git a/modules/blogging/app/Volo.BloggingTestApp.EntityFrameworkCore/Volo.BloggingTestApp.EntityFrameworkCore.abppkg.analyze.json b/modules/blogging/app/Volo.BloggingTestApp.EntityFrameworkCore/Volo.BloggingTestApp.EntityFrameworkCore.abppkg.analyze.json index 0933dd25b5..f0d94eb3ee 100644 --- a/modules/blogging/app/Volo.BloggingTestApp.EntityFrameworkCore/Volo.BloggingTestApp.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/blogging/app/Volo.BloggingTestApp.EntityFrameworkCore/Volo.BloggingTestApp.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.BloggingTestApp.EntityFrameworkCore", - "hash": "1ae906cf0026320e50077986287d66ac", + "hash": "", "contents": [ { "namespace": "Volo.BloggingTestApp.EntityFrameworkCore", @@ -89,6 +89,7 @@ "connectionStringName": null, "databaseTables": [], "replacedDbContexts": [], + "modelBuilderExtensionMethods": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/blogging/app/Volo.BloggingTestApp.MongoDB/Volo.BloggingTestApp.MongoDB.abppkg.analyze.json b/modules/blogging/app/Volo.BloggingTestApp.MongoDB/Volo.BloggingTestApp.MongoDB.abppkg.analyze.json index bb074e1d10..c5a0eb3244 100644 --- a/modules/blogging/app/Volo.BloggingTestApp.MongoDB/Volo.BloggingTestApp.MongoDB.abppkg.analyze.json +++ b/modules/blogging/app/Volo.BloggingTestApp.MongoDB/Volo.BloggingTestApp.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.BloggingTestApp.MongoDB", - "hash": "f3aae951c5c4cd55de2a949848c2a755", + "hash": "", "contents": [ { "namespace": "Volo.BloggingTestApp.MongoDB", diff --git a/modules/blogging/app/Volo.BloggingTestApp/package.json b/modules/blogging/app/Volo.BloggingTestApp/package.json index b1018ce2c8..c9615cf41a 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/package.json +++ b/modules/blogging/app/Volo.BloggingTestApp/package.json @@ -3,7 +3,7 @@ "name": "volo.blogtestapp", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2", - "@abp/blogging": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3", + "@abp/blogging": "~8.2.3" } } diff --git a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock index dd66c44c61..34ce3340d1 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock +++ b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock @@ -2,237 +2,237 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/blogging@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.2.2.tgz#7d030acd5902ad318c4461531173ba7d2176f56c" - integrity sha512-5JZ2hprBWBk73eT2vLns5GPPMohFVOAOb441TQJJaEQOhAg+/Q9/pGaOg1dE56UiZEKWnRahaqzaM1hKsKfo2Q== +"@abp/blogging@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.2.3.tgz#3a88e287ddc25ab1e380379727096a3a17258889" + integrity sha512-vc9JFlTT0Cd7EJqo+l36ZQejMTvYbf/N4/dBrOG2m4G1n/5d+M61w0YHiVX5KeKXhrLaJjyOvR8eKq+gMfeebA== dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - "@abp/owl.carousel" "~8.2.2" - "@abp/prismjs" "~8.2.2" - "@abp/tui-editor" "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + "@abp/owl.carousel" "~8.2.3" + "@abp/prismjs" "~8.2.3" + "@abp/tui-editor" "~8.2.3" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/clipboard@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.2.tgz#cb9a7bc2d08b8fb762c24cbd53f86a6aa5c8197a" - integrity sha512-D9azkwO9ZAwKsqdYRkzz0JOukfMdhUOpI382VxmfLTHgTgrby6xTae8SGIrXthgemEny3RlqYAX2R7EVfN3upg== +"@abp/clipboard@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.3.tgz#9e0c0b750114ddaca0beba1051dd7fc1fe77f543" + integrity sha512-RS1pVeeN1/5LlDNBBRDFUqR+xpfWteCZfIByh8xAbec1xuxHmxxxvb3kv1Wp7n4c1ec3V0yLRyvaj0SfYmnWNA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" clipboard "^2.0.8" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/owl.carousel@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.2.2.tgz#861d6d4bf23728609bbb3a85964a7efbcc763d73" - integrity sha512-0M1cJ7WV5No72EdEU3Eru/EkwlM01hxnz8dQubgSxTysgsfbkoUocK9f3lIUfuiIn2onGxm5oOhHT+0A8iumyQ== +"@abp/owl.carousel@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.2.3.tgz#b5e50655a6d04055e6e581a2af0e5ae5b8ca6295" + integrity sha512-cEKeGr76KibzhC1F+pEW+lkTezwQGx5rghgXUjxoG9BgPiukqAK79g7317EwYW7hBchKAUGt99ZJmUCsA8mWlQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" owl.carousel "^2.3.4" -"@abp/prismjs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.2.tgz#1910701fbe28d87d1312f16e865778f0e8b19670" - integrity sha512-5KaPPTcLc5/F4MB375orQe5W04bPcE8D/OTGllsj2RViGnmmkVj7Wzkwm6R63qWJtBrYuf9sh2c6eUACNkR2/A== +"@abp/prismjs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.3.tgz#8927f1660815f4e3de11085ea5f3a73b127a858a" + integrity sha512-JJ/wlLlWShGYj0FMFjxriCIA4v1Fe+oHTgo1Kt9JpYkYG+Zq+rHsj1tvNthh2GU7Y69Kt2w1r1LpEDKZZHu58A== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/core" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/core" "~8.2.3" prismjs "^1.26.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/tui-editor@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.2.2.tgz#07212ebb19faf30074711943ac7f4f604c2c181e" - integrity sha512-JH3sAXiz1esdTJ4qUd3FQmWgTtChC9bEZYNvR+zxWQdsXV4IKcugcwZnktXhakEJOdjx4aHXLm8wwj1Stil0Vw== +"@abp/tui-editor@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.2.3.tgz#7f810481cd109e88bb67890e8daae7ae0a94c79d" + integrity sha512-rWl1WYwkzRZXXG5/ndU6ve9NZL73b2gTne6FShR36T7LdsmUZp4yuF6g956dvObUOw1Uhyo7TvvUcC72pKD8aA== dependencies: - "@abp/jquery" "~8.2.2" - "@abp/prismjs" "~8.2.2" + "@abp/jquery" "~8.2.3" + "@abp/prismjs" "~8.2.3" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo.Blogging.Admin.Application.Contracts.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo.Blogging.Admin.Application.Contracts.abppkg.analyze.json index 3c721cbb8f..238d602da6 100644 --- a/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo.Blogging.Admin.Application.Contracts.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo.Blogging.Admin.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Admin.Application.Contracts", - "hash": "765deda9c2ad81c60686d163f8856cde", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.Admin", diff --git a/modules/blogging/src/Volo.Blogging.Admin.Application/Volo.Blogging.Admin.Application.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Admin.Application/Volo.Blogging.Admin.Application.abppkg.analyze.json index b247ffa372..473750d55d 100644 --- a/modules/blogging/src/Volo.Blogging.Admin.Application/Volo.Blogging.Admin.Application.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Admin.Application/Volo.Blogging.Admin.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Admin.Application", - "hash": "f36b44743b8df7a8d4cc013570d044a2", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.Admin", @@ -146,6 +146,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.Blogging.Admin.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -156,6 +157,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.Blogging.Admin.Blogs", "name": "GetAsync", "summary": null, "isAsync": true, @@ -172,6 +174,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.Blogging.Admin.Blogs", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -188,6 +191,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.Blogging.Admin.Blogs", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -209,6 +213,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Admin.Blogs", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -225,6 +230,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Admin.Blogs", "name": "ClearCacheAsync", "summary": null, "isAsync": true, diff --git a/modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client/Volo.Blogging.Admin.HttpApi.Client.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client/Volo.Blogging.Admin.HttpApi.Client.abppkg.analyze.json index 294df5e147..851a0316da 100644 --- a/modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client/Volo.Blogging.Admin.HttpApi.Client.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client/Volo.Blogging.Admin.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Admin.HttpApi.Client", - "hash": "3c18ac9eda422806cb4bba72a39ad229", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.Admin", diff --git a/modules/blogging/src/Volo.Blogging.Admin.HttpApi/Volo.Blogging.Admin.HttpApi.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Admin.HttpApi/Volo.Blogging.Admin.HttpApi.abppkg.analyze.json index a93621f41c..1a6a317bd2 100644 --- a/modules/blogging/src/Volo.Blogging.Admin.HttpApi/Volo.Blogging.Admin.HttpApi.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Admin.HttpApi/Volo.Blogging.Admin.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Admin.HttpApi", - "hash": "689f6b3f8cc4a2e9e75308df5a58b588", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.Admin", @@ -63,6 +63,90 @@ "contentType": "abpModule", "name": "BloggingAdminHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/blogging/blogs/admin", + "method": "GET", + "groupName": "BlogManagement", + "responseType": "Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Blogging.Blogs.Dtos.BlogDto]", + "responseTypeAsJson": "{\r\n \"items\": [\r\n {\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [] + }, + { + "path": "api/blogging/blogs/admin/{id}", + "method": "GET", + "groupName": "BlogManagement", + "responseType": "Volo.Blogging.Blogs.Dtos.BlogDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/blogs/admin", + "method": "POST", + "groupName": "BlogManagement", + "responseType": "Volo.Blogging.Blogs.Dtos.BlogDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "input", + "type": "CreateBlogDto" + } + ] + }, + { + "path": "api/blogging/blogs/admin/{id}", + "method": "PUT", + "groupName": "BlogManagement", + "responseType": "Volo.Blogging.Blogs.Dtos.BlogDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + }, + { + "name": "input", + "type": "UpdateBlogDto" + } + ] + }, + { + "path": "api/blogging/blogs/admin/{id}", + "method": "DELETE", + "groupName": "BlogManagement", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/blogs/admin/clear-cache/{id}", + "method": "GET", + "groupName": "BlogManagement", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/blogging/src/Volo.Blogging.Admin.Web/Volo.Blogging.Admin.Web.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Admin.Web/Volo.Blogging.Admin.Web.abppkg.analyze.json index 258c5ec139..bfadd4006b 100644 --- a/modules/blogging/src/Volo.Blogging.Admin.Web/Volo.Blogging.Admin.Web.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Admin.Web/Volo.Blogging.Admin.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Admin.Web", - "hash": "f00cd39c07130843c7103cc1f6caf9a2", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.Admin", @@ -73,6 +73,24 @@ "contentType": "abpModule", "name": "BloggingAdminWebModule", "summary": null + }, + { + "namespace": "Volo.Blogging.Admin.Pages.Blogging.Admin.Blogs", + "contentType": "webPage", + "name": "CreateModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Admin.Pages.Blogging.Admin.Blogs", + "contentType": "webPage", + "name": "EditModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Admin.Pages.Blogging.Admin.Blogs", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo.Blogging.Application.Contracts.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo.Blogging.Application.Contracts.abppkg.analyze.json index 233c9594ac..6d09472ac6 100644 --- a/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo.Blogging.Application.Contracts.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo.Blogging.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Application.Contracts", - "hash": "90bed1d4c7274bff6059309df9800b27", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", diff --git a/modules/blogging/src/Volo.Blogging.Application/Volo.Blogging.Application.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Application/Volo.Blogging.Application.abppkg.analyze.json index 97dc91e6d7..b332019e6d 100644 --- a/modules/blogging/src/Volo.Blogging.Application/Volo.Blogging.Application.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Application/Volo.Blogging.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Application", - "hash": "0119e0d4243cd5f865bda1dc7115637f", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", @@ -151,6 +151,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Blogging.Tagging", "name": "GetPopularTagsAsync", "summary": null, "isAsync": true, @@ -242,6 +243,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.Blogging.Posts", "name": "GetListByBlogIdAndTagNameAsync", "summary": null, "isAsync": true, @@ -263,6 +265,7 @@ }, { "returnType": "ListResultDto", + "namespace": "Volo.Blogging.Posts", "name": "GetTimeOrderedListAsync", "summary": null, "isAsync": true, @@ -279,6 +282,7 @@ }, { "returnType": "PostWithDetailsDto", + "namespace": "Volo.Blogging.Posts", "name": "GetForReadingAsync", "summary": null, "isAsync": true, @@ -295,6 +299,7 @@ }, { "returnType": "PostWithDetailsDto", + "namespace": "Volo.Blogging.Posts", "name": "GetAsync", "summary": null, "isAsync": true, @@ -311,6 +316,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Posts", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -327,6 +333,7 @@ }, { "returnType": "PostWithDetailsDto", + "namespace": "Volo.Blogging.Posts", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -346,8 +353,48 @@ } ] }, + { + "returnType": "List", + "namespace": "Volo.Blogging.Posts", + "name": "GetListByUserIdAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "userId", + "isOptional": false + } + ] + }, + { + "returnType": "List", + "namespace": "Volo.Blogging.Posts", + "name": "GetLatestBlogPostsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "blogId", + "isOptional": false + }, + { + "type": "Int32", + "name": "count", + "isOptional": false + } + ] + }, { "returnType": "PostWithDetailsDto", + "namespace": "Volo.Blogging.Posts", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -367,6 +414,110 @@ "name": "PostAppService", "summary": null }, + { + "namespace": "Volo.Blogging.Members", + "baseClass": { + "name": "BloggingAppServiceBase", + "namespace": "Volo.Blogging", + "declaringAssemblyName": "Volo.Blogging.Application", + "fullName": "Volo.Blogging.BloggingAppServiceBase" + }, + "implementingInterfaces": [ + { + "name": "IApplicationService", + "namespace": "Volo.Abp.Application.Services", + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "fullName": "Volo.Abp.Application.Services.IApplicationService" + }, + { + "name": "IRemoteService", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IRemoteService" + }, + { + "name": "IAvoidDuplicateCrossCuttingConcerns", + "namespace": "Volo.Abp.Aspects", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" + }, + { + "name": "IValidationEnabled", + "namespace": "Volo.Abp.Validation", + "declaringAssemblyName": "Volo.Abp.Validation", + "fullName": "Volo.Abp.Validation.IValidationEnabled" + }, + { + "name": "IUnitOfWorkEnabled", + "namespace": "Volo.Abp.Uow", + "declaringAssemblyName": "Volo.Abp.Uow", + "fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" + }, + { + "name": "IAuditingEnabled", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IAuditingEnabled" + }, + { + "name": "IGlobalFeatureCheckingEnabled", + "namespace": "Volo.Abp.GlobalFeatures", + "declaringAssemblyName": "Volo.Abp.GlobalFeatures", + "fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" + }, + { + "name": "ITransientDependency", + "namespace": "Volo.Abp.DependencyInjection", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.DependencyInjection.ITransientDependency" + }, + { + "name": "IMemberAppService", + "namespace": "Volo.Blogging.Members", + "declaringAssemblyName": "Volo.Blogging.Application.Contracts", + "fullName": "Volo.Blogging.Members.IMemberAppService" + } + ], + "methods": [ + { + "returnType": "BlogUserDto", + "namespace": "Volo.Blogging.Members", + "name": "FindAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "username", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Blogging.Members", + "name": "UpdateUserProfileAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "CustomIdentityBlogUserUpdateDto", + "name": "input", + "isOptional": false + } + ] + } + ], + "contentType": "applicationService", + "name": "MemberAppService", + "summary": null + }, { "namespace": "Volo.Blogging.Files", "baseClass": { @@ -434,6 +585,7 @@ "methods": [ { "returnType": "RawFileDto", + "namespace": "Volo.Blogging.Files", "name": "GetAsync", "summary": null, "isAsync": true, @@ -450,6 +602,7 @@ }, { "returnType": "IRemoteStreamContent", + "namespace": "Volo.Blogging.Files", "name": "GetFileAsync", "summary": null, "isAsync": true, @@ -466,6 +619,7 @@ }, { "returnType": "FileUploadOutputDto", + "namespace": "Volo.Blogging.Files", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -552,6 +706,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Blogging.Comments", "name": "GetHierarchicalListOfPostAsync", "summary": null, "isAsync": true, @@ -568,6 +723,7 @@ }, { "returnType": "CommentWithDetailsDto", + "namespace": "Volo.Blogging.Comments", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -584,6 +740,7 @@ }, { "returnType": "CommentWithDetailsDto", + "namespace": "Volo.Blogging.Comments", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -605,6 +762,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Comments", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -691,6 +849,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.Blogging.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -701,6 +860,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.Blogging.Blogs", "name": "GetByShortNameAsync", "summary": null, "isAsync": true, @@ -717,6 +877,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.Blogging.Blogs", "name": "GetAsync", "summary": null, "isAsync": true, diff --git a/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo.Blogging.Domain.Shared.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo.Blogging.Domain.Shared.abppkg.analyze.json index 54e8d52f5f..2b2ee467f7 100644 --- a/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo.Blogging.Domain.Shared.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Domain.Shared/Volo.Blogging.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Domain.Shared", - "hash": "416d1bef921b5bb0eb443877eb8af5a6", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", diff --git a/modules/blogging/src/Volo.Blogging.Domain/Volo.Blogging.Domain.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Domain/Volo.Blogging.Domain.abppkg.analyze.json index 4ca41ac00d..64b65921d1 100644 --- a/modules/blogging/src/Volo.Blogging.Domain/Volo.Blogging.Domain.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Domain/Volo.Blogging.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Domain", - "hash": "6ef78d68d0b8c8fe7a3f43214e572d5d", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", @@ -152,7 +152,7 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" }, { @@ -165,6 +165,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Blogging.Users", "name": "Update", "summary": null, "isAsync": false, @@ -229,6 +230,41 @@ "type": "System.Boolean", "name": "PhoneNumberConfirmed", "summary": null + }, + { + "type": "System.String", + "name": "WebSite", + "summary": null + }, + { + "type": "System.String", + "name": "Twitter", + "summary": null + }, + { + "type": "System.String", + "name": "Github", + "summary": null + }, + { + "type": "System.String", + "name": "Linkedin", + "summary": null + }, + { + "type": "System.String", + "name": "Company", + "summary": null + }, + { + "type": "System.String", + "name": "JobTitle", + "summary": null + }, + { + "type": "System.String", + "name": "Biography", + "summary": null } ], "contentType": "aggregateRoot", @@ -349,6 +385,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Blogging.Tagging", "name": "SetName", "summary": null, "isAsync": false, @@ -365,6 +402,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Tagging", "name": "IncreaseUsageCount", "summary": null, "isAsync": false, @@ -381,6 +419,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Tagging", "name": "DecreaseUsageCount", "summary": null, "isAsync": false, @@ -397,6 +436,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Tagging", "name": "SetDescription", "summary": null, "isAsync": false, @@ -556,6 +596,7 @@ "methods": [ { "returnType": "Post", + "namespace": "Volo.Blogging.Posts", "name": "IncreaseReadCount", "summary": null, "isAsync": false, @@ -566,6 +607,7 @@ }, { "returnType": "Post", + "namespace": "Volo.Blogging.Posts", "name": "SetTitle", "summary": null, "isAsync": false, @@ -582,6 +624,7 @@ }, { "returnType": "Post", + "namespace": "Volo.Blogging.Posts", "name": "SetUrl", "summary": null, "isAsync": false, @@ -598,6 +641,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Posts", "name": "AddTag", "summary": null, "isAsync": false, @@ -614,6 +658,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Posts", "name": "RemoveTag", "summary": null, "isAsync": false, @@ -800,6 +845,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Blogging.Comments", "name": "SetText", "summary": null, "isAsync": false, @@ -954,6 +1000,7 @@ "methods": [ { "returnType": "Blog", + "namespace": "Volo.Blogging.Blogs", "name": "SetName", "summary": null, "isAsync": false, @@ -970,6 +1017,7 @@ }, { "returnType": "Blog", + "namespace": "Volo.Blogging.Blogs", "name": "SetShortName", "summary": null, "isAsync": false, @@ -1061,6 +1109,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Blogging.Users", "name": "GetUsersAsync", "summary": null, "isAsync": true, @@ -1135,6 +1184,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Blogging.Tagging", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1156,6 +1206,7 @@ }, { "returnType": "Tag", + "namespace": "Volo.Blogging.Tagging", "name": "GetByNameAsync", "summary": null, "isAsync": true, @@ -1182,6 +1233,7 @@ }, { "returnType": "Tag", + "namespace": "Volo.Blogging.Tagging", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -1208,6 +1260,7 @@ }, { "returnType": "List", + "namespace": "Volo.Blogging.Tagging", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1229,6 +1282,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Tagging", "name": "DecreaseUsageCountOfTagsAsync", "summary": null, "isAsync": true, @@ -1298,6 +1352,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Blogging.Posts", "name": "GetPostsByBlogId", "summary": null, "isAsync": true, @@ -1319,6 +1374,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Blogging.Posts", "name": "IsPostUrlInUseAsync", "summary": null, "isAsync": true, @@ -1350,6 +1406,7 @@ }, { "returnType": "Post", + "namespace": "Volo.Blogging.Posts", "name": "GetPostByUrl", "summary": null, "isAsync": true, @@ -1376,6 +1433,7 @@ }, { "returnType": "List", + "namespace": "Volo.Blogging.Posts", "name": "GetOrderedList", "summary": null, "isAsync": true, @@ -1399,6 +1457,55 @@ "isOptional": true } ] + }, + { + "returnType": "List", + "namespace": "Volo.Blogging.Posts", + "name": "GetListByUserIdAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "userId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "List", + "namespace": "Volo.Blogging.Posts", + "name": "GetLatestBlogPostsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "blogId", + "isOptional": false + }, + { + "type": "Int32", + "name": "count", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -1450,6 +1557,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Blogging.Comments", "name": "GetListOfPostAsync", "summary": null, "isAsync": true, @@ -1471,6 +1579,7 @@ }, { "returnType": "Int32", + "namespace": "Volo.Blogging.Comments", "name": "GetCommentCountOfPostAsync", "summary": null, "isAsync": true, @@ -1492,6 +1601,7 @@ }, { "returnType": "List", + "namespace": "Volo.Blogging.Comments", "name": "GetRepliesOfComment", "summary": null, "isAsync": true, @@ -1513,6 +1623,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Blogging.Comments", "name": "DeleteOfPost", "summary": null, "isAsync": true, @@ -1582,6 +1693,7 @@ "methods": [ { "returnType": "Blog", + "namespace": "Volo.Blogging.Blogs", "name": "FindByShortNameAsync", "summary": null, "isAsync": true, diff --git a/modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo.Blogging.EntityFrameworkCore.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo.Blogging.EntityFrameworkCore.abppkg.analyze.json index 7fb2558e8c..6a4b92e01e 100644 --- a/modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo.Blogging.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.EntityFrameworkCore/Volo.Blogging.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.EntityFrameworkCore", - "hash": "6a38802ee4510532b9dd8879c2b2b7ff", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.EntityFrameworkCore", @@ -67,45 +67,27 @@ { "namespace": "Volo.Blogging.EntityFrameworkCore", "connectionStringName": "Blogging", - "databaseTables": [ - { - "entityFullName": "Volo.Blogging.Blogs.Blog", - "contentType": "databaseTable", - "name": "BlgBlogs", - "summary": null - }, - { - "entityFullName": "Volo.Blogging.Comments.Comment", - "contentType": "databaseTable", - "name": "BlgComments", - "summary": null - }, - { - "entityFullName": "Volo.Blogging.Posts.Post", - "contentType": "databaseTable", - "name": "BlgPosts", - "summary": null - }, - { - "entityFullName": "Volo.Blogging.Posts.PostTag", - "contentType": "databaseTable", - "name": "BlgPostTags", - "summary": null - }, - { - "entityFullName": "Volo.Blogging.Tagging.Tag", - "contentType": "databaseTable", - "name": "BlgTags", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Blogging.Users.BlogUser", - "contentType": "databaseTable", - "name": "BlgUsers", - "summary": null + "returnType": "Void", + "namespace": "Volo.Blogging.EntityFrameworkCore", + "name": "ConfigureBlogging", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/blogging/src/Volo.Blogging.HttpApi.Client/Volo.Blogging.HttpApi.Client.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.HttpApi.Client/Volo.Blogging.HttpApi.Client.abppkg.analyze.json index fab3946f08..4fde803ba1 100644 --- a/modules/blogging/src/Volo.Blogging.HttpApi.Client/Volo.Blogging.HttpApi.Client.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.HttpApi.Client/Volo.Blogging.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.HttpApi.Client", - "hash": "3ca2666acad094da483790ffe3497ae0", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", diff --git a/modules/blogging/src/Volo.Blogging.HttpApi/Volo.Blogging.HttpApi.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.HttpApi/Volo.Blogging.HttpApi.abppkg.analyze.json index e9fa020357..7b15b827b0 100644 --- a/modules/blogging/src/Volo.Blogging.HttpApi/Volo.Blogging.HttpApi.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.HttpApi/Volo.Blogging.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.HttpApi", - "hash": "3e6f3a5c72fe4dd10117f387c5a28255", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", @@ -63,6 +63,300 @@ "contentType": "abpModule", "name": "BloggingHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/blogging/files/{name}", + "method": "GET", + "groupName": "BlogFiles", + "responseType": "Volo.Blogging.Files.RawFileDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "path": "api/blogging/files/www/{name}", + "method": "GET", + "groupName": "BlogFiles", + "responseType": "Volo.Abp.Content.IRemoteStreamContent", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "path": "api/blogging/files/images/upload", + "method": "POST", + "groupName": "BlogFiles", + "responseType": "Volo.Blogging.Files.FileUploadOutputDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"webUrl\": \"string\"\r\n}", + "parameterDescriptions": [ + { + "name": "File", + "type": "IRemoteStreamContent" + }, + { + "name": "Name", + "type": "String" + } + ] + }, + { + "path": "api/blogging/blogs", + "method": "GET", + "groupName": "Blogs", + "responseType": "Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Blogging.Blogs.Dtos.BlogDto]", + "responseTypeAsJson": "{\r\n \"items\": [\r\n {\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [] + }, + { + "path": "api/blogging/blogs/by-shortname/{shortName}", + "method": "GET", + "groupName": "Blogs", + "responseType": "Volo.Blogging.Blogs.Dtos.BlogDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "shortName", + "type": "String" + } + ] + }, + { + "path": "api/blogging/blogs/{id}", + "method": "GET", + "groupName": "Blogs", + "responseType": "Volo.Blogging.Blogs.Dtos.BlogDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"description\": \"string\",\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/comments/hierarchical/{postId}", + "method": "GET", + "groupName": "Comments", + "responseType": "System.Collections.Generic.List`1[Volo.Blogging.Comments.Dtos.CommentWithRepliesDto]", + "responseTypeAsJson": "[\r\n {\r\n \"comment\": {\r\n \"repliedCommentId\": null,\r\n \"text\": \"string\",\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"replies\": [\r\n {\r\n \"repliedCommentId\": null,\r\n \"text\": \"string\",\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n }\r\n]", + "parameterDescriptions": [ + { + "name": "postId", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/comments", + "method": "POST", + "groupName": "Comments", + "responseType": "Volo.Blogging.Comments.Dtos.CommentWithDetailsDto", + "responseTypeAsJson": "{\r\n \"repliedCommentId\": null,\r\n \"text\": \"string\",\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "input", + "type": "CreateCommentDto" + } + ] + }, + { + "path": "api/blogging/comments/{id}", + "method": "PUT", + "groupName": "Comments", + "responseType": "Volo.Blogging.Comments.Dtos.CommentWithDetailsDto", + "responseTypeAsJson": "{\r\n \"repliedCommentId\": null,\r\n \"text\": \"string\",\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + }, + { + "name": "input", + "type": "UpdateCommentDto" + } + ] + }, + { + "path": "api/blogging/comments/{id}", + "method": "DELETE", + "groupName": "Comments", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/posts/{blogId}/all", + "method": "GET", + "groupName": "Posts", + "responseType": "Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Blogging.Posts.PostWithDetailsDto]", + "responseTypeAsJson": "{\r\n \"items\": [\r\n {\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "blogId", + "type": "Guid" + }, + { + "name": "tagName", + "type": "String" + } + ] + }, + { + "path": "api/blogging/posts/{blogId}/all/by-time", + "method": "GET", + "groupName": "Posts", + "responseType": "Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Blogging.Posts.PostWithDetailsDto]", + "responseTypeAsJson": "{\r\n \"items\": [\r\n {\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "blogId", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/posts/read", + "method": "GET", + "groupName": "Posts", + "responseType": "Volo.Blogging.Posts.PostWithDetailsDto", + "responseTypeAsJson": "{\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "Url", + "type": "String" + }, + { + "name": "BlogId", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/posts/{id}", + "method": "GET", + "groupName": "Posts", + "responseType": "Volo.Blogging.Posts.PostWithDetailsDto", + "responseTypeAsJson": "{\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/posts", + "method": "POST", + "groupName": "Posts", + "responseType": "Volo.Blogging.Posts.PostWithDetailsDto", + "responseTypeAsJson": "{\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "input", + "type": "CreatePostDto" + } + ] + }, + { + "path": "api/blogging/posts/{id}", + "method": "PUT", + "groupName": "Posts", + "responseType": "Volo.Blogging.Posts.PostWithDetailsDto", + "responseTypeAsJson": "{\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + }, + { + "name": "input", + "type": "UpdatePostDto" + } + ] + }, + { + "path": "api/blogging/posts/user/{userId}", + "method": "GET", + "groupName": "Posts", + "responseType": "System.Collections.Generic.List`1[Volo.Blogging.Posts.PostWithDetailsDto]", + "responseTypeAsJson": "[\r\n {\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n]", + "parameterDescriptions": [ + { + "name": "userId", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/posts/{blogId}/latest/{count}", + "method": "GET", + "groupName": "Posts", + "responseType": "System.Collections.Generic.List`1[Volo.Blogging.Posts.PostWithDetailsDto]", + "responseTypeAsJson": "[\r\n {\r\n \"blogId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"title\": \"string\",\r\n \"coverImage\": \"string\",\r\n \"url\": \"string\",\r\n \"content\": \"string\",\r\n \"description\": \"string\",\r\n \"readCount\": 0,\r\n \"commentCount\": 0,\r\n \"writer\": {\r\n \"tenantId\": null,\r\n \"name\": \"string\",\r\n \"surname\": \"string\",\r\n \"userName\": \"string\",\r\n \"email\": \"string\",\r\n \"emailConfirmed\": false,\r\n \"phoneNumber\": \"string\",\r\n \"phoneNumberConfirmed\": false,\r\n \"webSite\": \"string\",\r\n \"twitter\": \"string\",\r\n \"github\": \"string\",\r\n \"linkedin\": \"string\",\r\n \"company\": \"string\",\r\n \"jobTitle\": \"string\",\r\n \"biography\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"tags\": [\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ],\r\n \"concurrencyStamp\": \"string\",\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n]", + "parameterDescriptions": [ + { + "name": "blogId", + "type": "Guid" + }, + { + "name": "count", + "type": "Int32" + } + ] + }, + { + "path": "api/blogging/posts/{id}", + "method": "DELETE", + "groupName": "Posts", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/blogging/tags/popular/{blogId}", + "method": "GET", + "groupName": "Tags", + "responseType": "System.Collections.Generic.List`1[Volo.Blogging.Tagging.Dtos.TagDto]", + "responseTypeAsJson": "[\r\n {\r\n \"name\": \"string\",\r\n \"description\": \"string\",\r\n \"usageCount\": 0,\r\n \"isDeleted\": false,\r\n \"deleterId\": null,\r\n \"deletionTime\": null,\r\n \"lastModificationTime\": null,\r\n \"lastModifierId\": null,\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"creatorId\": null,\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n]", + "parameterDescriptions": [ + { + "name": "blogId", + "type": "Guid" + }, + { + "name": "ResultCount", + "type": "Int32" + }, + { + "name": "MinimumPostCount", + "type": "Nullable" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/blogging/src/Volo.Blogging.MongoDB/Volo.Blogging.MongoDB.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.MongoDB/Volo.Blogging.MongoDB.abppkg.analyze.json index f72236e318..3c45d3118e 100644 --- a/modules/blogging/src/Volo.Blogging.MongoDB/Volo.Blogging.MongoDB.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.MongoDB/Volo.Blogging.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.MongoDB", - "hash": "4487b4df01fcd98b0ce2e7d2d11c9ba5", + "hash": "", "contents": [ { "namespace": "Volo.Blogging.MongoDB", @@ -74,33 +74,33 @@ "connectionStringName": "Blogging", "databaseCollections": [ { - "entityFullName": "Volo.Blogging.Blogs.Blog", + "entityFullName": "Volo.Blogging.Users.BlogUser", "contentType": "databaseCollection", - "name": "BlgBlogs", + "name": "Users", "summary": null }, { - "entityFullName": "Volo.Blogging.Comments.Comment", + "entityFullName": "Volo.Blogging.Blogs.Blog", "contentType": "databaseCollection", - "name": "BlgComments", + "name": "Blogs", "summary": null }, { - "entityFullName": "Volo.Blogging.Users.BlogUser", + "entityFullName": "Volo.Blogging.Posts.Post", "contentType": "databaseCollection", - "name": "BlgUsers", + "name": "Posts", "summary": null }, { "entityFullName": "Volo.Blogging.Tagging.Tag", "contentType": "databaseCollection", - "name": "BlgTags", + "name": "Tags", "summary": null }, { - "entityFullName": "Volo.Blogging.Posts.Post", + "entityFullName": "Volo.Blogging.Comments.Comment", "contentType": "databaseCollection", - "name": "BlgPosts", + "name": "Comments", "summary": null } ], diff --git a/modules/blogging/src/Volo.Blogging.Web/Volo.Blogging.Web.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Web/Volo.Blogging.Web.abppkg.analyze.json index 27a396bd9e..895ffb1675 100644 --- a/modules/blogging/src/Volo.Blogging.Web/Volo.Blogging.Web.abppkg.analyze.json +++ b/modules/blogging/src/Volo.Blogging.Web/Volo.Blogging.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Blogging.Web", - "hash": "d4c82263439a4a663a6b98ee502d02f4", + "hash": "", "contents": [ { "namespace": "Volo.Blogging", @@ -73,6 +73,42 @@ "contentType": "abpModule", "name": "BloggingWebModule", "summary": null + }, + { + "namespace": "Volo.Blogging.Pages.Blogs", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Pages.Blogs.Posts", + "contentType": "webPage", + "name": "DetailModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Pages.Blogs.Posts", + "contentType": "webPage", + "name": "EditModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Pages.Blogs.Posts", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Pages.Blogs.Posts", + "contentType": "webPage", + "name": "NewModel", + "summary": null + }, + { + "namespace": "Volo.Blogging.Pages.Blogs.Members", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json index b1b1bb9a3b..ebbec7b446 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json @@ -3,6 +3,6 @@ "name": "client-simulation-web", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock index 9188715ca6..f36d2d8e77 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json b/modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json index 907c063ea6..e0da5e658e 100644 --- a/modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json +++ b/modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.ClientSimulation.Web", - "hash": "219a88f8096628953238e9590f6a5e56", + "hash": "", "contents": [ { "namespace": "Volo.ClientSimulation", diff --git a/modules/cms-kit/angular/package.json b/modules/cms-kit/angular/package.json index 80b1d4a302..eda7c69abc 100644 --- a/modules/cms-kit/angular/package.json +++ b/modules/cms-kit/angular/package.json @@ -15,11 +15,11 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~8.2.2", - "@abp/ng.identity": "~8.2.2", - "@abp/ng.setting-management": "~8.2.2", - "@abp/ng.tenant-management": "~8.2.2", - "@abp/ng.theme.basic": "~8.2.2", + "@abp/ng.account": "~8.2.3", + "@abp/ng.identity": "~8.2.3", + "@abp/ng.setting-management": "~8.2.3", + "@abp/ng.tenant-management": "~8.2.3", + "@abp/ng.theme.basic": "~8.2.3", "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", diff --git a/modules/cms-kit/angular/projects/cms-kit/package.json b/modules/cms-kit/angular/projects/cms-kit/package.json index 86d97c4783..c296473075 100644 --- a/modules/cms-kit/angular/projects/cms-kit/package.json +++ b/modules/cms-kit/angular/projects/cms-kit/package.json @@ -4,8 +4,8 @@ "peerDependencies": { "@angular/common": "^9.1.11", "@angular/core": "^9.1.11", - "@abp/ng.core": ">=8.2.2", - "@abp/ng.theme.shared": ">=8.2.2" + "@abp/ng.core": ">=8.2.3", + "@abp/ng.theme.shared": ">=8.2.3" }, "dependencies": { "tslib": "^2.0.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json index fc4e098ad5..135d6777aa 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-identityserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock index 9188715ca6..f36d2d8e77 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json b/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json index 9b45d34690..dd50dd6a99 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock index 9188715ca6..f36d2d8e77 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json index 464d669db0..31015ec59f 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2", - "@abp/cms-kit": "8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3", + "@abp/cms-kit": "8.2.3" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock index 49c81591f8..b0d5e9edf5 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock @@ -2,293 +2,293 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/clipboard@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.2.tgz#cb9a7bc2d08b8fb762c24cbd53f86a6aa5c8197a" - integrity sha512-D9azkwO9ZAwKsqdYRkzz0JOukfMdhUOpI382VxmfLTHgTgrby6xTae8SGIrXthgemEny3RlqYAX2R7EVfN3upg== +"@abp/clipboard@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.3.tgz#9e0c0b750114ddaca0beba1051dd7fc1fe77f543" + integrity sha512-RS1pVeeN1/5LlDNBBRDFUqR+xpfWteCZfIByh8xAbec1xuxHmxxxvb3kv1Wp7n4c1ec3V0yLRyvaj0SfYmnWNA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" clipboard "^2.0.8" -"@abp/cms-kit.admin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.2.2.tgz#91a9bb91f2d450e5b5bdf1c9ec3805b77cfd57fd" - integrity sha512-rVapT4xhdkvBYPEPcZnRPcnszJUFLmbyvnTGymbuHT9RnfiPUuSfCwVzv0HtvV+Y/2FSRxKBD28WWMBMTBbFpA== +"@abp/cms-kit.admin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.2.3.tgz#f1dc21055bd0445e12925c6a442510555f1059fe" + integrity sha512-khr/sRGSL5/mEK1kSI4Qxx6i+0RXmQKxjkOPMBJ7zTcrBZfHYRaXTIVbK9Jpod37MzwN05Wp5V1MQYOm0Q6NEA== dependencies: - "@abp/codemirror" "~8.2.2" - "@abp/jstree" "~8.2.2" - "@abp/slugify" "~8.2.2" - "@abp/tui-editor" "~8.2.2" - "@abp/uppy" "~8.2.2" + "@abp/codemirror" "~8.2.3" + "@abp/jstree" "~8.2.3" + "@abp/slugify" "~8.2.3" + "@abp/tui-editor" "~8.2.3" + "@abp/uppy" "~8.2.3" -"@abp/cms-kit.public@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.2.2.tgz#a3a5661e92f101b6992b6680e7a51d1bb53bb6b0" - integrity sha512-aJSb3GAZ1iAbSv4EMdUYi6qcC5Ek9a/vGRVtkW+Qg3FCKD4Tkz2oV3GjKk5zd6hHJB5qXWkasjOvyqlAb7iAlg== +"@abp/cms-kit.public@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.2.3.tgz#99250a4367a3e43ef84ffbf29bf6bf0ffafb499f" + integrity sha512-CxBF7z5/4OBFjePsJl3zFZDUDGhTkoUQF9qKlDvHk9t2AEkV+cPk2TPVZ+YRMt9a0Fc9G+r09tB3Z6HUEwMPCQ== dependencies: - "@abp/highlight.js" "~8.2.2" - "@abp/star-rating-svg" "~8.2.2" + "@abp/highlight.js" "~8.2.3" + "@abp/star-rating-svg" "~8.2.3" -"@abp/cms-kit@8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.2.2.tgz#6f8a6a800a5482429c52d57a39d51c3ea92665c7" - integrity sha512-/xL8ltkx0fs1tEiuXNENorFWkx3uXlXKaqZIMP/vGNgtnxovACAtY5hZ4exhMH7ULBvvPDDjEdCOhHhPr7h1kQ== +"@abp/cms-kit@8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.2.3.tgz#64a8b4214a80965f440c8d542e40c19920495647" + integrity sha512-UE/thd4n5xr93Q7PoZzYmVRlbYulFtDdPFum1Kn3SURb+dlLEXUGDye0j2Fp+zpTds4/xUVKn+OOUNr6enIfcg== dependencies: - "@abp/cms-kit.admin" "~8.2.2" - "@abp/cms-kit.public" "~8.2.2" + "@abp/cms-kit.admin" "~8.2.3" + "@abp/cms-kit.public" "~8.2.3" -"@abp/codemirror@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.2.2.tgz#874f2eac4e681be7f849b56741ee6a9e942560da" - integrity sha512-surnvXvyXEm2SqEMihYHbBwyBOuqnSouvZewtM9RI0IRhi6Y60/4gA0T4BT8B2qZgKpoOlaymO/GBYMdc8xfKw== +"@abp/codemirror@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.2.3.tgz#151f107e8f4593cea51b791b05446a30dd466cda" + integrity sha512-IIedBSQbBY0FQje+7t9guHdoUturkfcq2CqYQobytocK27K/NCd/LxygZoeMEpbQMHD+wmeAbel0HJDEjsOYOg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" codemirror "^5.65.1" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/highlight.js@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.2.2.tgz#06d5acce5713357d320854297744a39e1d788054" - integrity sha512-TqiHFFDOWcbSXbj1ykePSxnVW8SMNZpgta8MBZq6obtwbAKsLV8D/xfPSr8/kl7sQEFIEWTwCdTGuOBE3xDiaw== +"@abp/highlight.js@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.2.3.tgz#bae44df0505814cc0692c3a1ea7ca1e36988a677" + integrity sha512-IFNDZcXGKMLY/IZRLZVxY7vsoaWYD2aZYCdqKGFyxHaBTB3KltEDC1Nb6pxE0C1YlNJS5g3BOC+V/z8ZD7h6SA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@highlightjs/cdn-assets" "~11.4.0" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/jstree@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.2.2.tgz#04ae34dba02e4b71cc84cdb8914522a48d3257c9" - integrity sha512-9fY0lcqgeDmABWe7f/dkGaIS9+K70O1gyuK0UPvcKw6hOv+zDk/Rt//DXXCpobC1/UMNHYq/d67ARDsUyNFriA== +"@abp/jstree@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.2.3.tgz#475cc17a81f379292d2b4e379868f20c1948a354" + integrity sha512-qclfZnVUhGWoJKC+k3uTUVqSZloJsvs/YbScgNbSaUi4wC0IMnmlTSNT40Vw66i3PoZUl1qMMcmDNxc18wVddw== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jstree "^3.3.12" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/prismjs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.2.tgz#1910701fbe28d87d1312f16e865778f0e8b19670" - integrity sha512-5KaPPTcLc5/F4MB375orQe5W04bPcE8D/OTGllsj2RViGnmmkVj7Wzkwm6R63qWJtBrYuf9sh2c6eUACNkR2/A== +"@abp/prismjs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.3.tgz#8927f1660815f4e3de11085ea5f3a73b127a858a" + integrity sha512-JJ/wlLlWShGYj0FMFjxriCIA4v1Fe+oHTgo1Kt9JpYkYG+Zq+rHsj1tvNthh2GU7Y69Kt2w1r1LpEDKZZHu58A== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/core" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/core" "~8.2.3" prismjs "^1.26.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/slugify@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.2.2.tgz#fd15b7814f7199b1ac23fafaaf22178d802ca4c7" - integrity sha512-V+EkEuoh1BECYDemBuMyftoUFqyiRObCF5WpdrfrQRSBsB0AYe7DFOUQIklcubK+BXkof3IGoRx6xc/G0WfXFw== +"@abp/slugify@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.2.3.tgz#129b8d7a8b502865d428a3bfedac8fca3330e337" + integrity sha512-v1P+4ceGhedua52F3mJTw8iDS3dIOg+GjBhNZQbPYW0JEVBIaqXSGrgbvWhrHGxzb+tjZ6DNqLiqtHU7bKDOrQ== dependencies: slugify "^1.6.5" -"@abp/star-rating-svg@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.2.2.tgz#22c18082ff47d03b10c02e03951f9441dbe93041" - integrity sha512-gvmeI/FNaS586/rQflhRrNvDo8JLupIWQ935Le/brk6x3w8OEEs9JT2WUtm2icvTe15+iWY9rdq3wp3G+6zh1w== +"@abp/star-rating-svg@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.2.3.tgz#b75a1734ec280d616ce6655ce1ba56fc98d326a8" + integrity sha512-7oWlRfZcNE0fCYJpMTpocQW1xmyUjiobHAiUEe3mYBwAE9RNaesz8hr0/+TjCYxzyWdrjCcj8hkmVVejzu+lxA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" star-rating-svg "^3.5.0" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/tui-editor@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.2.2.tgz#07212ebb19faf30074711943ac7f4f604c2c181e" - integrity sha512-JH3sAXiz1esdTJ4qUd3FQmWgTtChC9bEZYNvR+zxWQdsXV4IKcugcwZnktXhakEJOdjx4aHXLm8wwj1Stil0Vw== +"@abp/tui-editor@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.2.3.tgz#7f810481cd109e88bb67890e8daae7ae0a94c79d" + integrity sha512-rWl1WYwkzRZXXG5/ndU6ve9NZL73b2gTne6FShR36T7LdsmUZp4yuF6g956dvObUOw1Uhyo7TvvUcC72pKD8aA== dependencies: - "@abp/jquery" "~8.2.2" - "@abp/prismjs" "~8.2.2" + "@abp/jquery" "~8.2.3" + "@abp/prismjs" "~8.2.3" -"@abp/uppy@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.2.2.tgz#fd03486da77ac663e998223614c9f3b0d287f104" - integrity sha512-qDbYGQdMf2KST1VqkO4DQmBeUv/XObQ+wO6hVVzKnMmM5o+Ii5eiKYB6t3DAiJuP51UA3LO2h55qoVbgoJVghA== +"@abp/uppy@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.2.3.tgz#a7938f9a9c6268c34688911ccc87d7f35c8dfa18" + integrity sha512-Z4mfhBqBkiyyJdBRs1Il0zLd345PzjY1a/4Nk9w2JnsqFncj/BUvATPLTuqaa4I2n5ZbHueuYf3Q94LBVL2h+g== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" uppy "^3.0.0" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.Application.Contracts/Volo.CmsKit.Admin.Application.Contracts.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Admin.Application.Contracts/Volo.CmsKit.Admin.Application.Contracts.abppkg.analyze.json index b89faf42fe..866d8d6dc8 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Admin.Application.Contracts/Volo.CmsKit.Admin.Application.Contracts.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Admin.Application.Contracts/Volo.CmsKit.Admin.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Admin.Application.Contracts", - "hash": "ff0f4d058f512abcca9b3b61a7bb300e", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Admin", @@ -60,7 +60,7 @@ "summary": null }, { - "displayName": "Comment Management", + "displayName": "Comment management", "isEnabled": true, "contentType": "permission", "name": "CmsKit.Comments", @@ -74,7 +74,7 @@ "summary": null }, { - "displayName": "Tag Management", + "displayName": "Tag management", "isEnabled": true, "contentType": "permission", "name": "CmsKit.Tags", @@ -102,7 +102,7 @@ "summary": null }, { - "displayName": "Page Management", + "displayName": "Page management", "isEnabled": true, "contentType": "permission", "name": "CmsKit.Pages", @@ -130,14 +130,14 @@ "summary": null }, { - "displayName": "Set As Home Page", + "displayName": "Set as home page", "isEnabled": true, "contentType": "permission", "name": "CmsKit.Pages.SetAsHomePage", "summary": null }, { - "displayName": "Blog Management", + "displayName": "Blog management", "isEnabled": true, "contentType": "permission", "name": "CmsKit.Blogs", @@ -172,7 +172,7 @@ "summary": null }, { - "displayName": "Blog Post Management", + "displayName": "Blog post management", "isEnabled": true, "contentType": "permission", "name": "CmsKit.BlogPosts", @@ -207,7 +207,7 @@ "summary": null }, { - "displayName": "Menu Management", + "displayName": "Menu management", "isEnabled": true, "contentType": "permission", "name": "CmsKit.Menus", @@ -235,7 +235,7 @@ "summary": null }, { - "displayName": "Global Resources", + "displayName": "Global resources", "isEnabled": true, "contentType": "permission", "name": "CmsKit.GlobalResources", diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo.CmsKit.Admin.Application.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo.CmsKit.Admin.Application.abppkg.analyze.json index e58e8fb34a..67d89bcb09 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo.CmsKit.Admin.Application.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Admin.Application/Volo.CmsKit.Admin.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Admin.Application", - "hash": "1cf0db9a201c7d8143e4f8efb6218d59", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Admin", @@ -136,6 +136,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "AddTagToEntityAsync", "summary": null, "isAsync": true, @@ -152,6 +153,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "RemoveTagFromEntityAsync", "summary": null, "isAsync": true, @@ -168,6 +170,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "SetEntityTagsAsync", "summary": null, "isAsync": true, @@ -296,6 +299,7 @@ "methods": [ { "returnType": "TagDto", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -312,6 +316,7 @@ }, { "returnType": "TagDto", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -333,6 +338,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "GetTagDefinitionsAsync", "summary": null, "isAsync": true, @@ -343,6 +349,7 @@ }, { "returnType": "TagDto", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "GetAsync", "summary": null, "isAsync": true, @@ -359,6 +366,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -375,6 +383,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Tags", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -497,6 +506,7 @@ "methods": [ { "returnType": "PageDto", + "namespace": "Volo.CmsKit.Admin.Pages", "name": "GetAsync", "summary": null, "isAsync": true, @@ -513,6 +523,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Admin.Pages", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -529,6 +540,7 @@ }, { "returnType": "PageDto", + "namespace": "Volo.CmsKit.Admin.Pages", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -545,6 +557,7 @@ }, { "returnType": "PageDto", + "namespace": "Volo.CmsKit.Admin.Pages", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -566,6 +579,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Pages", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -582,6 +596,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Pages", "name": "SetAsHomePageAsync", "summary": null, "isAsync": true, @@ -668,6 +683,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -677,7 +693,8 @@ "parameters": [] }, { - "returnType": "MenuItemDto", + "returnType": "MenuItemWithDetailsDto", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "GetAsync", "summary": null, "isAsync": true, @@ -694,6 +711,7 @@ }, { "returnType": "MenuItemDto", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -710,6 +728,7 @@ }, { "returnType": "MenuItemDto", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -731,6 +750,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -747,6 +767,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "MoveMenuItemAsync", "summary": null, "isAsync": true, @@ -768,6 +789,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Admin.Menus", "name": "GetPageLookupAsync", "summary": null, "isAsync": true, @@ -854,6 +876,7 @@ "methods": [ { "returnType": "MediaDescriptorDto", + "namespace": "Volo.CmsKit.Admin.MediaDescriptors", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -875,6 +898,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.MediaDescriptors", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -961,6 +985,7 @@ "methods": [ { "returnType": "GlobalResourcesDto", + "namespace": "Volo.CmsKit.Admin.GlobalResources", "name": "GetAsync", "summary": null, "isAsync": true, @@ -971,6 +996,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.GlobalResources", "name": "SetGlobalResourcesAsync", "summary": null, "isAsync": true, @@ -1057,6 +1083,7 @@ "methods": [ { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Admin.Comments", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1073,6 +1100,7 @@ }, { "returnType": "CommentWithAuthorDto", + "namespace": "Volo.CmsKit.Admin.Comments", "name": "GetAsync", "summary": null, "isAsync": true, @@ -1089,6 +1117,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Comments", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -1217,6 +1246,7 @@ "methods": [ { "returnType": "BlogDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "GetAsync", "summary": null, "isAsync": true, @@ -1233,6 +1263,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1249,6 +1280,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -1265,6 +1297,7 @@ }, { "returnType": "BlogDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -1286,6 +1319,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -1372,6 +1406,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1388,6 +1423,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "SetAsync", "summary": null, "isAsync": true, @@ -1515,6 +1551,7 @@ "methods": [ { "returnType": "BlogPostDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -1531,6 +1568,7 @@ }, { "returnType": "BlogPostDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -1552,6 +1590,7 @@ }, { "returnType": "BlogPostDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "GetAsync", "summary": null, "isAsync": true, @@ -1568,6 +1607,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1584,6 +1624,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -1600,6 +1641,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "PublishAsync", "summary": null, "isAsync": true, @@ -1616,6 +1658,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "DraftAsync", "summary": null, "isAsync": true, @@ -1632,6 +1675,7 @@ }, { "returnType": "BlogPostDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "CreateAndPublishAsync", "summary": null, "isAsync": true, @@ -1648,6 +1692,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "SendToReviewAsync", "summary": null, "isAsync": true, @@ -1664,6 +1709,7 @@ }, { "returnType": "BlogPostDto", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "CreateAndSendToReviewAsync", "summary": null, "isAsync": true, @@ -1680,6 +1726,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Admin.Blogs", "name": "HasBlogPostWaitingForReviewAsync", "summary": null, "isAsync": true, diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi.Client/Volo.CmsKit.Admin.HttpApi.Client.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi.Client/Volo.CmsKit.Admin.HttpApi.Client.abppkg.analyze.json index 5f9d12dd8c..15d3a881b5 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi.Client/Volo.CmsKit.Admin.HttpApi.Client.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi.Client/Volo.CmsKit.Admin.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Admin.HttpApi.Client", - "hash": "ef3894ffa45c8acb929d4feba96f8075", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Admin", diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo.CmsKit.Admin.HttpApi.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo.CmsKit.Admin.HttpApi.abppkg.analyze.json index a616d94e35..e18611bd30 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo.CmsKit.Admin.HttpApi.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Admin.HttpApi/Volo.CmsKit.Admin.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Admin.HttpApi", - "hash": "5d180189476676a5483931264591c077", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Admin", diff --git a/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Volo.CmsKit.Admin.Web.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Volo.CmsKit.Admin.Web.abppkg.analyze.json index 87cdbecc70..69bd893ca3 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Volo.CmsKit.Admin.Web.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Admin.Web/Volo.CmsKit.Admin.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Admin.Web", - "hash": "fa6d7b5a529c2c76386141dc3cb12bba", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Admin.Web", @@ -63,6 +63,126 @@ "contentType": "abpModule", "name": "CmsKitAdminWebModule", "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Tags", + "contentType": "webPage", + "name": "CreateModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Tags", + "contentType": "webPage", + "name": "EditModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Tags", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Pages", + "contentType": "webPage", + "name": "CreateModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Pages", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Pages", + "contentType": "webPage", + "name": "UpdateModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Menus.MenuItems", + "contentType": "webPage", + "name": "CreateModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Menus.MenuItems", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Menus.MenuItems", + "contentType": "webPage", + "name": "UpdateModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.GlobalResources", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Contents", + "contentType": "webPage", + "name": "AddWidgetModal", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Comments", + "contentType": "webPage", + "name": "DetailsModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Comments", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Blogs", + "contentType": "webPage", + "name": "CreateModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Blogs", + "contentType": "webPage", + "name": "FeaturesModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Blogs", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.Blogs", + "contentType": "webPage", + "name": "UpdateModalModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.BlogPosts", + "contentType": "webPage", + "name": "CreateModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.BlogPosts", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Admin.Web.Pages.CmsKit.BlogPosts", + "contentType": "webPage", + "name": "UpdateModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/cms-kit/src/Volo.CmsKit.Application.Contracts/Volo.CmsKit.Application.Contracts.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Application.Contracts/Volo.CmsKit.Application.Contracts.abppkg.analyze.json index 31c2e8b638..f99448fb3a 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Application.Contracts/Volo.CmsKit.Application.Contracts.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Application.Contracts/Volo.CmsKit.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Application.Contracts", - "hash": "66c9cd5f35e614372742f30cffd8bd6f", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.Application/Volo.CmsKit.Application.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Application/Volo.CmsKit.Application.abppkg.analyze.json index 176ef47816..f9241cd762 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Application/Volo.CmsKit.Application.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Application/Volo.CmsKit.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Application", - "hash": "00e09a7a3302312d77b39946caa4bfeb", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.Common.Application.Contracts/Volo.CmsKit.Common.Application.Contracts.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Common.Application.Contracts/Volo.CmsKit.Common.Application.Contracts.abppkg.analyze.json index 3c7c768c62..83c5e5ef19 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Common.Application.Contracts/Volo.CmsKit.Common.Application.Contracts.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Common.Application.Contracts/Volo.CmsKit.Common.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Common.Application.Contracts", - "hash": "784cb8875b468f63331845f2e59b803c", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.Common.Application/Volo.CmsKit.Common.Application.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Common.Application/Volo.CmsKit.Common.Application.abppkg.analyze.json index cc91790057..97e0500737 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Common.Application/Volo.CmsKit.Common.Application.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Common.Application/Volo.CmsKit.Common.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Common.Application", - "hash": "9c83bf387d563350ffb80d42d2884a92", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", @@ -141,6 +141,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetAllRelatedTagsAsync", "summary": null, "isAsync": true, @@ -159,6 +160,28 @@ "isOptional": false } ] + }, + { + "returnType": "List", + "namespace": "Volo.CmsKit.Tags", + "name": "GetPopularTagsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "entityType", + "isOptional": false + }, + { + "type": "Int32", + "name": "maxCount", + "isOptional": false + } + ] } ], "contentType": "applicationService", @@ -232,6 +255,7 @@ "methods": [ { "returnType": "RemoteStreamContent", + "namespace": "Volo.CmsKit.MediaDescriptors", "name": "DownloadAsync", "summary": null, "isAsync": true, @@ -318,6 +342,7 @@ "methods": [ { "returnType": "BlogFeatureDto", + "namespace": "Volo.CmsKit.Blogs", "name": "GetOrDefaultAsync", "summary": null, "isAsync": true, diff --git a/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi.Client/Volo.CmsKit.Common.HttpApi.Client.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi.Client/Volo.CmsKit.Common.HttpApi.Client.abppkg.analyze.json index 07cf87050b..878f2a794c 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi.Client/Volo.CmsKit.Common.HttpApi.Client.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi.Client/Volo.CmsKit.Common.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Common.HttpApi.Client", - "hash": "e7ad713defbe5999262cd31144491fae", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi/Volo.CmsKit.Common.HttpApi.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi/Volo.CmsKit.Common.HttpApi.abppkg.analyze.json index 9fe40718c1..d89526e298 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi/Volo.CmsKit.Common.HttpApi.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Common.HttpApi/Volo.CmsKit.Common.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Common.HttpApi", - "hash": "a5120d7c193b3e67658db2321ee7f3cf", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.Common.Web/Volo.CmsKit.Common.Web.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Common.Web/Volo.CmsKit.Common.Web.abppkg.analyze.json index 4fb7b3751a..6b69cfe938 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Common.Web/Volo.CmsKit.Common.Web.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Common.Web/Volo.CmsKit.Common.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Common.Web", - "hash": "f301d4e5431930d0c906428b835e9b6d", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Web", diff --git a/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo.CmsKit.Domain.Shared.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo.CmsKit.Domain.Shared.abppkg.analyze.json index 5ae7c0efe3..1a7b4bd11b 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo.CmsKit.Domain.Shared.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Domain.Shared/Volo.CmsKit.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Domain.Shared", - "hash": "bdbefadcd3677ae51a666b11c07bee07", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.Domain/Volo.CmsKit.Domain.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Domain/Volo.CmsKit.Domain.abppkg.analyze.json index a6e5c0aa93..23d55caf3c 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Domain/Volo.CmsKit.Domain.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Domain/Volo.CmsKit.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Domain", - "hash": "a330d75df32c8b504c193f59fe9554e5", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", @@ -157,7 +157,7 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" }, { @@ -170,6 +170,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Users", "name": "Update", "summary": null, "isAsync": false, @@ -353,13 +354,14 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Tags", "name": "SetName", "summary": null, "isAsync": false, @@ -376,6 +378,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Tags", "name": "SetEntityType", "summary": null, "isAsync": false, @@ -469,7 +472,7 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], @@ -568,6 +571,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Ratings", "name": "SetStarCount", "summary": null, "isAsync": false, @@ -736,13 +740,20 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" + }, + { + "name": "IHasEntityVersion", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IHasEntityVersion" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Pages", "name": "SetTitle", "summary": null, "isAsync": false, @@ -759,6 +770,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Pages", "name": "SetContent", "summary": null, "isAsync": false, @@ -775,6 +787,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Pages", "name": "SetScript", "summary": null, "isAsync": false, @@ -791,6 +804,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Pages", "name": "SetStyle", "summary": null, "isAsync": false, @@ -845,6 +859,11 @@ "type": "System.Boolean", "name": "IsHomePage", "summary": null + }, + { + "type": "System.Int32", + "name": "EntityVersion", + "summary": null } ], "contentType": "aggregateRoot", @@ -940,13 +959,14 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Menus", "name": "SetDisplayName", "summary": null, "isAsync": false, @@ -963,6 +983,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Menus", "name": "SetUrl", "summary": null, "isAsync": false, @@ -1156,13 +1177,14 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.MediaDescriptors", "name": "SetName", "summary": null, "isAsync": false, @@ -1302,13 +1324,14 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.GlobalResources", "name": "SetValue", "summary": null, "isAsync": false, @@ -1414,13 +1437,14 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Comments", "name": "SetText", "summary": null, "isAsync": false, @@ -1475,6 +1499,16 @@ "type": "System.DateTime", "name": "CreationTime", "summary": null + }, + { + "type": "System.String", + "name": "Url", + "summary": null + }, + { + "type": "System.String", + "name": "IdempotencyToken", + "summary": null } ], "contentType": "aggregateRoot", @@ -1594,13 +1628,14 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetName", "summary": null, "isAsync": false, @@ -1617,6 +1652,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetSlug", "summary": null, "isAsync": false, @@ -1907,13 +1943,20 @@ { "name": "IMultiTenant", "namespace": "Volo.Abp.MultiTenancy", - "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" + }, + { + "name": "IHasEntityVersion", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IHasEntityVersion" } ], "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetTitle", "summary": null, "isAsync": false, @@ -1930,6 +1973,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetShortDescription", "summary": null, "isAsync": false, @@ -1946,6 +1990,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetContent", "summary": null, "isAsync": false, @@ -1962,6 +2007,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetDraft", "summary": null, "isAsync": false, @@ -1972,6 +2018,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetPublished", "summary": null, "isAsync": false, @@ -1982,6 +2029,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetWaitingForReview", "summary": null, "isAsync": false, @@ -2052,6 +2100,11 @@ "type": "Volo.CmsKit.Blogs.BlogPostStatus", "name": "Status", "summary": null + }, + { + "type": "System.Int32", + "name": "EntityVersion", + "summary": null } ], "contentType": "aggregateRoot", @@ -2069,6 +2122,7 @@ "methods": [ { "returnType": "EntityTag", + "namespace": "Volo.CmsKit.Tags", "name": "AddTagToEntityAsync", "summary": null, "isAsync": true, @@ -2105,6 +2159,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Tags", "name": "RemoveTagFromEntityAsync", "summary": null, "isAsync": true, @@ -2141,6 +2196,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Tags", "name": "SetEntityTagsAsync", "summary": null, "isAsync": true, @@ -2167,6 +2223,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetEntityIdsFilteredByTagAsync", "summary": null, "isAsync": true, @@ -2193,6 +2250,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetEntityIdsFilteredByTagNameAsync", "summary": null, "isAsync": true, @@ -2252,6 +2310,7 @@ "methods": [ { "returnType": "Tag", + "namespace": "Volo.CmsKit.Tags", "name": "GetOrAddAsync", "summary": null, "isAsync": true, @@ -2273,6 +2332,7 @@ }, { "returnType": "Tag", + "namespace": "Volo.CmsKit.Tags", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -2299,6 +2359,7 @@ }, { "returnType": "Tag", + "namespace": "Volo.CmsKit.Tags", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -2348,6 +2409,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.CmsKit.Reactions", "name": "GetReactionsAsync", "summary": null, "isAsync": true, @@ -2364,6 +2426,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Reactions", "name": "GetSummariesAsync", "summary": null, "isAsync": true, @@ -2385,6 +2448,7 @@ }, { "returnType": "UserReaction", + "namespace": "Volo.CmsKit.Reactions", "name": "GetOrCreateAsync", "summary": null, "isAsync": true, @@ -2416,6 +2480,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Reactions", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -2475,6 +2540,7 @@ "methods": [ { "returnType": "Rating", + "namespace": "Volo.CmsKit.Ratings", "name": "SetStarAsync", "summary": null, "isAsync": true, @@ -2534,6 +2600,7 @@ "methods": [ { "returnType": "Page", + "namespace": "Volo.CmsKit.Pages", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -2570,6 +2637,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Pages", "name": "SetSlugAsync", "summary": null, "isAsync": true, @@ -2591,6 +2659,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Pages", "name": "SetHomePageAsync", "summary": null, "isAsync": true, @@ -2607,6 +2676,7 @@ }, { "returnType": "Page", + "namespace": "Volo.CmsKit.Pages", "name": "GetHomePageAsync", "summary": null, "isAsync": true, @@ -2645,6 +2715,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Menus", "name": "SetPageUrl", "summary": null, "isAsync": false, @@ -2666,6 +2737,29 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Menus", + "name": "SetPageUrl", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "MenuItem", + "name": "menuItem", + "isOptional": false + }, + { + "type": "String", + "name": "url", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.CmsKit.Menus", "name": "MoveAsync", "summary": null, "isAsync": true, @@ -2692,6 +2786,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Menus", "name": "OrganizeTreeOrderForMenuItem", "summary": null, "isAsync": false, @@ -2741,6 +2836,7 @@ "methods": [ { "returnType": "MediaDescriptor", + "namespace": "Volo.CmsKit.MediaDescriptors", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -2800,6 +2896,7 @@ "methods": [ { "returnType": "GlobalResource", + "namespace": "Volo.CmsKit.GlobalResources", "name": "SetGlobalStyleAsync", "summary": null, "isAsync": true, @@ -2816,6 +2913,7 @@ }, { "returnType": "GlobalResource", + "namespace": "Volo.CmsKit.GlobalResources", "name": "SetGlobalScriptAsync", "summary": null, "isAsync": true, @@ -2832,6 +2930,7 @@ }, { "returnType": "GlobalResource", + "namespace": "Volo.CmsKit.GlobalResources", "name": "GetGlobalStyleAsync", "summary": null, "isAsync": true, @@ -2842,6 +2941,7 @@ }, { "returnType": "GlobalResource", + "namespace": "Volo.CmsKit.GlobalResources", "name": "GetGlobalScriptAsync", "summary": null, "isAsync": true, @@ -2880,6 +2980,7 @@ "methods": [ { "returnType": "Comment", + "namespace": "Volo.CmsKit.Comments", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -2907,6 +3008,11 @@ "name": "text", "isOptional": false }, + { + "type": "String", + "name": "url", + "isOptional": true + }, { "type": "Nullable", "name": "repliedCommentId", @@ -2944,6 +3050,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetAsync", "summary": null, "isAsync": true, @@ -2970,6 +3077,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetDefaultsAsync", "summary": null, "isAsync": true, @@ -2986,6 +3094,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetIfNotSetAsync", "summary": null, "isAsync": true, @@ -3012,6 +3121,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetDefaultsIfNotSetAsync", "summary": null, "isAsync": true, @@ -3056,6 +3166,7 @@ "methods": [ { "returnType": "Blog", + "namespace": "Volo.CmsKit.Blogs", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -3077,6 +3188,7 @@ }, { "returnType": "Blog", + "namespace": "Volo.CmsKit.Blogs", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -3131,6 +3243,7 @@ "methods": [ { "returnType": "BlogPost", + "namespace": "Volo.CmsKit.Blogs", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -3182,6 +3295,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Blogs", "name": "SetSlugUrlAsync", "summary": null, "isAsync": true, @@ -3306,6 +3420,7 @@ "methods": [ { "returnType": "EntityTag", + "namespace": "Volo.CmsKit.Tags", "name": "FindAsync", "summary": null, "isAsync": true, @@ -3337,6 +3452,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Tags", "name": "DeleteManyAsync", "summary": null, "isAsync": true, @@ -3363,6 +3479,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetEntityIdsFilteredByTagAsync", "summary": null, "isAsync": true, @@ -3389,6 +3506,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetEntityIdsFilteredByTagNameAsync", "summary": null, "isAsync": true, @@ -3468,6 +3586,7 @@ "methods": [ { "returnType": "Tag", + "namespace": "Volo.CmsKit.Tags", "name": "GetAsync", "summary": null, "isAsync": true, @@ -3494,6 +3613,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Tags", "name": "AnyAsync", "summary": null, "isAsync": true, @@ -3520,6 +3640,7 @@ }, { "returnType": "Tag", + "namespace": "Volo.CmsKit.Tags", "name": "FindAsync", "summary": null, "isAsync": true, @@ -3546,6 +3667,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3558,6 +3680,21 @@ "name": "filter", "isOptional": false }, + { + "type": "Int32", + "name": "maxResultCount", + "isOptional": true + }, + { + "type": "Int32", + "name": "skipCount", + "isOptional": true + }, + { + "type": "String", + "name": "sorting", + "isOptional": true + }, { "type": "CancellationToken", "name": "cancellationToken", @@ -3567,6 +3704,7 @@ }, { "returnType": "Int32", + "namespace": "Volo.CmsKit.Tags", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3588,6 +3726,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Tags", "name": "GetAllRelatedTagsAsync", "summary": null, "isAsync": true, @@ -3611,6 +3750,33 @@ "isOptional": true } ] + }, + { + "returnType": "List", + "namespace": "Volo.CmsKit.Tags", + "name": "GetPopularTagsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "entityType", + "isOptional": false + }, + { + "type": "Int32", + "name": "maxCount", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -3662,6 +3828,7 @@ "methods": [ { "returnType": "UserReaction", + "namespace": "Volo.CmsKit.Reactions", "name": "FindAsync", "summary": null, "isAsync": true, @@ -3698,6 +3865,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Reactions", "name": "GetListForUserAsync", "summary": null, "isAsync": true, @@ -3729,6 +3897,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Reactions", "name": "GetSummariesAsync", "summary": null, "isAsync": true, @@ -3803,6 +3972,7 @@ "methods": [ { "returnType": "Rating", + "namespace": "Volo.CmsKit.Ratings", "name": "GetCurrentUserRatingAsync", "summary": null, "isAsync": true, @@ -3834,6 +4004,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Ratings", "name": "GetGroupedStarCountsAsync", "summary": null, "isAsync": true, @@ -3908,6 +4079,7 @@ "methods": [ { "returnType": "Int32", + "namespace": "Volo.CmsKit.Pages", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3929,6 +4101,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Pages", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3965,6 +4138,7 @@ }, { "returnType": "Page", + "namespace": "Volo.CmsKit.Pages", "name": "GetBySlugAsync", "summary": null, "isAsync": true, @@ -3986,6 +4160,7 @@ }, { "returnType": "Page", + "namespace": "Volo.CmsKit.Pages", "name": "FindBySlugAsync", "summary": null, "isAsync": true, @@ -4007,6 +4182,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Pages", "name": "ExistsAsync", "summary": null, "isAsync": true, @@ -4028,6 +4204,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Pages", "name": "GetListOfHomePagesAsync", "summary": null, "isAsync": true, @@ -4041,6 +4218,28 @@ "isOptional": true } ] + }, + { + "returnType": "String", + "namespace": "Volo.CmsKit.Pages", + "name": "FindTitleAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "pageId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -4186,6 +4385,7 @@ "methods": [ { "returnType": "GlobalResource", + "namespace": "Volo.CmsKit.GlobalResources", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -4255,6 +4455,7 @@ "methods": [ { "returnType": "CommentWithAuthorQueryResultItem", + "namespace": "Volo.CmsKit.Comments", "name": "GetWithAuthorAsync", "summary": null, "isAsync": true, @@ -4276,6 +4477,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Comments", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4337,6 +4539,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.CmsKit.Comments", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -4383,6 +4586,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Comments", "name": "GetListWithAuthorsAsync", "summary": null, "isAsync": true, @@ -4409,6 +4613,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Comments", "name": "DeleteWithRepliesAsync", "summary": null, "isAsync": true, @@ -4427,6 +4632,28 @@ "isOptional": true } ] + }, + { + "returnType": "Boolean", + "namespace": "Volo.CmsKit.Comments", + "name": "ExistsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "idempotencyToken", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -4478,6 +4705,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.CmsKit.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4499,6 +4727,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4525,6 +4754,7 @@ }, { "returnType": "BlogFeature", + "namespace": "Volo.CmsKit.Blogs", "name": "FindAsync", "summary": null, "isAsync": true, @@ -4599,6 +4829,7 @@ "methods": [ { "returnType": "Int32", + "namespace": "Volo.CmsKit.Blogs", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -4640,6 +4871,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4696,6 +4928,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Blogs", "name": "SlugExistsAsync", "summary": null, "isAsync": true, @@ -4722,6 +4955,7 @@ }, { "returnType": "BlogPost", + "namespace": "Volo.CmsKit.Blogs", "name": "GetBySlugAsync", "summary": null, "isAsync": true, @@ -4748,6 +4982,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Blogs", "name": "GetAuthorsHasBlogPostsAsync", "summary": null, "isAsync": true, @@ -4784,6 +5019,7 @@ }, { "returnType": "Int32", + "namespace": "Volo.CmsKit.Blogs", "name": "GetAuthorsHasBlogPostsCountAsync", "summary": null, "isAsync": true, @@ -4805,6 +5041,7 @@ }, { "returnType": "CmsUser", + "namespace": "Volo.CmsKit.Blogs", "name": "GetAuthorHasBlogPostAsync", "summary": null, "isAsync": true, @@ -4826,6 +5063,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Blogs", "name": "HasBlogPostWaitingForReviewAsync", "summary": null, "isAsync": true, @@ -4890,6 +5128,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.CmsKit.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4926,6 +5165,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.CmsKit.Blogs", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -4947,6 +5187,7 @@ }, { "returnType": "Blog", + "namespace": "Volo.CmsKit.Blogs", "name": "GetBySlugAsync", "summary": null, "isAsync": true, @@ -4968,6 +5209,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Blogs", "name": "ExistsAsync", "summary": null, "isAsync": true, @@ -4989,6 +5231,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.CmsKit.Blogs", "name": "SlugExistsAsync", "summary": null, "isAsync": true, diff --git a/modules/cms-kit/src/Volo.CmsKit.EntityFrameworkCore/Volo.CmsKit.EntityFrameworkCore.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.EntityFrameworkCore/Volo.CmsKit.EntityFrameworkCore.abppkg.analyze.json index 75a47da9b8..f8745e593d 100644 --- a/modules/cms-kit/src/Volo.CmsKit.EntityFrameworkCore/Volo.CmsKit.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.EntityFrameworkCore/Volo.CmsKit.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.EntityFrameworkCore", - "hash": "f77c50f915305bf6c4f61dd28fac3d42", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.EntityFrameworkCore", @@ -74,6 +74,25 @@ "connectionStringName": "CmsKit", "databaseTables": [], "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ + { + "returnType": "Void", + "namespace": "Volo.CmsKit.EntityFrameworkCore", + "name": "ConfigureCmsKit", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] + } + ], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/cms-kit/src/Volo.CmsKit.HttpApi.Client/Volo.CmsKit.HttpApi.Client.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.HttpApi.Client/Volo.CmsKit.HttpApi.Client.abppkg.analyze.json index 1629b07433..6d48362846 100644 --- a/modules/cms-kit/src/Volo.CmsKit.HttpApi.Client/Volo.CmsKit.HttpApi.Client.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.HttpApi.Client/Volo.CmsKit.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.HttpApi.Client", - "hash": "81149b8997a408cc61968718d651707d", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.HttpApi/Volo.CmsKit.HttpApi.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.HttpApi/Volo.CmsKit.HttpApi.abppkg.analyze.json index 3cccbcb7bd..a2b88f1280 100644 --- a/modules/cms-kit/src/Volo.CmsKit.HttpApi/Volo.CmsKit.HttpApi.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.HttpApi/Volo.CmsKit.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.HttpApi", - "hash": "21341ac4929e1d6f0dbc8e183ac3434d", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit", diff --git a/modules/cms-kit/src/Volo.CmsKit.MongoDB/Volo.CmsKit.MongoDB.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.MongoDB/Volo.CmsKit.MongoDB.abppkg.analyze.json index e4f8245ace..e43dc00fc3 100644 --- a/modules/cms-kit/src/Volo.CmsKit.MongoDB/Volo.CmsKit.MongoDB.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.MongoDB/Volo.CmsKit.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.MongoDB", - "hash": "0a97f3dd5afa54002ac001896c098325", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.MongoDB", @@ -74,81 +74,81 @@ "connectionStringName": "CmsKit", "databaseCollections": [ { - "entityFullName": "Volo.CmsKit.Tags.Tag", + "entityFullName": "Volo.CmsKit.Comments.Comment", "contentType": "databaseCollection", - "name": "CmsTags", + "name": "Comments", "summary": null }, { "entityFullName": "Volo.CmsKit.Reactions.UserReaction", "contentType": "databaseCollection", - "name": "CmsUserReactions", + "name": "UserReactions", "summary": null }, { - "entityFullName": "Volo.CmsKit.Pages.Page", + "entityFullName": "Volo.CmsKit.Users.CmsUser", "contentType": "databaseCollection", - "name": "CmsPages", + "name": "CmsUsers", "summary": null }, { - "entityFullName": "Volo.CmsKit.Comments.Comment", + "entityFullName": "Volo.CmsKit.Ratings.Rating", "contentType": "databaseCollection", - "name": "CmsComments", + "name": "Ratings", "summary": null }, { - "entityFullName": "Volo.CmsKit.Ratings.Rating", + "entityFullName": "Volo.CmsKit.Tags.Tag", "contentType": "databaseCollection", - "name": "CmsRatings", + "name": "Tags", "summary": null }, { - "entityFullName": "Volo.CmsKit.Blogs.BlogFeature", + "entityFullName": "Volo.CmsKit.Tags.EntityTag", "contentType": "databaseCollection", - "name": "CmsBlogFeatures", + "name": "EntityTags", "summary": null }, { - "entityFullName": "Volo.CmsKit.Users.CmsUser", + "entityFullName": "Volo.CmsKit.Pages.Page", "contentType": "databaseCollection", - "name": "CmsUsers", + "name": "Pages", "summary": null }, { - "entityFullName": "Volo.CmsKit.Blogs.BlogPost", + "entityFullName": "Volo.CmsKit.Blogs.Blog", "contentType": "databaseCollection", - "name": "CmsBlogPosts", + "name": "Blogs", "summary": null }, { - "entityFullName": "Volo.CmsKit.Menus.MenuItem", + "entityFullName": "Volo.CmsKit.Blogs.BlogPost", "contentType": "databaseCollection", - "name": "CmsMenuItems", + "name": "BlogPosts", "summary": null }, { - "entityFullName": "Volo.CmsKit.Blogs.Blog", + "entityFullName": "Volo.CmsKit.Blogs.BlogFeature", "contentType": "databaseCollection", - "name": "CmsBlogs", + "name": "BlogFeatures", "summary": null }, { - "entityFullName": "Volo.CmsKit.Tags.EntityTag", + "entityFullName": "Volo.CmsKit.MediaDescriptors.MediaDescriptor", "contentType": "databaseCollection", - "name": "CmsEntityTags", + "name": "MediaDescriptors", "summary": null }, { - "entityFullName": "Volo.CmsKit.MediaDescriptors.MediaDescriptor", + "entityFullName": "Volo.CmsKit.Menus.MenuItem", "contentType": "databaseCollection", - "name": "CmsMediaDescriptors", + "name": "MenuItems", "summary": null }, { "entityFullName": "Volo.CmsKit.GlobalResources.GlobalResource", "contentType": "databaseCollection", - "name": "CmsGlobalResources", + "name": "GlobalResources", "summary": null } ], diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.Application.Contracts/Volo.CmsKit.Public.Application.Contracts.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Public.Application.Contracts/Volo.CmsKit.Public.Application.Contracts.abppkg.analyze.json index 1dc00dc661..68bc9f6b6d 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.Application.Contracts/Volo.CmsKit.Public.Application.Contracts.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Public.Application.Contracts/Volo.CmsKit.Public.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Public.Application.Contracts", - "hash": "399ba7790fef13507bce65ed77967e4b", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Public", @@ -63,6 +63,20 @@ "contentType": "abpModule", "name": "CmsKitPublicApplicationContractsModule", "summary": null + }, + { + "displayName": "Comment management", + "isEnabled": true, + "contentType": "permission", + "name": "CmsKitPublic.Comments", + "summary": null + }, + { + "displayName": "Delete all", + "isEnabled": true, + "contentType": "permission", + "name": "CmsKitPublic.Comments.DeleteAll", + "summary": null } ] } \ No newline at end of file diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.Application/Volo.CmsKit.Public.Application.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Public.Application/Volo.CmsKit.Public.Application.abppkg.analyze.json index 5aa9406110..06a2245857 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.Application/Volo.CmsKit.Public.Application.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Public.Application/Volo.CmsKit.Public.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Public.Application", - "hash": "b56557870806fcc0a1b72ff08f55da55", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Public", @@ -136,6 +136,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.CmsKit.Public.Reactions", "name": "GetForSelectionAsync", "summary": null, "isAsync": true, @@ -157,6 +158,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Public.Reactions", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -183,6 +185,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Public.Reactions", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -279,6 +282,7 @@ "methods": [ { "returnType": "RatingDto", + "namespace": "Volo.CmsKit.Public.Ratings", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -305,6 +309,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Public.Ratings", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -326,6 +331,7 @@ }, { "returnType": "List", + "namespace": "Volo.CmsKit.Public.Ratings", "name": "GetGroupedStarCountsAsync", "summary": null, "isAsync": true, @@ -417,6 +423,7 @@ "methods": [ { "returnType": "PageDto", + "namespace": "Volo.CmsKit.Public.Pages", "name": "FindBySlugAsync", "summary": null, "isAsync": true, @@ -433,6 +440,7 @@ }, { "returnType": "PageDto", + "namespace": "Volo.CmsKit.Public.Pages", "name": "FindDefaultHomePageAsync", "summary": null, "isAsync": true, @@ -440,6 +448,23 @@ "isPrivate": false, "isStatic": false, "parameters": [] + }, + { + "returnType": "Boolean", + "namespace": "Volo.CmsKit.Public.Pages", + "name": "DoesSlugExistAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "slug", + "isOptional": false + } + ] } ], "contentType": "applicationService", @@ -513,6 +538,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.CmsKit.Public.Menus", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -593,6 +619,7 @@ "methods": [ { "returnType": "GlobalResourceDto", + "namespace": "Volo.CmsKit.Public.GlobalResources", "name": "GetGlobalScriptAsync", "summary": null, "isAsync": true, @@ -603,6 +630,7 @@ }, { "returnType": "GlobalResourceDto", + "namespace": "Volo.CmsKit.Public.GlobalResources", "name": "GetGlobalStyleAsync", "summary": null, "isAsync": true, @@ -683,6 +711,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.CmsKit.Public.Comments", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -704,6 +733,7 @@ }, { "returnType": "CommentDto", + "namespace": "Volo.CmsKit.Public.Comments", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -730,6 +760,7 @@ }, { "returnType": "CommentDto", + "namespace": "Volo.CmsKit.Public.Comments", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -751,6 +782,7 @@ }, { "returnType": "Void", + "namespace": "Volo.CmsKit.Public.Comments", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -837,6 +869,7 @@ "methods": [ { "returnType": "BlogPostCommonDto", + "namespace": "Volo.CmsKit.Public.Blogs", "name": "GetAsync", "summary": null, "isAsync": true, @@ -858,6 +891,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Public.Blogs", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -879,6 +913,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.CmsKit.Public.Blogs", "name": "GetAuthorsHasBlogPostsAsync", "summary": null, "isAsync": true, @@ -895,6 +930,7 @@ }, { "returnType": "CmsUserDto", + "namespace": "Volo.CmsKit.Public.Blogs", "name": "GetAuthorHasBlogPostAsync", "summary": null, "isAsync": true, @@ -908,6 +944,40 @@ "isOptional": false } ] + }, + { + "returnType": "Void", + "namespace": "Volo.CmsKit.Public.Blogs", + "name": "DeleteAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", + "isOptional": false + } + ] + }, + { + "returnType": "String", + "namespace": "Volo.CmsKit.Public.Blogs", + "name": "GetTagNameAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "tagId", + "isOptional": false + } + ] } ], "contentType": "applicationService", diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi.Client/Volo.CmsKit.Public.HttpApi.Client.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi.Client/Volo.CmsKit.Public.HttpApi.Client.abppkg.analyze.json index 80205a3959..62a47341e8 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi.Client/Volo.CmsKit.Public.HttpApi.Client.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi.Client/Volo.CmsKit.Public.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Public.HttpApi.Client", - "hash": "54e4cc77905039df9b16fde35a23e6fa", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Public", diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi/Volo.CmsKit.Public.HttpApi.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi/Volo.CmsKit.Public.HttpApi.abppkg.analyze.json index a99c733cc3..ff3f4e1b8e 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi/Volo.CmsKit.Public.HttpApi.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Public.HttpApi/Volo.CmsKit.Public.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Public.HttpApi", - "hash": "e0f90c7c40bbd72d50bcd41f413fbf6a", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Public", diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Volo.CmsKit.Public.Web.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Volo.CmsKit.Public.Web.abppkg.analyze.json index baff1e5a88..c82bbb321d 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Volo.CmsKit.Public.Web.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Volo.CmsKit.Public.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Public.Web", - "hash": "a7ba6e8a7c5cd8f816a4fe9e11d41a02", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Public.Web", @@ -63,6 +63,24 @@ "contentType": "abpModule", "name": "CmsKitPublicWebModule", "summary": null + }, + { + "namespace": "Volo.CmsKit.Public.Web.Pages.Public.CmsKit.Pages", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Public.Web.Pages.Public.CmsKit.Blogs", + "contentType": "webPage", + "name": "BlogPostModel", + "summary": null + }, + { + "namespace": "Volo.CmsKit.Public.Web.Pages.Public.CmsKit.Blogs", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/cms-kit/src/Volo.CmsKit.Web/Volo.CmsKit.Web.abppkg.analyze.json b/modules/cms-kit/src/Volo.CmsKit.Web/Volo.CmsKit.Web.abppkg.analyze.json index 39cd4fabeb..1c49452d8b 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Web/Volo.CmsKit.Web.abppkg.analyze.json +++ b/modules/cms-kit/src/Volo.CmsKit.Web/Volo.CmsKit.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.CmsKit.Web", - "hash": "5baa473fb5239f09781f6d7baf769b0c", + "hash": "", "contents": [ { "namespace": "Volo.CmsKit.Web", diff --git a/modules/docs/app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg.analyze.json b/modules/docs/app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg.analyze.json index db21a0a643..795e64c256 100644 --- a/modules/docs/app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/docs/app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "VoloDocs.EntityFrameworkCore", - "hash": "16b4276f8bb7836474b6a2da1a71df37", + "hash": "", "contents": [ { "namespace": "VoloDocs.EntityFrameworkCore", @@ -84,6 +84,7 @@ "connectionStringName": null, "databaseTables": [], "replacedDbContexts": [], + "modelBuilderExtensionMethods": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/docs/app/VoloDocs.Web/package.json b/modules/docs/app/VoloDocs.Web/package.json index 195d382561..9567c10ab1 100644 --- a/modules/docs/app/VoloDocs.Web/package.json +++ b/modules/docs/app/VoloDocs.Web/package.json @@ -3,7 +3,7 @@ "name": "volo.docstestapp", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2", - "@abp/docs": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3", + "@abp/docs": "~8.2.3" } } diff --git a/modules/docs/app/VoloDocs.Web/yarn.lock b/modules/docs/app/VoloDocs.Web/yarn.lock index 626914216a..54979e8a5a 100644 --- a/modules/docs/app/VoloDocs.Web/yarn.lock +++ b/modules/docs/app/VoloDocs.Web/yarn.lock @@ -2,238 +2,238 @@ # yarn lockfile v1 -"@abp/anchor-js@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.2.2.tgz#d39a1da657d62d32e043f2286150e6b0ca1dd1cf" - integrity sha512-xYYmAyRLCne5cIVAVJPAx05PkLSn2H+1RyQfitxvmGG4yaRSzZcoXx8iHWk0aa0SrMPT00bay5+XhzcOqqXGcg== +"@abp/anchor-js@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.2.3.tgz#07d4eab78670b4da36e7feb8643dbd305cb01535" + integrity sha512-JSwv2pXvdyWkFSpowIh0aC02QLRweZfcEYOc+PmTku+SgsB3b+eSz53BKh9lTnlssmSAWs396buPvt8QAtiebA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" anchor-js "^4.3.1" -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/clipboard@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.2.tgz#cb9a7bc2d08b8fb762c24cbd53f86a6aa5c8197a" - integrity sha512-D9azkwO9ZAwKsqdYRkzz0JOukfMdhUOpI382VxmfLTHgTgrby6xTae8SGIrXthgemEny3RlqYAX2R7EVfN3upg== +"@abp/clipboard@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.3.tgz#9e0c0b750114ddaca0beba1051dd7fc1fe77f543" + integrity sha512-RS1pVeeN1/5LlDNBBRDFUqR+xpfWteCZfIByh8xAbec1xuxHmxxxvb3kv1Wp7n4c1ec3V0yLRyvaj0SfYmnWNA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" clipboard "^2.0.8" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/docs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.2.2.tgz#a622232cfb735597846594d7b6f63ed8edefd9c9" - integrity sha512-DxToU6jcjvK0Xce4bvg0HJ7dF2yo1QZKt+/8q0aPVQ0QWKBfPCobh1G4ZFlu4oC6FAMClJvyXCFD+WvYYfjFLw== +"@abp/docs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.2.3.tgz#1928c5340eaf81f7a3054749ccf483d7b029eb42" + integrity sha512-BKvOTISXSGJ24Pl/pnFiV0Az85kCcp1K/y+o1LaHmUa7L53RkNfTRSzerY0q/eg0Mjnnv9Qyl+1Uv4TLWaFLYg== dependencies: - "@abp/anchor-js" "~8.2.2" - "@abp/clipboard" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/popper.js" "~8.2.2" - "@abp/prismjs" "~8.2.2" + "@abp/anchor-js" "~8.2.3" + "@abp/clipboard" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/popper.js" "~8.2.3" + "@abp/prismjs" "~8.2.3" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/popper.js@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.2.2.tgz#8e258b1ef20a3fdc1ebdccd3a8c3e03089e53066" - integrity sha512-IOAviyU5k1o9gpJImGddEgB8rFupD25ZUXUNkPxkxTdQHBe3/7KAUK/HtTT4xZlR/QomCOmpRkIpHt6nq7O5cg== +"@abp/popper.js@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.2.3.tgz#ac3a1072575bb8f22d8073bc39ba6e914aff478f" + integrity sha512-RCSTZMhhueS7I5O7nTD7EiRHILIHe3IyiaC1xIY4T8FQYcR1TAPNNhO4hr8SuJhDTwhM9NwnnqFOMpQPnHRY8w== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@popperjs/core" "^2.11.2" -"@abp/prismjs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.2.tgz#1910701fbe28d87d1312f16e865778f0e8b19670" - integrity sha512-5KaPPTcLc5/F4MB375orQe5W04bPcE8D/OTGllsj2RViGnmmkVj7Wzkwm6R63qWJtBrYuf9sh2c6eUACNkR2/A== +"@abp/prismjs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.3.tgz#8927f1660815f4e3de11085ea5f3a73b127a858a" + integrity sha512-JJ/wlLlWShGYj0FMFjxriCIA4v1Fe+oHTgo1Kt9JpYkYG+Zq+rHsj1tvNthh2GU7Y69Kt2w1r1LpEDKZZHu58A== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/core" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/core" "~8.2.3" prismjs "^1.26.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo.Docs.Admin.Application.Contracts.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo.Docs.Admin.Application.Contracts.abppkg.analyze.json index 15df3ae702..e46f6f929a 100644 --- a/modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo.Docs.Admin.Application.Contracts.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Admin.Application.Contracts/Volo.Docs.Admin.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Admin.Application.Contracts", - "hash": "100fbf697289f27c22d70a1f4eb45b5a", + "hash": "", "contents": [ { "namespace": "Volo.Docs.Admin", diff --git a/modules/docs/src/Volo.Docs.Admin.Application/Volo.Docs.Admin.Application.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Admin.Application/Volo.Docs.Admin.Application.abppkg.analyze.json index 2ceac5605f..777b36a3d0 100644 --- a/modules/docs/src/Volo.Docs.Admin.Application/Volo.Docs.Admin.Application.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Admin.Application/Volo.Docs.Admin.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Admin.Application", - "hash": "9f9f4df9fb9f426b7c115abc968b99d1", + "hash": "", "contents": [ { "namespace": "Volo.Docs.Admin", @@ -146,6 +146,7 @@ "methods": [ { "returnType": "PagedResultDto", + "namespace": "Volo.Docs.Admin.Projects", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -162,6 +163,7 @@ }, { "returnType": "ProjectDto", + "namespace": "Volo.Docs.Admin.Projects", "name": "GetAsync", "summary": null, "isAsync": true, @@ -178,6 +180,7 @@ }, { "returnType": "ProjectDto", + "namespace": "Volo.Docs.Admin.Projects", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -194,6 +197,7 @@ }, { "returnType": "ProjectDto", + "namespace": "Volo.Docs.Admin.Projects", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -215,6 +219,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Projects", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -231,6 +236,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Projects", "name": "ReindexAsync", "summary": null, "isAsync": true, @@ -247,6 +253,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Projects", "name": "ReindexAllAsync", "summary": null, "isAsync": true, @@ -257,6 +264,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Admin.Projects", "name": "GetListWithoutDetailsAsync", "summary": null, "isAsync": true, @@ -337,6 +345,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Documents", "name": "ClearCacheAsync", "summary": null, "isAsync": true, @@ -353,6 +362,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Documents", "name": "PullAllAsync", "summary": null, "isAsync": true, @@ -369,6 +379,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Documents", "name": "PullAsync", "summary": null, "isAsync": true, @@ -385,6 +396,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.Docs.Admin.Documents", "name": "GetAllAsync", "summary": null, "isAsync": true, @@ -401,6 +413,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Documents", "name": "RemoveFromCacheAsync", "summary": null, "isAsync": true, @@ -417,6 +430,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Admin.Documents", "name": "ReindexAsync", "summary": null, "isAsync": true, @@ -433,6 +447,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Admin.Documents", "name": "GetFilterItemsAsync", "summary": null, "isAsync": true, diff --git a/modules/docs/src/Volo.Docs.Admin.HttpApi.Client/Volo.Docs.Admin.HttpApi.Client.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Admin.HttpApi.Client/Volo.Docs.Admin.HttpApi.Client.abppkg.analyze.json index a516cd090d..0a847b9638 100644 --- a/modules/docs/src/Volo.Docs.Admin.HttpApi.Client/Volo.Docs.Admin.HttpApi.Client.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Admin.HttpApi.Client/Volo.Docs.Admin.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Admin.HttpApi.Client", - "hash": "76183fefaf0abfaa267c1d6e05a08b82", + "hash": "", "contents": [ { "namespace": "Volo.Docs.Admin", diff --git a/modules/docs/src/Volo.Docs.Admin.HttpApi/Volo.Docs.Admin.HttpApi.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Admin.HttpApi/Volo.Docs.Admin.HttpApi.abppkg.analyze.json index a8db7612a7..9e75458cb8 100644 --- a/modules/docs/src/Volo.Docs.Admin.HttpApi/Volo.Docs.Admin.HttpApi.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Admin.HttpApi/Volo.Docs.Admin.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Admin.HttpApi", - "hash": "6661b70996cefd1caa9f3072d98aeab3", + "hash": "", "contents": [ { "namespace": "Volo.Docs.Admin", @@ -63,6 +63,269 @@ "contentType": "abpModule", "name": "DocsAdminHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/docs/admin/documents/ClearCache", + "method": "POST", + "groupName": "DocumentsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "ClearCacheInput" + } + ] + }, + { + "path": "api/docs/admin/documents/PullAll", + "method": "POST", + "groupName": "DocumentsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "PullAllDocumentInput" + } + ] + }, + { + "path": "api/docs/admin/documents/Pull", + "method": "POST", + "groupName": "DocumentsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "PullDocumentInput" + } + ] + }, + { + "path": "api/docs/admin/documents/GetAll", + "method": "GET", + "groupName": "DocumentsAdmin", + "responseType": "Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Docs.Admin.Documents.DocumentDto]", + "responseTypeAsJson": "{\r\n \"totalCount\": 0,\r\n \"items\": [\r\n {\r\n \"projectId\": \"00000000-0000-0000-0000-000000000000\",\r\n \"projectName\": \"string\",\r\n \"name\": \"string\",\r\n \"version\": \"string\",\r\n \"languageCode\": \"string\",\r\n \"fileName\": \"string\",\r\n \"format\": \"string\",\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"lastUpdatedTime\": \"0001-01-01T00:00:00\",\r\n \"lastSignificantUpdateTime\": null,\r\n \"lastCachedTime\": \"0001-01-01T00:00:00\",\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Nullable" + }, + { + "name": "Name", + "type": "String" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + }, + { + "name": "FileName", + "type": "String" + }, + { + "name": "Format", + "type": "String" + }, + { + "name": "CreationTimeMin", + "type": "Nullable" + }, + { + "name": "CreationTimeMax", + "type": "Nullable" + }, + { + "name": "LastUpdatedTimeMin", + "type": "Nullable" + }, + { + "name": "LastUpdatedTimeMax", + "type": "Nullable" + }, + { + "name": "LastSignificantUpdateTimeMin", + "type": "Nullable" + }, + { + "name": "LastSignificantUpdateTimeMax", + "type": "Nullable" + }, + { + "name": "LastCachedTimeMin", + "type": "Nullable" + }, + { + "name": "LastCachedTimeMax", + "type": "Nullable" + }, + { + "name": "Sorting", + "type": "String" + }, + { + "name": "SkipCount", + "type": "Int32" + }, + { + "name": "MaxResultCount", + "type": "Int32" + } + ] + }, + { + "path": "api/docs/admin/documents/RemoveDocumentFromCache", + "method": "PUT", + "groupName": "DocumentsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "documentId", + "type": "Guid" + } + ] + }, + { + "path": "api/docs/admin/documents/ReindexDocument", + "method": "PUT", + "groupName": "DocumentsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "documentId", + "type": "Guid" + } + ] + }, + { + "path": "api/docs/admin/documents/GetFilterItems", + "method": "GET", + "groupName": "DocumentsAdmin", + "responseType": "System.Collections.Generic.List`1[Volo.Docs.Admin.Documents.DocumentInfoDto]", + "responseTypeAsJson": "[\r\n {\r\n \"version\": \"string\",\r\n \"format\": \"string\",\r\n \"languageCode\": \"string\",\r\n \"projectId\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n]", + "parameterDescriptions": [] + }, + { + "path": "api/docs/admin/projects", + "method": "GET", + "groupName": "ProjectsAdmin", + "responseType": "Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Docs.Admin.Projects.ProjectDto]", + "responseTypeAsJson": "{\r\n \"totalCount\": 0,\r\n \"items\": [\r\n {\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"parametersDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "Sorting", + "type": "String" + }, + { + "name": "SkipCount", + "type": "Int32" + }, + { + "name": "MaxResultCount", + "type": "Int32" + } + ] + }, + { + "path": "api/docs/admin/projects/{id}", + "method": "GET", + "groupName": "ProjectsAdmin", + "responseType": "Volo.Docs.Admin.Projects.ProjectDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"parametersDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/docs/admin/projects", + "method": "POST", + "groupName": "ProjectsAdmin", + "responseType": "Volo.Docs.Admin.Projects.ProjectDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"parametersDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "input", + "type": "CreateProjectDto" + } + ] + }, + { + "path": "api/docs/admin/projects/{id}", + "method": "PUT", + "groupName": "ProjectsAdmin", + "responseType": "Volo.Docs.Admin.Projects.ProjectDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"parametersDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"concurrencyStamp\": \"string\",\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + }, + { + "name": "input", + "type": "UpdateProjectDto" + } + ] + }, + { + "path": "api/docs/admin/projects", + "method": "DELETE", + "groupName": "ProjectsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/docs/admin/projects/ReindexAll", + "method": "POST", + "groupName": "ProjectsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [] + }, + { + "path": "api/docs/admin/projects/GetListProjectWithoutDetailsAsync", + "method": "GET", + "groupName": "ProjectsAdmin", + "responseType": "System.Collections.Generic.List`1[Volo.Docs.Admin.Projects.ProjectWithoutDetailsDto]", + "responseTypeAsJson": "[\r\n {\r\n \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n \"name\": \"string\"\r\n }\r\n]", + "parameterDescriptions": [] + }, + { + "path": "api/docs/admin/projects/Reindex", + "method": "POST", + "groupName": "ProjectsAdmin", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "ReindexInput" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/docs/src/Volo.Docs.Admin.Web/Volo.Docs.Admin.Web.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Admin.Web/Volo.Docs.Admin.Web.abppkg.analyze.json index 0cd4f5a31e..d186a8cb22 100644 --- a/modules/docs/src/Volo.Docs.Admin.Web/Volo.Docs.Admin.Web.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Admin.Web/Volo.Docs.Admin.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Admin.Web", - "hash": "46beda5e0ea0eec3abd53bd83b1ab711", + "hash": "", "contents": [ { "namespace": "Volo.Docs.Admin", @@ -63,6 +63,36 @@ "contentType": "abpModule", "name": "DocsAdminWebModule", "summary": null + }, + { + "namespace": "Volo.Docs.Admin.Pages.Docs.Admin.Projects", + "contentType": "webPage", + "name": "CreateModel", + "summary": null + }, + { + "namespace": "Volo.Docs.Admin.Pages.Docs.Admin.Projects", + "contentType": "webPage", + "name": "EditModel", + "summary": null + }, + { + "namespace": "Volo.Docs.Admin.Pages.Docs.Admin.Projects", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.Docs.Admin.Pages.Docs.Admin.Projects", + "contentType": "webPage", + "name": "PullModel", + "summary": null + }, + { + "namespace": "Volo.Docs.Admin.Pages.Docs.Admin.Documents", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/docs/src/Volo.Docs.Application.Contracts/Volo.Docs.Application.Contracts.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Application.Contracts/Volo.Docs.Application.Contracts.abppkg.analyze.json index 913486993a..72118d01a8 100644 --- a/modules/docs/src/Volo.Docs.Application.Contracts/Volo.Docs.Application.Contracts.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Application.Contracts/Volo.Docs.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Application.Contracts", - "hash": "77681b4bcac4f8661cfb9320e5a88586", + "hash": "", "contents": [ { "namespace": "Volo.Docs", diff --git a/modules/docs/src/Volo.Docs.Application/Volo.Docs.Application.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Application/Volo.Docs.Application.abppkg.analyze.json index 62d9f908e0..86f06c124b 100644 --- a/modules/docs/src/Volo.Docs.Application/Volo.Docs.Application.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Application/Volo.Docs.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Application", - "hash": "3ceeb88026645c5e1f479c66635735e1", + "hash": "", "contents": [ { "namespace": "Volo.Docs", @@ -146,6 +146,7 @@ "methods": [ { "returnType": "ListResultDto", + "namespace": "Volo.Docs.Projects", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -156,6 +157,7 @@ }, { "returnType": "ProjectDto", + "namespace": "Volo.Docs.Projects", "name": "GetAsync", "summary": null, "isAsync": true, @@ -172,6 +174,7 @@ }, { "returnType": "ListResultDto", + "namespace": "Volo.Docs.Projects", "name": "GetVersionsAsync", "summary": null, "isAsync": true, @@ -188,6 +191,7 @@ }, { "returnType": "LanguageConfig", + "namespace": "Volo.Docs.Projects", "name": "GetLanguageListAsync", "summary": null, "isAsync": true, @@ -209,6 +213,7 @@ }, { "returnType": "String", + "namespace": "Volo.Docs.Projects", "name": "GetDefaultLanguageCodeAsync", "summary": null, "isAsync": true, @@ -300,6 +305,7 @@ "methods": [ { "returnType": "DocumentWithDetailsDto", + "namespace": "Volo.Docs.Documents", "name": "GetAsync", "summary": null, "isAsync": true, @@ -316,6 +322,7 @@ }, { "returnType": "DocumentWithDetailsDto", + "namespace": "Volo.Docs.Documents", "name": "GetDefaultAsync", "summary": null, "isAsync": true, @@ -332,6 +339,7 @@ }, { "returnType": "NavigationNode", + "namespace": "Volo.Docs.Documents", "name": "GetNavigationAsync", "summary": null, "isAsync": true, @@ -348,6 +356,7 @@ }, { "returnType": "DocumentResourceDto", + "namespace": "Volo.Docs.Documents", "name": "GetResourceAsync", "summary": null, "isAsync": true, @@ -363,7 +372,8 @@ ] }, { - "returnType": "List", + "returnType": "PagedResultDto", + "namespace": "Volo.Docs.Documents", "name": "SearchAsync", "summary": null, "isAsync": true, @@ -380,6 +390,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Docs.Documents", "name": "FullSearchEnabledAsync", "summary": null, "isAsync": true, @@ -390,6 +401,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Documents", "name": "GetUrlsAsync", "summary": null, "isAsync": true, @@ -406,6 +418,7 @@ }, { "returnType": "DocumentParametersDto", + "namespace": "Volo.Docs.Documents", "name": "GetParametersAsync", "summary": null, "isAsync": true, diff --git a/modules/docs/src/Volo.Docs.Domain.Shared/Volo.Docs.Domain.Shared.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Domain.Shared/Volo.Docs.Domain.Shared.abppkg.analyze.json index 99859ba391..f25d8b5f85 100644 --- a/modules/docs/src/Volo.Docs.Domain.Shared/Volo.Docs.Domain.Shared.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Domain.Shared/Volo.Docs.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Domain.Shared", - "hash": "cde21886d0014f55d0917549fc979627", + "hash": "", "contents": [ { "namespace": "Volo.Docs", diff --git a/modules/docs/src/Volo.Docs.Domain/Volo.Docs.Domain.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Domain/Volo.Docs.Domain.abppkg.analyze.json index 27b92c495b..8056222fb4 100644 --- a/modules/docs/src/Volo.Docs.Domain/Volo.Docs.Domain.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Domain/Volo.Docs.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Domain", - "hash": "5b3b84e3cbb3954883258e6ceb4c6f98", + "hash": "", "contents": [ { "namespace": "Volo.Docs", @@ -157,6 +157,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Docs.Projects", "name": "SetName", "summary": null, "isAsync": false, @@ -173,6 +174,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Projects", "name": "SetFormat", "summary": null, "isAsync": false, @@ -189,6 +191,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Projects", "name": "SetNavigationDocumentName", "summary": null, "isAsync": false, @@ -205,6 +208,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Projects", "name": "SetParametersDocumentName", "summary": null, "isAsync": false, @@ -221,6 +225,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Projects", "name": "SetDefaultDocumentName", "summary": null, "isAsync": false, @@ -350,6 +355,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Docs.Documents", "name": "AddContributor", "summary": null, "isAsync": false, @@ -381,6 +387,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents", "name": "RemoveAllContributors", "summary": null, "isAsync": false, @@ -391,6 +398,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents", "name": "RemoveContributor", "summary": null, "isAsync": false, @@ -417,6 +425,7 @@ }, { "returnType": "DocumentContributor", + "namespace": "Volo.Docs.Documents", "name": "FindContributor", "summary": null, "isAsync": false, @@ -550,6 +559,7 @@ "methods": [ { "returnType": "Document", + "namespace": "Volo.Docs.GitHub.Documents", "name": "GetDocumentAsync", "summary": null, "isAsync": true, @@ -586,6 +596,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.GitHub.Documents", "name": "GetVersionsAsync", "summary": null, "isAsync": true, @@ -602,6 +613,7 @@ }, { "returnType": "DocumentResource", + "namespace": "Volo.Docs.GitHub.Documents", "name": "GetResource", "summary": null, "isAsync": true, @@ -633,6 +645,7 @@ }, { "returnType": "LanguageConfig", + "namespace": "Volo.Docs.GitHub.Documents", "name": "GetLanguageListAsync", "summary": null, "isAsync": true, @@ -688,6 +701,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Docs.GitHub.Documents", "name": "HasPatchSignificantChanges", "summary": null, "isAsync": false, @@ -738,6 +752,7 @@ "methods": [ { "returnType": "Document", + "namespace": "Volo.Docs.FileSystem.Documents", "name": "GetDocumentAsync", "summary": null, "isAsync": true, @@ -774,6 +789,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.FileSystem.Documents", "name": "GetVersionsAsync", "summary": null, "isAsync": true, @@ -790,6 +806,7 @@ }, { "returnType": "LanguageConfig", + "namespace": "Volo.Docs.FileSystem.Documents", "name": "GetLanguageListAsync", "summary": null, "isAsync": true, @@ -811,6 +828,7 @@ }, { "returnType": "DocumentResource", + "namespace": "Volo.Docs.FileSystem.Documents", "name": "GetResource", "summary": null, "isAsync": true, @@ -876,6 +894,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "CreateIndexIfNeededAsync", "summary": null, "isAsync": true, @@ -892,6 +911,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "AddOrUpdateAsync", "summary": null, "isAsync": true, @@ -913,6 +933,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "AddOrUpdateManyAsync", "summary": null, "isAsync": true, @@ -934,6 +955,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -955,6 +977,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "DeleteAllAsync", "summary": null, "isAsync": true, @@ -971,6 +994,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "DeleteAllByProjectIdAsync", "summary": null, "isAsync": true, @@ -991,7 +1015,8 @@ ] }, { - "returnType": "List", + "returnType": "EsDocumentResult", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "SearchAsync", "summary": null, "isAsync": true, @@ -1038,6 +1063,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents.FullSearch.Elastic", "name": "ValidateElasticSearchEnabled", "summary": null, "isAsync": false, @@ -1116,6 +1142,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Docs.Projects", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1147,6 +1174,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Projects", "name": "GetListWithoutDetailsAsync", "summary": null, "isAsync": true, @@ -1163,6 +1191,7 @@ }, { "returnType": "Project", + "namespace": "Volo.Docs.Projects", "name": "GetByShortNameAsync", "summary": null, "isAsync": true, @@ -1184,6 +1213,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Docs.Projects", "name": "ShortNameExistsAsync", "summary": null, "isAsync": true, @@ -1241,6 +1271,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Docs.Documents", "name": "GetListWithoutDetailsByProjectId", "summary": null, "isAsync": true, @@ -1262,6 +1293,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Documents", "name": "GetUniqueListDocumentInfoAsync", "summary": null, "isAsync": true, @@ -1278,6 +1310,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Documents", "name": "GetListByProjectId", "summary": null, "isAsync": true, @@ -1297,8 +1330,36 @@ } ] }, + { + "returnType": "Void", + "namespace": "Volo.Docs.Documents", + "name": "UpdateProjectLastCachedTimeAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "projectId", + "isOptional": false + }, + { + "type": "DateTime", + "name": "cachedTime", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "Document", + "namespace": "Volo.Docs.Documents", "name": "FindAsync", "summary": null, "isAsync": true, @@ -1340,6 +1401,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Docs.Documents", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -1381,6 +1443,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Documents", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1412,6 +1475,7 @@ }, { "returnType": "List", + "namespace": "Volo.Docs.Documents", "name": "GetAllAsync", "summary": null, "isAsync": true, @@ -1513,6 +1577,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Docs.Documents", "name": "GetAllCountAsync", "summary": null, "isAsync": true, @@ -1614,6 +1679,7 @@ }, { "returnType": "Document", + "namespace": "Volo.Docs.Documents", "name": "GetAsync", "summary": null, "isAsync": true, diff --git a/modules/docs/src/Volo.Docs.EntityFrameworkCore/Volo.Docs.EntityFrameworkCore.abppkg.analyze.json b/modules/docs/src/Volo.Docs.EntityFrameworkCore/Volo.Docs.EntityFrameworkCore.abppkg.analyze.json index 1ee0fd3a6e..0f74f96d32 100644 --- a/modules/docs/src/Volo.Docs.EntityFrameworkCore/Volo.Docs.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.EntityFrameworkCore/Volo.Docs.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.EntityFrameworkCore", - "hash": "cda98b30d45c0f9999f98a05e8368841", + "hash": "", "contents": [ { "namespace": "Volo.Docs.EntityFrameworkCore", @@ -67,27 +67,27 @@ { "namespace": "Volo.Docs.EntityFrameworkCore", "connectionStringName": "Docs", - "databaseTables": [ - { - "entityFullName": "Volo.Docs.Documents.Document", - "contentType": "databaseTable", - "name": "DocsDocuments", - "summary": null - }, - { - "entityFullName": "Volo.Docs.Documents.DocumentContributor", - "contentType": "databaseTable", - "name": "DocsDocumentContributors", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Docs.Projects.Project", - "contentType": "databaseTable", - "name": "DocsProjects", - "summary": null + "returnType": "Void", + "namespace": "Volo.Docs.EntityFrameworkCore", + "name": "ConfigureDocs", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/docs/src/Volo.Docs.HttpApi.Client/Volo.Docs.HttpApi.Client.abppkg.analyze.json b/modules/docs/src/Volo.Docs.HttpApi.Client/Volo.Docs.HttpApi.Client.abppkg.analyze.json index 7f356ba232..8f97c28e30 100644 --- a/modules/docs/src/Volo.Docs.HttpApi.Client/Volo.Docs.HttpApi.Client.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.HttpApi.Client/Volo.Docs.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.HttpApi.Client", - "hash": "551e49e8d7abd9c47376edaae70ab7f8", + "hash": "", "contents": [ { "namespace": "Volo.Docs", diff --git a/modules/docs/src/Volo.Docs.HttpApi/Volo.Docs.HttpApi.abppkg.analyze.json b/modules/docs/src/Volo.Docs.HttpApi/Volo.Docs.HttpApi.abppkg.analyze.json index c9a125a359..468436f828 100644 --- a/modules/docs/src/Volo.Docs.HttpApi/Volo.Docs.HttpApi.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.HttpApi/Volo.Docs.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.HttpApi", - "hash": "26ffc9a7630f4d5dddf4eea1ac4c51cc", + "hash": "", "contents": [ { "namespace": "Volo.Docs", @@ -63,6 +63,228 @@ "contentType": "abpModule", "name": "DocsHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/docs/projects", + "method": "GET", + "groupName": "DocsProject", + "responseType": "Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Docs.Projects.ProjectDto]", + "responseTypeAsJson": "{\r\n \"items\": [\r\n {\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [] + }, + { + "path": "api/docs/projects/{shortName}", + "method": "GET", + "groupName": "DocsProject", + "responseType": "Volo.Docs.Projects.ProjectDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n}", + "parameterDescriptions": [ + { + "name": "shortName", + "type": "String" + } + ] + }, + { + "path": "api/docs/projects/{shortName}/defaultLanguage", + "method": "GET", + "groupName": "DocsProject", + "responseType": "System.String", + "responseTypeAsJson": "\"string\"", + "parameterDescriptions": [ + { + "name": "shortName", + "type": "String" + }, + { + "name": "version", + "type": "String" + } + ] + }, + { + "path": "api/docs/projects/{shortName}/versions", + "method": "GET", + "groupName": "DocsProject", + "responseType": "Volo.Abp.Application.Dtos.ListResultDto`1[Volo.Docs.Projects.VersionInfoDto]", + "responseTypeAsJson": "{\r\n \"items\": [\r\n {\r\n \"displayName\": \"string\",\r\n \"name\": \"string\"\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "shortName", + "type": "String" + } + ] + }, + { + "path": "api/docs/projects/{shortName}/{version}/languageList", + "method": "GET", + "groupName": "DocsProject", + "responseType": "Volo.Docs.Documents.LanguageConfig", + "responseTypeAsJson": "{\r\n \"languages\": [\r\n {\r\n \"displayName\": \"string\",\r\n \"code\": \"string\",\r\n \"isDefault\": false\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "shortName", + "type": "String" + }, + { + "name": "version", + "type": "String" + } + ] + }, + { + "path": "api/docs/documents", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "Volo.Docs.Documents.DocumentWithDetailsDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"version\": \"string\",\r\n \"languageCode\": \"string\",\r\n \"fileName\": \"string\",\r\n \"content\": \"string\",\r\n \"format\": \"string\",\r\n \"editLink\": \"string\",\r\n \"rootUrl\": \"string\",\r\n \"rawRootUrl\": \"string\",\r\n \"localDirectory\": \"string\",\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"lastUpdatedTime\": \"0001-01-01T00:00:00\",\r\n \"lastCachedTime\": \"0001-01-01T00:00:00\",\r\n \"project\": {\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"contributors\": [\r\n {\r\n \"username\": \"string\",\r\n \"userProfileUrl\": \"string\",\r\n \"avatarUrl\": \"string\",\r\n \"commitCount\": 0\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Guid" + }, + { + "name": "Name", + "type": "String" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + } + ] + }, + { + "path": "api/docs/documents/default", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "Volo.Docs.Documents.DocumentWithDetailsDto", + "responseTypeAsJson": "{\r\n \"name\": \"string\",\r\n \"version\": \"string\",\r\n \"languageCode\": \"string\",\r\n \"fileName\": \"string\",\r\n \"content\": \"string\",\r\n \"format\": \"string\",\r\n \"editLink\": \"string\",\r\n \"rootUrl\": \"string\",\r\n \"rawRootUrl\": \"string\",\r\n \"localDirectory\": \"string\",\r\n \"creationTime\": \"0001-01-01T00:00:00\",\r\n \"lastUpdatedTime\": \"0001-01-01T00:00:00\",\r\n \"lastCachedTime\": \"0001-01-01T00:00:00\",\r\n \"project\": {\r\n \"name\": \"string\",\r\n \"shortName\": \"string\",\r\n \"format\": \"string\",\r\n \"defaultDocumentName\": \"string\",\r\n \"navigationDocumentName\": \"string\",\r\n \"minimumVersion\": \"string\",\r\n \"mainWebsiteUrl\": \"string\",\r\n \"latestVersionBranchName\": \"string\",\r\n \"documentStoreType\": \"string\",\r\n \"extraProperties\": {\r\n \"string\": \"object\"\r\n },\r\n \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n },\r\n \"contributors\": [\r\n {\r\n \"username\": \"string\",\r\n \"userProfileUrl\": \"string\",\r\n \"avatarUrl\": \"string\",\r\n \"commitCount\": 0\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Guid" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + } + ] + }, + { + "path": "api/docs/documents/navigation", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "Volo.Docs.Documents.NavigationNode", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Guid" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + } + ] + }, + { + "path": "api/docs/documents/resource", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "Volo.Docs.Documents.DocumentResourceDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Guid" + }, + { + "name": "Name", + "type": "String" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + } + ] + }, + { + "path": "api/docs/documents/search", + "method": "POST", + "groupName": "DocsDocument", + "responseType": "Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Docs.Documents.DocumentSearchOutput]", + "responseTypeAsJson": "{\r\n \"totalCount\": 0,\r\n \"items\": [\r\n {\r\n \"name\": \"string\",\r\n \"fileName\": \"string\",\r\n \"version\": \"string\",\r\n \"languageCode\": \"string\",\r\n \"highlight\": [\r\n \"string\"\r\n ]\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "input", + "type": "DocumentSearchInput" + } + ] + }, + { + "path": "api/docs/documents/full-search-enabled", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "System.Boolean", + "responseTypeAsJson": "true", + "parameterDescriptions": [] + }, + { + "path": "api/docs/documents/links", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "System.Collections.Generic.List`1[System.String]", + "responseTypeAsJson": "[\r\n \"string\"\r\n]", + "parameterDescriptions": [ + { + "name": "prefix", + "type": "String" + } + ] + }, + { + "path": "api/docs/documents/parameters", + "method": "GET", + "groupName": "DocsDocument", + "responseType": "Volo.Docs.Documents.DocumentParametersDto", + "responseTypeAsJson": "{\r\n \"parameters\": [\r\n {\r\n \"name\": \"string\",\r\n \"displayName\": \"string\",\r\n \"values\": {\r\n \"string\": \"string\"\r\n }\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Guid" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/docs/src/Volo.Docs.MongoDB/Volo.Docs.MongoDB.abppkg.analyze.json b/modules/docs/src/Volo.Docs.MongoDB/Volo.Docs.MongoDB.abppkg.analyze.json index 287cbacf5b..e6dde9a37b 100644 --- a/modules/docs/src/Volo.Docs.MongoDB/Volo.Docs.MongoDB.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.MongoDB/Volo.Docs.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.MongoDB", - "hash": "010d09056500caecfaeb5cbb7f049f0a", + "hash": "", "contents": [ { "namespace": "Volo.Docs.MongoDB", @@ -69,15 +69,15 @@ "connectionStringName": "Docs", "databaseCollections": [ { - "entityFullName": "Volo.Docs.Documents.Document", + "entityFullName": "Volo.Docs.Projects.Project", "contentType": "databaseCollection", - "name": "DocsDocumentS", + "name": "Projects", "summary": null }, { - "entityFullName": "Volo.Docs.Projects.Project", + "entityFullName": "Volo.Docs.Documents.Document", "contentType": "databaseCollection", - "name": "DocsProjects", + "name": "Documents", "summary": null } ], diff --git a/modules/docs/src/Volo.Docs.Web/Volo.Docs.Web.abppkg.analyze.json b/modules/docs/src/Volo.Docs.Web/Volo.Docs.Web.abppkg.analyze.json index 8577f013a9..e05caa0b3c 100644 --- a/modules/docs/src/Volo.Docs.Web/Volo.Docs.Web.abppkg.analyze.json +++ b/modules/docs/src/Volo.Docs.Web/Volo.Docs.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Docs.Web", - "hash": "6de1a5d8b7e07b55bd1fc1f98dad11d0", + "hash": "", "contents": [ { "namespace": "Volo.Docs", @@ -83,6 +83,44 @@ "contentType": "abpModule", "name": "DocsWebModule", "summary": null + }, + { + "apis": [ + { + "path": "document-resources", + "method": "GET", + "groupName": "DocumentResource", + "responseType": "Volo.Abp.Http.RemoteServiceErrorResponse", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "ProjectId", + "type": "Guid" + }, + { + "name": "Name", + "type": "String" + }, + { + "name": "Version", + "type": "String" + }, + { + "name": "LanguageCode", + "type": "String" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null + }, + { + "namespace": "Volo.Docs.Pages.Documents.Project", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo.Abp.FeatureManagement.Application.Contracts.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo.Abp.FeatureManagement.Application.Contracts.abppkg.analyze.json index 16b9522c12..fe7a26b081 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo.Abp.FeatureManagement.Application.Contracts.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts/Volo.Abp.FeatureManagement.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.Application.Contracts", - "hash": "a098bfbfeedbc75302632b819fbdd62c", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", @@ -75,7 +75,7 @@ "summary": null }, { - "displayName": "Manage Host features", + "displayName": "Manage host features", "isEnabled": true, "contentType": "permission", "name": "FeatureManagement.ManageHostFeatures", diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo.Abp.FeatureManagement.Application.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo.Abp.FeatureManagement.Application.abppkg.analyze.json index af78f2dc02..96e583a191 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo.Abp.FeatureManagement.Application.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Application/Volo.Abp.FeatureManagement.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.Application", - "hash": "a9ca2b4f663694fa5d258984dc689f56", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", @@ -136,6 +136,7 @@ "methods": [ { "returnType": "GetFeatureListResultDto", + "namespace": "Volo.Abp.FeatureManagement", "name": "GetAsync", "summary": null, "isAsync": true, @@ -157,6 +158,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.FeatureManagement", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -183,6 +185,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.FeatureManagement", "name": "DeleteAsync", "summary": null, "isAsync": true, diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.Server/Volo.Abp.FeatureManagement.Blazor.Server.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.Server/Volo.Abp.FeatureManagement.Blazor.Server.abppkg.analyze.json new file mode 100644 index 0000000000..1b85033b80 --- /dev/null +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.Server/Volo.Abp.FeatureManagement.Blazor.Server.abppkg.analyze.json @@ -0,0 +1,68 @@ +{ + "name": "Volo.Abp.FeatureManagement.Blazor.Server", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.FeatureManagement.Blazor.Server", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Blazor", + "namespace": "Volo.Abp.FeatureManagement.Blazor", + "name": "AbpFeatureManagementBlazorModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Server.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Server.Theming", + "name": "AbpAspNetCoreComponentsServerThemingModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpFeatureManagementBlazorServerModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor/Volo.Abp.FeatureManagement.Blazor.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor/Volo.Abp.FeatureManagement.Blazor.abppkg.analyze.json new file mode 100644 index 0000000000..1332348464 --- /dev/null +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor/Volo.Abp.FeatureManagement.Blazor.abppkg.analyze.json @@ -0,0 +1,90 @@ +{ + "name": "Volo.Abp.FeatureManagement.Blazor", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.FeatureManagement.Blazor", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Web.Theming", + "name": "AbpAspNetCoreComponentsWebThemingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Application.Contracts", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Features", + "namespace": "Volo.Abp.Features", + "name": "AbpFeaturesModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Blazor", + "namespace": "Volo.Abp.SettingManagement.Blazor", + "name": "AbpSettingManagementBlazorModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpFeatureManagementBlazorModule", + "summary": null + }, + { + "namespace": "Volo.Abp.FeatureManagement.Blazor.Components", + "contentType": "webPage", + "name": "FeatureManagementModal", + "summary": null + }, + { + "namespace": "Volo.Abp.FeatureManagement.Blazor.Components.FeatureSettingGroup", + "contentType": "webPage", + "name": "FeatureSettingManagementComponent", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo.Abp.FeatureManagement.Domain.Shared.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo.Abp.FeatureManagement.Domain.Shared.abppkg.analyze.json index a383a8f2d2..441f9df896 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo.Abp.FeatureManagement.Domain.Shared.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain.Shared/Volo.Abp.FeatureManagement.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.Domain.Shared", - "hash": "7cf1adab77763451880c93c2ce5de54d", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo.Abp.FeatureManagement.Domain.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo.Abp.FeatureManagement.Domain.abppkg.analyze.json index e45b038fb4..3c2abaac23 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo.Abp.FeatureManagement.Domain.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo.Abp.FeatureManagement.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.Domain", - "hash": "7dc58fbace956cd5b28d943e0568d553", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", @@ -117,6 +117,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Abp.FeatureManagement", "name": "HasSameData", "summary": null, "isAsync": false, @@ -133,6 +134,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.FeatureManagement", "name": "Patch", "summary": null, "isAsync": false, @@ -153,11 +155,6 @@ "namespace": "Volo.Abp.FeatureManagement", "primaryKeyType": "Guid", "properties": [ - { - "type": "System.Guid", - "name": "Id", - "summary": null - }, { "type": "System.String", "name": "GroupName", @@ -266,6 +263,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Abp.FeatureManagement", "name": "HasSameData", "summary": null, "isAsync": false, @@ -282,6 +280,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.FeatureManagement", "name": "Patch", "summary": null, "isAsync": false, @@ -302,11 +301,6 @@ "namespace": "Volo.Abp.FeatureManagement", "primaryKeyType": "Guid", "properties": [ - { - "type": "System.Guid", - "name": "Id", - "summary": null - }, { "type": "System.String", "name": "Name", @@ -436,6 +430,7 @@ "methods": [ { "returnType": "FeatureDefinitionRecord", + "namespace": "Volo.Abp.FeatureManagement", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -552,6 +547,7 @@ "methods": [ { "returnType": "FeatureValue", + "namespace": "Volo.Abp.FeatureManagement", "name": "FindAsync", "summary": null, "isAsync": true, @@ -583,6 +579,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.FeatureManagement", "name": "FindAllAsync", "summary": null, "isAsync": true, @@ -614,6 +611,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.FeatureManagement", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -640,6 +638,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.FeatureManagement", "name": "DeleteAsync", "summary": null, "isAsync": true, diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo.Abp.FeatureManagement.EntityFrameworkCore.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo.Abp.FeatureManagement.EntityFrameworkCore.abppkg.analyze.json index 5374e87d7b..3626acafcb 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo.Abp.FeatureManagement.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo.Abp.FeatureManagement.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.EntityFrameworkCore", - "hash": "d23d13b3c72c26ef41eb0070ab00ac34", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", @@ -67,27 +67,27 @@ { "namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", "connectionStringName": "AbpFeatureManagement", - "databaseTables": [ - { - "entityFullName": "Volo.Abp.FeatureManagement.FeatureDefinitionRecord", - "contentType": "databaseTable", - "name": "AbpFeatures", - "summary": null - }, - { - "entityFullName": "Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", - "contentType": "databaseTable", - "name": "AbpFeatureGroups", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.FeatureManagement.FeatureValue", - "contentType": "databaseTable", - "name": "AbpFeatureValues", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", + "name": "ConfigureFeatureManagement", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo.Abp.FeatureManagement.HttpApi.Client.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo.Abp.FeatureManagement.HttpApi.Client.abppkg.analyze.json index cdacabfb3a..ce50d5b83a 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo.Abp.FeatureManagement.HttpApi.Client.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo.Abp.FeatureManagement.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.HttpApi.Client", - "hash": "f2c557d60cc7414ca67a85fd5295870d", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo.Abp.FeatureManagement.HttpApi.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo.Abp.FeatureManagement.HttpApi.abppkg.analyze.json index 12fa8fd972..5f25516d3b 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo.Abp.FeatureManagement.HttpApi.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.HttpApi/Volo.Abp.FeatureManagement.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.HttpApi", - "hash": "eaa44cd23162ceaf3ec1f00798ef4dd5", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", @@ -63,6 +63,68 @@ "contentType": "abpModule", "name": "AbpFeatureManagementHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/feature-management/features", + "method": "GET", + "groupName": "Features", + "responseType": "Volo.Abp.FeatureManagement.GetFeatureListResultDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "providerName", + "type": "String" + }, + { + "name": "providerKey", + "type": "String" + } + ] + }, + { + "path": "api/feature-management/features", + "method": "PUT", + "groupName": "Features", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "providerName", + "type": "String" + }, + { + "name": "providerKey", + "type": "String" + }, + { + "name": "input", + "type": "UpdateFeaturesDto" + } + ] + }, + { + "path": "api/feature-management/features", + "method": "DELETE", + "groupName": "Features", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "providerName", + "type": "String" + }, + { + "name": "providerKey", + "type": "String" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo.Abp.FeatureManagement.MongoDB.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo.Abp.FeatureManagement.MongoDB.abppkg.analyze.json index cec46992d3..db589c9c51 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo.Abp.FeatureManagement.MongoDB.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.MongoDB/Volo.Abp.FeatureManagement.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.MongoDB", - "hash": "1287dca2b75f3753abc23921cc0263b4", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement.MongoDB", @@ -69,21 +69,21 @@ "connectionStringName": "AbpFeatureManagement", "databaseCollections": [ { - "entityFullName": "Volo.Abp.FeatureManagement.FeatureValue", + "entityFullName": "Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", "contentType": "databaseCollection", - "name": "AbpFeatureValues", + "name": "FeatureGroups", "summary": null }, { "entityFullName": "Volo.Abp.FeatureManagement.FeatureDefinitionRecord", "contentType": "databaseCollection", - "name": "AbpFeatures", + "name": "Features", "summary": null }, { - "entityFullName": "Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", + "entityFullName": "Volo.Abp.FeatureManagement.FeatureValue", "contentType": "databaseCollection", - "name": "AbpFeatureGroups", + "name": "FeatureValues", "summary": null } ], diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Volo.Abp.FeatureManagement.Web.abppkg.analyze.json b/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Volo.Abp.FeatureManagement.Web.abppkg.analyze.json index 53d44b8f79..905cfe0387 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Volo.Abp.FeatureManagement.Web.abppkg.analyze.json +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Web/Volo.Abp.FeatureManagement.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.FeatureManagement.Web", - "hash": "448e16aaf1a76101ee1902adbe650fb1", + "hash": "", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", @@ -68,6 +68,12 @@ "contentType": "abpModule", "name": "AbpFeatureManagementWebModule", "summary": null + }, + { + "namespace": "Volo.Abp.FeatureManagement.Web.Pages.FeatureManagement", + "contentType": "webPage", + "name": "FeatureManagementModal", + "summary": null } ] } \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.analyze.json index 6f323d4671..ed9bd2c045 100644 --- a/modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.analyze.json @@ -130,6 +130,13 @@ "name": "AbpIdentity.Users.Update", "summary": null }, + { + "displayName": "Manage roles", + "isEnabled": true, + "contentType": "permission", + "name": "AbpIdentity.Users.Update.ManageRoles", + "summary": null + }, { "displayName": "Delete", "isEnabled": true, diff --git a/modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.analyze.json index 603d2d9faf..51d711b151 100644 --- a/modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.analyze.json @@ -183,6 +183,7 @@ "methods": [ { "returnType": "IdentityRoleDto", + "namespace": "Volo.Abp.Identity", "name": "GetAsync", "summary": null, "isAsync": true, @@ -199,6 +200,7 @@ }, { "returnType": "ListResultDto", + "namespace": "Volo.Abp.Identity", "name": "GetAllListAsync", "summary": null, "isAsync": true, @@ -209,6 +211,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -225,6 +228,7 @@ }, { "returnType": "IdentityRoleDto", + "namespace": "Volo.Abp.Identity", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -241,6 +245,7 @@ }, { "returnType": "IdentityRoleDto", + "namespace": "Volo.Abp.Identity", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -262,6 +267,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -390,6 +396,7 @@ "methods": [ { "returnType": "IdentityUserDto", + "namespace": "Volo.Abp.Identity", "name": "GetAsync", "summary": null, "isAsync": true, @@ -406,6 +413,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -422,6 +430,7 @@ }, { "returnType": "ListResultDto", + "namespace": "Volo.Abp.Identity", "name": "GetRolesAsync", "summary": null, "isAsync": true, @@ -438,6 +447,7 @@ }, { "returnType": "ListResultDto", + "namespace": "Volo.Abp.Identity", "name": "GetAssignableRolesAsync", "summary": null, "isAsync": true, @@ -448,6 +458,7 @@ }, { "returnType": "IdentityUserDto", + "namespace": "Volo.Abp.Identity", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -464,6 +475,7 @@ }, { "returnType": "IdentityUserDto", + "namespace": "Volo.Abp.Identity", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -485,6 +497,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -501,6 +514,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "UpdateRolesAsync", "summary": null, "isAsync": true, @@ -522,6 +536,7 @@ }, { "returnType": "IdentityUserDto", + "namespace": "Volo.Abp.Identity", "name": "FindByUsernameAsync", "summary": null, "isAsync": true, @@ -538,6 +553,7 @@ }, { "returnType": "IdentityUserDto", + "namespace": "Volo.Abp.Identity", "name": "FindByEmailAsync", "summary": null, "isAsync": true, @@ -624,6 +640,7 @@ "methods": [ { "returnType": "UserData", + "namespace": "Volo.Abp.Identity", "name": "FindByIdAsync", "summary": null, "isAsync": true, @@ -640,6 +657,7 @@ }, { "returnType": "UserData", + "namespace": "Volo.Abp.Identity", "name": "FindByUserNameAsync", "summary": null, "isAsync": true, @@ -656,6 +674,7 @@ }, { "returnType": "ListResultDto", + "namespace": "Volo.Abp.Identity", "name": "SearchAsync", "summary": null, "isAsync": true, @@ -672,6 +691,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.Identity", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -758,6 +778,7 @@ "methods": [ { "returnType": "String[]", + "namespace": "Volo.Abp.Identity.Integration", "name": "GetRoleNamesAsync", "summary": null, "isAsync": true, @@ -771,6 +792,74 @@ "isOptional": false } ] + }, + { + "returnType": "UserData", + "namespace": "Volo.Abp.Identity.Integration", + "name": "FindByIdAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", + "isOptional": false + } + ] + }, + { + "returnType": "UserData", + "namespace": "Volo.Abp.Identity.Integration", + "name": "FindByUserNameAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "userName", + "isOptional": false + } + ] + }, + { + "returnType": "ListResultDto", + "namespace": "Volo.Abp.Identity.Integration", + "name": "SearchAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "UserLookupSearchInputDto", + "name": "input", + "isOptional": false + } + ] + }, + { + "returnType": "Int64", + "namespace": "Volo.Abp.Identity.Integration", + "name": "GetCountAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "UserLookupCountInputDto", + "name": "input", + "isOptional": false + } + ] } ], "contentType": "applicationService", diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.analyze.json index 9873e72b5f..1304d00eed 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.analyze.json @@ -296,6 +296,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetName", "summary": null, "isAsync": false, @@ -492,6 +493,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddClaim", "summary": null, "isAsync": false, @@ -513,6 +515,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddClaims", "summary": null, "isAsync": false, @@ -534,6 +537,7 @@ }, { "returnType": "IdentityRoleClaim", + "namespace": "Volo.Abp.Identity", "name": "FindClaim", "summary": null, "isAsync": false, @@ -550,6 +554,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveClaim", "summary": null, "isAsync": false, @@ -566,6 +571,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "ChangeName", "summary": null, "isAsync": false, @@ -582,6 +588,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "ToString", "summary": null, "isAsync": false, @@ -776,6 +783,170 @@ "name": "IdentitySecurityLog", "summary": null }, + { + "baseClass": { + "name": "BasicAggregateRoot", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.BasicAggregateRoot" + }, + "implementingInterfaces": [ + { + "name": "IEntity", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" + }, + { + "name": "IEntity", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" + }, + { + "name": "IAggregateRoot", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" + }, + { + "name": "IAggregateRoot", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" + }, + { + "name": "IGeneratesDomainEvents", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" + }, + { + "name": "IMultiTenant", + "namespace": "Volo.Abp.MultiTenancy", + "declaringAssemblyName": "Volo.Abp.MultiTenancy.Abstractions", + "fullName": "Volo.Abp.MultiTenancy.IMultiTenant" + } + ], + "methods": [ + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "SetSignedInTime", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "DateTime", + "name": "signedIn", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "UpdateLastAccessedTime", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Nullable", + "name": "lastAccessed", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "SetIpAddresses", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "IEnumerable", + "name": "ipAddresses", + "isOptional": false + } + ] + }, + { + "returnType": "IEnumerable", + "namespace": "Volo.Abp.Identity", + "name": "GetIpAddresses", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [] + } + ], + "collectionProperties": {}, + "navigationProperties": {}, + "namespace": "Volo.Abp.Identity", + "primaryKeyType": "Guid", + "properties": [ + { + "type": "System.String", + "name": "SessionId", + "summary": null + }, + { + "type": "System.String", + "name": "Device", + "summary": "Web, Mobile ..." + }, + { + "type": "System.String", + "name": "DeviceInfo", + "summary": null + }, + { + "type": "System.Nullable`1[System.Guid]", + "name": "TenantId", + "summary": null + }, + { + "type": "System.Guid", + "name": "UserId", + "summary": null + }, + { + "type": "System.String", + "name": "ClientId", + "summary": null + }, + { + "type": "System.String", + "name": "IpAddresses", + "summary": null + }, + { + "type": "System.DateTime", + "name": "SignedIn", + "summary": null + }, + { + "type": "System.Nullable`1[System.DateTime]", + "name": "LastAccessed", + "summary": null + } + ], + "contentType": "aggregateRoot", + "name": "IdentitySession", + "summary": null + }, { "baseClass": { "name": "FullAuditedAggregateRoot", @@ -908,6 +1079,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddRole", "summary": null, "isAsync": false, @@ -924,6 +1096,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveRole", "summary": null, "isAsync": false, @@ -940,6 +1113,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsInRole", "summary": null, "isAsync": false, @@ -956,6 +1130,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddClaim", "summary": null, "isAsync": false, @@ -977,6 +1152,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddClaims", "summary": null, "isAsync": false, @@ -998,6 +1174,7 @@ }, { "returnType": "IdentityUserClaim", + "namespace": "Volo.Abp.Identity", "name": "FindClaim", "summary": null, "isAsync": false, @@ -1014,6 +1191,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "ReplaceClaim", "summary": null, "isAsync": false, @@ -1035,6 +1213,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveClaims", "summary": null, "isAsync": false, @@ -1051,6 +1230,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveClaim", "summary": null, "isAsync": false, @@ -1067,6 +1247,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddLogin", "summary": null, "isAsync": false, @@ -1083,6 +1264,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveLogin", "summary": null, "isAsync": false, @@ -1104,6 +1286,7 @@ }, { "returnType": "IdentityUserToken", + "namespace": "Volo.Abp.Identity", "name": "FindToken", "summary": null, "isAsync": false, @@ -1125,6 +1308,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetToken", "summary": null, "isAsync": false, @@ -1151,6 +1335,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveToken", "summary": null, "isAsync": false, @@ -1172,6 +1357,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddOrganizationUnit", "summary": null, "isAsync": false, @@ -1188,6 +1374,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveOrganizationUnit", "summary": null, "isAsync": false, @@ -1204,6 +1391,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsInOrganizationUnit", "summary": null, "isAsync": false, @@ -1220,6 +1408,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetEmailConfirmed", "summary": null, "isAsync": false, @@ -1236,6 +1425,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetPhoneNumberConfirmed", "summary": null, "isAsync": false, @@ -1252,6 +1442,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetPhoneNumber", "summary": null, "isAsync": false, @@ -1273,6 +1464,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetIsActive", "summary": null, "isAsync": false, @@ -1289,6 +1481,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetShouldChangePasswordOnNextLogin", "summary": null, "isAsync": false, @@ -1305,6 +1498,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetLastPasswordChangeTime", "summary": null, "isAsync": false, @@ -1321,6 +1515,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "ToString", "summary": null, "isAsync": false, @@ -1708,6 +1903,7 @@ "methods": [ { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "CreateCode", "summary": null, "isAsync": false, @@ -1724,6 +1920,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "AppendCode", "summary": null, "isAsync": false, @@ -1745,6 +1942,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "GetRelativeCode", "summary": null, "isAsync": false, @@ -1766,6 +1964,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "CalculateNextCode", "summary": null, "isAsync": false, @@ -1782,6 +1981,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "GetLastUnitCode", "summary": null, "isAsync": false, @@ -1798,6 +1998,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "GetParentCode", "summary": null, "isAsync": false, @@ -1814,6 +2015,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddRole", "summary": null, "isAsync": false, @@ -1830,6 +2032,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveRole", "summary": null, "isAsync": false, @@ -1846,6 +2049,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsInRole", "summary": null, "isAsync": false, @@ -1919,6 +2123,7 @@ "methods": [ { "returnType": "IdentityClaimType", + "namespace": "Volo.Abp.Identity", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -1935,6 +2140,7 @@ }, { "returnType": "IdentityClaimType", + "namespace": "Volo.Abp.Identity", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -1948,6 +2154,23 @@ "isOptional": false } ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "DeleteAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", + "isOptional": false + } + ] } ], "implementingInterfaces": [ @@ -1979,6 +2202,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -2005,6 +2229,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "LinkAsync", "summary": null, "isAsync": true, @@ -2031,6 +2256,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsLinkedAsync", "summary": null, "isAsync": true, @@ -2062,6 +2288,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "UnlinkAsync", "summary": null, "isAsync": true, @@ -2088,6 +2315,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "GenerateLinkTokenAsync", "summary": null, "isAsync": true, @@ -2114,6 +2342,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "VerifyLinkTokenAsync", "summary": null, "isAsync": true, @@ -2173,6 +2402,7 @@ "methods": [ { "returnType": "IdentityRole", + "namespace": "Volo.Abp.Identity", "name": "GetByIdAsync", "summary": null, "isAsync": true, @@ -2189,6 +2419,7 @@ }, { "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", "name": "SetRoleNameAsync", "summary": null, "isAsync": true, @@ -2210,6 +2441,7 @@ }, { "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -2260,6 +2492,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -2286,6 +2519,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetActiveDelegationsAsync", "summary": null, "isAsync": true, @@ -2307,6 +2541,7 @@ }, { "returnType": "IdentityUserDelegation", + "namespace": "Volo.Abp.Identity", "name": "FindActiveDelegationByIdAsync", "summary": null, "isAsync": true, @@ -2328,6 +2563,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "DelegateNewUserAsync", "summary": null, "isAsync": true, @@ -2364,6 +2600,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "DeleteDelegationAsync", "summary": null, "isAsync": true, @@ -2418,6 +2655,7 @@ "methods": [ { "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -2442,8 +2680,26 @@ } ] }, + { + "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", + "name": "DeleteAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "IdentityUser", + "name": "user", + "isOptional": false + } + ] + }, { "returnType": "IdentityUser", + "namespace": "Volo.Abp.Identity", "name": "GetByIdAsync", "summary": null, "isAsync": true, @@ -2460,6 +2716,7 @@ }, { "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", "name": "SetRolesAsync", "summary": null, "isAsync": true, @@ -2481,6 +2738,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsInOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2502,6 +2760,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsInOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2523,6 +2782,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddToOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2544,6 +2804,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddToOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2565,6 +2826,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveFromOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2586,6 +2848,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveFromOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2607,6 +2870,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetOrganizationUnitsAsync", "summary": null, "isAsync": true, @@ -2628,6 +2892,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "SetOrganizationUnitsAsync", "summary": null, "isAsync": true, @@ -2649,6 +2914,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetOrganizationUnitsAsync", "summary": null, "isAsync": true, @@ -2670,6 +2936,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetUsersInOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2691,6 +2958,7 @@ }, { "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", "name": "AddDefaultRolesAsync", "summary": null, "isAsync": true, @@ -2707,6 +2975,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "ShouldPeriodicallyChangePasswordAsync", "summary": null, "isAsync": true, @@ -2723,6 +2992,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "ResetRecoveryCodesAsync", "summary": null, "isAsync": true, @@ -2736,9 +3006,153 @@ "isOptional": false } ] - } - ], - "implementingInterfaces": [ + }, + { + "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", + "name": "SetEmailAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "IdentityUser", + "name": "user", + "isOptional": false + }, + { + "type": "String", + "name": "email", + "isOptional": false + } + ] + }, + { + "returnType": "IdentityResult", + "namespace": "Volo.Abp.Identity", + "name": "SetUserNameAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "IdentityUser", + "name": "user", + "isOptional": false + }, + { + "type": "String", + "name": "userName", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "UpdateRoleAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "sourceRoleId", + "isOptional": false + }, + { + "type": "Nullable", + "name": "targetRoleId", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "UpdateOrganizationAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "sourceOrganizationId", + "isOptional": false + }, + { + "type": "Nullable", + "name": "targetOrganizationId", + "isOptional": false + } + ] + }, + { + "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", + "name": "ValidateUserNameAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "userName", + "isOptional": false + }, + { + "type": "Nullable", + "name": "userId", + "isOptional": true + } + ] + }, + { + "returnType": "String", + "namespace": "Volo.Abp.Identity", + "name": "GetRandomUserNameAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Int32", + "name": "length", + "isOptional": false + } + ] + }, + { + "returnType": "String", + "namespace": "Volo.Abp.Identity", + "name": "GetUserNameFromEmailAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "email", + "isOptional": false + } + ] + } + ], + "implementingInterfaces": [ { "name": "IDisposable", "namespace": "System", @@ -2773,6 +3187,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -2789,6 +3204,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -2805,6 +3221,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "GetNextChildCodeAsync", "summary": null, "isAsync": true, @@ -2821,6 +3238,7 @@ }, { "returnType": "OrganizationUnit", + "namespace": "Volo.Abp.Identity", "name": "GetLastChildOrNullAsync", "summary": null, "isAsync": true, @@ -2837,6 +3255,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -2853,6 +3272,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "MoveAsync", "summary": null, "isAsync": true, @@ -2874,6 +3294,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.Identity", "name": "GetCodeOrDefaultAsync", "summary": null, "isAsync": true, @@ -2890,6 +3311,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "FindChildrenAsync", "summary": null, "isAsync": true, @@ -2911,6 +3333,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "IsInOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2932,6 +3355,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddRoleToOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2953,6 +3377,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "AddRoleToOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2974,6 +3399,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveRoleFromOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -2995,6 +3421,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveRoleFromOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -3013,6 +3440,23 @@ "isOptional": false } ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "RemoveDynamicClaimCacheAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "OrganizationUnit", + "name": "organizationUnit", + "isOptional": false + } + ] } ], "implementingInterfaces": [ @@ -3078,6 +3522,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", "name": "AnyAsync", "summary": null, "isAsync": true, @@ -3104,6 +3549,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3140,6 +3586,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.Identity", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3158,6 +3605,28 @@ "isOptional": true } ] + }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetListByNamesAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "IEnumerable", + "name": "names", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -3209,6 +3678,7 @@ "methods": [ { "returnType": "IdentityLinkUser", + "namespace": "Volo.Abp.Identity", "name": "FindAsync", "summary": null, "isAsync": true, @@ -3235,6 +3705,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3261,6 +3732,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -3330,6 +3802,7 @@ "methods": [ { "returnType": "IdentityRole", + "namespace": "Volo.Abp.Identity", "name": "FindByNormalizedNameAsync", "summary": null, "isAsync": true, @@ -3354,8 +3827,51 @@ } ] }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetListWithUserCountAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "sorting", + "isOptional": true + }, + { + "type": "Int32", + "name": "maxResultCount", + "isOptional": true + }, + { + "type": "Int32", + "name": "skipCount", + "isOptional": true + }, + { + "type": "String", + "name": "filter", + "isOptional": true + }, + { + "type": "Boolean", + "name": "includeDetails", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3397,6 +3913,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3418,6 +3935,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetDefaultOnesAsync", "summary": null, "isAsync": true, @@ -3439,6 +3957,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.Identity", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3457,31 +3976,58 @@ "isOptional": true } ] - } - ], - "contentType": "repositoryInterface", - "name": "IIdentityRoleRepository", - "summary": null - }, - { - "namespace": "Volo.Abp.Identity", - "entityAnalyzeModel": { - "namespace": "Volo.Abp.Identity", - "primaryKeyType": "Guid", - "properties": [], - "contentType": "entity", - "name": "IdentitySecurityLog", - "summary": null - }, - "implementingInterfaces": [ - { - "name": "IBasicRepository", - "namespace": "Volo.Abp.Domain.Repositories", - "declaringAssemblyName": "Volo.Abp.Ddd.Domain", - "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" }, { - "name": "IBasicRepository", + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "RemoveClaimFromAllRolesAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "claimType", + "isOptional": false + }, + { + "type": "Boolean", + "name": "autoSave", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + } + ], + "contentType": "repositoryInterface", + "name": "IIdentityRoleRepository", + "summary": null + }, + { + "namespace": "Volo.Abp.Identity", + "entityAnalyzeModel": { + "namespace": "Volo.Abp.Identity", + "primaryKeyType": "Guid", + "properties": [], + "contentType": "entity", + "name": "IdentitySecurityLog", + "summary": null + }, + "implementingInterfaces": [ + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IBasicRepository", "namespace": "Volo.Abp.Domain.Repositories", "declaringAssemblyName": "Volo.Abp.Ddd.Domain", "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" @@ -3508,6 +4054,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3589,6 +4136,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.Identity", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3637,8 +4185,314 @@ "isOptional": true }, { - "type": "String", - "name": "correlationId", + "type": "String", + "name": "correlationId", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "IdentitySecurityLog", + "namespace": "Volo.Abp.Identity", + "name": "GetByUserIdAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", + "isOptional": false + }, + { + "type": "Guid", + "name": "userId", + "isOptional": false + }, + { + "type": "Boolean", + "name": "includeDetails", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + } + ], + "contentType": "repositoryInterface", + "name": "IIdentitySecurityLogRepository", + "summary": null + }, + { + "namespace": "Volo.Abp.Identity", + "entityAnalyzeModel": { + "namespace": "Volo.Abp.Identity", + "primaryKeyType": "Guid", + "properties": [], + "contentType": "entity", + "name": "IdentitySession", + "summary": null + }, + "implementingInterfaces": [ + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + }, + { + "name": "IRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + } + ], + "methods": [ + { + "returnType": "IdentitySession", + "namespace": "Volo.Abp.Identity", + "name": "FindAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "sessionId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "IdentitySession", + "namespace": "Volo.Abp.Identity", + "name": "GetAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "sessionId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", + "name": "ExistAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Boolean", + "namespace": "Volo.Abp.Identity", + "name": "ExistAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "sessionId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetListAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "sorting", + "isOptional": true + }, + { + "type": "Int32", + "name": "maxResultCount", + "isOptional": true + }, + { + "type": "Int32", + "name": "skipCount", + "isOptional": true + }, + { + "type": "Nullable", + "name": "userId", + "isOptional": true + }, + { + "type": "String", + "name": "device", + "isOptional": true + }, + { + "type": "String", + "name": "clientId", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Int64", + "namespace": "Volo.Abp.Identity", + "name": "GetCountAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Nullable", + "name": "userId", + "isOptional": true + }, + { + "type": "String", + "name": "device", + "isOptional": true + }, + { + "type": "String", + "name": "clientId", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "DeleteAllAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "userId", + "isOptional": false + }, + { + "type": "Nullable", + "name": "exceptSessionId", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "DeleteAllAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "userId", + "isOptional": false + }, + { + "type": "String", + "name": "device", + "isOptional": false + }, + { + "type": "Nullable", + "name": "exceptSessionId", "isOptional": true }, { @@ -3649,8 +4503,9 @@ ] }, { - "returnType": "IdentitySecurityLog", - "name": "GetByUserIdAsync", + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "DeleteAllAsync", "summary": null, "isAsync": true, "isPublic": true, @@ -3658,20 +4513,10 @@ "isStatic": false, "parameters": [ { - "type": "Guid", - "name": "id", - "isOptional": false - }, - { - "type": "Guid", - "name": "userId", + "type": "TimeSpan", + "name": "inactiveTimeSpan", "isOptional": false }, - { - "type": "Boolean", - "name": "includeDetails", - "isOptional": true - }, { "type": "CancellationToken", "name": "cancellationToken", @@ -3681,7 +4526,7 @@ } ], "contentType": "repositoryInterface", - "name": "IIdentitySecurityLogRepository", + "name": "IIdentitySessionRepository", "summary": null }, { @@ -3729,6 +4574,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3755,6 +4601,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetActiveDelegationsAsync", "summary": null, "isAsync": true, @@ -3776,6 +4623,7 @@ }, { "returnType": "IdentityUserDelegation", + "namespace": "Volo.Abp.Identity", "name": "FindActiveDelegationByIdAsync", "summary": null, "isAsync": true, @@ -3845,6 +4693,7 @@ "methods": [ { "returnType": "IdentityUser", + "namespace": "Volo.Abp.Identity", "name": "FindByNormalizedUserNameAsync", "summary": null, "isAsync": true, @@ -3871,6 +4720,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetRoleNamesAsync", "summary": null, "isAsync": true, @@ -3892,6 +4742,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetRoleNamesInOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -3913,6 +4764,7 @@ }, { "returnType": "IdentityUser", + "namespace": "Volo.Abp.Identity", "name": "FindByLoginAsync", "summary": null, "isAsync": true, @@ -3944,6 +4796,7 @@ }, { "returnType": "IdentityUser", + "namespace": "Volo.Abp.Identity", "name": "FindByNormalizedEmailAsync", "summary": null, "isAsync": true, @@ -3970,6 +4823,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListByClaimAsync", "summary": null, "isAsync": true, @@ -3994,8 +4848,36 @@ } ] }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "RemoveClaimFromAllUsersAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "claimType", + "isOptional": false + }, + { + "type": "Boolean", + "name": "autoSave", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListByNormalizedRoleNameAsync", "summary": null, "isAsync": true, @@ -4020,8 +4902,31 @@ } ] }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetUserIdListByRoleIdAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "roleId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4138,6 +5043,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetRolesAsync", "summary": null, "isAsync": true, @@ -4164,6 +5070,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetOrganizationUnitsAsync", "summary": null, "isAsync": true, @@ -4190,6 +5097,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetUsersInOrganizationUnitAsync", "summary": null, "isAsync": true, @@ -4211,6 +5119,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetUsersInOrganizationsListAsync", "summary": null, "isAsync": true, @@ -4232,6 +5141,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetUsersInOrganizationUnitWithChildrenAsync", "summary": null, "isAsync": true, @@ -4253,6 +5163,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.Identity", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -4349,6 +5260,7 @@ }, { "returnType": "IdentityUser", + "namespace": "Volo.Abp.Identity", "name": "FindByTenantIdAndUserNameAsync", "summary": null, "isAsync": true, @@ -4380,6 +5292,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListByIdsAsync", "summary": null, "isAsync": true, @@ -4403,6 +5316,82 @@ "isOptional": true } ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "UpdateRoleAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "sourceRoleId", + "isOptional": false + }, + { + "type": "Nullable", + "name": "targetRoleId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity", + "name": "UpdateOrganizationAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "sourceOrganizationId", + "isOptional": false + }, + { + "type": "Nullable", + "name": "targetOrganizationId", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetRoleNamesAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "IEnumerable", + "name": "userIds", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -4454,6 +5443,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetChildrenAsync", "summary": null, "isAsync": true, @@ -4480,6 +5470,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetAllChildrenWithParentCodeAsync", "summary": null, "isAsync": true, @@ -4511,6 +5502,7 @@ }, { "returnType": "OrganizationUnit", + "namespace": "Volo.Abp.Identity", "name": "GetAsync", "summary": null, "isAsync": true, @@ -4537,6 +5529,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4573,6 +5566,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -4597,8 +5591,36 @@ } ] }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetListByRoleIdAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "roleId", + "isOptional": false + }, + { + "type": "Boolean", + "name": "includeDetails", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetRolesAsync", "summary": null, "isAsync": true, @@ -4638,8 +5660,51 @@ } ] }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetRolesAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid[]", + "name": "organizationUnitIds", + "isOptional": false + }, + { + "type": "String", + "name": "sorting", + "isOptional": true + }, + { + "type": "Int32", + "name": "maxResultCount", + "isOptional": true + }, + { + "type": "Int32", + "name": "skipCount", + "isOptional": true + }, + { + "type": "Boolean", + "name": "includeDetails", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "Int32", + "namespace": "Volo.Abp.Identity", "name": "GetRolesCountAsync", "summary": null, "isAsync": true, @@ -4661,6 +5726,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetUnaddedRolesAsync", "summary": null, "isAsync": true, @@ -4707,6 +5773,7 @@ }, { "returnType": "Int32", + "namespace": "Volo.Abp.Identity", "name": "GetUnaddedRolesCountAsync", "summary": null, "isAsync": true, @@ -4733,6 +5800,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetMembersAsync", "summary": null, "isAsync": true, @@ -4777,8 +5845,31 @@ } ] }, + { + "returnType": "List", + "namespace": "Volo.Abp.Identity", + "name": "GetMemberIdsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "Int32", + "namespace": "Volo.Abp.Identity", "name": "GetMembersCountAsync", "summary": null, "isAsync": true, @@ -4805,6 +5896,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.Identity", "name": "GetUnaddedUsersAsync", "summary": null, "isAsync": true, @@ -4851,6 +5943,7 @@ }, { "returnType": "Int32", + "namespace": "Volo.Abp.Identity", "name": "GetUnaddedUsersCountAsync", "summary": null, "isAsync": true, @@ -4877,6 +5970,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveAllRolesAsync", "summary": null, "isAsync": true, @@ -4898,6 +5992,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.Identity", "name": "RemoveAllMembersAsync", "summary": null, "isAsync": true, diff --git a/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.analyze.json index 7889d66fe1..8b87e80711 100644 --- a/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.analyze.json @@ -69,6 +69,25 @@ "connectionStringName": "AbpIdentity", "databaseTables": [], "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ + { + "returnType": "Void", + "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "name": "ConfigureIdentity", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] + } + ], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/identity/src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.analyze.json index 16c91703aa..57087c93c4 100644 --- a/modules/identity/src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.analyze.json @@ -69,45 +69,51 @@ "connectionStringName": "AbpIdentity", "databaseCollections": [ { - "entityFullName": "Volo.Abp.Identity.IdentityLinkUser", + "entityFullName": "Volo.Abp.Identity.IdentityUser", "contentType": "databaseCollection", - "name": "AbpLinkUsers", + "name": "Users", "summary": null }, { - "entityFullName": "Volo.Abp.Identity.IdentityUserDelegation", + "entityFullName": "Volo.Abp.Identity.IdentityRole", "contentType": "databaseCollection", - "name": "AbpUserDelegations", + "name": "Roles", "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityClaimType", "contentType": "databaseCollection", - "name": "AbpClaimTypes", + "name": "ClaimTypes", "summary": null }, { "entityFullName": "Volo.Abp.Identity.OrganizationUnit", "contentType": "databaseCollection", - "name": "AbpOrganizationUnits", + "name": "OrganizationUnits", "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentitySecurityLog", "contentType": "databaseCollection", - "name": "AbpSecurityLogs", + "name": "SecurityLogs", "summary": null }, { - "entityFullName": "Volo.Abp.Identity.IdentityRole", + "entityFullName": "Volo.Abp.Identity.IdentityLinkUser", "contentType": "databaseCollection", - "name": "AbpRoles", + "name": "LinkUsers", "summary": null }, { - "entityFullName": "Volo.Abp.Identity.IdentityUser", + "entityFullName": "Volo.Abp.Identity.IdentityUserDelegation", + "contentType": "databaseCollection", + "name": "UserDelegations", + "summary": null + }, + { + "entityFullName": "Volo.Abp.Identity.IdentitySession", "contentType": "databaseCollection", - "name": "AbpUsers", + "name": "Sessions", "summary": null } ], diff --git a/modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.analyze.json index 3ab45eaadb..61e3708272 100644 --- a/modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.analyze.json @@ -74,12 +74,6 @@ "name": "AbpIdentityWebModule", "summary": null }, - { - "apis": [], - "contentType": "httpApi", - "name": "Defined Http Apis", - "summary": null - }, { "namespace": "Volo.Abp.Identity.Web.Pages.Identity.Users", "contentType": "webPage", diff --git a/modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared/Volo.Abp.IdentityServer.Domain.Shared.abppkg.analyze.json b/modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared/Volo.Abp.IdentityServer.Domain.Shared.abppkg.analyze.json index db6116bba5..5887cf0c27 100644 --- a/modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared/Volo.Abp.IdentityServer.Domain.Shared.abppkg.analyze.json +++ b/modules/identityserver/src/Volo.Abp.IdentityServer.Domain.Shared/Volo.Abp.IdentityServer.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.IdentityServer.Domain.Shared", - "hash": "4c08d52a7966ddf0249ea9b228f5019b", + "hash": "", "contents": [ { "namespace": "Volo.Abp.IdentityServer", diff --git a/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo.Abp.IdentityServer.Domain.abppkg.analyze.json b/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo.Abp.IdentityServer.Domain.abppkg.analyze.json index 25b8ab9746..ee8a8e35db 100644 --- a/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo.Abp.IdentityServer.Domain.abppkg.analyze.json +++ b/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo.Abp.IdentityServer.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.IdentityServer.Domain", - "hash": "e92e0873e411d6a1c141aa10c5cfad37", + "hash": "", "contents": [ { "namespace": "Volo.Abp.IdentityServer", @@ -526,6 +526,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "AddUserClaim", "summary": null, "isAsync": false, @@ -542,6 +543,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "RemoveAllUserClaims", "summary": null, "isAsync": false, @@ -552,6 +554,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "RemoveUserClaim", "summary": null, "isAsync": false, @@ -568,6 +571,7 @@ }, { "returnType": "IdentityResourceClaim", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "FindUserClaim", "summary": null, "isAsync": false, @@ -584,6 +588,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "AddProperty", "summary": null, "isAsync": false, @@ -605,6 +610,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "RemoveAllProperties", "summary": null, "isAsync": false, @@ -615,6 +621,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "RemoveProperty", "summary": null, "isAsync": false, @@ -631,6 +638,7 @@ }, { "returnType": "IdentityResourceProperty", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "FindProperty", "summary": null, "isAsync": false, @@ -1060,6 +1068,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddGrantType", "summary": null, "isAsync": false, @@ -1076,6 +1085,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllAllowedGrantTypes", "summary": null, "isAsync": false, @@ -1086,6 +1096,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveGrantType", "summary": null, "isAsync": false, @@ -1102,6 +1113,7 @@ }, { "returnType": "ClientGrantType", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindGrantType", "summary": null, "isAsync": false, @@ -1118,6 +1130,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddSecret", "summary": null, "isAsync": false, @@ -1149,6 +1162,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveSecret", "summary": null, "isAsync": false, @@ -1170,6 +1184,7 @@ }, { "returnType": "ClientSecret", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindSecret", "summary": null, "isAsync": false, @@ -1191,6 +1206,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddScope", "summary": null, "isAsync": false, @@ -1207,6 +1223,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllScopes", "summary": null, "isAsync": false, @@ -1217,6 +1234,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveScope", "summary": null, "isAsync": false, @@ -1233,6 +1251,7 @@ }, { "returnType": "ClientScope", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindScope", "summary": null, "isAsync": false, @@ -1249,6 +1268,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddCorsOrigin", "summary": null, "isAsync": false, @@ -1265,6 +1285,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddRedirectUri", "summary": null, "isAsync": false, @@ -1281,6 +1302,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddPostLogoutRedirectUri", "summary": null, "isAsync": false, @@ -1297,6 +1319,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllCorsOrigins", "summary": null, "isAsync": false, @@ -1307,6 +1330,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveCorsOrigin", "summary": null, "isAsync": false, @@ -1323,6 +1347,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllRedirectUris", "summary": null, "isAsync": false, @@ -1333,6 +1358,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveRedirectUri", "summary": null, "isAsync": false, @@ -1349,6 +1375,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllPostLogoutRedirectUris", "summary": null, "isAsync": false, @@ -1359,6 +1386,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemovePostLogoutRedirectUri", "summary": null, "isAsync": false, @@ -1375,6 +1403,7 @@ }, { "returnType": "ClientCorsOrigin", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindCorsOrigin", "summary": null, "isAsync": false, @@ -1391,6 +1420,7 @@ }, { "returnType": "ClientRedirectUri", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindRedirectUri", "summary": null, "isAsync": false, @@ -1407,6 +1437,7 @@ }, { "returnType": "ClientPostLogoutRedirectUri", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindPostLogoutRedirectUri", "summary": null, "isAsync": false, @@ -1423,6 +1454,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddProperty", "summary": null, "isAsync": false, @@ -1444,6 +1476,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllProperties", "summary": null, "isAsync": false, @@ -1454,6 +1487,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveProperty", "summary": null, "isAsync": false, @@ -1470,6 +1504,7 @@ }, { "returnType": "ClientProperty", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindProperty", "summary": null, "isAsync": false, @@ -1486,6 +1521,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddClaim", "summary": null, "isAsync": false, @@ -1507,6 +1543,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllClaims", "summary": null, "isAsync": false, @@ -1517,6 +1554,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveClaim", "summary": null, "isAsync": false, @@ -1533,6 +1571,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveClaim", "summary": null, "isAsync": false, @@ -1554,6 +1593,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindClaims", "summary": null, "isAsync": false, @@ -1570,6 +1610,7 @@ }, { "returnType": "ClientClaim", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindClaim", "summary": null, "isAsync": false, @@ -1591,6 +1632,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "AddIdentityProviderRestriction", "summary": null, "isAsync": false, @@ -1607,6 +1649,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveAllIdentityProviderRestrictions", "summary": null, "isAsync": false, @@ -1617,6 +1660,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "RemoveIdentityProviderRestriction", "summary": null, "isAsync": false, @@ -1633,6 +1677,7 @@ }, { "returnType": "ClientIdPRestriction", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindIdentityProviderRestriction", "summary": null, "isAsync": false, @@ -2067,6 +2112,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "AddUserClaim", "summary": null, "isAsync": false, @@ -2083,6 +2129,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "RemoveAllUserClaims", "summary": null, "isAsync": false, @@ -2093,6 +2140,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "RemoveClaim", "summary": null, "isAsync": false, @@ -2109,6 +2157,7 @@ }, { "returnType": "ApiScopeClaim", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "FindClaim", "summary": null, "isAsync": false, @@ -2125,6 +2174,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "AddProperty", "summary": null, "isAsync": false, @@ -2146,6 +2196,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "RemoveAllProperties", "summary": null, "isAsync": false, @@ -2156,6 +2207,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "RemoveProperty", "summary": null, "isAsync": false, @@ -2172,6 +2224,7 @@ }, { "returnType": "ApiScopeProperty", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "FindProperty", "summary": null, "isAsync": false, @@ -2369,6 +2422,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "AddSecret", "summary": null, "isAsync": false, @@ -2400,6 +2454,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveSecret", "summary": null, "isAsync": false, @@ -2421,6 +2476,7 @@ }, { "returnType": "ApiResourceSecret", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "FindSecret", "summary": null, "isAsync": false, @@ -2442,6 +2498,7 @@ }, { "returnType": "ApiResourceScope", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "AddScope", "summary": null, "isAsync": false, @@ -2458,6 +2515,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "AddUserClaim", "summary": null, "isAsync": false, @@ -2474,6 +2532,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveAllUserClaims", "summary": null, "isAsync": false, @@ -2484,6 +2543,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveClaim", "summary": null, "isAsync": false, @@ -2500,6 +2560,7 @@ }, { "returnType": "ApiResourceClaim", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "FindClaim", "summary": null, "isAsync": false, @@ -2516,6 +2577,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveAllSecrets", "summary": null, "isAsync": false, @@ -2526,6 +2588,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveAllScopes", "summary": null, "isAsync": false, @@ -2536,6 +2599,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveScope", "summary": null, "isAsync": false, @@ -2552,6 +2616,7 @@ }, { "returnType": "ApiResourceScope", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "FindScope", "summary": null, "isAsync": false, @@ -2568,6 +2633,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "AddProperty", "summary": null, "isAsync": false, @@ -2589,6 +2655,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveAllProperties", "summary": null, "isAsync": false, @@ -2599,6 +2666,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "RemoveProperty", "summary": null, "isAsync": false, @@ -2615,6 +2683,7 @@ }, { "returnType": "ApiResourceProperty", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "FindProperty", "summary": null, "isAsync": false, @@ -2760,6 +2829,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "GetListByScopeNameAsync", "summary": null, "isAsync": true, @@ -2786,6 +2856,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -2827,6 +2898,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -2848,6 +2920,7 @@ }, { "returnType": "IdentityResource", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -2874,6 +2947,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.IdentityServer.IdentityResources", "name": "CheckNameExistAsync", "summary": null, "isAsync": true, @@ -2948,6 +3022,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Grants", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -2989,6 +3064,7 @@ }, { "returnType": "PersistedGrant", + "namespace": "Volo.Abp.IdentityServer.Grants", "name": "FindByKeyAsync", "summary": null, "isAsync": true, @@ -3010,6 +3086,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Grants", "name": "GetListBySubjectIdAsync", "summary": null, "isAsync": true, @@ -3031,6 +3108,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Grants", "name": "GetListByExpirationAsync", "summary": null, "isAsync": true, @@ -3057,6 +3135,29 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Grants", + "name": "DeleteExpirationAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "DateTime", + "name": "maxExpirationDate", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Grants", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -3141,6 +3242,7 @@ "methods": [ { "returnType": "DeviceFlowCodes", + "namespace": "Volo.Abp.IdentityServer.Devices", "name": "FindByUserCodeAsync", "summary": null, "isAsync": true, @@ -3162,6 +3264,7 @@ }, { "returnType": "DeviceFlowCodes", + "namespace": "Volo.Abp.IdentityServer.Devices", "name": "FindByDeviceCodeAsync", "summary": null, "isAsync": true, @@ -3183,6 +3286,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Devices", "name": "GetListByExpirationAsync", "summary": null, "isAsync": true, @@ -3206,6 +3310,28 @@ "isOptional": true } ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.Devices", + "name": "DeleteExpirationAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "DateTime", + "name": "maxExpirationDate", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] } ], "contentType": "repositoryInterface", @@ -3257,6 +3383,7 @@ "methods": [ { "returnType": "Client", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "FindByClientIdAsync", "summary": null, "isAsync": true, @@ -3283,6 +3410,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3324,6 +3452,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3345,6 +3474,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "GetAllDistinctAllowedCorsOriginsAsync", "summary": null, "isAsync": true, @@ -3361,6 +3491,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.IdentityServer.Clients", "name": "CheckClientIdExistAsync", "summary": null, "isAsync": true, @@ -3435,6 +3566,7 @@ "methods": [ { "returnType": "ApiScope", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -3461,6 +3593,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "GetListByNameAsync", "summary": null, "isAsync": true, @@ -3487,6 +3620,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3528,6 +3662,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3549,6 +3684,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.IdentityServer.ApiScopes", "name": "CheckNameExistAsync", "summary": null, "isAsync": true, @@ -3623,6 +3759,7 @@ "methods": [ { "returnType": "ApiResource", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -3649,6 +3786,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -3675,6 +3813,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "GetListByScopesAsync", "summary": null, "isAsync": true, @@ -3701,6 +3840,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -3742,6 +3882,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -3763,6 +3904,7 @@ }, { "returnType": "Boolean", + "namespace": "Volo.Abp.IdentityServer.ApiResources", "name": "CheckNameExistAsync", "summary": null, "isAsync": true, diff --git a/modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.abppkg.analyze.json b/modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.abppkg.analyze.json index a266ed41b3..bfa82a4f70 100644 --- a/modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.IdentityServer.EntityFrameworkCore", - "hash": "17dbfc67f1fd967841f05d2c9df3cbbf", + "hash": "", "contents": [ { "namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", @@ -67,147 +67,27 @@ { "namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", "connectionStringName": "AbpIdentityServer", - "databaseTables": [ - { - "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResource", - "contentType": "databaseTable", - "name": "IdentityServerApiResources", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceClaim", - "contentType": "databaseTable", - "name": "IdentityServerApiResourceClaims", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceProperty", - "contentType": "databaseTable", - "name": "IdentityServerApiResourceProperties", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceScope", - "contentType": "databaseTable", - "name": "IdentityServerApiResourceScopes", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceSecret", - "contentType": "databaseTable", - "name": "IdentityServerApiResourceSecrets", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScope", - "contentType": "databaseTable", - "name": "IdentityServerApiScopes", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScopeClaim", - "contentType": "databaseTable", - "name": "IdentityServerApiScopeClaims", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScopeProperty", - "contentType": "databaseTable", - "name": "IdentityServerApiScopeProperties", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.Client", - "contentType": "databaseTable", - "name": "IdentityServerClients", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientClaim", - "contentType": "databaseTable", - "name": "IdentityServerClientClaims", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientCorsOrigin", - "contentType": "databaseTable", - "name": "IdentityServerClientCorsOrigins", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientGrantType", - "contentType": "databaseTable", - "name": "IdentityServerClientGrantTypes", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientIdPRestriction", - "contentType": "databaseTable", - "name": "IdentityServerClientIdPRestrictions", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientPostLogoutRedirectUri", - "contentType": "databaseTable", - "name": "IdentityServerClientPostLogoutRedirectUris", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientProperty", - "contentType": "databaseTable", - "name": "IdentityServerClientProperties", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientRedirectUri", - "contentType": "databaseTable", - "name": "IdentityServerClientRedirectUris", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientScope", - "contentType": "databaseTable", - "name": "IdentityServerClientScopes", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientSecret", - "contentType": "databaseTable", - "name": "IdentityServerClientSecrets", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Devices.DeviceFlowCodes", - "contentType": "databaseTable", - "name": "IdentityServerDeviceFlowCodes", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.Grants.PersistedGrant", - "contentType": "databaseTable", - "name": "IdentityServerPersistedGrants", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResource", - "contentType": "databaseTable", - "name": "IdentityServerIdentityResources", - "summary": null - }, - { - "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResourceClaim", - "contentType": "databaseTable", - "name": "IdentityServerIdentityResourceClaims", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResourceProperty", - "contentType": "databaseTable", - "name": "IdentityServerIdentityResourceProperties", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", + "name": "ConfigureIdentityServer", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.abppkg.analyze.json b/modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.abppkg.analyze.json index 7e7ef739ee..a425647a3c 100644 --- a/modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.abppkg.analyze.json +++ b/modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.IdentityServer.MongoDB", - "hash": "78375f5eb62811a80c4e7897e2f327df", + "hash": "", "contents": [ { "namespace": "Volo.Abp.IdentityServer.MongoDB", @@ -71,37 +71,37 @@ { "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResource", "contentType": "databaseCollection", - "name": "IdentityServerApiResources", + "name": "ApiResources", "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.Clients.Client", + "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScope", "contentType": "databaseCollection", - "name": "IdentityServerClients", + "name": "ApiScopes", "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScope", + "entityFullName": "Volo.Abp.IdentityServer.Clients.Client", "contentType": "databaseCollection", - "name": "IdentityServerApiScopes", + "name": "Clients", "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResource", "contentType": "databaseCollection", - "name": "IdentityServerIdentityResources", + "name": "IdentityResources", "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.Devices.DeviceFlowCodes", + "entityFullName": "Volo.Abp.IdentityServer.Grants.PersistedGrant", "contentType": "databaseCollection", - "name": "IdentityServerDeviceFlowCodes", + "name": "PersistedGrants", "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.Grants.PersistedGrant", + "entityFullName": "Volo.Abp.IdentityServer.Devices.DeviceFlowCodes", "contentType": "databaseCollection", - "name": "IdentityServerPersistedGrants", + "name": "DeviceFlowCodes", "summary": null } ], diff --git a/modules/openiddict/app/OpenIddict.Demo.Server/package.json b/modules/openiddict/app/OpenIddict.Demo.Server/package.json index 9b45d34690..dd50dd6a99 100644 --- a/modules/openiddict/app/OpenIddict.Demo.Server/package.json +++ b/modules/openiddict/app/OpenIddict.Demo.Server/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/modules/openiddict/app/angular/package.json b/modules/openiddict/app/angular/package.json index ff77f436ec..0dc443964e 100644 --- a/modules/openiddict/app/angular/package.json +++ b/modules/openiddict/app/angular/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~8.2.2", - "@abp/ng.components": "~8.2.2", - "@abp/ng.core": "~8.2.2", - "@abp/ng.oauth": "~8.2.2", - "@abp/ng.identity": "~8.2.2", - "@abp/ng.setting-management": "~8.2.2", - "@abp/ng.tenant-management": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", - "@abp/ng.theme.lepton-x": "~3.2.2", + "@abp/ng.account": "~8.2.3", + "@abp/ng.components": "~8.2.3", + "@abp/ng.core": "~8.2.3", + "@abp/ng.oauth": "~8.2.3", + "@abp/ng.identity": "~8.2.3", + "@abp/ng.setting-management": "~8.2.3", + "@abp/ng.tenant-management": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", + "@abp/ng.theme.lepton-x": "~3.2.3", "@angular/animations": "^15.0.1", "@angular/common": "^15.0.1", "@angular/compiler": "^15.0.1", @@ -36,7 +36,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~8.2.2", + "@abp/ng.schematics": "~8.2.3", "@angular-devkit/build-angular": "^15.0.1", "@angular-eslint/builder": "~15.1.0", "@angular-eslint/eslint-plugin": "~15.1.0", diff --git a/modules/openiddict/src/Volo.Abp.OpenIddict.Domain.Shared/Volo.Abp.OpenIddict.Domain.Shared.abppkg.analyze.json b/modules/openiddict/src/Volo.Abp.OpenIddict.Domain.Shared/Volo.Abp.OpenIddict.Domain.Shared.abppkg.analyze.json index a374653fc6..5778ee3f66 100644 --- a/modules/openiddict/src/Volo.Abp.OpenIddict.Domain.Shared/Volo.Abp.OpenIddict.Domain.Shared.abppkg.analyze.json +++ b/modules/openiddict/src/Volo.Abp.OpenIddict.Domain.Shared/Volo.Abp.OpenIddict.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.OpenIddict.Domain.Shared", - "hash": "f6dd4c13b9e54fc791d6feb622b6bf26", + "hash": "", "contents": [ { "namespace": "Volo.Abp.OpenIddict", diff --git a/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo.Abp.OpenIddict.Domain.abppkg.analyze.json b/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo.Abp.OpenIddict.Domain.abppkg.analyze.json index 633f7567dd..6475807654 100644 --- a/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo.Abp.OpenIddict.Domain.abppkg.analyze.json +++ b/modules/openiddict/src/Volo.Abp.OpenIddict.Domain/Volo.Abp.OpenIddict.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.OpenIddict.Domain", - "hash": "7bc7931189c97d5bef0fed5dbd107b10", + "hash": "", "contents": [ { "namespace": "Volo.Abp.OpenIddict", @@ -692,6 +692,11 @@ "namespace": "Volo.Abp.OpenIddict.Applications", "primaryKeyType": "Guid", "properties": [ + { + "type": "System.String", + "name": "ApplicationType", + "summary": "Gets or sets the application type associated with the application." + }, { "type": "System.String", "name": "ClientId", @@ -702,6 +707,11 @@ "name": "ClientSecret", "summary": "Gets or sets the client secret associated with the current application.\r\n Note: depending on the application manager used to create this instance,\r\n this property may be hashed or encrypted for security reasons." }, + { + "type": "System.String", + "name": "ClientType", + "summary": "Gets or sets the client type associated with the application." + }, { "type": "System.String", "name": "ConsentType", @@ -717,6 +727,11 @@ "name": "DisplayNames", "summary": "Gets or sets the localized display names\r\n associated with the current application,\r\n serialized as a JSON object." }, + { + "type": "System.String", + "name": "JsonWebKeySet", + "summary": "Gets or sets the JSON Web Key Set associated with\r\n the application, serialized as a JSON object." + }, { "type": "System.String", "name": "Permissions", @@ -744,8 +759,8 @@ }, { "type": "System.String", - "name": "Type", - "summary": "Gets or sets the application type associated with the current application." + "name": "Settings", + "summary": "Gets or sets the settings serialized as a JSON object." }, { "type": "System.String", @@ -807,6 +822,7 @@ "methods": [ { "returnType": "Void", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "DeleteManyByApplicationIdAsync", "summary": null, "isAsync": true, @@ -833,6 +849,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "DeleteManyByAuthorizationIdAsync", "summary": null, "isAsync": true, @@ -857,8 +874,36 @@ } ] }, + { + "returnType": "Void", + "namespace": "Volo.Abp.OpenIddict.Tokens", + "name": "DeleteManyByAuthorizationIdsAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid[]", + "name": "authorizationIds", + "isOptional": false + }, + { + "type": "Boolean", + "name": "autoSave", + "isOptional": true + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindAsync", "summary": null, "isAsync": true, @@ -885,6 +930,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindAsync", "summary": null, "isAsync": true, @@ -916,6 +962,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindAsync", "summary": null, "isAsync": true, @@ -952,6 +999,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByApplicationIdAsync", "summary": null, "isAsync": true, @@ -973,6 +1021,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByAuthorizationIdAsync", "summary": null, "isAsync": true, @@ -994,6 +1043,7 @@ }, { "returnType": "OpenIddictToken", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByIdAsync", "summary": null, "isAsync": true, @@ -1015,6 +1065,7 @@ }, { "returnType": "OpenIddictToken", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindByReferenceIdAsync", "summary": null, "isAsync": true, @@ -1036,6 +1087,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "FindBySubjectAsync", "summary": null, "isAsync": true, @@ -1057,6 +1109,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Tokens", "name": "ListAsync", "summary": null, "isAsync": true, @@ -1082,8 +1135,9 @@ ] }, { - "returnType": "List", - "name": "GetPruneListAsync", + "returnType": "Int64", + "namespace": "Volo.Abp.OpenIddict.Tokens", + "name": "PruneAsync", "summary": null, "isAsync": true, "isPublic": true, @@ -1096,14 +1150,31 @@ "isOptional": false }, { - "type": "Int32", - "name": "count", + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + }, + { + "returnType": "ValueTask", + "namespace": "Volo.Abp.OpenIddict.Tokens", + "name": "RevokeByAuthorizationIdAsync", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "Guid", + "name": "id", "isOptional": false }, { "type": "CancellationToken", "name": "cancellationToken", - "isOptional": true + "isOptional": false } ] } @@ -1157,6 +1228,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1193,6 +1265,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -1214,6 +1287,7 @@ }, { "returnType": "OpenIddictScope", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByIdAsync", "summary": null, "isAsync": true, @@ -1235,6 +1309,7 @@ }, { "returnType": "OpenIddictScope", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -1256,6 +1331,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByNamesAsync", "summary": null, "isAsync": true, @@ -1277,6 +1353,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "FindByResourceAsync", "summary": null, "isAsync": true, @@ -1298,6 +1375,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Scopes", "name": "ListAsync", "summary": null, "isAsync": true, @@ -1372,6 +1450,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindAsync", "summary": null, "isAsync": true, @@ -1398,6 +1477,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindAsync", "summary": null, "isAsync": true, @@ -1429,6 +1509,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindAsync", "summary": null, "isAsync": true, @@ -1465,6 +1546,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindByApplicationIdAsync", "summary": null, "isAsync": true, @@ -1486,6 +1568,7 @@ }, { "returnType": "OpenIddictAuthorization", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindByIdAsync", "summary": null, "isAsync": true, @@ -1507,6 +1590,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "FindBySubjectAsync", "summary": null, "isAsync": true, @@ -1528,6 +1612,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Authorizations", "name": "ListAsync", "summary": null, "isAsync": true, @@ -1553,8 +1638,9 @@ ] }, { - "returnType": "List", - "name": "GetPruneListAsync", + "returnType": "Int64", + "namespace": "Volo.Abp.OpenIddict.Authorizations", + "name": "PruneAsync", "summary": null, "isAsync": true, "isPublic": true, @@ -1566,11 +1652,6 @@ "name": "date", "isOptional": false }, - { - "type": "Int32", - "name": "count", - "isOptional": false - }, { "type": "CancellationToken", "name": "cancellationToken", @@ -1628,6 +1709,7 @@ "methods": [ { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Applications", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -1664,6 +1746,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.OpenIddict.Applications", "name": "GetCountAsync", "summary": null, "isAsync": true, @@ -1685,6 +1768,7 @@ }, { "returnType": "OpenIddictApplication", + "namespace": "Volo.Abp.OpenIddict.Applications", "name": "FindByClientIdAsync", "summary": null, "isAsync": true, @@ -1706,6 +1790,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Applications", "name": "FindByPostLogoutRedirectUriAsync", "summary": null, "isAsync": true, @@ -1727,6 +1812,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Applications", "name": "FindByRedirectUriAsync", "summary": null, "isAsync": true, @@ -1748,6 +1834,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.OpenIddict.Applications", "name": "ListAsync", "summary": null, "isAsync": true, diff --git a/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo.Abp.OpenIddict.EntityFrameworkCore.abppkg.analyze.json b/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo.Abp.OpenIddict.EntityFrameworkCore.abppkg.analyze.json index cda46414df..81dbb8d0f9 100644 --- a/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo.Abp.OpenIddict.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo.Abp.OpenIddict.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.OpenIddict.EntityFrameworkCore", - "hash": "15ae177e740932706726e9ba9e5e8b3e", + "hash": "", "contents": [ { "namespace": "Volo.Abp.OpenIddict.EntityFrameworkCore", @@ -67,33 +67,27 @@ { "namespace": "Volo.Abp.OpenIddict.EntityFrameworkCore", "connectionStringName": "AbpOpenIddict", - "databaseTables": [ - { - "entityFullName": "Volo.Abp.OpenIddict.Applications.OpenIddictApplication", - "contentType": "databaseTable", - "name": "OpenIddictApplications", - "summary": null - }, - { - "entityFullName": "Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", - "contentType": "databaseTable", - "name": "OpenIddictAuthorizations", - "summary": null - }, - { - "entityFullName": "Volo.Abp.OpenIddict.Scopes.OpenIddictScope", - "contentType": "databaseTable", - "name": "OpenIddictScopes", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.OpenIddict.Tokens.OpenIddictToken", - "contentType": "databaseTable", - "name": "OpenIddictTokens", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.OpenIddict.EntityFrameworkCore", + "name": "ConfigureOpenIddict", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/openiddict/src/Volo.Abp.OpenIddict.MongoDB/Volo.Abp.OpenIddict.MongoDB.abppkg.analyze.json b/modules/openiddict/src/Volo.Abp.OpenIddict.MongoDB/Volo.Abp.OpenIddict.MongoDB.abppkg.analyze.json index 3ed6e04f73..98bae6abd8 100644 --- a/modules/openiddict/src/Volo.Abp.OpenIddict.MongoDB/Volo.Abp.OpenIddict.MongoDB.abppkg.analyze.json +++ b/modules/openiddict/src/Volo.Abp.OpenIddict.MongoDB/Volo.Abp.OpenIddict.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.OpenIddict.MongoDB", - "hash": "c523d1992cdfef4210763a2d4609779e", + "hash": "", "contents": [ { "namespace": "Volo.Abp.OpenIddict.MongoDB", @@ -69,27 +69,27 @@ "connectionStringName": "AbpOpenIddict", "databaseCollections": [ { - "entityFullName": "Volo.Abp.OpenIddict.Scopes.OpenIddictScope", + "entityFullName": "Volo.Abp.OpenIddict.Applications.OpenIddictApplication", "contentType": "databaseCollection", - "name": "OpenIddictScopes", + "name": "Applications", "summary": null }, { "entityFullName": "Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", "contentType": "databaseCollection", - "name": "OpenIddictAuthorizations", + "name": "Authorizations", "summary": null }, { - "entityFullName": "Volo.Abp.OpenIddict.Tokens.OpenIddictToken", + "entityFullName": "Volo.Abp.OpenIddict.Scopes.OpenIddictScope", "contentType": "databaseCollection", - "name": "OpenIddictTokens", + "name": "Scopes", "summary": null }, { - "entityFullName": "Volo.Abp.OpenIddict.Applications.OpenIddictApplication", + "entityFullName": "Volo.Abp.OpenIddict.Tokens.OpenIddictToken", "contentType": "databaseCollection", - "name": "OpenIddictApplications", + "name": "Tokens", "summary": null } ], diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.abppkg.analyze.json index 5adbe608d9..bbfdbd10d9 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.Application.Contracts", - "hash": "ff59ff5b2d869012729f9c27ff07fa59", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.abppkg.analyze.json index 25cbab98c0..bc689ccd41 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.Application", - "hash": "79a7cac0023cd7e3a88b63544271c8e0", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", @@ -136,6 +136,7 @@ "methods": [ { "returnType": "GetPermissionListResultDto", + "namespace": "Volo.Abp.PermissionManagement", "name": "GetAsync", "summary": null, "isAsync": true, @@ -157,6 +158,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.PermissionManagement", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -185,6 +187,93 @@ "contentType": "applicationService", "name": "PermissionAppService", "summary": null + }, + { + "namespace": "Volo.Abp.PermissionManagement.Integration", + "baseClass": { + "name": "ApplicationService", + "namespace": "Volo.Abp.Application.Services", + "declaringAssemblyName": "Volo.Abp.Ddd.Application", + "fullName": "Volo.Abp.Application.Services.ApplicationService" + }, + "implementingInterfaces": [ + { + "name": "IApplicationService", + "namespace": "Volo.Abp.Application.Services", + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "fullName": "Volo.Abp.Application.Services.IApplicationService" + }, + { + "name": "IRemoteService", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IRemoteService" + }, + { + "name": "IAvoidDuplicateCrossCuttingConcerns", + "namespace": "Volo.Abp.Aspects", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" + }, + { + "name": "IValidationEnabled", + "namespace": "Volo.Abp.Validation", + "declaringAssemblyName": "Volo.Abp.Validation", + "fullName": "Volo.Abp.Validation.IValidationEnabled" + }, + { + "name": "IUnitOfWorkEnabled", + "namespace": "Volo.Abp.Uow", + "declaringAssemblyName": "Volo.Abp.Uow", + "fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" + }, + { + "name": "IAuditingEnabled", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IAuditingEnabled" + }, + { + "name": "IGlobalFeatureCheckingEnabled", + "namespace": "Volo.Abp.GlobalFeatures", + "declaringAssemblyName": "Volo.Abp.GlobalFeatures", + "fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" + }, + { + "name": "ITransientDependency", + "namespace": "Volo.Abp.DependencyInjection", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.DependencyInjection.ITransientDependency" + }, + { + "name": "IPermissionIntegrationService", + "namespace": "Volo.Abp.PermissionManagement.Integration", + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts", + "fullName": "Volo.Abp.PermissionManagement.Integration.IPermissionIntegrationService" + } + ], + "methods": [ + { + "returnType": "ListResultDto", + "namespace": "Volo.Abp.PermissionManagement.Integration", + "name": "IsGrantedAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "List", + "name": "input", + "isOptional": false + } + ] + } + ], + "contentType": "applicationService", + "name": "PermissionIntegrationService", + "summary": null } ] } \ No newline at end of file diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.Server/Volo.Abp.PermissionManagement.Blazor.Server.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.Server/Volo.Abp.PermissionManagement.Blazor.Server.abppkg.analyze.json new file mode 100644 index 0000000000..b374423a34 --- /dev/null +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.Server/Volo.Abp.PermissionManagement.Blazor.Server.abppkg.analyze.json @@ -0,0 +1,68 @@ +{ + "name": "Volo.Abp.PermissionManagement.Blazor.Server", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.PermissionManagement.Blazor.Server", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Blazor", + "namespace": "Volo.Abp.PermissionManagement.Blazor", + "name": "AbpPermissionManagementBlazorModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Server.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Server.Theming", + "name": "AbpAspNetCoreComponentsServerThemingModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpPermissionManagementBlazorServerModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.abppkg.analyze.json new file mode 100644 index 0000000000..da772e4123 --- /dev/null +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.abppkg.analyze.json @@ -0,0 +1,79 @@ +{ + "name": "Volo.Abp.PermissionManagement.Blazor", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.PermissionManagement.Blazor", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Web.Theming", + "name": "AbpAspNetCoreComponentsWebThemingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationContractsModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpPermissionManagementBlazorModule", + "summary": null + }, + { + "namespace": "Volo.Abp.PermissionManagement.Blazor.Components", + "contentType": "webPage", + "name": "PermissionManagementModal", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain.Shared/Volo.Abp.PermissionManagement.Domain.Shared.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain.Shared/Volo.Abp.PermissionManagement.Domain.Shared.abppkg.analyze.json index d52d0be711..3d2c25d8c3 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain.Shared/Volo.Abp.PermissionManagement.Domain.Shared.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain.Shared/Volo.Abp.PermissionManagement.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.Domain.Shared", - "hash": "8d71916b9616b7e4dedfd03b7468a1b8", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.abppkg.analyze.json index 97a9c45861..a6f3e6528d 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.Domain", - "hash": "5fdb46829763b28e9bc9a5be7d3965aa", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", @@ -156,6 +156,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Abp.PermissionManagement", "name": "HasSameData", "summary": null, "isAsync": false, @@ -172,6 +173,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.PermissionManagement", "name": "Patch", "summary": null, "isAsync": false, @@ -192,11 +194,6 @@ "namespace": "Volo.Abp.PermissionManagement", "primaryKeyType": "Guid", "properties": [ - { - "type": "System.Guid", - "name": "Id", - "summary": null - }, { "type": "System.String", "name": "GroupName", @@ -295,6 +292,7 @@ "methods": [ { "returnType": "Boolean", + "namespace": "Volo.Abp.PermissionManagement", "name": "HasSameData", "summary": null, "isAsync": false, @@ -311,6 +309,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.PermissionManagement", "name": "Patch", "summary": null, "isAsync": false, @@ -331,11 +330,6 @@ "namespace": "Volo.Abp.PermissionManagement", "primaryKeyType": "Guid", "properties": [ - { - "type": "System.Guid", - "name": "Id", - "summary": null - }, { "type": "System.String", "name": "Name", @@ -401,6 +395,7 @@ "methods": [ { "returnType": "PermissionDefinitionRecord", + "namespace": "Volo.Abp.PermissionManagement", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -470,6 +465,7 @@ "methods": [ { "returnType": "PermissionGrant", + "namespace": "Volo.Abp.PermissionManagement", "name": "FindAsync", "summary": null, "isAsync": true, @@ -501,6 +497,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.PermissionManagement", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -527,6 +524,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.PermissionManagement", "name": "GetListAsync", "summary": null, "isAsync": true, diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.abppkg.analyze.json index a6e55276a6..b36c3d1419 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.EntityFrameworkCore", - "hash": "0dd0efed5fec2360dd19217eb02c8343", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", @@ -67,27 +67,27 @@ { "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", "connectionStringName": "AbpPermissionManagement", - "databaseTables": [ - { - "entityFullName": "Volo.Abp.PermissionManagement.PermissionDefinitionRecord", - "contentType": "databaseTable", - "name": "AbpPermissions", - "summary": null - }, - { - "entityFullName": "Volo.Abp.PermissionManagement.PermissionGrant", - "contentType": "databaseTable", - "name": "AbpPermissionGrants", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.PermissionManagement.PermissionGroupDefinitionRecord", - "contentType": "databaseTable", - "name": "AbpPermissionGroups", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "ConfigurePermissionManagement", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi.Client/Volo.Abp.PermissionManagement.HttpApi.Client.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi.Client/Volo.Abp.PermissionManagement.HttpApi.Client.abppkg.analyze.json index d6e743f841..bad2a3d1b1 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi.Client/Volo.Abp.PermissionManagement.HttpApi.Client.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi.Client/Volo.Abp.PermissionManagement.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.HttpApi.Client", - "hash": "d148a3deb0693369b6ac043923b7dd6a", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.abppkg.analyze.json index c9314a1775..951b30cdbd 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.HttpApi", - "hash": "7250e0a57ae6777cf200341791f24bdd", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.HttpApi", @@ -63,6 +63,51 @@ "contentType": "abpModule", "name": "AbpPermissionManagementHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/permission-management/permissions", + "method": "GET", + "groupName": "Permissions", + "responseType": "Volo.Abp.PermissionManagement.GetPermissionListResultDto", + "responseTypeAsJson": "{\r\n \"entityDisplayName\": \"string\",\r\n \"groups\": [\r\n {\r\n \"name\": \"string\",\r\n \"displayName\": \"string\",\r\n \"displayNameKey\": \"string\",\r\n \"displayNameResource\": \"string\",\r\n \"permissions\": [\r\n {\r\n \"name\": \"string\",\r\n \"displayName\": \"string\",\r\n \"parentName\": \"string\",\r\n \"isGranted\": false,\r\n \"allowedProviders\": [\r\n \"string\"\r\n ],\r\n \"grantedProviders\": [\r\n {\r\n \"providerName\": \"string\",\r\n \"providerKey\": \"string\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}", + "parameterDescriptions": [ + { + "name": "providerName", + "type": "String" + }, + { + "name": "providerKey", + "type": "String" + } + ] + }, + { + "path": "api/permission-management/permissions", + "method": "PUT", + "groupName": "Permissions", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "providerName", + "type": "String" + }, + { + "name": "providerKey", + "type": "String" + }, + { + "name": "input", + "type": "UpdatePermissionsDto" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.abppkg.analyze.json index a86ff5892d..ab836e4108 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.MongoDB", - "hash": "33af874bb56ed9db03c5e7b77e15f321", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.MongoDB", @@ -71,19 +71,19 @@ { "entityFullName": "Volo.Abp.PermissionManagement.PermissionGroupDefinitionRecord", "contentType": "databaseCollection", - "name": "AbpPermissionGroups", + "name": "PermissionGroups", "summary": null }, { "entityFullName": "Volo.Abp.PermissionManagement.PermissionDefinitionRecord", "contentType": "databaseCollection", - "name": "AbpPermissions", + "name": "Permissions", "summary": null }, { "entityFullName": "Volo.Abp.PermissionManagement.PermissionGrant", "contentType": "databaseCollection", - "name": "AbpPermissionGrants", + "name": "PermissionGrants", "summary": null } ], diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.abppkg.analyze.json b/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.abppkg.analyze.json index 0213be3e83..0b6bbe7fa9 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.abppkg.analyze.json +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.PermissionManagement.Web", - "hash": "0499a3058051b1ccbf1cb53b7731f1c8", + "hash": "", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.Web", @@ -68,6 +68,12 @@ "contentType": "abpModule", "name": "AbpPermissionManagementWebModule", "summary": null + }, + { + "namespace": "Volo.Abp.PermissionManagement.Web.Pages.AbpPermissionManagement", + "contentType": "webPage", + "name": "PermissionManagementModal", + "summary": null } ] } \ No newline at end of file diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json index 9dd6b46b6c..d12cc88b84 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json @@ -3,6 +3,6 @@ "name": "demo-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock index 9188715ca6..f36d2d8e77 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.abppkg.analyze.json index f08e228750..a366802a26 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.Application.Contracts", - "hash": "212ba33f01b4091ceedd07b742d142bb", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement", @@ -82,6 +82,13 @@ "contentType": "permission", "name": "SettingManagement.Emailing.Test", "summary": null + }, + { + "displayName": "Time zone", + "isEnabled": true, + "contentType": "permission", + "name": "SettingManagement.TimeZone", + "summary": null } ] } \ No newline at end of file diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.abppkg.analyze.json index 8476bfee4c..47160bc535 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.Application", - "hash": "e101768281ffae14eab8cdfd970a3b0f", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement", @@ -24,6 +24,16 @@ "declaringAssemblyName": "Volo.Abp.Emailing", "namespace": "Volo.Abp.Emailing", "name": "AbpEmailingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Timing", + "namespace": "Volo.Abp.Timing", + "name": "AbpTimingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.Abstractions", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersAbstractionModule" } ], "implementingInterfaces": [ @@ -141,6 +151,7 @@ "methods": [ { "returnType": "EmailSettingsDto", + "namespace": "Volo.Abp.SettingManagement", "name": "GetAsync", "summary": null, "isAsync": true, @@ -151,6 +162,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.SettingManagement", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -167,6 +179,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.SettingManagement", "name": "SendTestEmailAsync", "summary": null, "isAsync": true, @@ -185,6 +198,115 @@ "contentType": "applicationService", "name": "EmailSettingsAppService", "summary": null + }, + { + "namespace": "Volo.Abp.SettingManagement", + "baseClass": { + "name": "SettingManagementAppServiceBase", + "namespace": "Volo.Abp.SettingManagement", + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application", + "fullName": "Volo.Abp.SettingManagement.SettingManagementAppServiceBase" + }, + "implementingInterfaces": [ + { + "name": "IApplicationService", + "namespace": "Volo.Abp.Application.Services", + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "fullName": "Volo.Abp.Application.Services.IApplicationService" + }, + { + "name": "IRemoteService", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IRemoteService" + }, + { + "name": "IAvoidDuplicateCrossCuttingConcerns", + "namespace": "Volo.Abp.Aspects", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Aspects.IAvoidDuplicateCrossCuttingConcerns" + }, + { + "name": "IValidationEnabled", + "namespace": "Volo.Abp.Validation", + "declaringAssemblyName": "Volo.Abp.Validation", + "fullName": "Volo.Abp.Validation.IValidationEnabled" + }, + { + "name": "IUnitOfWorkEnabled", + "namespace": "Volo.Abp.Uow", + "declaringAssemblyName": "Volo.Abp.Uow", + "fullName": "Volo.Abp.Uow.IUnitOfWorkEnabled" + }, + { + "name": "IAuditingEnabled", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IAuditingEnabled" + }, + { + "name": "IGlobalFeatureCheckingEnabled", + "namespace": "Volo.Abp.GlobalFeatures", + "declaringAssemblyName": "Volo.Abp.GlobalFeatures", + "fullName": "Volo.Abp.GlobalFeatures.IGlobalFeatureCheckingEnabled" + }, + { + "name": "ITransientDependency", + "namespace": "Volo.Abp.DependencyInjection", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.DependencyInjection.ITransientDependency" + }, + { + "name": "ITimeZoneSettingsAppService", + "namespace": "Volo.Abp.SettingManagement", + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application.Contracts", + "fullName": "Volo.Abp.SettingManagement.ITimeZoneSettingsAppService" + } + ], + "methods": [ + { + "returnType": "String", + "namespace": "Volo.Abp.SettingManagement", + "name": "GetAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [] + }, + { + "returnType": "List", + "namespace": "Volo.Abp.SettingManagement", + "name": "GetTimezonesAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.SettingManagement", + "name": "UpdateAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "timezone", + "isOptional": false + } + ] + } + ], + "contentType": "applicationService", + "name": "TimeZoneSettingsAppService", + "summary": null } ] } \ No newline at end of file diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor.Server/Volo.Abp.SettingManagement.Blazor.Server.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor.Server/Volo.Abp.SettingManagement.Blazor.Server.abppkg.analyze.json new file mode 100644 index 0000000000..6854bbe6ab --- /dev/null +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor.Server/Volo.Abp.SettingManagement.Blazor.Server.abppkg.analyze.json @@ -0,0 +1,68 @@ +{ + "name": "Volo.Abp.SettingManagement.Blazor.Server", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.SettingManagement.Blazor.Server", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Blazor", + "namespace": "Volo.Abp.SettingManagement.Blazor", + "name": "AbpSettingManagementBlazorModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Server.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Server.Theming", + "name": "AbpAspNetCoreComponentsServerThemingModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpSettingManagementBlazorServerModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.abppkg.analyze.json new file mode 100644 index 0000000000..e9362aea97 --- /dev/null +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.abppkg.analyze.json @@ -0,0 +1,85 @@ +{ + "name": "Volo.Abp.SettingManagement.Blazor", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.SettingManagement.Blazor", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Web.Theming", + "name": "AbpAspNetCoreComponentsWebThemingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application.Contracts", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementApplicationContractsModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpSettingManagementBlazorModule", + "summary": null + }, + { + "namespace": "Volo.Abp.SettingManagement.Blazor.Pages.SettingManagement.TimeZoneSettingGroup", + "contentType": "webPage", + "name": "TimeZoneSettingGroupViewComponent", + "summary": null + }, + { + "namespace": "Volo.Abp.SettingManagement.Blazor.Pages.SettingManagement.EmailSettingGroup", + "contentType": "webPage", + "name": "EmailSettingGroupViewComponent", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Domain.Shared/Volo.Abp.SettingManagement.Domain.Shared.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Domain.Shared/Volo.Abp.SettingManagement.Domain.Shared.abppkg.analyze.json index 9879af1346..3fffa604d6 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.Domain.Shared/Volo.Abp.SettingManagement.Domain.Shared.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Domain.Shared/Volo.Abp.SettingManagement.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.Domain.Shared", - "hash": "2f93f4bc80c473a7680b5edd11fe138a", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement", @@ -84,7 +84,7 @@ "valueType": "ToggleStringValueType", "defaultValue": "false", "displayName": "Allow changing email settings.", - "description": null, + "description": "", "isAvailableToHost": false, "isVisibleToClients": true, "contentType": "feature", diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Domain/Volo.Abp.SettingManagement.Domain.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Domain/Volo.Abp.SettingManagement.Domain.abppkg.analyze.json index 1b8fbc33ea..c3b545a078 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.Domain/Volo.Abp.SettingManagement.Domain.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Domain/Volo.Abp.SettingManagement.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.Domain", - "hash": "3fb2486bb7c8da0747093a314bde80a6", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement", @@ -110,6 +110,7 @@ "methods": [ { "returnType": "String", + "namespace": "Volo.Abp.SettingManagement", "name": "ToString", "summary": null, "isAsync": false, @@ -149,6 +150,212 @@ "name": "Setting", "summary": null }, + { + "baseClass": { + "name": "BasicAggregateRoot", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.BasicAggregateRoot" + }, + "implementingInterfaces": [ + { + "name": "IEntity", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" + }, + { + "name": "IEntity", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IEntity" + }, + { + "name": "IAggregateRoot", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" + }, + { + "name": "IAggregateRoot", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IAggregateRoot" + }, + { + "name": "IGeneratesDomainEvents", + "namespace": "Volo.Abp.Domain.Entities", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Entities.IGeneratesDomainEvents" + }, + { + "name": "IHasExtraProperties", + "namespace": "Volo.Abp.Data", + "declaringAssemblyName": "Volo.Abp.ObjectExtending", + "fullName": "Volo.Abp.Data.IHasExtraProperties" + } + ], + "methods": [ + { + "returnType": "Boolean", + "namespace": "Volo.Abp.SettingManagement", + "name": "HasSameData", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "SettingDefinitionRecord", + "name": "otherRecord", + "isOptional": false + } + ] + }, + { + "returnType": "Void", + "namespace": "Volo.Abp.SettingManagement", + "name": "Patch", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "SettingDefinitionRecord", + "name": "otherRecord", + "isOptional": false + } + ] + } + ], + "collectionProperties": {}, + "navigationProperties": {}, + "namespace": "Volo.Abp.SettingManagement", + "primaryKeyType": "Guid", + "properties": [ + { + "type": "System.String", + "name": "Name", + "summary": "Unique name of the setting." + }, + { + "type": "System.String", + "name": "DisplayName", + "summary": null + }, + { + "type": "System.String", + "name": "Description", + "summary": null + }, + { + "type": "System.String", + "name": "DefaultValue", + "summary": "Default value of the setting." + }, + { + "type": "System.Boolean", + "name": "IsVisibleToClients", + "summary": "Can clients see this setting and it's value.\r\n It maybe dangerous for some settings to be visible to clients (such as an email server password).\r\n Default: false." + }, + { + "type": "System.String", + "name": "Providers", + "summary": "Comma separated list of provider names." + }, + { + "type": "System.Boolean", + "name": "IsInherited", + "summary": "Is this setting inherited from parent scopes.\r\n Default: True." + }, + { + "type": "System.Boolean", + "name": "IsEncrypted", + "summary": "Is this setting stored as encrypted in the data source.\r\n Default: False." + }, + { + "type": "Volo.Abp.Data.ExtraPropertyDictionary", + "name": "ExtraProperties", + "summary": null + } + ], + "contentType": "aggregateRoot", + "name": "SettingDefinitionRecord", + "summary": null + }, + { + "namespace": "Volo.Abp.SettingManagement", + "entityAnalyzeModel": { + "namespace": "Volo.Abp.SettingManagement", + "primaryKeyType": "Guid", + "properties": [], + "contentType": "entity", + "name": "SettingDefinitionRecord", + "summary": null + }, + "implementingInterfaces": [ + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IBasicRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + }, + { + "name": "IRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IRepository" + }, + { + "name": "IReadOnlyBasicRepository", + "namespace": "Volo.Abp.Domain.Repositories", + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository" + } + ], + "methods": [ + { + "returnType": "SettingDefinitionRecord", + "namespace": "Volo.Abp.SettingManagement", + "name": "FindByNameAsync", + "summary": null, + "isAsync": true, + "isPublic": true, + "isPrivate": false, + "isStatic": false, + "parameters": [ + { + "type": "String", + "name": "name", + "isOptional": false + }, + { + "type": "CancellationToken", + "name": "cancellationToken", + "isOptional": true + } + ] + } + ], + "contentType": "repositoryInterface", + "name": "ISettingDefinitionRecordRepository", + "summary": null + }, { "namespace": "Volo.Abp.SettingManagement", "entityAnalyzeModel": { @@ -194,6 +401,7 @@ "methods": [ { "returnType": "Setting", + "namespace": "Volo.Abp.SettingManagement", "name": "FindAsync", "summary": null, "isAsync": true, @@ -225,6 +433,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.SettingManagement", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -251,6 +460,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.SettingManagement", "name": "GetListAsync", "summary": null, "isAsync": true, diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.abppkg.analyze.json index 6289a82aab..a3808c931c 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.EntityFrameworkCore", - "hash": "05cb2df7469683b6e1c25cce3b82f5fc", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", @@ -67,15 +67,27 @@ { "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", "connectionStringName": "AbpSettingManagement", - "databaseTables": [ + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.SettingManagement.Setting", - "contentType": "databaseTable", - "name": "AbpSettings", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "ConfigureSettingManagement", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi.Client/Volo.Abp.SettingManagement.HttpApi.Client.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi.Client/Volo.Abp.SettingManagement.HttpApi.Client.abppkg.analyze.json index 874c264584..a65ff634f1 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi.Client/Volo.Abp.SettingManagement.HttpApi.Client.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi.Client/Volo.Abp.SettingManagement.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.HttpApi.Client", - "hash": "e808131c7d2271d8fe47b855225c6226", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement", diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.abppkg.analyze.json index 11ee7889e6..c448c0450e 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.HttpApi", - "hash": "c1ea0544950c8b5fb8fa33c66533554b", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement", @@ -63,6 +63,76 @@ "contentType": "abpModule", "name": "AbpSettingManagementHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/setting-management/emailing", + "method": "GET", + "groupName": "EmailSettings", + "responseType": "Volo.Abp.SettingManagement.EmailSettingsDto", + "responseTypeAsJson": "{\r\n \"smtpHost\": \"string\",\r\n \"smtpPort\": 0,\r\n \"smtpUserName\": \"string\",\r\n \"smtpPassword\": \"string\",\r\n \"smtpDomain\": \"string\",\r\n \"smtpEnableSsl\": false,\r\n \"smtpUseDefaultCredentials\": false,\r\n \"defaultFromAddress\": \"string\",\r\n \"defaultFromDisplayName\": \"string\"\r\n}", + "parameterDescriptions": [] + }, + { + "path": "api/setting-management/emailing", + "method": "POST", + "groupName": "EmailSettings", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "UpdateEmailSettingsDto" + } + ] + }, + { + "path": "api/setting-management/emailing/send-test-email", + "method": "POST", + "groupName": "EmailSettings", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "SendTestEmailInput" + } + ] + }, + { + "path": "api/setting-management/timezone", + "method": "GET", + "groupName": "TimeZoneSettings", + "responseType": "System.String", + "responseTypeAsJson": "\"string\"", + "parameterDescriptions": [] + }, + { + "path": "api/setting-management/timezone/timezones", + "method": "GET", + "groupName": "TimeZoneSettings", + "responseType": "System.Collections.Generic.List`1[Volo.Abp.NameValue]", + "responseTypeAsJson": "[\r\n {\r\n \"name\": \"string\",\r\n \"value\": \"string\"\r\n }\r\n]", + "parameterDescriptions": [] + }, + { + "path": "api/setting-management/timezone", + "method": "POST", + "groupName": "TimeZoneSettings", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "timezone", + "type": "String" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.abppkg.analyze.json index e96ca54b0e..c2d39b1a14 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.MongoDB", - "hash": "3171fe44d81aa843b693ea20310d7ada", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement.MongoDB", @@ -71,7 +71,13 @@ { "entityFullName": "Volo.Abp.SettingManagement.Setting", "contentType": "databaseCollection", - "name": "AbpSettings", + "name": "Settings", + "summary": null + }, + { + "entityFullName": "Volo.Abp.SettingManagement.SettingDefinitionRecord", + "contentType": "databaseCollection", + "name": "SettingDefinitionRecords", "summary": null } ], diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.abppkg.analyze.json b/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.abppkg.analyze.json index 1ecad9fea9..79035880e2 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.abppkg.analyze.json +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.SettingManagement.Web", - "hash": "535a8e561ef369beac7b706d17493489", + "hash": "", "contents": [ { "namespace": "Volo.Abp.SettingManagement.Web", @@ -73,6 +73,18 @@ "contentType": "abpModule", "name": "AbpSettingManagementWebModule", "summary": null + }, + { + "namespace": "Volo.Abp.SettingManagement.Web.Pages.SettingManagement", + "contentType": "webPage", + "name": "IndexModel", + "summary": null + }, + { + "namespace": "Volo.Abp.SettingManagement.Web.Pages.SettingManagement.Components.EmailSettingGroup", + "contentType": "webPage", + "name": "SendTestEmailModal", + "summary": null } ] } \ No newline at end of file diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Application.Contracts/Volo.Abp.TenantManagement.Application.Contracts.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Application.Contracts/Volo.Abp.TenantManagement.Application.Contracts.abppkg.analyze.json index b04a748fb6..23e71f33a6 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Application.Contracts/Volo.Abp.TenantManagement.Application.Contracts.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Application.Contracts/Volo.Abp.TenantManagement.Application.Contracts.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.Application.Contracts", - "hash": "e1f3dac6048d2ca6284ea045f63842a6", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement", diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Application/Volo.Abp.TenantManagement.Application.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Application/Volo.Abp.TenantManagement.Application.abppkg.analyze.json index df4860923c..00ccf9c37a 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Application/Volo.Abp.TenantManagement.Application.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Application/Volo.Abp.TenantManagement.Application.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.Application", - "hash": "688edf873e866db07c39a080b1d040f4", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement", @@ -178,6 +178,7 @@ "methods": [ { "returnType": "TenantDto", + "namespace": "Volo.Abp.TenantManagement", "name": "GetAsync", "summary": null, "isAsync": true, @@ -194,6 +195,7 @@ }, { "returnType": "PagedResultDto", + "namespace": "Volo.Abp.TenantManagement", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -210,6 +212,7 @@ }, { "returnType": "TenantDto", + "namespace": "Volo.Abp.TenantManagement", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -226,6 +229,7 @@ }, { "returnType": "TenantDto", + "namespace": "Volo.Abp.TenantManagement", "name": "UpdateAsync", "summary": null, "isAsync": true, @@ -247,6 +251,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "DeleteAsync", "summary": null, "isAsync": true, @@ -263,6 +268,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.TenantManagement", "name": "GetDefaultConnectionStringAsync", "summary": null, "isAsync": true, @@ -279,6 +285,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "UpdateDefaultConnectionStringAsync", "summary": null, "isAsync": true, @@ -300,6 +307,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "DeleteDefaultConnectionStringAsync", "summary": null, "isAsync": true, diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor.Server/Volo.Abp.TenantManagement.Blazor.Server.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor.Server/Volo.Abp.TenantManagement.Blazor.Server.abppkg.analyze.json index fe0a801b11..f51c1b20fd 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor.Server/Volo.Abp.TenantManagement.Blazor.Server.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor.Server/Volo.Abp.TenantManagement.Blazor.Server.abppkg.analyze.json @@ -1,11 +1,20 @@ { "name": "Volo.Abp.TenantManagement.Blazor.Server", - "hash": "3cee9d89359b00bd39be9e09f6036218", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement.Blazor.Server", "dependsOnModules": [ - + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Blazor", + "namespace": "Volo.Abp.TenantManagement.Blazor", + "name": "AbpTenantManagementBlazorModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Blazor.Server", + "namespace": "Volo.Abp.FeatureManagement.Blazor.Server", + "name": "AbpFeatureManagementBlazorServerModule" + } ], "implementingInterfaces": [ { diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor/Volo.Abp.TenantManagement.Blazor.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor/Volo.Abp.TenantManagement.Blazor.abppkg.analyze.json new file mode 100644 index 0000000000..908261e0c3 --- /dev/null +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Blazor/Volo.Abp.TenantManagement.Blazor.abppkg.analyze.json @@ -0,0 +1,79 @@ +{ + "name": "Volo.Abp.TenantManagement.Blazor", + "hash": "", + "contents": [ + { + "namespace": "Volo.Abp.TenantManagement.Blazor", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Application.Contracts", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Blazor", + "namespace": "Volo.Abp.FeatureManagement.Blazor", + "name": "AbpFeatureManagementBlazorModule" + } + ], + "implementingInterfaces": [ + { + "name": "IAbpModule", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IAbpModule" + }, + { + "name": "IOnPreApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPreApplicationInitialization" + }, + { + "name": "IOnApplicationInitialization", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationInitialization" + }, + { + "name": "IOnPostApplicationInitialization", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IOnPostApplicationInitialization" + }, + { + "name": "IOnApplicationShutdown", + "namespace": "Volo.Abp", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.IOnApplicationShutdown" + }, + { + "name": "IPreConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPreConfigureServices" + }, + { + "name": "IPostConfigureServices", + "namespace": "Volo.Abp.Modularity", + "declaringAssemblyName": "Volo.Abp.Core", + "fullName": "Volo.Abp.Modularity.IPostConfigureServices" + } + ], + "contentType": "abpModule", + "name": "AbpTenantManagementBlazorModule", + "summary": null + }, + { + "namespace": "Volo.Abp.TenantManagement.Blazor.Pages.TenantManagement", + "contentType": "webPage", + "name": "TenantManagement", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain.Shared/Volo.Abp.TenantManagement.Domain.Shared.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain.Shared/Volo.Abp.TenantManagement.Domain.Shared.abppkg.analyze.json index bc7b75e6db..1492d48c29 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain.Shared/Volo.Abp.TenantManagement.Domain.Shared.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain.Shared/Volo.Abp.TenantManagement.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.Domain.Shared", - "hash": "3f7377330e647dfcc3894752e2f60b77", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement", diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain/Volo.Abp.TenantManagement.Domain.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain/Volo.Abp.TenantManagement.Domain.abppkg.analyze.json index 08b8c1320d..aeb603a65d 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain/Volo.Abp.TenantManagement.Domain.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Domain/Volo.Abp.TenantManagement.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.Domain", - "hash": "3cee9d89359b00bd39be9e09f6036218", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement", @@ -217,11 +217,18 @@ "namespace": "Volo.Abp", "declaringAssemblyName": "Volo.Abp.Core", "fullName": "Volo.Abp.ISoftDelete" + }, + { + "name": "IHasEntityVersion", + "namespace": "Volo.Abp.Auditing", + "declaringAssemblyName": "Volo.Abp.Auditing.Contracts", + "fullName": "Volo.Abp.Auditing.IHasEntityVersion" } ], "methods": [ { "returnType": "String", + "namespace": "Volo.Abp.TenantManagement", "name": "FindDefaultConnectionString", "summary": null, "isAsync": false, @@ -232,6 +239,7 @@ }, { "returnType": "String", + "namespace": "Volo.Abp.TenantManagement", "name": "FindConnectionString", "summary": null, "isAsync": false, @@ -248,6 +256,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "SetDefaultConnectionString", "summary": null, "isAsync": false, @@ -264,6 +273,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "SetConnectionString", "summary": null, "isAsync": false, @@ -285,6 +295,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "RemoveDefaultConnectionString", "summary": null, "isAsync": false, @@ -295,6 +306,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "RemoveConnectionString", "summary": null, "isAsync": false, @@ -327,6 +339,16 @@ "name": "Name", "summary": null }, + { + "type": "System.String", + "name": "NormalizedName", + "summary": null + }, + { + "type": "System.Int32", + "name": "EntityVersion", + "summary": null + }, { "type": "System.Collections.Generic.List`1[Volo.Abp.TenantManagement.TenantConnectionString]", "name": "ConnectionStrings", @@ -348,6 +370,7 @@ "methods": [ { "returnType": "Tenant", + "namespace": "Volo.Abp.TenantManagement", "name": "CreateAsync", "summary": null, "isAsync": true, @@ -364,6 +387,7 @@ }, { "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement", "name": "ChangeNameAsync", "summary": null, "isAsync": true, @@ -453,6 +477,7 @@ "methods": [ { "returnType": "Tenant", + "namespace": "Volo.Abp.TenantManagement", "name": "FindByNameAsync", "summary": null, "isAsync": true, @@ -462,7 +487,7 @@ "parameters": [ { "type": "String", - "name": "name", + "name": "normalizedName", "isOptional": false }, { @@ -479,6 +504,7 @@ }, { "returnType": "Tenant", + "namespace": "Volo.Abp.TenantManagement", "name": "FindByName", "summary": null, "isAsync": false, @@ -488,7 +514,7 @@ "parameters": [ { "type": "String", - "name": "name", + "name": "normalizedName", "isOptional": false }, { @@ -500,6 +526,7 @@ }, { "returnType": "Tenant", + "namespace": "Volo.Abp.TenantManagement", "name": "FindById", "summary": null, "isAsync": false, @@ -521,6 +548,7 @@ }, { "returnType": "List", + "namespace": "Volo.Abp.TenantManagement", "name": "GetListAsync", "summary": null, "isAsync": true, @@ -562,6 +590,7 @@ }, { "returnType": "Int64", + "namespace": "Volo.Abp.TenantManagement", "name": "GetCountAsync", "summary": null, "isAsync": true, diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.EntityFrameworkCore/Volo.Abp.TenantManagement.EntityFrameworkCore.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.EntityFrameworkCore/Volo.Abp.TenantManagement.EntityFrameworkCore.abppkg.analyze.json index 45f69efbd7..10ee1c4800 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.EntityFrameworkCore/Volo.Abp.TenantManagement.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.EntityFrameworkCore/Volo.Abp.TenantManagement.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.EntityFrameworkCore", - "hash": "eb61591475ebf7d3ac246f0c25e300ce", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", @@ -67,21 +67,27 @@ { "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", "connectionStringName": "AbpTenantManagement", - "databaseTables": [ - { - "entityFullName": "Volo.Abp.TenantManagement.Tenant", - "contentType": "databaseTable", - "name": "AbpTenants", - "summary": null - }, + "databaseTables": [], + "replacedDbContexts": [], + "modelBuilderExtensionMethods": [ { - "entityFullName": "Volo.Abp.TenantManagement.TenantConnectionString", - "contentType": "databaseTable", - "name": "AbpTenantConnectionStrings", - "summary": null + "returnType": "Void", + "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", + "name": "ConfigureTenantManagement", + "summary": null, + "isAsync": false, + "isPublic": true, + "isPrivate": false, + "isStatic": true, + "parameters": [ + { + "type": "ModelBuilder", + "name": "builder", + "isOptional": false + } + ] } ], - "replacedDbContexts": [], "implementingInterfaces": [ { "name": "IInfrastructure", diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi.Client/Volo.Abp.TenantManagement.HttpApi.Client.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi.Client/Volo.Abp.TenantManagement.HttpApi.Client.abppkg.analyze.json index 99ab6efc48..cecbad39d3 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi.Client/Volo.Abp.TenantManagement.HttpApi.Client.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi.Client/Volo.Abp.TenantManagement.HttpApi.Client.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.HttpApi.Client", - "hash": "480c1662d374db4e0c6a8cb9de911f2b", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement", diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi/Volo.Abp.TenantManagement.HttpApi.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi/Volo.Abp.TenantManagement.HttpApi.abppkg.analyze.json index dff20d2597..43cb2a091f 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi/Volo.Abp.TenantManagement.HttpApi.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.HttpApi/Volo.Abp.TenantManagement.HttpApi.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.HttpApi", - "hash": "ac5f94dc37adf0b83aaf38cb220ee0f1", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement", @@ -68,6 +68,137 @@ "contentType": "abpModule", "name": "AbpTenantManagementHttpApiModule", "summary": null + }, + { + "apis": [ + { + "path": "api/multi-tenancy/tenants/{id}", + "method": "GET", + "groupName": "Tenant", + "responseType": "Volo.Abp.TenantManagement.TenantDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/multi-tenancy/tenants", + "method": "GET", + "groupName": "Tenant", + "responseType": "Volo.Abp.Application.Dtos.PagedResultDto`1[Volo.Abp.TenantManagement.TenantDto]", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "Filter", + "type": "String" + }, + { + "name": "Sorting", + "type": "String" + }, + { + "name": "SkipCount", + "type": "Int32" + }, + { + "name": "MaxResultCount", + "type": "Int32" + } + ] + }, + { + "path": "api/multi-tenancy/tenants", + "method": "POST", + "groupName": "Tenant", + "responseType": "Volo.Abp.TenantManagement.TenantDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "input", + "type": "TenantCreateDto" + } + ] + }, + { + "path": "api/multi-tenancy/tenants/{id}", + "method": "PUT", + "groupName": "Tenant", + "responseType": "Volo.Abp.TenantManagement.TenantDto", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + }, + { + "name": "input", + "type": "TenantUpdateDto" + } + ] + }, + { + "path": "api/multi-tenancy/tenants/{id}", + "method": "DELETE", + "groupName": "Tenant", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/multi-tenancy/tenants/{id}/default-connection-string", + "method": "GET", + "groupName": "Tenant", + "responseType": "System.String", + "responseTypeAsJson": "\"string\"", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + }, + { + "path": "api/multi-tenancy/tenants/{id}/default-connection-string", + "method": "PUT", + "groupName": "Tenant", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + }, + { + "name": "defaultConnectionString", + "type": "String" + } + ] + }, + { + "path": "api/multi-tenancy/tenants/{id}/default-connection-string", + "method": "DELETE", + "groupName": "Tenant", + "responseType": "System.Void", + "responseTypeAsJson": "", + "parameterDescriptions": [ + { + "name": "id", + "type": "Guid" + } + ] + } + ], + "contentType": "httpApi", + "name": "Defined Http Apis", + "summary": null } ] } \ No newline at end of file diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.MongoDB/Volo.Abp.TenantManagement.MongoDB.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.MongoDB/Volo.Abp.TenantManagement.MongoDB.abppkg.analyze.json index c64187c410..8568728f30 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.MongoDB/Volo.Abp.TenantManagement.MongoDB.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.MongoDB/Volo.Abp.TenantManagement.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.MongoDB", - "hash": "c1aa3fe8ddd85fb93f1c2d76eddb273a", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement.MongoDB", @@ -71,7 +71,7 @@ { "entityFullName": "Volo.Abp.TenantManagement.Tenant", "contentType": "databaseCollection", - "name": "AbpTenants", + "name": "Tenants", "summary": null } ], diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Volo.Abp.TenantManagement.Web.abppkg.analyze.json b/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Volo.Abp.TenantManagement.Web.abppkg.analyze.json index 533ac19881..d605081e6d 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Volo.Abp.TenantManagement.Web.abppkg.analyze.json +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Volo.Abp.TenantManagement.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.TenantManagement.Web", - "hash": "2870a361082a3b19907bdf95db3a74a8", + "hash": "", "contents": [ { "namespace": "Volo.Abp.TenantManagement.Web", @@ -73,6 +73,24 @@ "contentType": "abpModule", "name": "AbpTenantManagementWebModule", "summary": null + }, + { + "namespace": "Volo.Abp.TenantManagement.Web.Pages.TenantManagement.Tenants", + "contentType": "webPage", + "name": "CreateModalModel", + "summary": null + }, + { + "namespace": "Volo.Abp.TenantManagement.Web.Pages.TenantManagement.Tenants", + "contentType": "webPage", + "name": "EditModalModel", + "summary": null + }, + { + "namespace": "Volo.Abp.TenantManagement.Web.Pages.TenantManagement.Tenants", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/modules/users/src/Volo.Abp.Users.Domain.Shared/Volo.Abp.Users.Domain.Shared.abppkg.analyze.json b/modules/users/src/Volo.Abp.Users.Domain.Shared/Volo.Abp.Users.Domain.Shared.abppkg.analyze.json index c01961d614..f001d30c53 100644 --- a/modules/users/src/Volo.Abp.Users.Domain.Shared/Volo.Abp.Users.Domain.Shared.abppkg.analyze.json +++ b/modules/users/src/Volo.Abp.Users.Domain.Shared/Volo.Abp.Users.Domain.Shared.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Users.Domain.Shared", - "hash": "f13b103d9a1de0a275ce797073c6311a", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Users", diff --git a/modules/users/src/Volo.Abp.Users.Domain/Volo.Abp.Users.Domain.abppkg.analyze.json b/modules/users/src/Volo.Abp.Users.Domain/Volo.Abp.Users.Domain.abppkg.analyze.json index 9f37a4213d..d836422562 100644 --- a/modules/users/src/Volo.Abp.Users.Domain/Volo.Abp.Users.Domain.abppkg.analyze.json +++ b/modules/users/src/Volo.Abp.Users.Domain/Volo.Abp.Users.Domain.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Users.Domain", - "hash": "72e2b3b29257e18485fa49e93d4cfa67", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Users", diff --git a/modules/users/src/Volo.Abp.Users.EntityFrameworkCore/Volo.Abp.Users.EntityFrameworkCore.abppkg.analyze.json b/modules/users/src/Volo.Abp.Users.EntityFrameworkCore/Volo.Abp.Users.EntityFrameworkCore.abppkg.analyze.json index bfd574aa77..d6daa7b3e7 100644 --- a/modules/users/src/Volo.Abp.Users.EntityFrameworkCore/Volo.Abp.Users.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/users/src/Volo.Abp.Users.EntityFrameworkCore/Volo.Abp.Users.EntityFrameworkCore.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Users.EntityFrameworkCore", - "hash": "65424b5b14baadc11902735eda05d600", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Users.EntityFrameworkCore", diff --git a/modules/users/src/Volo.Abp.Users.MongoDB/Volo.Abp.Users.MongoDB.abppkg.analyze.json b/modules/users/src/Volo.Abp.Users.MongoDB/Volo.Abp.Users.MongoDB.abppkg.analyze.json index 0eb90d3bbc..79dd021405 100644 --- a/modules/users/src/Volo.Abp.Users.MongoDB/Volo.Abp.Users.MongoDB.abppkg.analyze.json +++ b/modules/users/src/Volo.Abp.Users.MongoDB/Volo.Abp.Users.MongoDB.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.Users.MongoDB", - "hash": "9c292e59ebd9d93e0caa335c86132208", + "hash": "", "contents": [ { "namespace": "Volo.Abp.Users.MongoDB", diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json index 7056b0209c..ae774ccd5b 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2", - "@abp/virtual-file-explorer": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3", + "@abp/virtual-file-explorer": "~8.2.3" } } diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock index 1d3e7be780..f25b94a69b 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock @@ -2,221 +2,221 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.2.tgz#0b18f3eee58b4a115e861a3732514a02d613d301" - integrity sha512-fFytBe1n+DxK7rVPnO8zqZWixBTDfdSrFUyg+qgpe+/Q10ec7x9j5noB+aiF73OZelJ9LGKz2gl+MS66Erpy2A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.2" - -"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.2.tgz#419da4bac71ceb7b1afbd8b740b0675f51de6575" - integrity sha512-tYPbEqoENmxzN9zaBAF8/ssNk8uuVTkKpi663612H1b85ik3Tbm4H3gamKbSR1TxMwIJZxVyizxDMDhLu6ff3w== - dependencies: - "@abp/aspnetcore.mvc.ui" "~8.2.2" - "@abp/bootstrap" "~8.2.2" - "@abp/bootstrap-datepicker" "~8.2.2" - "@abp/bootstrap-daterangepicker" "~8.2.2" - "@abp/datatables.net-bs5" "~8.2.2" - "@abp/font-awesome" "~8.2.2" - "@abp/jquery-form" "~8.2.2" - "@abp/jquery-validation-unobtrusive" "~8.2.2" - "@abp/lodash" "~8.2.2" - "@abp/luxon" "~8.2.2" - "@abp/malihu-custom-scrollbar-plugin" "~8.2.2" - "@abp/moment" "~8.2.2" - "@abp/select2" "~8.2.2" - "@abp/sweetalert2" "~8.2.2" - "@abp/timeago" "~8.2.2" - "@abp/toastr" "~8.2.2" - -"@abp/aspnetcore.mvc.ui@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.2.tgz#53de1c58c14a98f15f408c9a404e5052cc28c966" - integrity sha512-XjduoVC/2nrlo7R77cTgvDQGZK0fqATx1VaHPHbQJLKvjZXS7rIU6Q0Eye+XcnGnw4udcq3luAorqI96JFkBiQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.2.3.tgz#4456eef32942a1064543f46b9b22fdd941ec209d" + integrity sha512-CmJ7Jp5guO/lCXb9IjrhZ0jpnlbL0d3k/7w6gp/jGhFZ5w7gTgI+ZOtr4jzQnQRWF+ZwaVhsgtfBG9PdNl63QA== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~8.2.3" + +"@abp/aspnetcore.mvc.ui.theme.shared@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.2.3.tgz#b1a795a947cf710730ddeec4684e706cd0d8b853" + integrity sha512-UDRzWXFUL1kHlrhzgjXwo+UxFwkthyQj2agk889mdt4doZ4NGbHKmgdHNrtt1PIOM8VOcQNubBx5VePffuMcYA== + dependencies: + "@abp/aspnetcore.mvc.ui" "~8.2.3" + "@abp/bootstrap" "~8.2.3" + "@abp/bootstrap-datepicker" "~8.2.3" + "@abp/bootstrap-daterangepicker" "~8.2.3" + "@abp/datatables.net-bs5" "~8.2.3" + "@abp/font-awesome" "~8.2.3" + "@abp/jquery-form" "~8.2.3" + "@abp/jquery-validation-unobtrusive" "~8.2.3" + "@abp/lodash" "~8.2.3" + "@abp/luxon" "~8.2.3" + "@abp/malihu-custom-scrollbar-plugin" "~8.2.3" + "@abp/moment" "~8.2.3" + "@abp/select2" "~8.2.3" + "@abp/sweetalert2" "~8.2.3" + "@abp/timeago" "~8.2.3" + "@abp/toastr" "~8.2.3" + +"@abp/aspnetcore.mvc.ui@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.2.3.tgz#02e20c42b198bf6bb13e313b4a4b435f17dc9ddd" + integrity sha512-414cAonBhJDZmlEat4gY1Qaf1npgJjYj/re9O0Rk/FdW2vO8Qt56LozGIsbvVY4RjMsQwpwkkgH4RWlIKm3q8w== dependencies: ansi-colors "^4.1.1" -"@abp/bootstrap-datepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.2.tgz#a14ff40f5bc29e9ad50ea68391f1238ab86f4d1b" - integrity sha512-nqDfEkbFj20ULJap5tsEThmzIUssfIhV8sqBitd9xKnCmoGpbywp/SZgB2hHNEqb3zIJaewNS9P11PoxqRpdBA== +"@abp/bootstrap-datepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.2.3.tgz#ceec259251a692d25daae9263b54a3142b007f23" + integrity sha512-o3uZtuw/NKJTCKf5tK5U7Qii+9PgJGWIjLkqb7mXGftIMdqOaJ+QHZe+J9XaO4of8l2HtGkXp+fuQGVJBTlFAg== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap-daterangepicker@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.2.tgz#bff1cf71bce370ae0e4f3c04b9eee4221604959b" - integrity sha512-M0RbUHN52R7ZAyudhlQ6zWAbMmZ88FVR9EPP2dovfKLKfOUGWQiww2QA3a5gvwo/FBObC95XYfpVg72IQgr5ww== +"@abp/bootstrap-daterangepicker@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.2.3.tgz#b33117eb5dfcdbea9cb5212acfecd4e040ce7c2d" + integrity sha512-UR1TXFStbvD54wb6vEVK3FVHYtgugLBdDg4Xyh+aNe2sUTm+kfXh4+1Xm+3R1SV3cWvRT57Sy1bc306c6CQ7Zg== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.2.tgz#78db0e4f54dd4b09462d386df83e451506717af6" - integrity sha512-A6hdNB2+Uokm5CniB6+qxR7Q2dyRwMLv2ct0v6PxOT1M+/Z2+oCzFDHLYKnmbcx5pg+1MmvnNC+clQZELDxjyw== +"@abp/bootstrap@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.2.3.tgz#462c4a5712d6d0baee345dc318fc5463527cbc21" + integrity sha512-jThgI5nlP5A/cKLUoNgRA5ldHz5xNoGkD+V0Z/gScbeAE8Q8eu7Q5P82PLF8B8cgKjOqJXb2L5kbdNYFdqIOwg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" bootstrap "^5.1.3" -"@abp/clipboard@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.2.tgz#cb9a7bc2d08b8fb762c24cbd53f86a6aa5c8197a" - integrity sha512-D9azkwO9ZAwKsqdYRkzz0JOukfMdhUOpI382VxmfLTHgTgrby6xTae8SGIrXthgemEny3RlqYAX2R7EVfN3upg== +"@abp/clipboard@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.2.3.tgz#9e0c0b750114ddaca0beba1051dd7fc1fe77f543" + integrity sha512-RS1pVeeN1/5LlDNBBRDFUqR+xpfWteCZfIByh8xAbec1xuxHmxxxvb3kv1Wp7n4c1ec3V0yLRyvaj0SfYmnWNA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" clipboard "^2.0.8" -"@abp/core@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.2.tgz#b4905fa539272bee26f5f95ceb2224b48cfac8ab" - integrity sha512-YKbT92+T9Zs0IvvIPJrMcBUjwR5u6U6f1KegRcRR79b43ZckIrQbqftjyFLF7YSPuJlVCHoO0YhU2Q1EagiFDg== +"@abp/core@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.2.3.tgz#1474f8e24cc8707bd909e1cd49230cdaa54c447e" + integrity sha512-mluL7NHWRxvjwHHGd3kOWQg0Tnmt4o2ih/KfdDJl7z4lpy386yL+UutkE3NNhgbEGWDt1hnS5rKFZabhaahwWg== dependencies: - "@abp/utils" "~8.2.2" + "@abp/utils" "~8.2.3" -"@abp/datatables.net-bs5@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.2.tgz#c314a615cf98cf0fdb6a97ffea3a42d0b050ccd5" - integrity sha512-dkb0wHdZ93mLSwmHbJ3hMKBm0ZFA9jpLxxWf7u+c7sBU+McACRdFHyl0x6dtinspDgo5GaPHGqmbsVx5S7eM2w== +"@abp/datatables.net-bs5@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.2.3.tgz#8e80767d7677ebf69a56248039ef5604499bbc30" + integrity sha512-XTjo15yM/nJiFfRtTMnfOJNh6FX+Vmmf5Kq5aG5XjUcp1IepEAgiNNOSmh+zRhUt4BDZ4RWcfSSGNbh0icUIOg== dependencies: - "@abp/datatables.net" "~8.2.2" + "@abp/datatables.net" "~8.2.3" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.2.tgz#1627836a2ee7efe1d470bdc32ec437ed86996fc8" - integrity sha512-hPAyx90kI4s+LlUsN6GfLWFEGe9JXExgqSzFUwkOqi+WS+kGWvPElUXfS06VaKiu/h/H9SVl+X+iajd3L9Zr9g== +"@abp/datatables.net@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.2.3.tgz#e38567679720546d42b895d9a464728ea3730292" + integrity sha512-CT18SqBuY25UmjNbiSbI9eqvbPNZZm+yYsZoasSUv3JOpO1oPfclgtZV5FKeBQQvM5Vc0BhRs7KMKF2F0pwszA== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" datatables.net "^1.11.4" -"@abp/font-awesome@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.2.tgz#924ce3b78a902ef844901d824d8eb616cbc32ba8" - integrity sha512-yCn94hjowg42hTvyf3xJu7kOCMWfh5Qw4D8PbiaF3WwP1kbpC2QCeZ/Rh9Oltsml34rkhMKPTzLzZqki25Q5QQ== +"@abp/font-awesome@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.2.3.tgz#92d7645c94cda07becb8e2ea23e7769ec55c43b1" + integrity sha512-OLQRBuPHtPyM5IHhIJwsbkE8idmu/DDAIm92kOa97p0r0Hx7epnKx+Yrwz23FuRH2wYlmYJqDmwj1VTK90gxYA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" "@fortawesome/fontawesome-free" "^6.5.1" -"@abp/jquery-form@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.2.tgz#aad534f5b4f4346ac97249040af663e70ecbd03e" - integrity sha512-QueETCaVq6g8b7c0jIepbKZKS2SO/aCZJy/uRc/lPumr2Hs96aZvHQGIAZopCQKPfF9mLp+Sc2QEN/zdt8QiNA== +"@abp/jquery-form@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.2.3.tgz#a8c593e6afbbcff5250657f052fc9912cdf352ac" + integrity sha512-AhkNUdyXE/q7hsra+1xj8W/g7lkIgR9YXrr0RgddPW+dqYqVvbYdFcPliHaSsl+kzPHSRx7eez8AjQSZlReIjg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.2.tgz#7396dd6a62cdf0796d967b167da5cc91974a9c5e" - integrity sha512-dH0ax7Lxaf+MeZC0z80IPHyXocuA26lzHtwFx/g4NIxxV1gKL8/wI+rAX1ulloSdqEA8kN6rlgOZMqiG2kNWcw== +"@abp/jquery-validation-unobtrusive@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.2.3.tgz#d21cbc1694b68f6377134e4e535d19e2cda0fb8d" + integrity sha512-2Ilrveqsj5jorZ2N75zLlHO8+NGRmLecRWIDZZmuyCXVF/LyyceaNBhkdiV+Ofcts387TVkQkjkoArV10Uu+Jg== dependencies: - "@abp/jquery-validation" "~8.2.2" + "@abp/jquery-validation" "~8.2.3" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.2.tgz#25ac2fb35aa8f60ba82116ef429996e7ae8518bb" - integrity sha512-WbvobzuEKmnFdCK2Bic7YNhbuauN1mIzgrnd8Ap0nLAxpwsVYkUBwKHoi7jyYv+Udvl39VjYFeciul9rZYI2pg== +"@abp/jquery-validation@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.2.3.tgz#642b7f56c1da5469443f864f04eb09cb0bf75bb4" + integrity sha512-qbML5oyoq9ltq212qD8C7jVOqNwTdvyRzTu3SsN15AXecapZxO/BPjhCgLb99OK4zT7hZaC8R+H0CDBa3O5pvg== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" jquery-validation "^1.19.3" -"@abp/jquery@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.2.tgz#2496431ed11c5e2410e0efaa34404ac760a064ff" - integrity sha512-2ItXN6O45NIpSK/D8wUu+xVnrkxhc79Pce/yYMzFzI7QGYaKvpaP+tVWQQmKEa7RCNCyPS57AxuDtNqI4LSqDQ== +"@abp/jquery@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.2.3.tgz#e73d1df860276ae2a081c6f945f586720a71781d" + integrity sha512-SDOnVUJo0g3tuA40Z2Nme8yI1nTCwp0Mh2aAf3L3W+F8lzV3OQS8mUmpektxhPsFen0DufSvilOC+aI6/Jx5lQ== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" jquery "~3.6.0" -"@abp/lodash@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.2.tgz#a12ed0018f831c0f763da5c6a09d07494acf01ed" - integrity sha512-X+Y3CBMjNgeK/Y47MPMF4sH8PRF0TP+YpjvZ9lbGVSxiQPsNdrYKseZ1gp+AnDBHvj+Oxb7s/aRVZ1pbDJpXiQ== +"@abp/lodash@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.2.3.tgz#e78ef9e681369af51b6c36a0a450884c4ee5677a" + integrity sha512-47YoHS0CrH+PiQ8eF/ASYodGH+foBRBJVkDmRgZ1vegs10CJukBYgAutPlNMC2onlEF1jLYJ40ZKsHd6TrFQkA== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" lodash "^4.17.21" -"@abp/luxon@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.2.tgz#76026e1ae79601cc322cda458ac1f2b2cb76190a" - integrity sha512-I08NgiUJwCfNvwOZNYjwB/+2bUwulU3urqKIIB9Mg6PGK2hohsE8k2CMEijA+T25YYO32xgXevOfOq5YU2NCTw== +"@abp/luxon@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.2.3.tgz#445d763360b29a7591ab31898ce522e61be9d97e" + integrity sha512-pT+oO4znadhSleuH3x6n1nEgOzfVl0aHurt4F+wnJHyP7SdC2+RjZOYJUkuRIaZzflG4699Qq0UgAW6GfpuUgg== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.2.tgz#53405af2869fde990962914f24228a9fa65bab2f" - integrity sha512-/6g+Qm/5CbCzVgohEH8C72smIN4Lw/uL/KJbP7uEBVAXfKqY6vGA2VhrKNvIiBPfktIzZCHrcKsHwysMPtOS2Q== +"@abp/malihu-custom-scrollbar-plugin@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.2.3.tgz#7018c4ab65b78512bf5ea8f542fb0c7119a39e0b" + integrity sha512-CCc0iOaulmssuUL7RsAApRzYD+SXAPbqz5iod6yuyx3Y5Vaz4ik+2/cG7XZgwcgsmctJYZl3IxZ/ijnZXLgHUw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.2.tgz#1895904212fde6dc1793611940a9f8ec95b2c45f" - integrity sha512-VhhCOzVpapvFOn1gzQIcXB/RMyRKcZOlVLGLTqosg14woPSFm0+0utLHkPOLihWbUSQqDRYKvC2cPbNC6CknKg== +"@abp/moment@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.2.3.tgz#126039218e6068eca4279eae1eb5375207780931" + integrity sha512-nV11P1KqX8xPmb/bs3yYbFPz7ZOXWnZPKd4Z2k0JYaFTS2C07twgS0uQQHwW6iP8DrS1QBBAyLYBuM3ctgB0dg== dependencies: moment "^2.9.0" -"@abp/prismjs@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.2.tgz#1910701fbe28d87d1312f16e865778f0e8b19670" - integrity sha512-5KaPPTcLc5/F4MB375orQe5W04bPcE8D/OTGllsj2RViGnmmkVj7Wzkwm6R63qWJtBrYuf9sh2c6eUACNkR2/A== +"@abp/prismjs@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.2.3.tgz#8927f1660815f4e3de11085ea5f3a73b127a858a" + integrity sha512-JJ/wlLlWShGYj0FMFjxriCIA4v1Fe+oHTgo1Kt9JpYkYG+Zq+rHsj1tvNthh2GU7Y69Kt2w1r1LpEDKZZHu58A== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/core" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/core" "~8.2.3" prismjs "^1.26.0" -"@abp/select2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.2.tgz#0dc011b838824598dc0a716e55b597aca62712dc" - integrity sha512-zTgtOl2iWihbGja3l8IIi+PqepYNk6O7fUcf6C9cdnBM4IrZSnJqw3sQDr9DqIoEzgdC6izVQzPJJEAi5CZ8Xg== +"@abp/select2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.2.3.tgz#fc92d19ba22cbef5df9b8b2f85b4d21d3139883f" + integrity sha512-/MEJkSuM5+N5OIBLbrQUARUV++NpH9pVq4+btYhghDQDtHYrMHKU41QsginTFKfqBZ4f+OYV/HPnOuj7DJxOBw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" select2 "^4.0.13" -"@abp/sweetalert2@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.2.tgz#1c75ec9ef1df2eec6304368667052d8ff9c9e795" - integrity sha512-yNgVxJ6E/cEtc8DYn00BtF9XFLShlZRsAnsipiP74YDvQKWUQSnwi70QoHEYDk2tJ+RsXqtZudvrKv8TyH/ijQ== +"@abp/sweetalert2@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.2.3.tgz#a82d674e262e9db89bc219ac350cae8ef17d7669" + integrity sha512-ap8vOgkKbmhAmDfVmEJPyVbIzA3V3mi9SvP/OLaNYEaMG0AppYf3iiSvC+6TA+qAFQuF5fI1oKUcsiE68uQGjw== dependencies: - "@abp/core" "~8.2.2" + "@abp/core" "~8.2.3" sweetalert2 "^11.3.6" -"@abp/timeago@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.2.tgz#8af9558d325b2f2f9d9c5b1f90ac9eaf5531429b" - integrity sha512-ILdMeCTDNvmVOSm8Xc9ppL1xI1NoDzLbUCUojI7mvEFCE8sw3QGiFGhW6W7kYcoD7sRkxFl1Jn5V/urpAiQwaQ== +"@abp/timeago@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.2.3.tgz#dede68da0b5e252a573b0a1c5a9e4c831bc3c820" + integrity sha512-AbYf35a5M4QMAFK3aV6JE7QHR3GzpOX1zsun39i+97ZrNZf6do/eIgDx6dolTlSb0AsHf8qCrf7T6o1kIaXQ2w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" timeago "^1.6.7" -"@abp/toastr@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.2.tgz#a59d5b29e43698dbb614792bfd51185453859a7f" - integrity sha512-I4iiXV/SSXiD4UGM5oVsg6m6p4XmuxvqWmjOLSyoUfJQMC378mzNX0Ec9hYIY42C+GS2NalKtoaaYzBfcEtwoQ== +"@abp/toastr@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.2.3.tgz#77767666d578c05f039e84178c428370f6f10802" + integrity sha512-V1H0Efik/kGsRuTNPl//FsoH/8VU58S1K4GQ9k2V1bi8INaC/kU//I9frwOJsXd55imvsbmzh4XzrJ574eU84w== dependencies: - "@abp/jquery" "~8.2.2" + "@abp/jquery" "~8.2.3" toastr "^2.1.4" -"@abp/utils@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.2.tgz#84035d36e968c8ecdeee3c7617aa45bfeb3f6afd" - integrity sha512-70hmgTd7N63AnanzZYUWpobckhPzplBjlRmMhIi+9WZLQfxWpM/EN6l+qQndjAMMvgFl/vW03BUJh1fL9kGynA== +"@abp/utils@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.2.3.tgz#05e3d419ee9a6228f7ed4f86e8fd03f3ce57ed27" + integrity sha512-WMs/okBxGitkGRdsikByyJLFXRSD/DPfBWZdDhU4+TvcQmnTqog9S75kZ8CUpUe/wwDHYsY51ef6N6jOfkGTFQ== dependencies: just-compare "^2.3.0" -"@abp/virtual-file-explorer@~8.2.2": - version "8.2.2" - resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.2.2.tgz#260a47986a3dc552ab8b205fab9dbb2f9f282dbc" - integrity sha512-C3HW+FPjCSUx5x0gdTl9w4neBtU5hVJQ/flhiOwLkdDpCir+l6gNurcCuVResmsla7ZNjovtDVY1q4EyDpVNjg== +"@abp/virtual-file-explorer@~8.2.3": + version "8.2.3" + resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.2.3.tgz#0d4ba9c028f26784a3b4ecd72c9a5f1b3f15d9f4" + integrity sha512-kIfsGhfifWRNCzi+8wfYVCTEyR6YNfi3lGmA2pVIveZkbqcXR6UbN90DaHZdadmz0gvf7QVUBdOkR5pEDGS6dg== dependencies: - "@abp/clipboard" "~8.2.2" - "@abp/prismjs" "~8.2.2" + "@abp/clipboard" "~8.2.3" + "@abp/prismjs" "~8.2.3" "@fortawesome/fontawesome-free@^6.5.1": version "6.5.1" diff --git a/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Web/Volo.Abp.VirtualFileExplorer.Web.abppkg.analyze.json b/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Web/Volo.Abp.VirtualFileExplorer.Web.abppkg.analyze.json index b5f54bbc17..8665e359e5 100644 --- a/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Web/Volo.Abp.VirtualFileExplorer.Web.abppkg.analyze.json +++ b/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Web/Volo.Abp.VirtualFileExplorer.Web.abppkg.analyze.json @@ -1,6 +1,6 @@ { "name": "Volo.Abp.VirtualFileExplorer.Web", - "hash": "f1492ce429d5cb7008824a7ebb1fb435", + "hash": "", "contents": [ { "namespace": "Volo.Abp.VirtualFileExplorer.Web", @@ -63,6 +63,12 @@ "contentType": "abpModule", "name": "AbpVirtualFileExplorerWebModule", "summary": null + }, + { + "namespace": "Volo.Abp.VirtualFileExplorer.Web.Pages.VirtualFileExplorer", + "contentType": "webPage", + "name": "IndexModel", + "summary": null } ] } \ No newline at end of file diff --git a/npm/lerna.json b/npm/lerna.json index a79de09357..1dabf8956f 100644 --- a/npm/lerna.json +++ b/npm/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "packages": [ "packs/*" ], diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index d33d785a88..37e0d2028f 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -44,8 +44,8 @@ }, "private": true, "devDependencies": { - "@abp/ng.theme.lepton-x": "~3.2.2", - "@abp/utils": "~8.2.2", + "@abp/ng.theme.lepton-x": "~3.2.3", + "@abp/utils": "~8.2.3", "@angular-devkit/build-angular": "~17.3.0", "@angular-devkit/core": "~17.3.0", "@angular-devkit/schematics": "~17.3.0", diff --git a/npm/ng-packs/packages/account-core/package.json b/npm/ng-packs/packages/account-core/package.json index 860a017e5a..a94620b1d4 100644 --- a/npm/ng-packs/packages/account-core/package.json +++ b/npm/ng-packs/packages/account-core/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.account.core", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.core": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/account/package.json b/npm/ng-packs/packages/account/package.json index 93e91f9c17..acd85b33d0 100644 --- a/npm/ng-packs/packages/account/package.json +++ b/npm/ng-packs/packages/account/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.account", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.account.core": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/components/package.json b/npm/ng-packs/packages/components/package.json index da49a58203..1dc467b3dc 100644 --- a/npm/ng-packs/packages/components/package.json +++ b/npm/ng-packs/packages/components/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.components", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "peerDependencies": { - "@abp/ng.core": ">=8.2.2", - "@abp/ng.theme.shared": ">=8.2.2" + "@abp/ng.core": ">=8.2.3", + "@abp/ng.theme.shared": ">=8.2.3" }, "dependencies": { "chart.js": "^3.5.1", diff --git a/npm/ng-packs/packages/core/package.json b/npm/ng-packs/packages/core/package.json index 35772329b1..eb9b3c08ff 100644 --- a/npm/ng-packs/packages/core/package.json +++ b/npm/ng-packs/packages/core/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.core", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/utils": "~8.2.2", + "@abp/utils": "~8.2.3", "just-clone": "^6.0.0", "just-compare": "^2.0.0", "ts-toolbelt": "6.15.4", diff --git a/npm/ng-packs/packages/feature-management/package.json b/npm/ng-packs/packages/feature-management/package.json index a49632f3a7..160f3a9ce7 100644 --- a/npm/ng-packs/packages/feature-management/package.json +++ b/npm/ng-packs/packages/feature-management/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.feature-management", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/generators/package.json b/npm/ng-packs/packages/generators/package.json index 5a276d8b38..f8f2f16ede 100644 --- a/npm/ng-packs/packages/generators/package.json +++ b/npm/ng-packs/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@abp/nx.generators", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "generators": "./generators.json", "type": "commonjs", diff --git a/npm/ng-packs/packages/identity/package.json b/npm/ng-packs/packages/identity/package.json index 29920b93eb..9878adebe0 100644 --- a/npm/ng-packs/packages/identity/package.json +++ b/npm/ng-packs/packages/identity/package.json @@ -1,15 +1,15 @@ { "name": "@abp/ng.identity", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.components": "~8.2.2", - "@abp/ng.permission-management": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.components": "~8.2.3", + "@abp/ng.permission-management": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/oauth/package.json b/npm/ng-packs/packages/oauth/package.json index 531bb8524f..39d8f5b3f5 100644 --- a/npm/ng-packs/packages/oauth/package.json +++ b/npm/ng-packs/packages/oauth/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.oauth", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~8.2.2", - "@abp/utils": "~8.2.2", + "@abp/ng.core": "~8.2.3", + "@abp/utils": "~8.2.3", "angular-oauth2-oidc": "^17.0.0", "just-clone": "^6.0.0", "just-compare": "^2.0.0", diff --git a/npm/ng-packs/packages/permission-management/package.json b/npm/ng-packs/packages/permission-management/package.json index 566370a878..0fafad15c1 100644 --- a/npm/ng-packs/packages/permission-management/package.json +++ b/npm/ng-packs/packages/permission-management/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.permission-management", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/schematics/package.json b/npm/ng-packs/packages/schematics/package.json index 6a5e0b359f..5c5ded4180 100644 --- a/npm/ng-packs/packages/schematics/package.json +++ b/npm/ng-packs/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@abp/ng.schematics", - "version": "8.2.2", + "version": "8.2.3", "author": "", "schematics": "./collection.json", "dependencies": { diff --git a/npm/ng-packs/packages/setting-management/package.json b/npm/ng-packs/packages/setting-management/package.json index 8006b6b084..2a623bf390 100644 --- a/npm/ng-packs/packages/setting-management/package.json +++ b/npm/ng-packs/packages/setting-management/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.setting-management", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.components": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.components": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/tenant-management/package.json b/npm/ng-packs/packages/tenant-management/package.json index 1d93a58e96..375ff1428f 100644 --- a/npm/ng-packs/packages/tenant-management/package.json +++ b/npm/ng-packs/packages/tenant-management/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.tenant-management", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.feature-management": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.feature-management": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/theme-basic/package.json b/npm/ng-packs/packages/theme-basic/package.json index 48c3131a90..901b4019b3 100644 --- a/npm/ng-packs/packages/theme-basic/package.json +++ b/npm/ng-packs/packages/theme-basic/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.theme.basic", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.account.core": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/theme-shared/package.json b/npm/ng-packs/packages/theme-shared/package.json index 045843db48..06421475a0 100644 --- a/npm/ng-packs/packages/theme-shared/package.json +++ b/npm/ng-packs/packages/theme-shared/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.theme.shared", - "version": "8.2.2", + "version": "8.2.3", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~8.2.2", + "@abp/ng.core": "~8.2.3", "@fortawesome/fontawesome-free": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "~16.0.0", "@ngx-validate/core": "^0.2.0", diff --git a/npm/packs/anchor-js/package.json b/npm/packs/anchor-js/package.json index 72b8fdd4c9..195925d941 100644 --- a/npm/packs/anchor-js/package.json +++ b/npm/packs/anchor-js/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/anchor-js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "anchor-js": "^4.3.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/aspnetcore.components.server.basictheme/package.json b/npm/packs/aspnetcore.components.server.basictheme/package.json index a3787bcbf9..7a70736f5f 100644 --- a/npm/packs/aspnetcore.components.server.basictheme/package.json +++ b/npm/packs/aspnetcore.components.server.basictheme/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/aspnetcore.components.server.basictheme", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.components.server.theming": "~8.2.2" + "@abp/aspnetcore.components.server.theming": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.components.server.theming/package.json b/npm/packs/aspnetcore.components.server.theming/package.json index df823b75d1..e5a3f5363d 100644 --- a/npm/packs/aspnetcore.components.server.theming/package.json +++ b/npm/packs/aspnetcore.components.server.theming/package.json @@ -1,12 +1,12 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/aspnetcore.components.server.theming", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/bootstrap": "~8.2.2", - "@abp/font-awesome": "~8.2.2" + "@abp/bootstrap": "~8.2.3", + "@abp/font-awesome": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json index ef25fb8d9a..c2289e6056 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json +++ b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/aspnetcore.mvc.ui.theme.basic", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.shared": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json index c9bef8fbf6..5d62a69f9a 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json +++ b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/aspnetcore.mvc.ui.theme.shared", "repository": { "type": "git", @@ -10,22 +10,22 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui": "~8.2.2", - "@abp/bootstrap": "~8.2.2", - "@abp/bootstrap-datepicker": "~8.2.2", - "@abp/bootstrap-daterangepicker": "~8.2.2", - "@abp/datatables.net-bs5": "~8.2.2", - "@abp/font-awesome": "~8.2.2", - "@abp/jquery-form": "~8.2.2", - "@abp/jquery-validation-unobtrusive": "~8.2.2", - "@abp/lodash": "~8.2.2", - "@abp/luxon": "~8.2.2", - "@abp/malihu-custom-scrollbar-plugin": "~8.2.2", - "@abp/moment": "~8.2.2", - "@abp/select2": "~8.2.2", - "@abp/sweetalert2": "~8.2.2", - "@abp/timeago": "~8.2.2", - "@abp/toastr": "~8.2.2" + "@abp/aspnetcore.mvc.ui": "~8.2.3", + "@abp/bootstrap": "~8.2.3", + "@abp/bootstrap-datepicker": "~8.2.3", + "@abp/bootstrap-daterangepicker": "~8.2.3", + "@abp/datatables.net-bs5": "~8.2.3", + "@abp/font-awesome": "~8.2.3", + "@abp/jquery-form": "~8.2.3", + "@abp/jquery-validation-unobtrusive": "~8.2.3", + "@abp/lodash": "~8.2.3", + "@abp/luxon": "~8.2.3", + "@abp/malihu-custom-scrollbar-plugin": "~8.2.3", + "@abp/moment": "~8.2.3", + "@abp/select2": "~8.2.3", + "@abp/sweetalert2": "~8.2.3", + "@abp/timeago": "~8.2.3", + "@abp/toastr": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.mvc.ui/package-lock.json b/npm/packs/aspnetcore.mvc.ui/package-lock.json index 1126dda1ae..27b6996cb0 100644 --- a/npm/packs/aspnetcore.mvc.ui/package-lock.json +++ b/npm/packs/aspnetcore.mvc.ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@abp/aspnetcore.mvc.ui", - "version": "8.2.2", + "version": "8.2.3", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/npm/packs/aspnetcore.mvc.ui/package.json b/npm/packs/aspnetcore.mvc.ui/package.json index 77b1505845..d526eee3db 100644 --- a/npm/packs/aspnetcore.mvc.ui/package.json +++ b/npm/packs/aspnetcore.mvc.ui/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/aspnetcore.mvc.ui", "repository": { "type": "git", diff --git a/npm/packs/blogging/package.json b/npm/packs/blogging/package.json index 100cbad9c3..b3c624c31b 100644 --- a/npm/packs/blogging/package.json +++ b/npm/packs/blogging/package.json @@ -1,14 +1,14 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/blogging", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~8.2.2", - "@abp/owl.carousel": "~8.2.2", - "@abp/prismjs": "~8.2.2", - "@abp/tui-editor": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.shared": "~8.2.3", + "@abp/owl.carousel": "~8.2.3", + "@abp/prismjs": "~8.2.3", + "@abp/tui-editor": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/bootstrap-datepicker/package.json b/npm/packs/bootstrap-datepicker/package.json index f36c1fb317..267dede75c 100644 --- a/npm/packs/bootstrap-datepicker/package.json +++ b/npm/packs/bootstrap-datepicker/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/bootstrap-datepicker", "repository": { "type": "git", diff --git a/npm/packs/bootstrap-daterangepicker/package.json b/npm/packs/bootstrap-daterangepicker/package.json index 5943cf0c29..09e5451077 100644 --- a/npm/packs/bootstrap-daterangepicker/package.json +++ b/npm/packs/bootstrap-daterangepicker/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/bootstrap-daterangepicker", "repository": { "type": "git", diff --git a/npm/packs/bootstrap/package.json b/npm/packs/bootstrap/package.json index 40e7608567..2d0039a40a 100644 --- a/npm/packs/bootstrap/package.json +++ b/npm/packs/bootstrap/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/bootstrap", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "bootstrap": "^5.1.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/chart.js/package.json b/npm/packs/chart.js/package.json index dd4de22dc9..66cc397891 100644 --- a/npm/packs/chart.js/package.json +++ b/npm/packs/chart.js/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/chart.js", "publishConfig": { "access": "public" diff --git a/npm/packs/clipboard/package.json b/npm/packs/clipboard/package.json index 6e9f862b4e..16f5e0e5ab 100644 --- a/npm/packs/clipboard/package.json +++ b/npm/packs/clipboard/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/clipboard", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "clipboard": "^2.0.8" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/cms-kit.admin/package.json b/npm/packs/cms-kit.admin/package.json index ec0dd82987..6b74d23783 100644 --- a/npm/packs/cms-kit.admin/package.json +++ b/npm/packs/cms-kit.admin/package.json @@ -1,15 +1,15 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/cms-kit.admin", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/codemirror": "~8.2.2", - "@abp/jstree": "~8.2.2", - "@abp/slugify": "~8.2.2", - "@abp/tui-editor": "~8.2.2", - "@abp/uppy": "~8.2.2" + "@abp/codemirror": "~8.2.3", + "@abp/jstree": "~8.2.3", + "@abp/slugify": "~8.2.3", + "@abp/tui-editor": "~8.2.3", + "@abp/uppy": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/cms-kit.public/package.json b/npm/packs/cms-kit.public/package.json index a36a37ae5a..7956d0e4a1 100644 --- a/npm/packs/cms-kit.public/package.json +++ b/npm/packs/cms-kit.public/package.json @@ -1,12 +1,12 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/cms-kit.public", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/highlight.js": "~8.2.2", - "@abp/star-rating-svg": "~8.2.2" + "@abp/highlight.js": "~8.2.3", + "@abp/star-rating-svg": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/cms-kit/package.json b/npm/packs/cms-kit/package.json index 379a3d32a7..0b476961be 100644 --- a/npm/packs/cms-kit/package.json +++ b/npm/packs/cms-kit/package.json @@ -1,12 +1,12 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/cms-kit", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/cms-kit.admin": "~8.2.2", - "@abp/cms-kit.public": "~8.2.2" + "@abp/cms-kit.admin": "~8.2.3", + "@abp/cms-kit.public": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/codemirror/package.json b/npm/packs/codemirror/package.json index 154c467d4c..5a46440f88 100644 --- a/npm/packs/codemirror/package.json +++ b/npm/packs/codemirror/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/codemirror", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "codemirror": "^5.65.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/core/package.json b/npm/packs/core/package.json index 8a66a06101..21d76e656e 100644 --- a/npm/packs/core/package.json +++ b/npm/packs/core/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/core", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/utils": "~8.2.2" + "@abp/utils": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/cropperjs/package.json b/npm/packs/cropperjs/package.json index 73af564b2e..dfcf4f532e 100644 --- a/npm/packs/cropperjs/package.json +++ b/npm/packs/cropperjs/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/cropperjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "cropperjs": "^1.5.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/datatables.net-bs4/package.json b/npm/packs/datatables.net-bs4/package.json index 2fd776800a..645efc9034 100644 --- a/npm/packs/datatables.net-bs4/package.json +++ b/npm/packs/datatables.net-bs4/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/datatables.net-bs4", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/datatables.net": "~8.2.2", + "@abp/datatables.net": "~8.2.3", "datatables.net-bs4": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/datatables.net-bs5/package.json b/npm/packs/datatables.net-bs5/package.json index d770864a3a..0ccc23d28b 100644 --- a/npm/packs/datatables.net-bs5/package.json +++ b/npm/packs/datatables.net-bs5/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/datatables.net-bs5", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/datatables.net": "~8.2.2", + "@abp/datatables.net": "~8.2.3", "datatables.net-bs5": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/datatables.net/package.json b/npm/packs/datatables.net/package.json index f68847ef0e..d21a55661b 100644 --- a/npm/packs/datatables.net/package.json +++ b/npm/packs/datatables.net/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/datatables.net", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "datatables.net": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/docs/package.json b/npm/packs/docs/package.json index 65540a6660..237fd4740d 100644 --- a/npm/packs/docs/package.json +++ b/npm/packs/docs/package.json @@ -1,15 +1,15 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/docs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/anchor-js": "~8.2.2", - "@abp/clipboard": "~8.2.2", - "@abp/malihu-custom-scrollbar-plugin": "~8.2.2", - "@abp/popper.js": "~8.2.2", - "@abp/prismjs": "~8.2.2" + "@abp/anchor-js": "~8.2.3", + "@abp/clipboard": "~8.2.3", + "@abp/malihu-custom-scrollbar-plugin": "~8.2.3", + "@abp/popper.js": "~8.2.3", + "@abp/prismjs": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/flag-icon-css/package.json b/npm/packs/flag-icon-css/package.json index 2cddd598b5..ff9c49b757 100644 --- a/npm/packs/flag-icon-css/package.json +++ b/npm/packs/flag-icon-css/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/flag-icon-css", "publishConfig": { "access": "public" diff --git a/npm/packs/flag-icons/package.json b/npm/packs/flag-icons/package.json index ec2930b555..ac940cb5a4 100644 --- a/npm/packs/flag-icons/package.json +++ b/npm/packs/flag-icons/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/flag-icons", "publishConfig": { "access": "public" diff --git a/npm/packs/font-awesome/package.json b/npm/packs/font-awesome/package.json index f6e534b7ed..5b64da33ee 100644 --- a/npm/packs/font-awesome/package.json +++ b/npm/packs/font-awesome/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/font-awesome", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "@fortawesome/fontawesome-free": "^6.5.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/highlight.js/package.json b/npm/packs/highlight.js/package.json index 386635509f..8265e639f2 100644 --- a/npm/packs/highlight.js/package.json +++ b/npm/packs/highlight.js/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/highlight.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "@highlightjs/cdn-assets": "~11.4.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery-form/package.json b/npm/packs/jquery-form/package.json index 0a2d9b97fe..f74dcf6138 100644 --- a/npm/packs/jquery-form/package.json +++ b/npm/packs/jquery-form/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/jquery-form", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "jquery-form": "^4.3.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery-validation-unobtrusive/package.json b/npm/packs/jquery-validation-unobtrusive/package.json index c407106aa5..fc3475998a 100644 --- a/npm/packs/jquery-validation-unobtrusive/package.json +++ b/npm/packs/jquery-validation-unobtrusive/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/jquery-validation-unobtrusive", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery-validation": "~8.2.2", + "@abp/jquery-validation": "~8.2.3", "jquery-validation-unobtrusive": "^3.2.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery-validation/package.json b/npm/packs/jquery-validation/package.json index 51261cb5d9..2b924d4887 100644 --- a/npm/packs/jquery-validation/package.json +++ b/npm/packs/jquery-validation/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/jquery-validation", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "jquery-validation": "^1.19.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery/package.json b/npm/packs/jquery/package.json index dfb53dfbe2..8ae6a4968e 100644 --- a/npm/packs/jquery/package.json +++ b/npm/packs/jquery/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/jquery", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "jquery": "~3.6.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jstree/package.json b/npm/packs/jstree/package.json index f2cfb5bd9f..681282586a 100644 --- a/npm/packs/jstree/package.json +++ b/npm/packs/jstree/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/jstree", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "jstree": "^3.3.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/lodash/package.json b/npm/packs/lodash/package.json index 3d98e2b8b0..019f848fec 100644 --- a/npm/packs/lodash/package.json +++ b/npm/packs/lodash/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/lodash", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "lodash": "^4.17.21" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/luxon/package.json b/npm/packs/luxon/package.json index c4f8450c46..55a65f0b9b 100644 --- a/npm/packs/luxon/package.json +++ b/npm/packs/luxon/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/luxon", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "luxon": "^2.3.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/malihu-custom-scrollbar-plugin/package.json b/npm/packs/malihu-custom-scrollbar-plugin/package.json index 5d0a4f6c35..d1addb28ff 100644 --- a/npm/packs/malihu-custom-scrollbar-plugin/package.json +++ b/npm/packs/malihu-custom-scrollbar-plugin/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/malihu-custom-scrollbar-plugin", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "malihu-custom-scrollbar-plugin": "^3.1.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/markdown-it/package.json b/npm/packs/markdown-it/package.json index 6528b398fb..eadaa77634 100644 --- a/npm/packs/markdown-it/package.json +++ b/npm/packs/markdown-it/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/markdown-it", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "markdown-it": "^12.3.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/moment/package.json b/npm/packs/moment/package.json index 68674a7ec9..2cbcb8934b 100644 --- a/npm/packs/moment/package.json +++ b/npm/packs/moment/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/moment", "repository": { "type": "git", diff --git a/npm/packs/owl.carousel/package.json b/npm/packs/owl.carousel/package.json index 9d1ef0a3da..d8e45e0aa6 100644 --- a/npm/packs/owl.carousel/package.json +++ b/npm/packs/owl.carousel/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/owl.carousel", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "owl.carousel": "^2.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/popper.js/package.json b/npm/packs/popper.js/package.json index c2bdb9a860..6b883898c2 100644 --- a/npm/packs/popper.js/package.json +++ b/npm/packs/popper.js/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/popper.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "@popperjs/core": "^2.11.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/prismjs/package.json b/npm/packs/prismjs/package.json index 431c1f9298..a7a14357e0 100644 --- a/npm/packs/prismjs/package.json +++ b/npm/packs/prismjs/package.json @@ -1,12 +1,12 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/prismjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~8.2.2", - "@abp/core": "~8.2.2", + "@abp/clipboard": "~8.2.3", + "@abp/core": "~8.2.3", "prismjs": "^1.26.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/qrcode/package.json b/npm/packs/qrcode/package.json index 7d9699bf96..14b84926df 100644 --- a/npm/packs/qrcode/package.json +++ b/npm/packs/qrcode/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/qrcode", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2" + "@abp/core": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/select2/package.json b/npm/packs/select2/package.json index 24eec4548c..c417f83ffc 100644 --- a/npm/packs/select2/package.json +++ b/npm/packs/select2/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/select2", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "select2": "^4.0.13" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/signalr/package.json b/npm/packs/signalr/package.json index 799dfa8ffd..b354ea481c 100644 --- a/npm/packs/signalr/package.json +++ b/npm/packs/signalr/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/signalr", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "@microsoft/signalr": "~6.0.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/slugify/package.json b/npm/packs/slugify/package.json index 98c7542f66..9a23bececc 100644 --- a/npm/packs/slugify/package.json +++ b/npm/packs/slugify/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/slugify", "publishConfig": { "access": "public" diff --git a/npm/packs/star-rating-svg/package.json b/npm/packs/star-rating-svg/package.json index 5019b2cc35..36844f3d4d 100644 --- a/npm/packs/star-rating-svg/package.json +++ b/npm/packs/star-rating-svg/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/star-rating-svg", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "star-rating-svg": "^3.5.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/sweetalert2/package.json b/npm/packs/sweetalert2/package.json index 634b741065..a9123c9136 100644 --- a/npm/packs/sweetalert2/package.json +++ b/npm/packs/sweetalert2/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/sweetalert2", "publishConfig": { "access": "public" @@ -10,7 +10,7 @@ "directory": "npm/packs/sweetalert2" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "sweetalert2": "^11.3.6" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/timeago/package.json b/npm/packs/timeago/package.json index 5e6bca3302..88f9cf4490 100644 --- a/npm/packs/timeago/package.json +++ b/npm/packs/timeago/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/timeago", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "timeago": "^1.6.7" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/toastr/package.json b/npm/packs/toastr/package.json index 95e1b383c6..46a6d088f3 100644 --- a/npm/packs/toastr/package.json +++ b/npm/packs/toastr/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/toastr", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", + "@abp/jquery": "~8.2.3", "toastr": "^2.1.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index 0479012b0a..6f4aebeec1 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -1,12 +1,12 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/tui-editor", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~8.2.2", - "@abp/prismjs": "~8.2.2" + "@abp/jquery": "~8.2.3", + "@abp/prismjs": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/uppy/package.json b/npm/packs/uppy/package.json index 352378b845..98ab525cde 100644 --- a/npm/packs/uppy/package.json +++ b/npm/packs/uppy/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/uppy", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "uppy": "^3.0.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/utils/package.json b/npm/packs/utils/package.json index 02f8fe280b..f1bbf337b4 100644 --- a/npm/packs/utils/package.json +++ b/npm/packs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@abp/utils", - "version": "8.2.2", + "version": "8.2.3", "scripts": { "prepublishOnly": "yarn install --ignore-scripts && node prepublish.js", "ng": "ng", diff --git a/npm/packs/vee-validate/package.json b/npm/packs/vee-validate/package.json index 4945a96b10..47b0dcc10d 100644 --- a/npm/packs/vee-validate/package.json +++ b/npm/packs/vee-validate/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/vee-validate", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/vue": "~8.2.2", + "@abp/vue": "~8.2.3", "vee-validate": "~3.4.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/virtual-file-explorer/package.json b/npm/packs/virtual-file-explorer/package.json index 87692477a9..29fa21a17c 100644 --- a/npm/packs/virtual-file-explorer/package.json +++ b/npm/packs/virtual-file-explorer/package.json @@ -1,12 +1,12 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/virtual-file-explorer", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~8.2.2", - "@abp/prismjs": "~8.2.2" + "@abp/clipboard": "~8.2.3", + "@abp/prismjs": "~8.2.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/vue/package.json b/npm/packs/vue/package.json index 93bd7fca32..51b5a9630a 100644 --- a/npm/packs/vue/package.json +++ b/npm/packs/vue/package.json @@ -1,5 +1,5 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/vue", "publishConfig": { "access": "public" diff --git a/npm/packs/zxcvbn/package.json b/npm/packs/zxcvbn/package.json index 23d0360d22..45d2b7cf4b 100644 --- a/npm/packs/zxcvbn/package.json +++ b/npm/packs/zxcvbn/package.json @@ -1,11 +1,11 @@ { - "version": "8.2.2", + "version": "8.2.3", "name": "@abp/zxcvbn", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~8.2.2", + "@abp/core": "~8.2.3", "zxcvbn": "^4.4.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip b/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip index bab54e6aca..e32e454cb0 100644 Binary files a/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip and b/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip differ diff --git a/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip b/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip index 67e0b04dbe..60c3aabf18 100644 Binary files a/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip and b/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip differ diff --git a/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip b/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip index 8763b8f7f2..286bc0ba2a 100644 Binary files a/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip and b/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip differ diff --git a/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip b/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip index 448886a85a..f8b328211c 100644 Binary files a/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip and b/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip differ diff --git a/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip b/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip index d488768968..13ee3634d6 100644 Binary files a/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip and b/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip differ diff --git a/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip b/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip index 52317e183c..58c7c083f2 100644 Binary files a/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip and b/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip b/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip index 66f3d1023d..9ab6092f0e 100644 Binary files a/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip and b/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip differ diff --git a/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip b/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip index 372300afaf..34248c96b1 100644 Binary files a/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip and b/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip differ diff --git a/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip b/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip index 6a62165d48..23b89d4573 100644 Binary files a/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip and b/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip differ diff --git a/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip b/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip index 3feaf9c94b..efe2fe9ff6 100644 Binary files a/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip and b/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip b/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip index 689dd69ba2..d1036775dd 100644 Binary files a/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip and b/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip b/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip index 32b7e870f6..9da58bff66 100644 Binary files a/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip and b/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip b/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip index fa19c33757..edc8a7af2c 100644 Binary files a/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip and b/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip differ diff --git a/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip b/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip index 879defa228..cb3a68021a 100644 Binary files a/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip and b/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip differ diff --git a/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip b/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip index e826354f67..c8f4a8cbec 100644 Binary files a/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip and b/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip differ diff --git a/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip b/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip index 463e0cb096..2809a60897 100644 Binary files a/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip and b/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip differ diff --git a/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip b/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip index 2154405929..05161372d3 100644 Binary files a/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip and b/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip differ diff --git a/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip b/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip index 0e311ecd5f..d2c3350771 100644 Binary files a/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip and b/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip differ diff --git a/templates/app-nolayers/angular/package.json b/templates/app-nolayers/angular/package.json index c23203c71a..a4c730cf71 100644 --- a/templates/app-nolayers/angular/package.json +++ b/templates/app-nolayers/angular/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~8.2.2", - "@abp/ng.components": "~8.2.2", - "@abp/ng.core": "~8.2.2", - "@abp/ng.oauth": "~8.2.2", - "@abp/ng.identity": "~8.2.2", - "@abp/ng.setting-management": "~8.2.2", - "@abp/ng.tenant-management": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", - "@abp/ng.theme.lepton-x": "~3.2.2", + "@abp/ng.account": "~8.2.3", + "@abp/ng.components": "~8.2.3", + "@abp/ng.core": "~8.2.3", + "@abp/ng.oauth": "~8.2.3", + "@abp/ng.identity": "~8.2.3", + "@abp/ng.setting-management": "~8.2.3", + "@abp/ng.tenant-management": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", + "@abp/ng.theme.lepton-x": "~3.2.3", "@angular/animations": "~17.3.0", "@angular/common": "~17.3.0", "@angular/compiler": "~17.3.0", @@ -36,7 +36,7 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@abp/ng.schematics": "~8.2.2", + "@abp/ng.schematics": "~8.2.3", "@angular-devkit/build-angular": "~17.3.0", "@angular-eslint/builder": "~17.3.0", "@angular-eslint/eslint-plugin": "~17.3.0", diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json index a816b47500..9c77fbf0b9 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.2", - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.3", + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json index ee5e45940e..89365ec624 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json index 29d38f0642..b60bfb7120 100644 --- a/templates/app/angular/package.json +++ b/templates/app/angular/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~8.2.2", - "@abp/ng.components": "~8.2.2", - "@abp/ng.core": "~8.2.2", - "@abp/ng.identity": "~8.2.2", - "@abp/ng.oauth": "~8.2.2", - "@abp/ng.setting-management": "~8.2.2", - "@abp/ng.tenant-management": "~8.2.2", - "@abp/ng.theme.lepton-x": "~3.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.account": "~8.2.3", + "@abp/ng.components": "~8.2.3", + "@abp/ng.core": "~8.2.3", + "@abp/ng.identity": "~8.2.3", + "@abp/ng.oauth": "~8.2.3", + "@abp/ng.setting-management": "~8.2.3", + "@abp/ng.tenant-management": "~8.2.3", + "@abp/ng.theme.lepton-x": "~3.2.3", + "@abp/ng.theme.shared": "~8.2.3", "@angular/animations": "~17.3.0", "@angular/common": "~17.3.0", "@angular/compiler": "~17.3.0", @@ -36,7 +36,7 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@abp/ng.schematics": "~8.2.2", + "@abp/ng.schematics": "~8.2.3", "@angular-devkit/build-angular": "~17.3.0", "@angular-eslint/builder": "~17.3.0", "@angular-eslint/eslint-plugin": "~17.3.0", diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json index 370a7c9b5d..c07815ed34 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-authserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json index ee5e45940e..89365ec624 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json index ee5e45940e..89365ec624 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json index ee5e45940e..89365ec624 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json index ee5e45940e..89365ec624 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json index 619a3e5d5a..0d93755ed0 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.2" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~3.2.3" } } diff --git a/templates/module/angular/package.json b/templates/module/angular/package.json index 26df49b91c..c7db2c63e0 100644 --- a/templates/module/angular/package.json +++ b/templates/module/angular/package.json @@ -13,15 +13,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~8.2.2", - "@abp/ng.components": "~8.2.2", - "@abp/ng.core": "~8.2.2", - "@abp/ng.identity": "~8.2.2", - "@abp/ng.oauth": "~8.2.2", - "@abp/ng.setting-management": "~8.2.2", - "@abp/ng.tenant-management": "~8.2.2", - "@abp/ng.theme.basic": "~8.2.2", - "@abp/ng.theme.shared": "~8.2.2", + "@abp/ng.account": "~8.2.3", + "@abp/ng.components": "~8.2.3", + "@abp/ng.core": "~8.2.3", + "@abp/ng.identity": "~8.2.3", + "@abp/ng.oauth": "~8.2.3", + "@abp/ng.setting-management": "~8.2.3", + "@abp/ng.tenant-management": "~8.2.3", + "@abp/ng.theme.basic": "~8.2.3", + "@abp/ng.theme.shared": "~8.2.3", "@angular/animations": "~17.3.0", "@angular/common": "~17.3.0", "@angular/compiler": "~17.3.0", @@ -36,7 +36,7 @@ "zone.js": "~0.14.0" }, "devDependencies": { - "@abp/ng.schematics": "~8.2.2", + "@abp/ng.schematics": "~8.2.3", "@angular-devkit/build-angular": "~17.3.0", "@angular-eslint/builder": "~17.3.0", "@angular-eslint/eslint-plugin": "~17.3.0", diff --git a/templates/module/angular/projects/my-project-name/package.json b/templates/module/angular/projects/my-project-name/package.json index 85a88a331a..22b2b030c8 100644 --- a/templates/module/angular/projects/my-project-name/package.json +++ b/templates/module/angular/projects/my-project-name/package.json @@ -4,8 +4,8 @@ "peerDependencies": { "@angular/common": ">=14", "@angular/core": ">=14", - "@abp/ng.core": ">=8.2.2", - "@abp/ng.theme.shared": ">=8.2.2" + "@abp/ng.core": ">=8.2.3", + "@abp/ng.theme.shared": ">=8.2.3" }, "dependencies": { "tslib": "^2.1.0" diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json index 280c264653..d800a08ff3 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-authserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json index f739bd54d1..af3e00aed6 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2", - "@abp/aspnetcore.components.server.basictheme": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3", + "@abp/aspnetcore.components.server.basictheme": "~8.2.3" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json index 9b45d34690..dd50dd6a99 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json index 9b45d34690..dd50dd6a99 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.2" + "@abp/aspnetcore.mvc.ui.theme.basic": "~8.2.3" } }