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 8cb409b1fc..46a7653e22 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,11 +1,19 @@ { "name": "Volo.Abp.Account.Application.Contracts", - "hash": "63eee204db33a361b137b2cff508e53f", + "hash": "6ffcf119ad7ba3024433e44e882d3289", "contents": [ { "namespace": "Volo.Abp.Account", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Application.Contracts", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "AbpAccountApplicationContractsModule" + "name": "AbpAccountApplicationContractsModule", + "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 57bf3ed42d..5be279c975 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,11 +1,24 @@ { "name": "Volo.Abp.Account.HttpApi.Client", - "hash": "62165afd5965b8041a9ac1f1356ad2e8", + "hash": "e81db7d02e2b33afc0181892c2c49ec5", "contents": [ { "namespace": "Volo.Abp.Account", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "AbpAccountHttpApiClientModule" + "name": "AbpAccountHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 597cca045f..05836a576b 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,11 +1,29 @@ { "name": "Volo.Abp.Account.HttpApi", - "hash": "c789b459a83b26349ca6f0fcab82a244", + "hash": "10bd97b63e683cabe627d39cce07ef4b", "contents": [ { "namespace": "Volo.Abp.Account", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.HttpApi", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "AbpAccountHttpApiModule" + "name": "AbpAccountHttpApiModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.abppkg.analyze.json b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.abppkg.analyze.json new file mode 100644 index 0000000000..e41be5833b --- /dev/null +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.Account.Web.IdentityServer", + "hash": "250e1fdd78bbe2b48c2bed1583e5198b", + "contents": [ + { + "namespace": "Volo.Abp.Account.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Account.Web", + "namespace": "Volo.Abp.Account.Web", + "name": "AbpAccountWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.IdentityServer.Domain", + "namespace": "Volo.Abp.IdentityServer", + "name": "AbpIdentityServerDomainModule" + } + ], + "contentType": "abpModule", + "name": "AbpAccountWebIdentityServerModule", + "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 new file mode 100644 index 0000000000..e801a9f0bb --- /dev/null +++ b/modules/account/src/Volo.Abp.Account.Web.OpenIddict/Volo.Abp.Account.Web.OpenIddict.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.Account.Web.OpenIddict", + "hash": "d8122db11fea002d5107ad635da6a3bc", + "contents": [ + { + "namespace": "Volo.Abp.Account.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Account.Web", + "namespace": "Volo.Abp.Account.Web", + "name": "AbpAccountWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.OpenIddict.AspNetCore", + "namespace": "Volo.Abp.OpenIddict", + "name": "AbpOpenIddictAspNetCoreModule" + } + ], + "contentType": "abpModule", + "name": "AbpAccountWebOpenIddictModule", + "summary": null + } + ] +} \ No newline at end of file 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 02531fd742..262a3d313f 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,11 +1,39 @@ { "name": "Volo.Abp.Account.Web", - "hash": "56ee8c43448399a621216b5e54008a54", + "hash": "8dc95a30e66e1e4a92351ab9518000eb", "contents": [ { "namespace": "Volo.Abp.Account.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Account.Application.Contracts", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.AspNetCore", + "namespace": "Volo.Abp.Identity.AspNetCore", + "name": "AbpIdentityAspNetCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.ExceptionHandling", + "namespace": "Volo.Abp.ExceptionHandling", + "name": "AbpExceptionHandlingModule" + } + ], "contentType": "abpModule", - "name": "AbpAccountWebModule" + "name": "AbpAccountWebModule", + "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 3c8b3be24e..9b9c62d231 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,11 +1,13 @@ { "name": "Volo.Abp.AuditLogging.Domain.Shared", - "hash": "91305b5b9fa1cd0a8a9adc6a0e54877b", + "hash": "b39eb9511ee4281112e139242b38f6b9", "contents": [ { "namespace": "Volo.Abp.AuditLogging", + "dependsOnModules": [], "contentType": "abpModule", - "name": "AbpAuditLoggingDomainSharedModule" + "name": "AbpAuditLoggingDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 50f6f955fc..233b602999 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,11 +1,24 @@ { "name": "Volo.Abp.AuditLogging.EntityFrameworkCore", - "hash": "0495e8cfba68a55319b3774882939845", + "hash": "6cc441462ecfefeefa12223a8dd11287", "contents": [ { "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AuditLogging.Domain", + "namespace": "Volo.Abp.AuditLogging", + "name": "AbpAuditLoggingDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpAuditLoggingEntityFrameworkCoreModule" + "name": "AbpAuditLoggingEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", @@ -14,26 +27,31 @@ { "entityFullName": "Volo.Abp.AuditLogging.AuditLog", "contentType": "databaseTable", - "name": "AbpAuditLogs" + "name": "AbpAuditLogs", + "summary": null }, { "entityFullName": "Volo.Abp.AuditLogging.AuditLogAction", "contentType": "databaseTable", - "name": "AbpAuditLogActions" + "name": "AbpAuditLogActions", + "summary": null }, { "entityFullName": "Volo.Abp.AuditLogging.EntityChange", "contentType": "databaseTable", - "name": "AbpEntityChanges" + "name": "AbpEntityChanges", + "summary": null }, { "entityFullName": "Volo.Abp.AuditLogging.EntityPropertyChange", "contentType": "databaseTable", - "name": "AbpEntityPropertyChanges" + "name": "AbpEntityPropertyChanges", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "AbpAuditLoggingDbContext" + "name": "AbpAuditLoggingDbContext", + "summary": null } ] } \ No newline at end of file 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 a46d826209..0274b86d22 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,11 +1,24 @@ { "name": "Volo.Abp.AuditLogging.MongoDB", - "hash": "e87142d2a7e24741c98d02daa9005ac1", + "hash": "db975ef2b6b0dfbc564fb8f17ce619b8", "contents": [ { "namespace": "Volo.Abp.AuditLogging.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AuditLogging.Domain", + "namespace": "Volo.Abp.AuditLogging", + "name": "AbpAuditLoggingDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpAuditLoggingMongoDbModule" + "name": "AbpAuditLoggingMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.AuditLogging.MongoDB", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.AuditLogging.AuditLog", "contentType": "databaseCollection", - "name": "AbpAuditLogs" + "name": "AbpAuditLogs", + "summary": null } ], "contentType": "mongoDbContext", - "name": "AuditLoggingMongoDbContext" + "name": "AuditLoggingMongoDbContext", + "summary": null } ] } \ No newline at end of file diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.HangFire/Volo.Abp.BackgroundJobs.DemoApp.HangFire.abppkg.analyze.json b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.HangFire/Volo.Abp.BackgroundJobs.DemoApp.HangFire.abppkg.analyze.json new file mode 100644 index 0000000000..eadb26b109 --- /dev/null +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.HangFire/Volo.Abp.BackgroundJobs.DemoApp.HangFire.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.Abp.BackgroundJobs.DemoApp.HangFire", + "hash": "1010e4b434483ed81befa92687e6109e", + "contents": [ + { + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.HangFire", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "name": "DemoAppSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.HangFire", + "namespace": "Volo.Abp.BackgroundJobs.Hangfire", + "name": "AbpBackgroundJobsHangfireModule" + } + ], + "contentType": "abpModule", + "name": "DemoAppHangfireModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Quartz/Volo.Abp.BackgroundJobs.DemoApp.Quartz.abppkg.analyze.json b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Quartz/Volo.Abp.BackgroundJobs.DemoApp.Quartz.abppkg.analyze.json new file mode 100644 index 0000000000..252d5f3677 --- /dev/null +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Quartz/Volo.Abp.BackgroundJobs.DemoApp.Quartz.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.Abp.BackgroundJobs.DemoApp.Quartz", + "hash": "964c6b187b8c00f8e13135f128caf4a9", + "contents": [ + { + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.Quartz", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "name": "DemoAppSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.Quartz", + "namespace": "Volo.Abp.BackgroundJobs.Quartz", + "name": "AbpBackgroundJobsQuartzModule" + } + ], + "contentType": "abpModule", + "name": "DemoAppQuartzModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq.abppkg.analyze.json b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq.abppkg.analyze.json new file mode 100644 index 0000000000..cc72d56851 --- /dev/null +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.Abp.BackgroundJobs.DemoApp.RabbitMq", + "hash": "f8d8b434b5fcd740e1cabc7c1470ed41", + "contents": [ + { + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.RabbitMq", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "name": "DemoAppSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.RabbitMQ", + "namespace": "Volo.Abp.BackgroundJobs.RabbitMQ", + "name": "AbpBackgroundJobsRabbitMqModule" + } + ], + "contentType": "abpModule", + "name": "DemoAppRabbitMqModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.abppkg.analyze.json b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.abppkg.analyze.json new file mode 100644 index 0000000000..f775d047c0 --- /dev/null +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.abppkg.analyze.json @@ -0,0 +1,19 @@ +{ + "name": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "hash": "96d2de807be6e22d9c133847696872b9", + "contents": [ + { + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.Abstractions", + "namespace": "Volo.Abp.BackgroundJobs", + "name": "AbpBackgroundJobsAbstractionsModule" + } + ], + "contentType": "abpModule", + "name": "DemoAppSharedModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp/Volo.Abp.BackgroundJobs.DemoApp.abppkg.analyze.json b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp/Volo.Abp.BackgroundJobs.DemoApp.abppkg.analyze.json new file mode 100644 index 0000000000..1bd7de93cb --- /dev/null +++ b/modules/background-jobs/app/Volo.Abp.BackgroundJobs.DemoApp/Volo.Abp.BackgroundJobs.DemoApp.abppkg.analyze.json @@ -0,0 +1,34 @@ +{ + "name": "Volo.Abp.BackgroundJobs.DemoApp", + "hash": "3c116702d9842f4847b75ee72f247675", + "contents": [ + { + "namespace": "Volo.Abp.BackgroundJobs.DemoApp", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "namespace": "Volo.Abp.BackgroundJobs.DemoApp.Shared", + "name": "DemoAppSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", + "namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", + "name": "AbpBackgroundJobsEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + } + ], + "contentType": "abpModule", + "name": "DemoAppModule", + "summary": null + } + ] +} \ No newline at end of file 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 e142ef6357..3935a686c7 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,11 +1,13 @@ { "name": "Volo.Abp.BackgroundJobs.Domain.Shared", - "hash": "7be6cb28ee9246d901e9801978a44149", + "hash": "3e3c68edc7b6ed044a42a044863e2c94", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs", + "dependsOnModules": [], "contentType": "abpModule", - "name": "AbpBackgroundJobsDomainSharedModule" + "name": "AbpBackgroundJobsDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 48b0997dc9..97bf702a6a 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,11 +1,24 @@ { "name": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", - "hash": "47c087243281aea34d16f03acf5254cd", + "hash": "3ef21b92b45c77ea084e2083b0d68f98", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.Domain", + "namespace": "Volo.Abp.BackgroundJobs", + "name": "AbpBackgroundJobsDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpBackgroundJobsEntityFrameworkCoreModule" + "name": "AbpBackgroundJobsEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.BackgroundJobs.EntityFrameworkCore", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.BackgroundJobs.BackgroundJobRecord", "contentType": "databaseTable", - "name": "AbpBackgroundJobs" + "name": "AbpBackgroundJobs", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "BackgroundJobsDbContext" + "name": "BackgroundJobsDbContext", + "summary": null } ] } \ No newline at end of file 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 708e849ca4..c43fbfdde4 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,11 +1,24 @@ { "name": "Volo.Abp.BackgroundJobs.MongoDB", - "hash": "0a592222ebb3efef215734b1617f8548", + "hash": "5a861bcab26e7f3388052e6d92878390", "contents": [ { "namespace": "Volo.Abp.BackgroundJobs.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BackgroundJobs.Domain", + "namespace": "Volo.Abp.BackgroundJobs", + "name": "AbpBackgroundJobsDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpBackgroundJobsMongoDbModule" + "name": "AbpBackgroundJobsMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.BackgroundJobs.MongoDB", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.BackgroundJobs.BackgroundJobRecord", "contentType": "databaseCollection", - "name": "AbpBackgroundJobs" + "name": "AbpBackgroundJobs", + "summary": null } ], "contentType": "mongoDbContext", - "name": "BackgroundJobsMongoDbContext" + "name": "BackgroundJobsMongoDbContext", + "summary": null } ] } \ No newline at end of file diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/Volo.Abp.AspNetCore.Components.Server.BasicTheme.abppkg.analyze.json b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/Volo.Abp.AspNetCore.Components.Server.BasicTheme.abppkg.analyze.json new file mode 100644 index 0000000000..88371a0715 --- /dev/null +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme/Volo.Abp.AspNetCore.Components.Server.BasicTheme.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.AspNetCore.Components.Server.BasicTheme", + "hash": "38219f6f08614e29928a72566f2b2c8c", + "contents": [ + { + "namespace": "Volo.Abp.AspNetCore.Components.Server.BasicTheme", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", + "namespace": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", + "name": "AbpAspNetCoreComponentsWebBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Server.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Server.Theming", + "name": "AbpAspNetCoreComponentsServerThemingModule" + } + ], + "contentType": "abpModule", + "name": "AbpAspNetCoreComponentsServerBasicThemeModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Volo.Abp.AspNetCore.Components.Web.BasicTheme.abppkg.analyze.json b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Volo.Abp.AspNetCore.Components.Web.BasicTheme.abppkg.analyze.json new file mode 100644 index 0000000000..f954697ce6 --- /dev/null +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Volo.Abp.AspNetCore.Components.Web.BasicTheme.abppkg.analyze.json @@ -0,0 +1,19 @@ +{ + "name": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", + "hash": "a5f9fcaabeedf4d1a30a1e282025429f", + "contents": [ + { + "namespace": "Volo.Abp.AspNetCore.Components.Web.BasicTheme", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Components.Web.Theming", + "namespace": "Volo.Abp.AspNetCore.Components.Web.Theming", + "name": "AbpAspNetCoreComponentsWebThemingModule" + } + ], + "contentType": "abpModule", + "name": "AbpAspNetCoreComponentsWebBasicThemeModule", + "summary": null + } + ] +} \ No newline at end of file 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 8bec0bacf0..4f779b672e 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,11 +1,24 @@ { "name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", - "hash": "ce73ef1b1d433a5bd99fce51d9c76697", + "hash": "e410859f2f7a6ae0a93b6a924c98288f", "contents": [ { "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", + "name": "AbpAspNetCoreMvcUiMultiTenancyModule" + } + ], "contentType": "abpModule", - "name": "AbpAspNetCoreMvcUiBasicThemeModule" + "name": "AbpAspNetCoreMvcUiBasicThemeModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.abppkg.analyze.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.abppkg.analyze.json new file mode 100644 index 0000000000..0d45fb9174 --- /dev/null +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo", + "hash": "6f7ec48bf78d05044b656c4e75ee038b", + "contents": [ + { + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + } + ], + "contentType": "abpModule", + "name": "AbpAspNetCoreMvcUiBootstrapDemoModule", + "summary": null + } + ] +} \ No newline at end of file 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 f394ad2d19..8e1e22127a 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,7 +3,7 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "^6.0.0-rc.4", + "@abp/aspnetcore.mvc.ui.theme.shared": "^6.0.0-rc.5", "highlight.js": "^9.13.1" }, "devDependencies": {} 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 9a4ef4ddee..57fceb683d 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,30 +2,30 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.shared@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.shared@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -34,144 +34,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.3.0" diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.abppkg.analyze.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.abppkg.analyze.json new file mode 100644 index 0000000000..535d13d39c --- /dev/null +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo", + "hash": "3d018d735578974ce851dfcab013938f", + "contents": [ + { + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo", + "name": "AbpAspNetCoreMvcUiThemeSharedDemoModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + } + ], + "contentType": "abpModule", + "name": "AbpAspNetCoreMvcUiThemeBasicDemoModule", + "summary": null + } + ] +} \ No newline at end of file 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 bcf20561e8..83e66ea044 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": "^6.0.0-rc.4", - "@abp/prismjs": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5", + "@abp/prismjs": "^6.0.0-rc.5" }, "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 44b6f017c8..90f20578a1 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,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,161 +41,161 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/clipboard@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.4.tgz#a1f08eb23ebe7fcac0521aa992c6cebb9753c004" - integrity sha512-dX8l7Akyv5ecx7+Op8Cp/q4JslnhA9G0Eok4iPcnYwHh9NfSLnusack9x4u370Y+eShRxFiiBDq44ZsCN66h/Q== +"@abp/clipboard@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.5.tgz#071d3da1597a7ed706a60b75400ad5970b2a2eed" + integrity sha512-Vj1yvK7Vcqy1aZ9XIbqGDlwe4d1vneMIVA0hypAHtLi+0lLySgS8QAXUpXo0RkRoyksiTRuM2gRkJRZzdiXSNA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" clipboard "^2.0.8" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/prismjs@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.4.tgz#9338018487dde7ddc5384cdfbdc35c655a8fd444" - integrity sha512-F1t7ySbj+M6LDmgbvvcY2bFl0heEj1vz14YOnmwMNUhJcaLQXamgyKsWBu5UkEHUJ11DQyjIu5gjoRXbraucdA== +"@abp/prismjs@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.5.tgz#c908113295aed8ecf4b04c1691d9295b6af47964" + integrity sha512-SiRkUfqWf0VAwJ4nfassN+Me/0A6cIji2TWmSaKuOlen3Ph55iGy9od6nE5njnZqUAmuL8XqTisvt7Gx8Cd4DQ== dependencies: - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/core" "~6.0.0-rc.4" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/core" "~6.0.0-rc.5" prismjs "^1.26.0" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.3.0" diff --git a/modules/blob-storing-database/host/BlobStoring.Database.Host.ConsoleApp/src/BlobStoring.Database.Host.ConsoleApp.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.ConsoleApp.abppkg.analyze.json b/modules/blob-storing-database/host/BlobStoring.Database.Host.ConsoleApp/src/BlobStoring.Database.Host.ConsoleApp.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.ConsoleApp.abppkg.analyze.json new file mode 100644 index 0000000000..b6ba49042e --- /dev/null +++ b/modules/blob-storing-database/host/BlobStoring.Database.Host.ConsoleApp/src/BlobStoring.Database.Host.ConsoleApp.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.ConsoleApp.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "BlobStoring.Database.Host.ConsoleApp.ConsoleApp", + "hash": "28cd8e1333742eac45b7a22d5af70c15", + "contents": [ + { + "namespace": "BlobStoring.Database.Host.ConsoleApp.ConsoleApp", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "name": "BlobStoringDatabaseEntityFrameworkCoreModule" + } + ], + "contentType": "abpModule", + "name": "ConsoleAppConsoleAppModule", + "summary": null + } + ] +} \ No newline at end of file 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 6948f16562..328e00c483 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,11 +1,19 @@ { "name": "Volo.Abp.BlobStoring.Database.Domain.Shared", - "hash": "a6127aa423bcf90505fde453d6852fd5", + "hash": "cf79106c21ec4ea832235c9dd04f307e", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "BlobStoringDatabaseDomainSharedModule" + "name": "BlobStoringDatabaseDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 99fb06f13b..d5c6dfadd7 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,11 +1,24 @@ { "name": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", - "hash": "cdddb35c205079b70e3b1e8010482930", + "hash": "839696a440a81bb29922136bd69b9ad8", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.Domain", + "namespace": "Volo.Abp.BlobStoring.Database", + "name": "BlobStoringDatabaseDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "BlobStoringDatabaseEntityFrameworkCoreModule" + "name": "BlobStoringDatabaseEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", @@ -14,16 +27,19 @@ { "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlob", "contentType": "databaseTable", - "name": "AbpBlobs" + "name": "AbpBlobs", + "summary": null }, { "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlobContainer", "contentType": "databaseTable", - "name": "AbpBlobContainers" + "name": "AbpBlobContainers", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "BlobStoringDbContext" + "name": "BlobStoringDbContext", + "summary": null } ] } \ No newline at end of file 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 96b52b98c5..dea7a7fdab 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,11 +1,24 @@ { "name": "Volo.Abp.BlobStoring.Database.MongoDB", - "hash": "9732b597f54df4ab73a8ad8aab7743d2", + "hash": "ce9648b4f4d4057c01c2a73264cb7671", "contents": [ { "namespace": "Volo.Abp.BlobStoring.Database.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.Domain", + "namespace": "Volo.Abp.BlobStoring.Database", + "name": "BlobStoringDatabaseDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "BlobStoringDatabaseMongoDbModule" + "name": "BlobStoringDatabaseMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.BlobStoring.Database.MongoDB", @@ -14,16 +27,19 @@ { "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlobContainer", "contentType": "databaseCollection", - "name": "AbpBlobContainers" + "name": "AbpBlobContainers", + "summary": null }, { "entityFullName": "Volo.Abp.BlobStoring.Database.DatabaseBlob", "contentType": "databaseCollection", - "name": "AbpBlobs" + "name": "AbpBlobs", + "summary": null } ], "contentType": "mongoDbContext", - "name": "BlobStoringMongoDbContext" + "name": "BlobStoringMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 add4021907..6ec86d914a 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,18 +1,52 @@ { "name": "Volo.BloggingTestApp.EntityFrameworkCore", - "hash": "9bca59fa99494d82517715624e8b4974", + "hash": "1283f9f0b19bc8f775379d9408673dbf", "contents": [ { "namespace": "Volo.BloggingTestApp.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.EntityFrameworkCore", + "namespace": "Volo.Blogging.EntityFrameworkCore", + "name": "BloggingEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", + "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "name": "AbpIdentityEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "AbpPermissionManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "AbpSettingManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "name": "BlobStoringDatabaseEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "BloggingTestAppEntityFrameworkCoreModule" + "name": "BloggingTestAppEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.BloggingTestApp.EntityFrameworkCore", "connectionStringName": null, "databaseTables": [], "contentType": "efCoreDbContext", - "name": "BloggingTestAppDbContext" + "name": "BloggingTestAppDbContext", + "summary": null } ] } \ No newline at end of file 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 c923fe174c..4cf078e309 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,11 +1,39 @@ { "name": "Volo.BloggingTestApp.MongoDB", - "hash": "fad6ecadd947f85cb1e3da6b87211432", + "hash": "89d774f867a89097e4644bbcc69ca3c8", "contents": [ { "namespace": "Volo.BloggingTestApp.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.MongoDB", + "namespace": "Volo.Abp.Identity.MongoDB", + "name": "AbpIdentityMongoDbModule" + }, + { + "declaringAssemblyName": "Volo.Blogging.MongoDB", + "namespace": "Volo.Blogging.MongoDB", + "name": "BloggingMongoDbModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.MongoDB", + "namespace": "Volo.Abp.SettingManagement.MongoDB", + "name": "AbpSettingManagementMongoDbModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.MongoDB", + "namespace": "Volo.Abp.PermissionManagement.MongoDB", + "name": "AbpPermissionManagementMongoDbModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.MongoDB", + "namespace": "Volo.Abp.BlobStoring.Database.MongoDB", + "name": "BlobStoringDatabaseMongoDbModule" + } + ], "contentType": "abpModule", - "name": "BloggingTestAppMongoDbModule" + "name": "BloggingTestAppMongoDbModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/blogging/app/Volo.BloggingTestApp/package.json b/modules/blogging/app/Volo.BloggingTestApp/package.json index 231f24ceb1..c75f37d984 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": "^6.0.0-rc.4", - "@abp/blogging": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5", + "@abp/blogging": "^6.0.0-rc.5" } } diff --git a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock index 0962cf0661..d1a25c4b80 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock +++ b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,187 +41,187 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/blogging@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-6.0.0-rc.4.tgz#45703574696ee193c03a748734bd1c9447af984c" - integrity sha512-qbG4V39aaS2QuIjttysiRgYcvBnegBH9RRwperFkxmyZSzULiTVBc/BYylT+FJMf7uFEKPV1Qe2V1ANQgpemHQ== +"@abp/blogging@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-6.0.0-rc.5.tgz#3556fa57cc3e37bbb6437b0617139c9c3ec41556" + integrity sha512-oMonxRWUmN0qTGqclvr2Tb+f51qf1lzkTCJsU9WsjuT120MD8xlPS5Gpv2au5emTDsWbc11fdNs3nG56Ahwxgg== dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - "@abp/owl.carousel" "~6.0.0-rc.4" - "@abp/prismjs" "~6.0.0-rc.4" - "@abp/tui-editor" "~6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + "@abp/owl.carousel" "~6.0.0-rc.5" + "@abp/prismjs" "~6.0.0-rc.5" + "@abp/tui-editor" "~6.0.0-rc.5" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/clipboard@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.4.tgz#a1f08eb23ebe7fcac0521aa992c6cebb9753c004" - integrity sha512-dX8l7Akyv5ecx7+Op8Cp/q4JslnhA9G0Eok4iPcnYwHh9NfSLnusack9x4u370Y+eShRxFiiBDq44ZsCN66h/Q== +"@abp/clipboard@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.5.tgz#071d3da1597a7ed706a60b75400ad5970b2a2eed" + integrity sha512-Vj1yvK7Vcqy1aZ9XIbqGDlwe4d1vneMIVA0hypAHtLi+0lLySgS8QAXUpXo0RkRoyksiTRuM2gRkJRZzdiXSNA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" clipboard "^2.0.8" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/owl.carousel@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-6.0.0-rc.4.tgz#8ec2828f45e9b393e94cf09dc311391190d68628" - integrity sha512-CrCntx6qdbuGZaBx9D98QMfuyyLZ9HE/ws5UhWBLmGlk+3pkk1EIBrXrgUud6md7WCSDVfVShUJWhHzej5DBUQ== +"@abp/owl.carousel@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-6.0.0-rc.5.tgz#19dabc93a7d59059f9b544176969d0a30b9d321c" + integrity sha512-mF2S5vnAZ57E5poif0uYdJsuQfdAmis+s/8adlz0xHp8PU8A8LeTYsCY43HDU34WP+oCPeT8DpcGRAm/B0BE8Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" owl.carousel "^2.3.4" -"@abp/prismjs@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.4.tgz#9338018487dde7ddc5384cdfbdc35c655a8fd444" - integrity sha512-F1t7ySbj+M6LDmgbvvcY2bFl0heEj1vz14YOnmwMNUhJcaLQXamgyKsWBu5UkEHUJ11DQyjIu5gjoRXbraucdA== +"@abp/prismjs@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.5.tgz#c908113295aed8ecf4b04c1691d9295b6af47964" + integrity sha512-SiRkUfqWf0VAwJ4nfassN+Me/0A6cIji2TWmSaKuOlen3Ph55iGy9od6nE5njnZqUAmuL8XqTisvt7Gx8Cd4DQ== dependencies: - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/core" "~6.0.0-rc.4" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/core" "~6.0.0-rc.5" prismjs "^1.26.0" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/tui-editor@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-6.0.0-rc.4.tgz#58b4f7ea991a4a805bedac7f5fd5bb314dd4d8bc" - integrity sha512-1bMvVUeFUzcQB3SmNhW9K4CC5isoMTUJ4pY2OKf4Y9RgKsTUOEuaUwzSoJwDLj4mlzdLTee4/Rxi4zhdnkxDaA== +"@abp/tui-editor@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-6.0.0-rc.5.tgz#9d9e6035d8b145d9d7ebe9f236ecf2c140f00a6b" + integrity sha512-Q+Nx+nvqj7iUUDH4uCHxxJ2dZssJ6nxzNmIhlL5jW2rAotQGbUkw1ByQeFJBA83qGVD8whlBZUKNEIz06JYcvA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" - "@abp/prismjs" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" + "@abp/prismjs" "~6.0.0-rc.5" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.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 6f168249f9..3af0bff540 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,11 +1,19 @@ { "name": "Volo.Blogging.Admin.Application.Contracts", - "hash": "be484343bc0b862114e22ee45c9027e3", + "hash": "e9b4d6b6728b54912ce49aad4b2041d4", "contents": [ { "namespace": "Volo.Blogging.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Application.Contracts.Shared", + "namespace": "Volo.Blogging", + "name": "BloggingApplicationContractsSharedModule" + } + ], "contentType": "abpModule", - "name": "BloggingAdminApplicationContractsModule" + "name": "BloggingAdminApplicationContractsModule", + "summary": null } ] } \ No newline at end of file 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 d4444f3ee3..d4dfae7374 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,11 +1,24 @@ { "name": "Volo.Blogging.Admin.HttpApi.Client", - "hash": "a721bcce141abe86ecb9c0d1c29350c1", + "hash": "c986d988d247ff682e065cb286a5cdc1", "contents": [ { "namespace": "Volo.Blogging.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", + "namespace": "Volo.Blogging.Admin", + "name": "BloggingAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "BloggingAdminHttpApiClientModule" + "name": "BloggingAdminHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 db823941d1..6c6300680c 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,11 +1,24 @@ { "name": "Volo.Blogging.Admin.HttpApi", - "hash": "5a7f1b44c7977fc9ae74a04688a1f012", + "hash": "e69b6701277f93d0991f424e0cdf996d", "contents": [ { "namespace": "Volo.Blogging.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", + "namespace": "Volo.Blogging.Admin", + "name": "BloggingAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "BloggingAdminHttpApiModule" + "name": "BloggingAdminHttpApiModule", + "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 b823ec813c..93b94d9a89 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,11 +1,34 @@ { "name": "Volo.Blogging.Admin.Web", - "hash": "038f0c3d57f5f4bc8e0e773b1f0c3b3a", + "hash": "a59b85859bdb2e378747a446879c8d54", "contents": [ { "namespace": "Volo.Blogging.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Admin.Application.Contracts", + "namespace": "Volo.Blogging.Admin", + "name": "BloggingAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", + "name": "AbpAspNetCoreMvcUiBundlingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + } + ], "contentType": "abpModule", - "name": "BloggingAdminWebModule" + "name": "BloggingAdminWebModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/blogging/src/Volo.Blogging.Application.Contracts.Shared/Volo.Blogging.Application.Contracts.Shared.abppkg.analyze.json b/modules/blogging/src/Volo.Blogging.Application.Contracts.Shared/Volo.Blogging.Application.Contracts.Shared.abppkg.analyze.json new file mode 100644 index 0000000000..81a65254cf --- /dev/null +++ b/modules/blogging/src/Volo.Blogging.Application.Contracts.Shared/Volo.Blogging.Application.Contracts.Shared.abppkg.analyze.json @@ -0,0 +1,155 @@ +{ + "name": "Volo.Blogging.Application.Contracts.Shared", + "hash": "dbd5c9705e5f4ad74f420d4e7d059141", + "contents": [ + { + "namespace": "Volo.Blogging", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Domain.Shared", + "namespace": "Volo.Blogging", + "name": "BloggingDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationAbstractionsModule" + } + ], + "contentType": "abpModule", + "name": "BloggingApplicationContractsSharedModule", + "summary": null + }, + { + "displayName": "Blogs", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Blog", + "summary": null + }, + { + "displayName": "Management", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Blog.Management", + "summary": null + }, + { + "displayName": "Edit", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Blog.Update", + "summary": null + }, + { + "displayName": "Delete", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Blog.Delete", + "summary": null + }, + { + "displayName": "Create", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Blog.Create", + "summary": null + }, + { + "displayName": "Clear cache", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Blog.ClearCache", + "summary": null + }, + { + "displayName": "Posts", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Post", + "summary": null + }, + { + "displayName": "Edit", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Post.Update", + "summary": null + }, + { + "displayName": "Delete", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Post.Delete", + "summary": null + }, + { + "displayName": "Create", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Post.Create", + "summary": null + }, + { + "displayName": "Tags", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Tag", + "summary": null + }, + { + "displayName": "Edit", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Tag.Update", + "summary": null + }, + { + "displayName": "Delete", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Tag.Delete", + "summary": null + }, + { + "displayName": "Create", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Tag.Create", + "summary": null + }, + { + "displayName": "Comments", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Comment", + "summary": null + }, + { + "displayName": "Edit", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Comment.Update", + "summary": null + }, + { + "displayName": "Delete", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Comment.Delete", + "summary": null + }, + { + "displayName": "Create", + "isEnabled": true, + "contentType": "permission", + "name": "Blogging.Comment.Create", + "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 a4e06785ee..7f608f6964 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,11 +1,19 @@ { "name": "Volo.Blogging.Application.Contracts", - "hash": "f2feafeeb5d85cc3f76512948097381d", + "hash": "055380de8d80632d4c892340ab1a0281", "contents": [ { "namespace": "Volo.Blogging", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Application.Contracts.Shared", + "namespace": "Volo.Blogging", + "name": "BloggingApplicationContractsSharedModule" + } + ], "contentType": "abpModule", - "name": "BloggingApplicationContractsModule" + "name": "BloggingApplicationContractsModule", + "summary": null } ] } \ No newline at end of file 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 9a3ce4eaca..597c3489ad 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,11 +1,19 @@ { "name": "Volo.Blogging.Domain.Shared", - "hash": "5c72d38b48fd549c1e4d37eb5f4a5f8e", + "hash": "dc6e531b307da6ae3c59bd0b8c13b395", "contents": [ { "namespace": "Volo.Blogging", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "BloggingDomainSharedModule" + "name": "BloggingDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 33f0e4e4e2..90915c1ca5 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,11 +1,24 @@ { "name": "Volo.Blogging.EntityFrameworkCore", - "hash": "28d4b0828f47b8b4e6cef70a5879915f", + "hash": "7179a085bf2b3352ec24c146071f0734", "contents": [ { "namespace": "Volo.Blogging.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Domain", + "namespace": "Volo.Blogging", + "name": "BloggingDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "BloggingEntityFrameworkCoreModule" + "name": "BloggingEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Blogging.EntityFrameworkCore", @@ -14,36 +27,43 @@ { "entityFullName": "Volo.Blogging.Blogs.Blog", "contentType": "databaseTable", - "name": "BlgBlogs" + "name": "BlgBlogs", + "summary": null }, { "entityFullName": "Volo.Blogging.Comments.Comment", "contentType": "databaseTable", - "name": "BlgComments" + "name": "BlgComments", + "summary": null }, { "entityFullName": "Volo.Blogging.Posts.Post", "contentType": "databaseTable", - "name": "BlgPosts" + "name": "BlgPosts", + "summary": null }, { "entityFullName": "Volo.Blogging.Posts.PostTag", "contentType": "databaseTable", - "name": "BlgPostTags" + "name": "BlgPostTags", + "summary": null }, { "entityFullName": "Volo.Blogging.Tagging.Tag", "contentType": "databaseTable", - "name": "BlgTags" + "name": "BlgTags", + "summary": null }, { "entityFullName": "Volo.Blogging.Users.BlogUser", "contentType": "databaseTable", - "name": "BlgUsers" + "name": "BlgUsers", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "BloggingDbContext" + "name": "BloggingDbContext", + "summary": null } ] } \ No newline at end of file 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 28ff008598..cee9c5fd7a 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,11 +1,24 @@ { "name": "Volo.Blogging.HttpApi.Client", - "hash": "81cf265f097ded223f74972a77367635", + "hash": "4453729ab413bbe955f6170ab32c94ec", "contents": [ { "namespace": "Volo.Blogging", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Application.Contracts", + "namespace": "Volo.Blogging", + "name": "BloggingApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "BloggingHttpApiClientModule" + "name": "BloggingHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 97d416b25b..e72c2d2b2f 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,11 +1,24 @@ { "name": "Volo.Blogging.HttpApi", - "hash": "185146640ff70ee3bc3e49c2ae9cbe23", + "hash": "3685166d4a112c94aa74678d7a9ab09e", "contents": [ { "namespace": "Volo.Blogging", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Application.Contracts", + "namespace": "Volo.Blogging", + "name": "BloggingApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "BloggingHttpApiModule" + "name": "BloggingHttpApiModule", + "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 64d1d40627..9f1cc2cfa2 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,44 +1,68 @@ { "name": "Volo.Blogging.MongoDB", - "hash": "6837c014507cf952197f4b5ae3cafb97", + "hash": "18c4b26ca58e8ced2beec2e371d815d3", "contents": [ { "namespace": "Volo.Blogging.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Domain", + "namespace": "Volo.Blogging", + "name": "BloggingDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.MongoDB", + "namespace": "Volo.Abp.Users.MongoDB", + "name": "AbpUsersMongoDbModule" + } + ], "contentType": "abpModule", - "name": "BloggingMongoDbModule" + "name": "BloggingMongoDbModule", + "summary": null }, { "namespace": "Volo.Blogging.MongoDB", "connectionStringName": "Blogging", "databaseCollections": [ { - "entityFullName": "Volo.Blogging.Comments.Comment", + "entityFullName": "Volo.Blogging.Users.BlogUser", "contentType": "databaseCollection", - "name": "BlgComments" + "name": "BlgUsers", + "summary": null }, { "entityFullName": "Volo.Blogging.Posts.Post", "contentType": "databaseCollection", - "name": "BlgPosts" + "name": "BlgPosts", + "summary": null }, { - "entityFullName": "Volo.Blogging.Blogs.Blog", + "entityFullName": "Volo.Blogging.Comments.Comment", "contentType": "databaseCollection", - "name": "BlgBlogs" + "name": "BlgComments", + "summary": null }, { - "entityFullName": "Volo.Blogging.Tagging.Tag", + "entityFullName": "Volo.Blogging.Blogs.Blog", "contentType": "databaseCollection", - "name": "BlgTags" + "name": "BlgBlogs", + "summary": null }, { - "entityFullName": "Volo.Blogging.Users.BlogUser", + "entityFullName": "Volo.Blogging.Tagging.Tag", "contentType": "databaseCollection", - "name": "BlgUsers" + "name": "BlgTags", + "summary": null } ], "contentType": "mongoDbContext", - "name": "BloggingMongoDbContext" + "name": "BloggingMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 06a9cd0aee..6539366274 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,11 +1,34 @@ { "name": "Volo.Blogging.Web", - "hash": "1e34d5e0718fb581ffbca20cbf71f4f6", + "hash": "84b2bf92bbed19b35c9f0e921ab9acb4", "contents": [ { "namespace": "Volo.Blogging", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Blogging.Application.Contracts", + "namespace": "Volo.Blogging", + "name": "BloggingApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", + "name": "AbpAspNetCoreMvcUiBundlingModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + } + ], "contentType": "abpModule", - "name": "BloggingWebModule" + "name": "BloggingWebModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/Volo.ClientSimulation.Demo.abppkg.analyze.json b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/Volo.ClientSimulation.Demo.abppkg.analyze.json new file mode 100644 index 0000000000..a7042bf639 --- /dev/null +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/Volo.ClientSimulation.Demo.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.ClientSimulation.Demo", + "hash": "e27702c5f2c31da5db91e190677c7c90", + "contents": [ + { + "namespace": "Volo.ClientSimulation.Demo", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.ClientSimulation.Web", + "namespace": "Volo.ClientSimulation", + "name": "ClientSimulationWebModule" + } + ], + "contentType": "abpModule", + "name": "ClientSimulationDemoModule", + "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 4f5264ac8c..07c57996fb 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } } diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock index d639e15948..fe54a1cbe2 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.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 new file mode 100644 index 0000000000..3844af9fbf --- /dev/null +++ b/modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.ClientSimulation.Web", + "hash": "a320718e52948a4d3d42a53d8b586807", + "contents": [ + { + "namespace": "Volo.ClientSimulation", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.ClientSimulation", + "namespace": "Volo.ClientSimulation", + "name": "ClientSimulationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client.IdentityModel.Web", + "namespace": "Volo.Abp.Http.Client.IdentityModel.Web", + "name": "AbpHttpClientIdentityModelWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + } + ], + "contentType": "abpModule", + "name": "ClientSimulationWebModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/client-simulation/src/Volo.ClientSimulation/Volo.ClientSimulation.abppkg.analyze.json b/modules/client-simulation/src/Volo.ClientSimulation/Volo.ClientSimulation.abppkg.analyze.json new file mode 100644 index 0000000000..e6e0423899 --- /dev/null +++ b/modules/client-simulation/src/Volo.ClientSimulation/Volo.ClientSimulation.abppkg.analyze.json @@ -0,0 +1,19 @@ +{ + "name": "Volo.ClientSimulation", + "hash": "aad48c6c4f04f1594e8a07ab94daaa79", + "contents": [ + { + "namespace": "Volo.ClientSimulation", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Http.Client.IdentityModel", + "namespace": "Volo.Abp.Http.Client.IdentityModel", + "name": "AbpHttpClientIdentityModelModule" + } + ], + "contentType": "abpModule", + "name": "ClientSimulationModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/cms-kit/angular/package.json b/modules/cms-kit/angular/package.json index ba230bb9d1..9476b5baba 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": "~6.0.0-rc.4", - "@abp/ng.identity": "~6.0.0-rc.4", - "@abp/ng.setting-management": "~6.0.0-rc.4", - "@abp/ng.tenant-management": "~6.0.0-rc.4", - "@abp/ng.theme.basic": "~6.0.0-rc.4", + "@abp/ng.account": "~6.0.0-rc.5", + "@abp/ng.identity": "~6.0.0-rc.5", + "@abp/ng.setting-management": "~6.0.0-rc.5", + "@abp/ng.tenant-management": "~6.0.0-rc.5", + "@abp/ng.theme.basic": "~6.0.0-rc.5", "@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 a264ab34d1..279f830d3d 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": ">=6.0.0-rc.4", - "@abp/ng.theme.shared": ">=6.0.0-rc.4" + "@abp/ng.core": ">=6.0.0-rc.5", + "@abp/ng.theme.shared": ">=6.0.0-rc.5" }, "dependencies": { "tslib": "^2.0.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.abppkg.analyze.json b/modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.abppkg.analyze.json index d700158eff..052289f251 100644 --- a/modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.abppkg.analyze.json +++ b/modules/cms-kit/host/Volo.CmsKit.HttpApi.Host/Volo.CmsKit.HttpApi.Host.abppkg.analyze.json @@ -1,11 +1,74 @@ { "name": "Volo.CmsKit.HttpApi.Host", - "hash": "da40e46c3889c8e7a250a070a7366fac", + "hash": "ff8a09cb4f1a495b12a52dcaa62bd524", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Application", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.EntityFrameworkCore", + "namespace": "Volo.CmsKit.EntityFrameworkCore", + "name": "CmsKitEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.HttpApi", + "namespace": "Volo.CmsKit", + "name": "CmsKitHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", + "name": "AbpAspNetCoreMvcUiMultiTenancyModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Caching.StackExchangeRedis", + "namespace": "Volo.Abp.Caching.StackExchangeRedis", + "name": "AbpCachingStackExchangeRedisModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "name": "AbpAuditLoggingEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "AbpPermissionManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "AbpSettingManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", + "namespace": "Volo.Abp.AspNetCore.Serilog", + "name": "AbpAspNetCoreSerilogModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "name": "BlobStoringDatabaseEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "CmsKitHttpApiHostModule" + "name": "CmsKitHttpApiHostModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/Volo.CmsKit.IdentityServer.abppkg.analyze.json b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/Volo.CmsKit.IdentityServer.abppkg.analyze.json new file mode 100644 index 0000000000..34b4de8c6d --- /dev/null +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/Volo.CmsKit.IdentityServer.abppkg.analyze.json @@ -0,0 +1,144 @@ +{ + "name": "Volo.CmsKit.IdentityServer", + "hash": "b75059ccd3518cef91b47887879c5d1b", + "contents": [ + { + "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Account.Web.IdentityServer", + "namespace": "Volo.Abp.Account.Web", + "name": "AbpAccountWebIdentityServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.Application", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.HttpApi", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy", + "name": "AbpAspNetCoreMvcUiMultiTenancyModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "name": "AbpAuditLoggingEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Caching.StackExchangeRedis", + "namespace": "Volo.Abp.Caching.StackExchangeRedis", + "name": "AbpCachingStackExchangeRedisModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", + "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "name": "AbpIdentityEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.Application", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.HttpApi", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.IdentityServer.EntityFrameworkCore", + "namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", + "name": "AbpIdentityServerEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", + "namespace": "Volo.Abp.PermissionManagement.Identity", + "name": "AbpPermissionManagementDomainIdentityModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "AbpPermissionManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", + "namespace": "Volo.Abp.PermissionManagement.HttpApi", + "name": "AbpPermissionManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "AbpSettingManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Application", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", + "name": "AbpTenantManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Application", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.HttpApi", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Authentication.JwtBearer", + "namespace": "Volo.Abp.AspNetCore.Authentication.JwtBearer", + "name": "AbpAspNetCoreAuthenticationJwtBearerModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", + "namespace": "Volo.Abp.AspNetCore.Serilog", + "name": "AbpAspNetCoreSerilogModule" + } + ], + "contentType": "abpModule", + "name": "CmsKitIdentityServerModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json index 1c4c120f59..034a6b96b3 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock index 5fb9303c9c..9269b9a5b8 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/Volo.CmsKit.Web.Host.abppkg.analyze.json b/modules/cms-kit/host/Volo.CmsKit.Web.Host/Volo.CmsKit.Web.Host.abppkg.analyze.json index 8fe6adf6d6..f75aa2a5b0 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/Volo.CmsKit.Web.Host.abppkg.analyze.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/Volo.CmsKit.Web.Host.abppkg.analyze.json @@ -1,11 +1,89 @@ { "name": "Volo.CmsKit.Web.Host", - "hash": "b8c7f8a05e4ae2f56af72d7c331242d7", + "hash": "759c3e76e6f1955c74b84752d81b6885", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Web", + "namespace": "Volo.CmsKit.Web", + "name": "CmsKitWebModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.HttpApi.Client", + "namespace": "Volo.CmsKit", + "name": "CmsKitHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Authentication.OAuth", + "namespace": "Volo.Abp.AspNetCore.Authentication.OAuth", + "name": "AbpAspNetCoreAuthenticationOAuthModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.Client", + "namespace": "Volo.Abp.AspNetCore.Mvc.Client", + "name": "AbpAspNetCoreMvcClientModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Caching.StackExchangeRedis", + "namespace": "Volo.Abp.Caching.StackExchangeRedis", + "name": "AbpCachingStackExchangeRedisModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client.IdentityModel.Web", + "namespace": "Volo.Abp.Http.Client.IdentityModel.Web", + "name": "AbpHttpClientIdentityModelWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.Web", + "namespace": "Volo.Abp.Identity.Web", + "name": "AbpIdentityWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.HttpApi.Client", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Web", + "namespace": "Volo.Abp.TenantManagement.Web", + "name": "AbpTenantManagementWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.HttpApi.Client", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.HttpApi.Client", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi.Client", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", + "namespace": "Volo.Abp.AspNetCore.Serilog", + "name": "AbpAspNetCoreSerilogModule" + } + ], "contentType": "abpModule", - "name": "CmsKitWebHostModule" + "name": "CmsKitWebHostModule", + "summary": null } ] } \ No newline at end of file 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 5f0414e1fa..ff2b518df8 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } } 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 d07ba96065..b1358b833e 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Volo.CmsKit.Web.Unified.abppkg.analyze.json b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Volo.CmsKit.Web.Unified.abppkg.analyze.json new file mode 100644 index 0000000000..c9da2c6d34 --- /dev/null +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Volo.CmsKit.Web.Unified.abppkg.analyze.json @@ -0,0 +1,169 @@ +{ + "name": "Volo.CmsKit.Web.Unified", + "hash": "d1391ba56b2ff3b7e650d1616a687f25", + "contents": [ + { + "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Web", + "namespace": "Volo.CmsKit.Web", + "name": "CmsKitWebModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Application", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.HttpApi", + "namespace": "Volo.CmsKit", + "name": "CmsKitHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.EntityFrameworkCore", + "namespace": "Volo.CmsKit.EntityFrameworkCore", + "name": "CmsKitEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "namespace": "Volo.Abp.AuditLogging.EntityFrameworkCore", + "name": "AbpAuditLoggingEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.Web", + "namespace": "Volo.Abp.Account.Web", + "name": "AbpAccountWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.Application", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.HttpApi", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "AbpSettingManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "AbpPermissionManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", + "namespace": "Volo.Abp.PermissionManagement.HttpApi", + "name": "AbpPermissionManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.Web", + "namespace": "Volo.Abp.Identity.Web", + "name": "AbpIdentityWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.Application", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.HttpApi", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", + "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "name": "AbpIdentityEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", + "namespace": "Volo.Abp.PermissionManagement.Identity", + "name": "AbpPermissionManagementDomainIdentityModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Application", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.HttpApi", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", + "name": "AbpFeatureManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Web", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Web", + "namespace": "Volo.Abp.TenantManagement.Web", + "name": "AbpTenantManagementWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Application", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.HttpApi", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", + "name": "AbpTenantManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Serilog", + "namespace": "Volo.Abp.AspNetCore.Serilog", + "name": "AbpAspNetCoreSerilogModule" + }, + { + "declaringAssemblyName": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "namespace": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore", + "name": "BlobStoringDatabaseEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Swashbuckle", + "namespace": "Volo.Abp.Swashbuckle", + "name": "AbpSwashbuckleModule" + } + ], + "contentType": "abpModule", + "name": "CmsKitWebUnifiedModule", + "summary": null + } + ] +} \ No newline at end of file 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 1c1f12d3dc..bb3aa0a9b4 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": "^6.0.0-rc.4", - "@abp/cms-kit": "6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5", + "@abp/cms-kit": "6.0.0-rc.5" } } 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 ae3431aed5..c74d53ddeb 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,243 +41,243 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/clipboard@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.4.tgz#a1f08eb23ebe7fcac0521aa992c6cebb9753c004" - integrity sha512-dX8l7Akyv5ecx7+Op8Cp/q4JslnhA9G0Eok4iPcnYwHh9NfSLnusack9x4u370Y+eShRxFiiBDq44ZsCN66h/Q== +"@abp/clipboard@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.5.tgz#071d3da1597a7ed706a60b75400ad5970b2a2eed" + integrity sha512-Vj1yvK7Vcqy1aZ9XIbqGDlwe4d1vneMIVA0hypAHtLi+0lLySgS8QAXUpXo0RkRoyksiTRuM2gRkJRZzdiXSNA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" clipboard "^2.0.8" -"@abp/cms-kit.admin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-6.0.0-rc.4.tgz#a5b8b00e0d95bcb20fefe8888fb512dd33c92d08" - integrity sha512-iAmIejFqkpkd/8BBDjdkmpMmuTdKd6v8+DBGwaW13itxSMXM9bHuigNZqVZ4SdcQ35MI0NZMg1GtIi/gmc0IUw== +"@abp/cms-kit.admin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-6.0.0-rc.5.tgz#646988447d89d305a9cf6ce0ccacec0d4cbae5c7" + integrity sha512-p3e3nMC1YmR/eU9T5GSJwsc/mGS2XUTnzSbd3s+NmPs0fXf8wZhzzbBERi0BbSh0mEJSUUiuFZpu5l+BdblCUQ== dependencies: - "@abp/codemirror" "~6.0.0-rc.4" - "@abp/jstree" "~6.0.0-rc.4" - "@abp/slugify" "~6.0.0-rc.4" - "@abp/tui-editor" "~6.0.0-rc.4" - "@abp/uppy" "~6.0.0-rc.4" + "@abp/codemirror" "~6.0.0-rc.5" + "@abp/jstree" "~6.0.0-rc.5" + "@abp/slugify" "~6.0.0-rc.5" + "@abp/tui-editor" "~6.0.0-rc.5" + "@abp/uppy" "~6.0.0-rc.5" -"@abp/cms-kit.public@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-6.0.0-rc.4.tgz#1cfaaef1a199282e37361e98b0b27aa4d1b3fe81" - integrity sha512-9kJTPm5cAgMfuvoEgH4shKslYmd1Yu6mV/OGVcOjOHLFN5XRmM4AuwmYj2AvGQHaUIrAlh2m7f4OOgZL8JK9ug== +"@abp/cms-kit.public@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-6.0.0-rc.5.tgz#9d386e74af2ca006650853006eba0ba5580dcb8e" + integrity sha512-0LD1rsP8uStqjRTQECirkrgJqn+NJ+bV3b2d/bEd430AxdxOw45J2DFRnVzIS/ZS5J8UmqyCC9d9cypunUT9ng== dependencies: - "@abp/highlight.js" "~6.0.0-rc.4" - "@abp/star-rating-svg" "~6.0.0-rc.4" + "@abp/highlight.js" "~6.0.0-rc.5" + "@abp/star-rating-svg" "~6.0.0-rc.5" -"@abp/cms-kit@6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-6.0.0-rc.4.tgz#9ef05935faadfc4a28a466c8eb2461e16222a10a" - integrity sha512-Ds+TTwPghQOqyWiv3qp9SX1SWqnH2Ac3pfcNRivzgV8LseR7I7inkxIa1RQY+8McJXMUgaAXKMqVtHoXyhLLFQ== +"@abp/cms-kit@6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-6.0.0-rc.5.tgz#413632d5d8111f69f9a9c20d5929e597a171bd95" + integrity sha512-J5LUYa/R9LBZDHgSWPvyo+mJWujZOJkINHGjdnurwgsf7LT2Ep6LZjldQFD8yvJVoca5FLCVX+ViRhNLcbeeFg== dependencies: - "@abp/cms-kit.admin" "~6.0.0-rc.4" - "@abp/cms-kit.public" "~6.0.0-rc.4" + "@abp/cms-kit.admin" "~6.0.0-rc.5" + "@abp/cms-kit.public" "~6.0.0-rc.5" -"@abp/codemirror@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-6.0.0-rc.4.tgz#94f02b5e9eac77a680507132e46e2290ec283340" - integrity sha512-RvBFeSHYOSTotAqQ6mfzd7xwJz1PQ5v0gu8MqBVLV19SuKHAk+DwHdJgai0iQlT/YKRBEC1UlPrQ4M/zoEz6sg== +"@abp/codemirror@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-6.0.0-rc.5.tgz#2cb4f4f9e841fba7cd1e19d7081ac8d1475665af" + integrity sha512-mHDC9TAuKxjXp1We7lgko9y0rYeIy/EwNFFEbm6DLQKkPFDFgYfNhzKhgRvt2WyndBIfLgQRed9aWZLFkpkcIg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" codemirror "^5.65.1" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/highlight.js@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-6.0.0-rc.4.tgz#2c1b9ae55299340dd93b6dcd938db9939a34fda9" - integrity sha512-5LOZmsVW/2rQ51Ls34j+VGz7rnjfhkn5ajWL+aFbbzt4FSACatFOjHGInByjcvRG3ucN5wvHpoIlK31zUmtXgA== +"@abp/highlight.js@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-6.0.0-rc.5.tgz#daa41be253d266867903d175c87ee4a1c0d5507b" + integrity sha512-GjMXoPUtwoZ/M1n+VlIthFswKFU+WNSOW8jr3FKiGDDwY0kjRXNWsuLaQ+fewHZFFpTrPAUfpkRYk/aKFa1eQQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@highlightjs/cdn-assets" "~11.4.0" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/jstree@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-6.0.0-rc.4.tgz#1789792593d28a65c817f021e2c7f6f8b708e5f2" - integrity sha512-aHIPeRpV6OGwsrNxkR2ROTgL1Wzv9j0UPT9UpIF823wuXAIjUfeqpVsIN+T9IUT17it9L8IL5UoEzFfdyjExng== +"@abp/jstree@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-6.0.0-rc.5.tgz#520f9f1898cb99b392318e0ad6f28c64c84ba69f" + integrity sha512-rNVUn+UMCDZ+Q3V5Ss5CUB1HKQxr6xWAmTejHWHmRO4O7zypxejkNJaT88J2QHFon9GjhzojRksMKvgfWZ+ftg== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jstree "^3.3.12" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/prismjs@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.4.tgz#9338018487dde7ddc5384cdfbdc35c655a8fd444" - integrity sha512-F1t7ySbj+M6LDmgbvvcY2bFl0heEj1vz14YOnmwMNUhJcaLQXamgyKsWBu5UkEHUJ11DQyjIu5gjoRXbraucdA== +"@abp/prismjs@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.5.tgz#c908113295aed8ecf4b04c1691d9295b6af47964" + integrity sha512-SiRkUfqWf0VAwJ4nfassN+Me/0A6cIji2TWmSaKuOlen3Ph55iGy9od6nE5njnZqUAmuL8XqTisvt7Gx8Cd4DQ== dependencies: - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/core" "~6.0.0-rc.4" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/core" "~6.0.0-rc.5" prismjs "^1.26.0" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/slugify@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-6.0.0-rc.4.tgz#469cf0e43a7717a29de23ddd39bfaa2d3af2982f" - integrity sha512-jZdPfVf/78PSbcNpXjNJal5U+QHljkoHu8ywkBAbYo81LfierXziQiNbqMbai4spD7ZhpU1Fz4fIg5qTdRegBA== +"@abp/slugify@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-6.0.0-rc.5.tgz#d4d6e62e3c38f7f15b0a8be7c4a9cc4c847a1dbc" + integrity sha512-W7yGpFfHi4gTjlEls+OlqY4Az+VXp97tJR+OMP+ZpHbTUlPlcHTu9JUTtX3ulGcIB1N4m8pbabKIDttnZghGqw== dependencies: slugify "^1.6.5" -"@abp/star-rating-svg@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-6.0.0-rc.4.tgz#69885023aca13654658304714c46ae0c539d8311" - integrity sha512-pJOR68fX24e0WblMb6RpRk5muBCax//aMAjAEXC9bbUU0simRXf3P5dnVm3RVseMIrh/fd4Wj1kBetg8yf2i4g== +"@abp/star-rating-svg@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-6.0.0-rc.5.tgz#bb123c006c98abd9803c47bde5aa74cf672225c6" + integrity sha512-nkIwpI2lAF6jkCTRVl7/i+SSnV87WcC98eTY3Wm/RHeZn6IyAVg7kc/lWFv/eZwpvWZgHhXsRjVfUISqJPBjzw== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" star-rating-svg "^3.5.0" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/tui-editor@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-6.0.0-rc.4.tgz#58b4f7ea991a4a805bedac7f5fd5bb314dd4d8bc" - integrity sha512-1bMvVUeFUzcQB3SmNhW9K4CC5isoMTUJ4pY2OKf4Y9RgKsTUOEuaUwzSoJwDLj4mlzdLTee4/Rxi4zhdnkxDaA== +"@abp/tui-editor@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-6.0.0-rc.5.tgz#9d9e6035d8b145d9d7ebe9f236ecf2c140f00a6b" + integrity sha512-Q+Nx+nvqj7iUUDH4uCHxxJ2dZssJ6nxzNmIhlL5jW2rAotQGbUkw1ByQeFJBA83qGVD8whlBZUKNEIz06JYcvA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" - "@abp/prismjs" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" + "@abp/prismjs" "~6.0.0-rc.5" -"@abp/uppy@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-6.0.0-rc.4.tgz#53b1f510d3e3786beeb1cf06709d0e7011a7f65a" - integrity sha512-LSAmZYuWTK2GISFrkhTxpuCZSvqd/Rx+DzQcTvTFza2a+MG8TNOeX3i4qdTadoJzmjHHjxxPO/oFBNj0ApLc0g== +"@abp/uppy@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-6.0.0-rc.5.tgz#6e81fc0ee281f43db9a91cb15ff8d317e81b0535" + integrity sha512-T6FBrGuPJ66BgkdwMmjELzuKCOa2vCtYyVzhiUC+le4tEaSunSvk54pDgXqV0ahgV3CzJ7myMzmGyyKCV6kIwg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" uppy "^1.16.1" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.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 1887cfb90d..274b9ce542 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,149 +1,194 @@ { "name": "Volo.CmsKit.Admin.Application.Contracts", - "hash": "13d7ce3b75a6b7d304cc3ca44785a2e1", + "hash": "53e824ea8b9754e4bce205d821979cb9", "contents": [ { "namespace": "Volo.CmsKit.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitAdminApplicationContractsModule" + "name": "CmsKitAdminApplicationContractsModule", + "summary": null }, { "displayName": "Comment Management", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Comments" + "name": "CmsKit.Comments", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Comments.Delete" + "name": "CmsKit.Comments.Delete", + "summary": null }, { "displayName": "Tag Management", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Tags" + "name": "CmsKit.Tags", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Tags.Create" + "name": "CmsKit.Tags.Create", + "summary": null }, { "displayName": "Update", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Tags.Update" + "name": "CmsKit.Tags.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Tags.Delete" + "name": "CmsKit.Tags.Delete", + "summary": null }, { "displayName": "Page Management", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Pages" + "name": "CmsKit.Pages", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Pages.Create" + "name": "CmsKit.Pages.Create", + "summary": null }, { "displayName": "Update", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Pages.Update" + "name": "CmsKit.Pages.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Pages.Delete" + "name": "CmsKit.Pages.Delete", + "summary": null }, { "displayName": "Blog Management", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Blogs" + "name": "CmsKit.Blogs", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Blogs.Create" + "name": "CmsKit.Blogs.Create", + "summary": null }, { "displayName": "Update", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Blogs.Update" + "name": "CmsKit.Blogs.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Blogs.Delete" + "name": "CmsKit.Blogs.Delete", + "summary": null }, { "displayName": "Features", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Blogs.Features" + "name": "CmsKit.Blogs.Features", + "summary": null }, { "displayName": "Blog Post Management", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.BlogPosts" + "name": "CmsKit.BlogPosts", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.BlogPosts.Create" + "name": "CmsKit.BlogPosts.Create", + "summary": null }, { "displayName": "Update", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.BlogPosts.Update" + "name": "CmsKit.BlogPosts.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.BlogPosts.Delete" + "name": "CmsKit.BlogPosts.Delete", + "summary": null + }, + { + "displayName": "Publish", + "isEnabled": true, + "contentType": "permission", + "name": "CmsKit.BlogPosts.Publish", + "summary": null }, { "displayName": "Menu Management", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Menus" + "name": "CmsKit.Menus", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Menus.Create" + "name": "CmsKit.Menus.Create", + "summary": null }, { "displayName": "Update", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Menus.Update" + "name": "CmsKit.Menus.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "CmsKit.Menus.Delete" + "name": "CmsKit.Menus.Delete", + "summary": null + }, + { + "displayName": "Global Resources", + "isEnabled": true, + "contentType": "permission", + "name": "CmsKit.GlobalResources", + "summary": null } ] } \ No newline at end of file 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 67ed3e0f3b..0454e26f0a 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,11 +1,24 @@ { "name": "Volo.CmsKit.Admin.HttpApi.Client", - "hash": "e9b74f85924bb2ea21d651612c337c8d", + "hash": "6574e591677b7c51025b287fa19bacfb", "contents": [ { "namespace": "Volo.CmsKit.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.HttpApi.Client", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonHttpApiClientModule" + } + ], "contentType": "abpModule", - "name": "CmsKitAdminHttpApiClientModule" + "name": "CmsKitAdminHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 8dcbb1dadd..4772352e72 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,11 +1,24 @@ { "name": "Volo.CmsKit.Admin.HttpApi", - "hash": "613b16275c5d464aa927a53ca452f7ab", + "hash": "c133cead00455d4afec1b4205ca50e77", "contents": [ { "namespace": "Volo.CmsKit.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.HttpApi", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonHttpApiModule" + } + ], "contentType": "abpModule", - "name": "CmsKitAdminHttpApiModule" + "name": "CmsKitAdminHttpApiModule", + "summary": null } ] } \ No newline at end of file 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 6fc1fc080f..374eb8ba09 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,11 +1,24 @@ { "name": "Volo.CmsKit.Admin.Web", - "hash": "5f85ca165f250e4965434f76a73f0d24", + "hash": "36a6c3a65a7452347fa8282132435335", "contents": [ { "namespace": "Volo.CmsKit.Admin.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.Web", + "namespace": "Volo.CmsKit.Web", + "name": "CmsKitCommonWebModule" + } + ], "contentType": "abpModule", - "name": "CmsKitAdminWebModule" + "name": "CmsKitAdminWebModule", + "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 0ce0a4102e..7f35693f19 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,11 +1,24 @@ { "name": "Volo.CmsKit.Application.Contracts", - "hash": "66221b0ded80b705e67d327260d7d58e", + "hash": "a2eace3e88e55a60bfaa3c37aafc6329", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Admin.Application.Contracts", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitApplicationContractsModule" + "name": "CmsKitApplicationContractsModule", + "summary": null } ] } \ No newline at end of file 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 5cfde7838f..b152e3f8f9 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,11 +1,29 @@ { "name": "Volo.CmsKit.Application", - "hash": "d248c6d5c1b031c459ad8814fd734a18", + "hash": "73c1e1061d4c13d70ff8a0dc73e31835", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Public.Application", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicApplicationModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Admin.Application", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminApplicationModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitApplicationModule" + "name": "CmsKitApplicationModule", + "summary": null } ] } \ No newline at end of file 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 bc1a2fea17..9ea6b34336 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,11 +1,34 @@ { "name": "Volo.CmsKit.Common.Application.Contracts", - "hash": "e7ec4922319be774a5aed0176b6f6f51", + "hash": "b919ec7b4154c20275d6d4517995ed1b", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Domain.Shared", + "namespace": "Volo.CmsKit", + "name": "CmsKitDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Caching", + "namespace": "Volo.Abp.Caching", + "name": "AbpCachingModule" + } + ], "contentType": "abpModule", - "name": "CmsKitCommonApplicationContractsModule" + "name": "CmsKitCommonApplicationContractsModule", + "summary": null } ] } \ No newline at end of file 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 ae90aece20..5b578b5601 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,11 +1,24 @@ { "name": "Volo.CmsKit.Common.HttpApi.Client", - "hash": "047466e6fe6a292e3cf8d1f334303f42", + "hash": "9dc32079a24a372fb61757ad81dafa8e", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitCommonHttpApiClientModule" + "name": "CmsKitCommonHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 342a3b3c38..dea7f3bcab 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,11 +1,24 @@ { "name": "Volo.CmsKit.Common.HttpApi", - "hash": "9120a59e9639dcaec305df9314b55b02", + "hash": "8a6c5485e49772f45310dc7a05276431", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitCommonHttpApiModule" + "name": "CmsKitCommonHttpApiModule", + "summary": null } ] } \ No newline at end of file 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 c56f4ae15d..82cb6ce33c 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,11 +1,29 @@ { "name": "Volo.CmsKit.Common.Web", - "hash": "2540b0ef97a790d3999d72c87961397e", + "hash": "a2d7e6738c81001ef0cfc0033765fe18", "contents": [ { "namespace": "Volo.CmsKit.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + } + ], "contentType": "abpModule", - "name": "CmsKitCommonWebModule" + "name": "CmsKitCommonWebModule", + "summary": null } ] } \ No newline at end of file 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 1af4d1a735..a57f11d9ef 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,11 +1,24 @@ { "name": "Volo.CmsKit.Domain.Shared", - "hash": "dd817fe9197c1b28242920e4238da6ee", + "hash": "804655ff28b3cca5f6aa34ef8155d91b", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.GlobalFeatures", + "namespace": "Volo.Abp.GlobalFeatures", + "name": "AbpGlobalFeaturesModule" + } + ], "contentType": "abpModule", - "name": "CmsKitDomainSharedModule" + "name": "CmsKitDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 fa9d342f83..ef532e4c70 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,18 +1,37 @@ { "name": "Volo.CmsKit.EntityFrameworkCore", - "hash": "b7aab122bf55ecff3063a1b65efe0642", + "hash": "89f6ea1c9c3dc1d0c65a288438010e8c", "contents": [ { "namespace": "Volo.CmsKit.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Domain", + "namespace": "Volo.CmsKit", + "name": "CmsKitDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.EntityFrameworkCore", + "namespace": "Volo.Abp.Users.EntityFrameworkCore", + "name": "AbpUsersEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "CmsKitEntityFrameworkCoreModule" + "name": "CmsKitEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.CmsKit.EntityFrameworkCore", "connectionStringName": "CmsKit", "databaseTables": [], "contentType": "efCoreDbContext", - "name": "CmsKitDbContext" + "name": "CmsKitDbContext", + "summary": null } ] } \ No newline at end of file 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 ee45a8e783..faee789178 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,11 +1,29 @@ { "name": "Volo.CmsKit.HttpApi.Client", - "hash": "dac3747019bc31633a80784616bdbe61", + "hash": "185e619338c9893ec58a9a7f92d9ce14", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Admin.HttpApi.Client", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Public.HttpApi.Client", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicHttpApiClientModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitHttpApiClientModule" + "name": "CmsKitHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 2adf100593..bb3c17bdfe 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,11 +1,29 @@ { "name": "Volo.CmsKit.HttpApi", - "hash": "35d6b578e63adb4e4fe8876bfdba83c8", + "hash": "72dc6c7788c61bf8abb96bbc3d26e826", "contents": [ { "namespace": "Volo.CmsKit", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Admin.HttpApi", + "namespace": "Volo.CmsKit.Admin", + "name": "CmsKitAdminHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Public.HttpApi", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitHttpApiModule" + "name": "CmsKitHttpApiModule", + "summary": null } ] } \ No newline at end of file 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 f9e9fde584..c5bb5c5bc8 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,84 +1,116 @@ { "name": "Volo.CmsKit.MongoDB", - "hash": "6ab237cd16e1bd42d96b93f76b992622", + "hash": "99ecc56a32ca2887921598e625c98853", "contents": [ { "namespace": "Volo.CmsKit.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Domain", + "namespace": "Volo.CmsKit", + "name": "CmsKitDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.MongoDB", + "namespace": "Volo.Abp.Users.MongoDB", + "name": "AbpUsersMongoDbModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "CmsKitMongoDbModule" + "name": "CmsKitMongoDbModule", + "summary": null }, { "namespace": "Volo.CmsKit.MongoDB", "connectionStringName": "CmsKit", "databaseCollections": [ { - "entityFullName": "Volo.CmsKit.Users.CmsUser", + "entityFullName": "Volo.CmsKit.Menus.MenuItem", "contentType": "databaseCollection", - "name": "CmsUsers" + "name": "CmsMenuItems", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Reactions.UserReaction", + "entityFullName": "Volo.CmsKit.Blogs.BlogPost", "contentType": "databaseCollection", - "name": "CmsUserReactions" + "name": "CmsBlogPosts", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Blogs.BlogPost", + "entityFullName": "Volo.CmsKit.Comments.Comment", "contentType": "databaseCollection", - "name": "CmsBlogPosts" + "name": "CmsComments", + "summary": null }, { - "entityFullName": "Volo.CmsKit.MediaDescriptors.MediaDescriptor", + "entityFullName": "Volo.CmsKit.Reactions.UserReaction", "contentType": "databaseCollection", - "name": "CmsMediaDescriptors" + "name": "CmsUserReactions", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Pages.Page", + "entityFullName": "Volo.CmsKit.Blogs.BlogFeature", "contentType": "databaseCollection", - "name": "CmsPages" + "name": "CmsBlogFeatures", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Tags.Tag", + "entityFullName": "Volo.CmsKit.Users.CmsUser", "contentType": "databaseCollection", - "name": "CmsTags" + "name": "CmsUsers", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Blogs.BlogFeature", + "entityFullName": "Volo.CmsKit.GlobalResources.GlobalResource", "contentType": "databaseCollection", - "name": "CmsBlogFeatures" + "name": "CmsGlobalResources", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Blogs.Blog", + "entityFullName": "Volo.CmsKit.Tags.Tag", "contentType": "databaseCollection", - "name": "CmsBlogs" + "name": "CmsTags", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Comments.Comment", + "entityFullName": "Volo.CmsKit.MediaDescriptors.MediaDescriptor", "contentType": "databaseCollection", - "name": "CmsComments" + "name": "CmsMediaDescriptors", + "summary": null }, { - "entityFullName": "Volo.CmsKit.GlobalResources.GlobalResource", + "entityFullName": "Volo.CmsKit.Pages.Page", "contentType": "databaseCollection", - "name": "CmsGlobalResources" + "name": "CmsPages", + "summary": null }, { "entityFullName": "Volo.CmsKit.Ratings.Rating", "contentType": "databaseCollection", - "name": "CmsRatings" + "name": "CmsRatings", + "summary": null }, { - "entityFullName": "Volo.CmsKit.Menus.MenuItem", + "entityFullName": "Volo.CmsKit.Blogs.Blog", "contentType": "databaseCollection", - "name": "CmsMenuItems" + "name": "CmsBlogs", + "summary": null }, { "entityFullName": "Volo.CmsKit.Tags.EntityTag", "contentType": "databaseCollection", - "name": "CmsEntityTags" + "name": "CmsEntityTags", + "summary": null } ], "contentType": "mongoDbContext", - "name": "CmsKitMongoDbContext" + "name": "CmsKitMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 929233d3d3..dcdcec46a0 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,11 +1,24 @@ { "name": "Volo.CmsKit.Public.Application.Contracts", - "hash": "dadad9e526e7b82b280e75a06e1456fc", + "hash": "3b443ce52eb2873b0867f7b5f52a2c99", "contents": [ { "namespace": "Volo.CmsKit.Public", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Common.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EventBus", + "namespace": "Volo.Abp.EventBus", + "name": "AbpEventBusModule" + } + ], "contentType": "abpModule", - "name": "CmsKitPublicApplicationContractsModule" + "name": "CmsKitPublicApplicationContractsModule", + "summary": null } ] } \ No newline at end of file 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 71cd18093e..04dae02bac 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,11 +1,24 @@ { "name": "Volo.CmsKit.Public.HttpApi.Client", - "hash": "60549438786408497e188a1626a25bfb", + "hash": "f4f611f47a5e424886811157b6562759", "contents": [ { "namespace": "Volo.CmsKit.Public", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.HttpApi.Client", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonHttpApiClientModule" + } + ], "contentType": "abpModule", - "name": "CmsKitPublicHttpApiClientModule" + "name": "CmsKitPublicHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 2a6f62215a..f61f5eee43 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,11 +1,24 @@ { "name": "Volo.CmsKit.Public.HttpApi", - "hash": "8ec175d273c21b4de197b0085c3cddb2", + "hash": "a73953951e14b7c7b47ceed58f20e6b3", "contents": [ { "namespace": "Volo.CmsKit.Public", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.HttpApi", + "namespace": "Volo.CmsKit", + "name": "CmsKitCommonHttpApiModule" + } + ], "contentType": "abpModule", - "name": "CmsKitPublicHttpApiModule" + "name": "CmsKitPublicHttpApiModule", + "summary": null } ] } \ No newline at end of file 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 25a0536d5d..300c292071 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,11 +1,24 @@ { "name": "Volo.CmsKit.Public.Web", - "hash": "c7feb0964cd3dafb92e2f73ac8f944b4", + "hash": "62941801e5f6f5a729d347a9825205b8", "contents": [ { "namespace": "Volo.CmsKit.Public.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Public.Application.Contracts", + "namespace": "Volo.CmsKit.Public", + "name": "CmsKitPublicApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Common.Web", + "namespace": "Volo.CmsKit.Web", + "name": "CmsKitCommonWebModule" + } + ], "contentType": "abpModule", - "name": "CmsKitPublicWebModule" + "name": "CmsKitPublicWebModule", + "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 e10f650a63..931719902f 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,11 +1,29 @@ { "name": "Volo.CmsKit.Web", - "hash": "b852b82969c272b32a42d6666a7ce9f0", + "hash": "35dcd52c947f0c1ff298fbdd8961cbf9", "contents": [ { "namespace": "Volo.CmsKit.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.CmsKit.Public.Web", + "namespace": "Volo.CmsKit.Public.Web", + "name": "CmsKitPublicWebModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Admin.Web", + "namespace": "Volo.CmsKit.Admin.Web", + "name": "CmsKitAdminWebModule" + }, + { + "declaringAssemblyName": "Volo.CmsKit.Application.Contracts", + "namespace": "Volo.CmsKit", + "name": "CmsKitApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "CmsKitWebModule" + "name": "CmsKitWebModule", + "summary": null } ] } \ No newline at end of file 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 f57a795bed..350e7180c0 100644 --- a/modules/docs/app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg.analyze.json +++ b/modules/docs/app/VoloDocs.EntityFrameworkCore/VoloDocs.EntityFrameworkCore.abppkg.analyze.json @@ -1,18 +1,47 @@ { "name": "VoloDocs.EntityFrameworkCore", - "hash": "8ac808bc478d207d2d1ed672d5f16244", + "hash": "557e34d50f096e3b31e744fa0987ddd0", "contents": [ { "namespace": "VoloDocs.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.EntityFrameworkCore", + "namespace": "Volo.Docs.EntityFrameworkCore", + "name": "DocsEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", + "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "name": "AbpIdentityEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "AbpPermissionManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "AbpSettingManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + } + ], "contentType": "abpModule", - "name": "VoloDocsEntityFrameworkCoreModule" + "name": "VoloDocsEntityFrameworkCoreModule", + "summary": null }, { "namespace": "VoloDocs.EntityFrameworkCore", "connectionStringName": null, "databaseTables": [], "contentType": "efCoreDbContext", - "name": "VoloDocsDbContext" + "name": "VoloDocsDbContext", + "summary": null } ] } \ No newline at end of file diff --git a/modules/docs/app/VoloDocs.Migrator/VoloDocs.Migrator.abppkg.analyze.json b/modules/docs/app/VoloDocs.Migrator/VoloDocs.Migrator.abppkg.analyze.json new file mode 100644 index 0000000000..5e504d4da0 --- /dev/null +++ b/modules/docs/app/VoloDocs.Migrator/VoloDocs.Migrator.abppkg.analyze.json @@ -0,0 +1,19 @@ +{ + "name": "VoloDocs.Migrator", + "hash": "7258c0f4287f9c36c80dd59c0dfa91bf", + "contents": [ + { + "namespace": "VoloDocs.Migrator", + "dependsOnModules": [ + { + "declaringAssemblyName": "VoloDocs.EntityFrameworkCore", + "namespace": "VoloDocs.EntityFrameworkCore", + "name": "VoloDocsEntityFrameworkCoreModule" + } + ], + "contentType": "abpModule", + "name": "VoloDocsMigratorModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/docs/app/VoloDocs.Web/package.json b/modules/docs/app/VoloDocs.Web/package.json index 96bb824925..5608ae4c0a 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": "^6.0.0-rc.4", - "@abp/docs": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5", + "@abp/docs": "^6.0.0-rc.5" } } diff --git a/modules/docs/app/VoloDocs.Web/yarn.lock b/modules/docs/app/VoloDocs.Web/yarn.lock index fcc64ec490..7d15b8f7cd 100644 --- a/modules/docs/app/VoloDocs.Web/yarn.lock +++ b/modules/docs/app/VoloDocs.Web/yarn.lock @@ -2,45 +2,45 @@ # yarn lockfile v1 -"@abp/anchor-js@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-6.0.0-rc.4.tgz#41ab4ca9ba5ef0d6359549100ad7d589f48e87af" - integrity sha512-eXZnygOwy40BMdfR4LOC/7/ga3fiindwH/k3XyAyfWzK+Tp2USoVp0iNf2B9O7uoROC5x8DnAf3vYJwhLnk4nA== +"@abp/anchor-js@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-6.0.0-rc.5.tgz#4ac487ba8b9cce2e94902bcf1d63d5d0981ab85f" + integrity sha512-o8P4ApKIkgHTOf5qMkB89hDoFGCxv+oJQlcXYr20AfeFbZocVIfBr00Pmc4eKinXBJuL4YajJv1kKeX9JwTP+w== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" anchor-js "^4.3.1" -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -49,180 +49,180 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/clipboard@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.4.tgz#a1f08eb23ebe7fcac0521aa992c6cebb9753c004" - integrity sha512-dX8l7Akyv5ecx7+Op8Cp/q4JslnhA9G0Eok4iPcnYwHh9NfSLnusack9x4u370Y+eShRxFiiBDq44ZsCN66h/Q== +"@abp/clipboard@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.5.tgz#071d3da1597a7ed706a60b75400ad5970b2a2eed" + integrity sha512-Vj1yvK7Vcqy1aZ9XIbqGDlwe4d1vneMIVA0hypAHtLi+0lLySgS8QAXUpXo0RkRoyksiTRuM2gRkJRZzdiXSNA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" clipboard "^2.0.8" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/docs@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-6.0.0-rc.4.tgz#8ea7c1f65684999efdba371bfca735f75258dcd6" - integrity sha512-fJHIzfyvhRPX6jGWJFZmZX74esjj7DPDEIHL6pbW/4D0alGy9ToUpESNnRzSGOaBQHTx/SguoQW2hz/+Ix0GXg== +"@abp/docs@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-6.0.0-rc.5.tgz#829281df57018c8739159f81ece92fb3196f3bf0" + integrity sha512-gh3b3NyxPjSyK+NlKWYiu5xkaMbXOoR7U+IkE9qc0HHx40i5gsW+ZFWM2D6nqDHRr9Gk3u6foPo+2AXqXxVmHA== dependencies: - "@abp/anchor-js" "~6.0.0-rc.4" - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/popper.js" "~6.0.0-rc.4" - "@abp/prismjs" "~6.0.0-rc.4" + "@abp/anchor-js" "~6.0.0-rc.5" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/popper.js" "~6.0.0-rc.5" + "@abp/prismjs" "~6.0.0-rc.5" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/popper.js@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-6.0.0-rc.4.tgz#601feface5bbc40f4e3830ae227afeedf70461ff" - integrity sha512-hLh+CMQxocgPM8W9NpB8v0i90mGysFDKDOBLnpyFEuSQoWeDW5hwlFYORnQYmTKt6puIBN4NeyX10f3ewANF4w== +"@abp/popper.js@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-6.0.0-rc.5.tgz#20cabaf9df9c2615f75fda995574e0e43da5f8c9" + integrity sha512-T+8tpwQlAsm0+5uQrAKyzfkjqV8eywCFuXk2WR5wHgzSdkmdxBFx2O/OqHO2FGyeEZUJtSuFlHBU6xiSaxwCTg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@popperjs/core" "^2.11.2" -"@abp/prismjs@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.4.tgz#9338018487dde7ddc5384cdfbdc35c655a8fd444" - integrity sha512-F1t7ySbj+M6LDmgbvvcY2bFl0heEj1vz14YOnmwMNUhJcaLQXamgyKsWBu5UkEHUJ11DQyjIu5gjoRXbraucdA== +"@abp/prismjs@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.5.tgz#c908113295aed8ecf4b04c1691d9295b6af47964" + integrity sha512-SiRkUfqWf0VAwJ4nfassN+Me/0A6cIji2TWmSaKuOlen3Ph55iGy9od6nE5njnZqUAmuL8XqTisvt7Gx8Cd4DQ== dependencies: - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/core" "~6.0.0-rc.4" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/core" "~6.0.0-rc.5" prismjs "^1.26.0" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.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 117e3a8131..51b4ae2b5b 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,41 +1,64 @@ { "name": "Volo.Docs.Admin.Application.Contracts", - "hash": "8e78a71db249bde834148637edf070b1", + "hash": "f0c08f2666ce04bcdfafff32e1386b8e", "contents": [ { "namespace": "Volo.Docs.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Domain.Shared", + "namespace": "Volo.Docs", + "name": "DocsDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationAbstractionsModule" + } + ], "contentType": "abpModule", - "name": "DocsAdminApplicationContractsModule" + "name": "DocsAdminApplicationContractsModule", + "summary": null }, { "displayName": "Projects", "isEnabled": true, "contentType": "permission", - "name": "Docs.Admin.Projects" + "name": "Docs.Admin.Projects", + "summary": null }, { "displayName": "Edit", "isEnabled": true, "contentType": "permission", - "name": "Docs.Admin.Projects.Update" + "name": "Docs.Admin.Projects.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "Docs.Admin.Projects.Delete" + "name": "Docs.Admin.Projects.Delete", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "Docs.Admin.Projects.Create" + "name": "Docs.Admin.Projects.Create", + "summary": null }, { "displayName": "Documents", "isEnabled": true, "contentType": "permission", - "name": "Docs.Admin.Documents" + "name": "Docs.Admin.Documents", + "summary": null } ] } \ No newline at end of file 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 a316aaf8ac..b3c469f9a1 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,11 +1,24 @@ { "name": "Volo.Docs.Admin.HttpApi.Client", - "hash": "b89a21854479861a94321c9b9b14c1ef", + "hash": "b5e9b4c1ee56bf2c2eae9a4762e73393", "contents": [ { "namespace": "Volo.Docs.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", + "namespace": "Volo.Docs.Admin", + "name": "DocsAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "DocsAdminHttpApiClientModule" + "name": "DocsAdminHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 99183af528..05fc6d396a 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,11 +1,24 @@ { "name": "Volo.Docs.Admin.HttpApi", - "hash": "2ce1eb9b94903de99e5e94c61fecd09d", + "hash": "fe772fd289de167d1d3d92bc6cf99e6b", "contents": [ { "namespace": "Volo.Docs.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", + "namespace": "Volo.Docs.Admin", + "name": "DocsAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "DocsAdminHttpApiModule" + "name": "DocsAdminHttpApiModule", + "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 e4f8fe301f..72e92c7edd 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,11 +1,24 @@ { "name": "Volo.Docs.Admin.Web", - "hash": "9bf873547c3d7a73d22281db34ccb755", + "hash": "90299a8fb6aa0640e7813d4b997c9db2", "contents": [ { "namespace": "Volo.Docs.Admin", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Admin.Application.Contracts", + "namespace": "Volo.Docs.Admin", + "name": "DocsAdminApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + } + ], "contentType": "abpModule", - "name": "DocsAdminWebModule" + "name": "DocsAdminWebModule", + "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 abcf0ea811..487ed9248d 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,11 +1,24 @@ { "name": "Volo.Docs.Application.Contracts", - "hash": "262e4f1684408074bc48fd8b516291ac", + "hash": "a11e233ee6ba4da49b006d06304e978c", "contents": [ { "namespace": "Volo.Docs", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Domain.Shared", + "namespace": "Volo.Docs", + "name": "DocsDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "DocsApplicationContractsModule" + "name": "DocsApplicationContractsModule", + "summary": null } ] } \ No newline at end of file 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 1f88d13232..6717780bbf 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,11 +1,19 @@ { "name": "Volo.Docs.Domain.Shared", - "hash": "55aba204a9318469c1df9a9a68a29f86", + "hash": "11fea0ef365f826fafaf038018ac1838", "contents": [ { "namespace": "Volo.Docs", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Localization", + "namespace": "Volo.Abp.Localization", + "name": "AbpLocalizationModule" + } + ], "contentType": "abpModule", - "name": "DocsDomainSharedModule" + "name": "DocsDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 9ce6b08aa0..8b0aad14b9 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,11 +1,24 @@ { "name": "Volo.Docs.EntityFrameworkCore", - "hash": "8f4f450885d4dfe7da4ab5b6c7a436de", + "hash": "63485c5a92b3e5a01a8ee60f9ede5629", "contents": [ { "namespace": "Volo.Docs.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Domain", + "namespace": "Volo.Docs", + "name": "DocsDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "DocsEntityFrameworkCoreModule" + "name": "DocsEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Docs.EntityFrameworkCore", @@ -14,21 +27,25 @@ { "entityFullName": "Volo.Docs.Documents.Document", "contentType": "databaseTable", - "name": "DocsDocuments" + "name": "DocsDocuments", + "summary": null }, { "entityFullName": "Volo.Docs.Documents.DocumentContributor", "contentType": "databaseTable", - "name": "DocsDocumentContributors" + "name": "DocsDocumentContributors", + "summary": null }, { "entityFullName": "Volo.Docs.Projects.Project", "contentType": "databaseTable", - "name": "DocsProjects" + "name": "DocsProjects", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "DocsDbContext" + "name": "DocsDbContext", + "summary": null } ] } \ No newline at end of file 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 0ba065deda..48b37ee78c 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,11 +1,24 @@ { "name": "Volo.Docs.HttpApi.Client", - "hash": "50c3210eb30ae0ec2be506452e76e304", + "hash": "3fe2547f3268a4151ccc5448f918ec7d", "contents": [ { "namespace": "Volo.Docs", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Application.Contracts", + "namespace": "Volo.Docs", + "name": "DocsApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "DocsHttpApiClientModule" + "name": "DocsHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 93f4d884f4..3e3d2f40e0 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,11 +1,24 @@ { "name": "Volo.Docs.HttpApi", - "hash": "182385cfe2cc437b662822257d7e78c7", + "hash": "54ac44b93fe2ee96458e0c12cfdc2d66", "contents": [ { "namespace": "Volo.Docs", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Application.Contracts", + "namespace": "Volo.Docs", + "name": "DocsApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "DocsHttpApiModule" + "name": "DocsHttpApiModule", + "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 73c0434d13..422e6731ac 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,29 +1,45 @@ { "name": "Volo.Docs.MongoDB", - "hash": "a3746fbf103117f78e369dded9a6c7b0", + "hash": "b3e0c3ca3b5b4a012f85a5a7213683f1", "contents": [ { "namespace": "Volo.Docs.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Domain", + "namespace": "Volo.Docs", + "name": "DocsDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "DocsMongoDbModule" + "name": "DocsMongoDbModule", + "summary": null }, { "namespace": "Volo.Docs.MongoDB", "connectionStringName": "Docs", "databaseCollections": [ { - "entityFullName": "Volo.Docs.Projects.Project", + "entityFullName": "Volo.Docs.Documents.Document", "contentType": "databaseCollection", - "name": "DocsProjects" + "name": "DocsDocumentS", + "summary": null }, { - "entityFullName": "Volo.Docs.Documents.Document", + "entityFullName": "Volo.Docs.Projects.Project", "contentType": "databaseCollection", - "name": "DocsDocumentS" + "name": "DocsProjects", + "summary": null } ], "contentType": "mongoDbContext", - "name": "DocsMongoDbContext" + "name": "DocsMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 4806c71b20..44bd0c3c5a 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,11 +1,44 @@ { "name": "Volo.Docs.Web", - "hash": "774b48775ac310eea144c8a3182a56b2", + "hash": "36efd01c7d37da50fdf878a2e48ceb3e", "contents": [ { "namespace": "Volo.Docs", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Docs.Application.Contracts", + "namespace": "Volo.Docs", + "name": "DocsApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Packages", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Packages", + "name": "AbpAspNetCoreMvcUiPackagesModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bundling", + "name": "AbpAspNetCoreMvcUiBundlingModule" + } + ], "contentType": "abpModule", - "name": "DocsWebModule" + "name": "DocsWebModule", + "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 9b3e134119..42cbdad1b9 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,17 +1,41 @@ { "name": "Volo.Abp.FeatureManagement.Application.Contracts", - "hash": "d438aa348fe9ac8c5a4ee759a8b850da", + "hash": "3868288c16b0205199b545969981c86d", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain.Shared", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationAbstractionsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Json", + "namespace": "Volo.Abp.Json", + "name": "AbpJsonModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementApplicationContractsModule" + "name": "AbpFeatureManagementApplicationContractsModule", + "summary": null }, { "displayName": "Manage Host features", "isEnabled": true, "contentType": "permission", - "name": "FeatureManagement.ManageHostFeatures" + "name": "FeatureManagement.ManageHostFeatures", + "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 adccde52df..48d1db7a31 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,11 +1,19 @@ { "name": "Volo.Abp.FeatureManagement.Domain.Shared", - "hash": "5a921dc2b9bbd17f772d55246647db55", + "hash": "0b1d16f0ae6241d0ed136af759e409e4", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementDomainSharedModule" + "name": "AbpFeatureManagementDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 0782f662ae..779df1ae84 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,11 +1,24 @@ { "name": "Volo.Abp.FeatureManagement.EntityFrameworkCore", - "hash": "cc5257a0b2c407388aebb23e5dc96ee0", + "hash": "b0c908c44aaf0d22ce27a410ebbcabfc", "contents": [ { "namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementEntityFrameworkCoreModule" + "name": "AbpFeatureManagementEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.FeatureManagement.EntityFrameworkCore", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.FeatureManagement.FeatureValue", "contentType": "databaseTable", - "name": "AbpFeatureValues" + "name": "AbpFeatureValues", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "FeatureManagementDbContext" + "name": "FeatureManagementDbContext", + "summary": null } ] } \ No newline at end of file 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 12e113712a..fb618c0ea9 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,11 +1,24 @@ { "name": "Volo.Abp.FeatureManagement.HttpApi.Client", - "hash": "e93ac980bcfa0fbbd2f42f6f34157643", + "hash": "18f3421737cb50bacb0d2952714ff595", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Application.Contracts", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementHttpApiClientModule" + "name": "AbpFeatureManagementHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 a390b349d4..237bf9fc8f 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,11 +1,24 @@ { "name": "Volo.Abp.FeatureManagement.HttpApi", - "hash": "9381d1bc9af6ab1460dd76c79547e1e9", + "hash": "1f51a6839eec0b582c81c936edded5bc", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Application.Contracts", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementHttpApiModule" + "name": "AbpFeatureManagementHttpApiModule", + "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 49307d21e2..95ae25d8ff 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,11 +1,24 @@ { "name": "Volo.Abp.FeatureManagement.MongoDB", - "hash": "d194c87394a1950dcb728d610fba38af", + "hash": "b92a316974f4ff80da2f801653c0b20e", "contents": [ { "namespace": "Volo.Abp.FeatureManagement.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Domain", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementMongoDbModule" + "name": "AbpFeatureManagementMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.FeatureManagement.MongoDB", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.FeatureManagement.FeatureValue", "contentType": "databaseCollection", - "name": "AbpFeatureValues" + "name": "AbpFeatureValues", + "summary": null } ], "contentType": "mongoDbContext", - "name": "FeatureManagementMongoDbContext" + "name": "FeatureManagementMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 a07c88cc2a..21bc16b950 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,11 +1,24 @@ { "name": "Volo.Abp.FeatureManagement.Web", - "hash": "970dcffc6a95ca8c5d403796f1e03ffa", + "hash": "f0f27e6fca85a62555753032ed6b29a1", "contents": [ { "namespace": "Volo.Abp.FeatureManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Application.Contracts", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + } + ], "contentType": "abpModule", - "name": "AbpFeatureManagementWebModule" + "name": "AbpFeatureManagementWebModule", + "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 97bd423fe6..91b0ba7c69 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 @@ -1,77 +1,111 @@ { "name": "Volo.Abp.Identity.Application.Contracts", - "hash": "34252fd920a045fc04c43ed2e9b9a5e9", + "hash": "3331dbcdac1e99a2b06863dd7c53c9e8", "contents": [ { "namespace": "Volo.Abp.Identity", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Domain.Shared", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.Abstractions", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersAbstractionModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationContractsModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityApplicationContractsModule" + "name": "AbpIdentityApplicationContractsModule", + "summary": null }, { "displayName": "Role management", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Roles" + "name": "AbpIdentity.Roles", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Roles.Create" + "name": "AbpIdentity.Roles.Create", + "summary": null }, { "displayName": "Edit", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Roles.Update" + "name": "AbpIdentity.Roles.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Roles.Delete" + "name": "AbpIdentity.Roles.Delete", + "summary": null }, { "displayName": "Change permissions", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Roles.ManagePermissions" + "name": "AbpIdentity.Roles.ManagePermissions", + "summary": null }, { "displayName": "User management", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Users" + "name": "AbpIdentity.Users", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Users.Create" + "name": "AbpIdentity.Users.Create", + "summary": null }, { "displayName": "Edit", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Users.Update" + "name": "AbpIdentity.Users.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Users.Delete" + "name": "AbpIdentity.Users.Delete", + "summary": null }, { "displayName": "Change permissions", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.Users.ManagePermissions" + "name": "AbpIdentity.Users.ManagePermissions", + "summary": null }, { "displayName": "User lookup", "isEnabled": true, "contentType": "permission", - "name": "AbpIdentity.UserLookup" + "name": "AbpIdentity.UserLookup", + "summary": null } ] } \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.abppkg.analyze.json new file mode 100644 index 0000000000..e4c577e123 --- /dev/null +++ b/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.abppkg.analyze.json @@ -0,0 +1,19 @@ +{ + "name": "Volo.Abp.Identity.AspNetCore", + "hash": "870d53856b4363d4dcb02a185d4097c0", + "contents": [ + { + "namespace": "Volo.Abp.Identity.AspNetCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Domain", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityDomainModule" + } + ], + "contentType": "abpModule", + "name": "AbpIdentityAspNetCoreModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.analyze.json index 274ccebb1c..d0bb1e0937 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.analyze.json @@ -1,11 +1,29 @@ { "name": "Volo.Abp.Identity.Domain.Shared", - "hash": "8483bba8a84d052fe31e3d494ca190d9", + "hash": "8404cd38a23110aa755c95ea14b5378a", "contents": [ { "namespace": "Volo.Abp.Identity", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Users.Domain.Shared", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Features", + "namespace": "Volo.Abp.Features", + "name": "AbpFeaturesModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityDomainSharedModule" + "name": "AbpIdentityDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 28f5ce4feb..ed461c098f 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 @@ -1,11 +1,24 @@ { "name": "Volo.Abp.Identity.EntityFrameworkCore", - "hash": "a7ed00412f00238de041a53dafee4e7b", + "hash": "aa9e206db43b005a33e3401b8f62c99b", "contents": [ { "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Domain", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.EntityFrameworkCore", + "namespace": "Volo.Abp.Users.EntityFrameworkCore", + "name": "AbpUsersEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityEntityFrameworkCoreModule" + "name": "AbpIdentityEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.Identity.EntityFrameworkCore", @@ -14,71 +27,85 @@ { "entityFullName": "Volo.Abp.Identity.IdentityClaimType", "contentType": "databaseTable", - "name": "AbpClaimTypes" + "name": "AbpClaimTypes", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityLinkUser", "contentType": "databaseTable", - "name": "AbpLinkUsers" + "name": "AbpLinkUsers", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityRole", "contentType": "databaseTable", - "name": "AbpRoles" + "name": "AbpRoles", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityRoleClaim", "contentType": "databaseTable", - "name": "AbpRoleClaims" + "name": "AbpRoleClaims", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentitySecurityLog", "contentType": "databaseTable", - "name": "AbpSecurityLogs" + "name": "AbpSecurityLogs", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUser", "contentType": "databaseTable", - "name": "AbpUsers" + "name": "AbpUsers", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUserClaim", "contentType": "databaseTable", - "name": "AbpUserClaims" + "name": "AbpUserClaims", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUserLogin", "contentType": "databaseTable", - "name": "AbpUserLogins" + "name": "AbpUserLogins", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUserOrganizationUnit", "contentType": "databaseTable", - "name": "AbpUserOrganizationUnits" + "name": "AbpUserOrganizationUnits", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUserRole", "contentType": "databaseTable", - "name": "AbpUserRoles" + "name": "AbpUserRoles", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUserToken", "contentType": "databaseTable", - "name": "AbpUserTokens" + "name": "AbpUserTokens", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.OrganizationUnit", "contentType": "databaseTable", - "name": "AbpOrganizationUnits" + "name": "AbpOrganizationUnits", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.OrganizationUnitRole", "contentType": "databaseTable", - "name": "AbpOrganizationUnitRoles" + "name": "AbpOrganizationUnitRoles", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "IdentityDbContext" + "name": "IdentityDbContext", + "summary": "Base class for the Entity Framework database context used for identity." } ] } \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.analyze.json index 2058f34dad..06f9efc8b6 100644 --- a/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.analyze.json @@ -1,11 +1,24 @@ { "name": "Volo.Abp.Identity.HttpApi.Client", - "hash": "ac3fa34231b6537af3334707e79c4773", + "hash": "1b7904d00ee22ec2aa4d5adc24fdc31e", "contents": [ { "namespace": "Volo.Abp.Identity", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Application.Contracts", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityHttpApiClientModule" + "name": "AbpIdentityHttpApiClientModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.analyze.json b/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.analyze.json index 796ab0beba..6b8b7fae67 100644 --- a/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.analyze.json +++ b/modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.analyze.json @@ -1,11 +1,24 @@ { "name": "Volo.Abp.Identity.HttpApi", - "hash": "5609d7197a88b2b61c75da1314ead391", + "hash": "0b367ffacfe35393eb7ae9dd71dfc858", "contents": [ { "namespace": "Volo.Abp.Identity", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Application.Contracts", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityHttpApiModule" + "name": "AbpIdentityHttpApiModule", + "summary": null } ] } \ No newline at end of file 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 b3282b59b5..f8ae1e1e1e 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 @@ -1,11 +1,24 @@ { "name": "Volo.Abp.Identity.MongoDB", - "hash": "1c65fcf4db723d3097f3312ea1e058cd", + "hash": "2f929094d44c574761b43466c6ee8a95", "contents": [ { "namespace": "Volo.Abp.Identity.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Domain", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.MongoDB", + "namespace": "Volo.Abp.Users.MongoDB", + "name": "AbpUsersMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityMongoDbModule" + "name": "AbpIdentityMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.Identity.MongoDB", @@ -14,36 +27,43 @@ { "entityFullName": "Volo.Abp.Identity.IdentitySecurityLog", "contentType": "databaseCollection", - "name": "AbpSecurityLogs" + "name": "AbpSecurityLogs", + "summary": null }, { - "entityFullName": "Volo.Abp.Identity.IdentityClaimType", + "entityFullName": "Volo.Abp.Identity.IdentityLinkUser", "contentType": "databaseCollection", - "name": "AbpClaimTypes" + "name": "AbpLinkUsers", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.OrganizationUnit", "contentType": "databaseCollection", - "name": "AbpOrganizationUnits" + "name": "AbpOrganizationUnits", + "summary": null }, { - "entityFullName": "Volo.Abp.Identity.IdentityLinkUser", + "entityFullName": "Volo.Abp.Identity.IdentityRole", "contentType": "databaseCollection", - "name": "AbpLinkUsers" + "name": "AbpRoles", + "summary": null }, { "entityFullName": "Volo.Abp.Identity.IdentityUser", "contentType": "databaseCollection", - "name": "AbpUsers" + "name": "AbpUsers", + "summary": null }, { - "entityFullName": "Volo.Abp.Identity.IdentityRole", + "entityFullName": "Volo.Abp.Identity.IdentityClaimType", "contentType": "databaseCollection", - "name": "AbpRoles" + "name": "AbpClaimTypes", + "summary": null } ], "contentType": "mongoDbContext", - "name": "AbpIdentityMongoDbContext" + "name": "AbpIdentityMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 683ad94fb0..66e4cc0c76 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 @@ -1,11 +1,34 @@ { "name": "Volo.Abp.Identity.Web", - "hash": "28144e19882c7781eaf09b39ce8a320b", + "hash": "cca5fb6d5c1fec023459661657ac5a13", "contents": [ { "namespace": "Volo.Abp.Identity.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Application.Contracts", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Web", + "namespace": "Volo.Abp.PermissionManagement.Web", + "name": "AbpPermissionManagementWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityWebModule" + "name": "AbpIdentityWebModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.abppkg.analyze.json b/modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.abppkg.analyze.json new file mode 100644 index 0000000000..d1c6084e33 --- /dev/null +++ b/modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.PermissionManagement.Domain.Identity", + "hash": "2ec431e7851f5433eaa0eb59f7f5e192", + "contents": [ + { + "namespace": "Volo.Abp.PermissionManagement.Identity", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Identity.Domain.Shared", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementDomainModule" + } + ], + "contentType": "abpModule", + "name": "AbpPermissionManagementDomainIdentityModule", + "summary": null + } + ] +} \ No newline at end of file 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 788034b4bb..fbfb28a06f 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,11 +1,19 @@ { "name": "Volo.Abp.IdentityServer.Domain.Shared", - "hash": "f6854c52bc731d064b0d610f14a941c7", + "hash": "fcc3fe4ac692cebaf6e4d7a8454424aa", "contents": [ { "namespace": "Volo.Abp.IdentityServer", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityServerDomainSharedModule" + "name": "AbpIdentityServerDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 cb22433d05..4c4ea908db 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,11 +1,24 @@ { "name": "Volo.Abp.IdentityServer.EntityFrameworkCore", - "hash": "318cb62a76fa2873fa488ccea5bfc666", + "hash": "763b619b40e5d77f359aeaf570bd7ea2", "contents": [ { "namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.IdentityServer.Domain", + "namespace": "Volo.Abp.IdentityServer", + "name": "AbpIdentityServerDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityServerEntityFrameworkCoreModule" + "name": "AbpIdentityServerEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.IdentityServer.EntityFrameworkCore", @@ -14,121 +27,145 @@ { "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResource", "contentType": "databaseTable", - "name": "IdentityServerApiResources" + "name": "IdentityServerApiResources", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceClaim", "contentType": "databaseTable", - "name": "IdentityServerApiResourceClaims" + "name": "IdentityServerApiResourceClaims", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceProperty", "contentType": "databaseTable", - "name": "IdentityServerApiResourceProperties" + "name": "IdentityServerApiResourceProperties", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceScope", "contentType": "databaseTable", - "name": "IdentityServerApiResourceScopes" + "name": "IdentityServerApiResourceScopes", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResourceSecret", "contentType": "databaseTable", - "name": "IdentityServerApiResourceSecrets" + "name": "IdentityServerApiResourceSecrets", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScope", "contentType": "databaseTable", - "name": "IdentityServerApiScopes" + "name": "IdentityServerApiScopes", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScopeClaim", "contentType": "databaseTable", - "name": "IdentityServerApiScopeClaims" + "name": "IdentityServerApiScopeClaims", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScopeProperty", "contentType": "databaseTable", - "name": "IdentityServerApiScopeProperties" + "name": "IdentityServerApiScopeProperties", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.Client", "contentType": "databaseTable", - "name": "IdentityServerClients" + "name": "IdentityServerClients", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientClaim", "contentType": "databaseTable", - "name": "IdentityServerClientClaims" + "name": "IdentityServerClientClaims", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientCorsOrigin", "contentType": "databaseTable", - "name": "IdentityServerClientCorsOrigins" + "name": "IdentityServerClientCorsOrigins", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientGrantType", "contentType": "databaseTable", - "name": "IdentityServerClientGrantTypes" + "name": "IdentityServerClientGrantTypes", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientIdPRestriction", "contentType": "databaseTable", - "name": "IdentityServerClientIdPRestrictions" + "name": "IdentityServerClientIdPRestrictions", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientPostLogoutRedirectUri", "contentType": "databaseTable", - "name": "IdentityServerClientPostLogoutRedirectUris" + "name": "IdentityServerClientPostLogoutRedirectUris", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientProperty", "contentType": "databaseTable", - "name": "IdentityServerClientProperties" + "name": "IdentityServerClientProperties", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientRedirectUri", "contentType": "databaseTable", - "name": "IdentityServerClientRedirectUris" + "name": "IdentityServerClientRedirectUris", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientScope", "contentType": "databaseTable", - "name": "IdentityServerClientScopes" + "name": "IdentityServerClientScopes", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Clients.ClientSecret", "contentType": "databaseTable", - "name": "IdentityServerClientSecrets" + "name": "IdentityServerClientSecrets", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Devices.DeviceFlowCodes", "contentType": "databaseTable", - "name": "IdentityServerDeviceFlowCodes" + "name": "IdentityServerDeviceFlowCodes", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.Grants.PersistedGrant", "contentType": "databaseTable", - "name": "IdentityServerPersistedGrants" + "name": "IdentityServerPersistedGrants", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResource", "contentType": "databaseTable", - "name": "IdentityServerIdentityResources" + "name": "IdentityServerIdentityResources", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResourceClaim", "contentType": "databaseTable", - "name": "IdentityServerIdentityResourceClaims" + "name": "IdentityServerIdentityResourceClaims", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResourceProperty", "contentType": "databaseTable", - "name": "IdentityServerIdentityResourceProperties" + "name": "IdentityServerIdentityResourceProperties", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "IdentityServerDbContext" + "name": "IdentityServerDbContext", + "summary": null } ] } \ No newline at end of file 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 7e8d5605d4..917f1ea1d4 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,49 +1,69 @@ { "name": "Volo.Abp.IdentityServer.MongoDB", - "hash": "021e08c97b6f93ee8ef4afe4dcd4c490", + "hash": "d706438357416f2b893375ecafdeabba", "contents": [ { "namespace": "Volo.Abp.IdentityServer.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.IdentityServer.Domain", + "namespace": "Volo.Abp.IdentityServer", + "name": "AbpIdentityServerDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpIdentityServerMongoDbModule" + "name": "AbpIdentityServerMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.IdentityServer.MongoDB", "connectionStringName": "AbpIdentityServer", "databaseCollections": [ { - "entityFullName": "Volo.Abp.IdentityServer.Devices.DeviceFlowCodes", + "entityFullName": "Volo.Abp.IdentityServer.Clients.Client", "contentType": "databaseCollection", - "name": "IdentityServerDeviceFlowCodes" + "name": "IdentityServerClients", + "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScope", + "entityFullName": "Volo.Abp.IdentityServer.Grants.PersistedGrant", "contentType": "databaseCollection", - "name": "IdentityServerApiScopes" + "name": "IdentityServerPersistedGrants", + "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResource", + "entityFullName": "Volo.Abp.IdentityServer.Devices.DeviceFlowCodes", "contentType": "databaseCollection", - "name": "IdentityServerApiResources" + "name": "IdentityServerDeviceFlowCodes", + "summary": null }, { "entityFullName": "Volo.Abp.IdentityServer.IdentityResources.IdentityResource", "contentType": "databaseCollection", - "name": "IdentityServerIdentityResources" + "name": "IdentityServerIdentityResources", + "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.Grants.PersistedGrant", + "entityFullName": "Volo.Abp.IdentityServer.ApiResources.ApiResource", "contentType": "databaseCollection", - "name": "IdentityServerPersistedGrants" + "name": "IdentityServerApiResources", + "summary": null }, { - "entityFullName": "Volo.Abp.IdentityServer.Clients.Client", + "entityFullName": "Volo.Abp.IdentityServer.ApiScopes.ApiScope", "contentType": "databaseCollection", - "name": "IdentityServerClients" + "name": "IdentityServerApiScopes", + "summary": null } ], "contentType": "mongoDbContext", - "name": "AbpIdentityServerMongoDbContext" + "name": "AbpIdentityServerMongoDbContext", + "summary": null } ] } \ No newline at end of file diff --git a/modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo.Abp.PermissionManagement.Domain.IdentityServer.abppkg.analyze.json b/modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo.Abp.PermissionManagement.Domain.IdentityServer.abppkg.analyze.json new file mode 100644 index 0000000000..00fa7760e0 --- /dev/null +++ b/modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo.Abp.PermissionManagement.Domain.IdentityServer.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.PermissionManagement.Domain.IdentityServer", + "hash": "133ce3b2768e0e747ecd128db71aeaa7", + "contents": [ + { + "namespace": "Volo.Abp.PermissionManagement.IdentityServer", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.IdentityServer.Domain.Shared", + "namespace": "Volo.Abp.IdentityServer", + "name": "AbpIdentityServerDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementDomainModule" + } + ], + "contentType": "abpModule", + "name": "AbpPermissionManagementDomainIdentityServerModule", + "summary": null + } + ] +} \ No newline at end of file diff --git a/modules/openiddict/app/OpenIddict.Demo.Server/package.json b/modules/openiddict/app/OpenIddict.Demo.Server/package.json index 768676f8f0..36923e0e3d 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": "~6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "~6.0.0-rc.5" } } diff --git a/modules/openiddict/app/angular/package.json b/modules/openiddict/app/angular/package.json index 55a636654c..1c266cf036 100644 --- a/modules/openiddict/app/angular/package.json +++ b/modules/openiddict/app/angular/package.json @@ -12,14 +12,14 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~6.0.0-rc.4", - "@abp/ng.components": "~6.0.0-rc.4", - "@abp/ng.core": "~6.0.0-rc.4", - "@abp/ng.identity": "~6.0.0-rc.4", - "@abp/ng.setting-management": "~6.0.0-rc.4", - "@abp/ng.tenant-management": "~6.0.0-rc.4", - "@abp/ng.theme.basic": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.account": "~6.0.0-rc.5", + "@abp/ng.components": "~6.0.0-rc.5", + "@abp/ng.core": "~6.0.0-rc.5", + "@abp/ng.identity": "~6.0.0-rc.5", + "@abp/ng.setting-management": "~6.0.0-rc.5", + "@abp/ng.tenant-management": "~6.0.0-rc.5", + "@abp/ng.theme.basic": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "@angular/animations": "~13.1.1", "@angular/common": "~13.1.1", "@angular/compiler": "~13.1.1", @@ -34,7 +34,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~6.0.0-rc.4", + "@abp/ng.schematics": "~6.0.0-rc.5", "@angular-devkit/build-angular": "~13.1.2", "@angular-eslint/builder": "~13.0.1", "@angular-eslint/eslint-plugin": "~13.0.1", diff --git a/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo.Abp.OpenIddict.AspNetCore.abppkg.analyze.json b/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo.Abp.OpenIddict.AspNetCore.abppkg.analyze.json new file mode 100644 index 0000000000..06f38da836 --- /dev/null +++ b/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo.Abp.OpenIddict.AspNetCore.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.Abp.OpenIddict.AspNetCore", + "hash": "fdd1791528a18e6be51a6f02351ba46b", + "contents": [ + { + "namespace": "Volo.Abp.OpenIddict", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.MultiTenancy", + "namespace": "Volo.Abp.AspNetCore.MultiTenancy", + "name": "AbpAspNetCoreMultiTenancyModule" + }, + { + "declaringAssemblyName": "Volo.Abp.OpenIddict.Domain", + "namespace": "Volo.Abp.OpenIddict", + "name": "AbpOpenIddictDomainModule" + } + ], + "contentType": "abpModule", + "name": "AbpOpenIddictAspNetCoreModule", + "summary": null + } + ] +} \ No newline at end of file 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 deea8cbf36..9ce5bd3748 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,11 +1,19 @@ { "name": "Volo.Abp.OpenIddict.Domain.Shared", - "hash": "bc60e65998f3b40d6651cf0a0a08a84c", + "hash": "eff1a36082acc3bbcc13a8214cfea450", "contents": [ { "namespace": "Volo.Abp.OpenIddict", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "AbpOpenIddictDomainSharedModule" + "name": "AbpOpenIddictDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 a769a2edd2..1e634e7104 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,11 +1,24 @@ { "name": "Volo.Abp.OpenIddict.EntityFrameworkCore", - "hash": "437e716bcba4d2364e711dac86cda9f6", + "hash": "2226674b72bb55431be9d7bf65754251", "contents": [ { "namespace": "Volo.Abp.OpenIddict.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.OpenIddict.Domain", + "namespace": "Volo.Abp.OpenIddict", + "name": "AbpOpenIddictDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpOpenIddictEntityFrameworkCoreModule" + "name": "AbpOpenIddictEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.OpenIddict.EntityFrameworkCore", @@ -14,26 +27,31 @@ { "entityFullName": "Volo.Abp.OpenIddict.Applications.OpenIddictApplication", "contentType": "databaseTable", - "name": "OpenIddictApplications" + "name": "OpenIddictApplications", + "summary": null }, { "entityFullName": "Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", "contentType": "databaseTable", - "name": "OpenIddictAuthorizations" + "name": "OpenIddictAuthorizations", + "summary": null }, { "entityFullName": "Volo.Abp.OpenIddict.Scopes.OpenIddictScope", "contentType": "databaseTable", - "name": "OpenIddictScopes" + "name": "OpenIddictScopes", + "summary": null }, { "entityFullName": "Volo.Abp.OpenIddict.Tokens.OpenIddictToken", "contentType": "databaseTable", - "name": "OpenIddictTokens" + "name": "OpenIddictTokens", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "OpenIddictDbContext" + "name": "OpenIddictDbContext", + "summary": null } ] } \ No newline at end of file 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 f88d27215e..88569b68da 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,39 +1,57 @@ { "name": "Volo.Abp.OpenIddict.MongoDB", - "hash": "9306b0570c535c0a4124afc3181e8313", + "hash": "10914ee605b1792636273b20222dde78", "contents": [ { "namespace": "Volo.Abp.OpenIddict.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.OpenIddict.Domain", + "namespace": "Volo.Abp.OpenIddict", + "name": "AbpOpenIddictDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpOpenIddictMongoDbModule" + "name": "AbpOpenIddictMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.OpenIddict.MongoDB", "connectionStringName": "AbpOpenIddict", "databaseCollections": [ { - "entityFullName": "Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", + "entityFullName": "Volo.Abp.OpenIddict.Tokens.OpenIddictToken", "contentType": "databaseCollection", - "name": "OpenIddictAuthorizations" + "name": "OpenIddictTokens", + "summary": null }, { "entityFullName": "Volo.Abp.OpenIddict.Applications.OpenIddictApplication", "contentType": "databaseCollection", - "name": "OpenIddictApplications" + "name": "OpenIddictApplications", + "summary": null }, { - "entityFullName": "Volo.Abp.OpenIddict.Tokens.OpenIddictToken", + "entityFullName": "Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", "contentType": "databaseCollection", - "name": "OpenIddictTokens" + "name": "OpenIddictAuthorizations", + "summary": null }, { "entityFullName": "Volo.Abp.OpenIddict.Scopes.OpenIddictScope", "contentType": "databaseCollection", - "name": "OpenIddictScopes" + "name": "OpenIddictScopes", + "summary": null } ], "contentType": "mongoDbContext", - "name": "OpenIddictMongoDbContext" + "name": "OpenIddictMongoDbContext", + "summary": null } ] } \ No newline at end of file diff --git a/modules/openiddict/src/Volo.Abp.PermissionManagement.Domain.OpenIddict/Volo.Abp.PermissionManagement.Domain.OpenIddict.abppkg.analyze.json b/modules/openiddict/src/Volo.Abp.PermissionManagement.Domain.OpenIddict/Volo.Abp.PermissionManagement.Domain.OpenIddict.abppkg.analyze.json new file mode 100644 index 0000000000..4f8f7d4a26 --- /dev/null +++ b/modules/openiddict/src/Volo.Abp.PermissionManagement.Domain.OpenIddict/Volo.Abp.PermissionManagement.Domain.OpenIddict.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.PermissionManagement.Domain.OpenIddict", + "hash": "d3fe677ad0f8a894662daadc708d4315", + "contents": [ + { + "namespace": "Volo.Abp.PermissionManagement.OpenIddict", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.OpenIddict.Domain.Shared", + "namespace": "Volo.Abp.OpenIddict", + "name": "AbpOpenIddictDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementDomainModule" + } + ], + "contentType": "abpModule", + "name": "AbpPermissionManagementDomainOpenIddictModule", + "summary": null + } + ] +} \ No newline at end of file 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 1d93fdf421..5ab863419b 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,11 +1,29 @@ { "name": "Volo.Abp.PermissionManagement.Application.Contracts", - "hash": "761a407cfc112e2c648d5c5cf50064e4", + "hash": "f12a86be092fe03d2aec799711a66b75", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Shared", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationAbstractionsModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementApplicationContractsModule" + "name": "AbpPermissionManagementApplicationContractsModule", + "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 f0ad0cedd4..7b29457628 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,11 +1,19 @@ { "name": "Volo.Abp.PermissionManagement.Domain.Shared", - "hash": "ef0b0405da04433da55a8a4bb09bcfc6", + "hash": "28de95a10c2c2c183627a7d140ae6b06", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementDomainSharedModule" + "name": "AbpPermissionManagementDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 caf446b3f3..6aff1e3263 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,11 +1,24 @@ { "name": "Volo.Abp.PermissionManagement.EntityFrameworkCore", - "hash": "9135b32df96ebabe2b2ab7710c087a20", + "hash": "158bada22a6098bb78bb152a587b828d", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementEntityFrameworkCoreModule" + "name": "AbpPermissionManagementEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.PermissionManagement.PermissionGrant", "contentType": "databaseTable", - "name": "AbpPermissionGrants" + "name": "AbpPermissionGrants", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "PermissionManagementDbContext" + "name": "PermissionManagementDbContext", + "summary": null } ] } \ No newline at end of file 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 38e0e9e284..f5d25f4272 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,11 +1,24 @@ { "name": "Volo.Abp.PermissionManagement.HttpApi.Client", - "hash": "1b9f52d21ca5d9c7e6f7662ccc27b7c3", + "hash": "f2fb11615654c51243da859515cffebc", "contents": [ { "namespace": "Volo.Abp.PermissionManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementHttpApiClientModule" + "name": "AbpPermissionManagementHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 083e081b61..0ecc7619ed 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,11 +1,24 @@ { "name": "Volo.Abp.PermissionManagement.HttpApi", - "hash": "2eac8fbb963e8043e3a860f91b2299d9", + "hash": "77e663ce97e295ee21c675c923d671b7", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.HttpApi", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementHttpApiModule" + "name": "AbpPermissionManagementHttpApiModule", + "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 716bb1da98..de52196a1e 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,11 +1,24 @@ { "name": "Volo.Abp.PermissionManagement.MongoDB", - "hash": "7baac61b4f919f381459d4d7e606c7b9", + "hash": "9d40ad491027e78c1d2eeed30282cc1d", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementMongoDbModule" + "name": "AbpPermissionManagementMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.PermissionManagement.MongoDB", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.PermissionManagement.PermissionGrant", "contentType": "databaseCollection", - "name": "AbpPermissionGrants" + "name": "AbpPermissionGrants", + "summary": null } ], "contentType": "mongoDbContext", - "name": "PermissionManagementMongoDbContext" + "name": "PermissionManagementMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 964e43381c..a4b39939a6 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,11 +1,29 @@ { "name": "Volo.Abp.PermissionManagement.Web", - "hash": "ba550bdb16d700b630bdc042b35b084d", + "hash": "3ae643c6cd0c22484b25ceb3a1978717", "contents": [ { "namespace": "Volo.Abp.PermissionManagement.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application.Contracts", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + } + ], "contentType": "abpModule", - "name": "AbpPermissionManagementWebModule" + "name": "AbpPermissionManagementWebModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/Volo.Abp.SettingManagement.DemoApp.abppkg.analyze.json b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/Volo.Abp.SettingManagement.DemoApp.abppkg.analyze.json new file mode 100644 index 0000000000..9cf4eda5d7 --- /dev/null +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/Volo.Abp.SettingManagement.DemoApp.abppkg.analyze.json @@ -0,0 +1,104 @@ +{ + "name": "Volo.Abp.SettingManagement.DemoApp", + "hash": "2a06154395e282c4784f52b3923d1fcb", + "contents": [ + { + "namespace": "Volo.Abp.SettingManagement.DemoApp", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Web", + "namespace": "Volo.Abp.SettingManagement.Web", + "name": "AbpSettingManagementWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.HttpApi", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.Web", + "namespace": "Volo.Abp.Account.Web", + "name": "AbpAccountWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.Application", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Account.HttpApi", + "namespace": "Volo.Abp.Account", + "name": "AbpAccountHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore.SqlServer", + "namespace": "Volo.Abp.EntityFrameworkCore.SqlServer", + "name": "AbpEntityFrameworkCoreSqlServerModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "name": "AbpSettingManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "namespace": "Volo.Abp.PermissionManagement.EntityFrameworkCore", + "name": "AbpPermissionManagementEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Application", + "namespace": "Volo.Abp.PermissionManagement", + "name": "AbpPermissionManagementApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.HttpApi", + "namespace": "Volo.Abp.PermissionManagement.HttpApi", + "name": "AbpPermissionManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.Web", + "namespace": "Volo.Abp.Identity.Web", + "name": "AbpIdentityWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.Application", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityApplicationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.HttpApi", + "namespace": "Volo.Abp.Identity", + "name": "AbpIdentityHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Identity.EntityFrameworkCore", + "namespace": "Volo.Abp.Identity.EntityFrameworkCore", + "name": "AbpIdentityEntityFrameworkCoreModule" + }, + { + "declaringAssemblyName": "Volo.Abp.PermissionManagement.Domain.Identity", + "namespace": "Volo.Abp.PermissionManagement.Identity", + "name": "AbpPermissionManagementDomainIdentityModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + } + ], + "contentType": "abpModule", + "name": "DemoAppModule", + "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 3878b0045a..c94821f48a 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } } 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 e7ce3574f0..e9a4e0ce7e 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock @@ -2,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,144 +41,144 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.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 28f7446ceb..491f280315 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,17 +1,43 @@ { "name": "Volo.Abp.SettingManagement.Application.Contracts", - "hash": "24dd7c23d21cea495b5958069e3f3643", + "hash": "c59ff634dc7337d4773e658755f7cb8f", "contents": [ { "namespace": "Volo.Abp.SettingManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Domain.Shared", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationAbstractionsModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementApplicationContractsModule" + "name": "AbpSettingManagementApplicationContractsModule", + "summary": null }, { "displayName": "Emailing", "isEnabled": true, "contentType": "permission", - "name": "SettingManagement.Emailing" + "name": "SettingManagement.Emailing", + "summary": null + }, + { + "displayName": "Emailing test", + "isEnabled": true, + "contentType": "permission", + "name": "SettingManagement.Emailing.Test", + "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 cd87f53194..42418b500c 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,11 +1,29 @@ { "name": "Volo.Abp.SettingManagement.Domain.Shared", - "hash": "02864f881f165fef01949fce1324f4ea", + "hash": "2c9c37d66e441f3a8688ceacea0e52e7", "contents": [ { "namespace": "Volo.Abp.SettingManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Localization", + "namespace": "Volo.Abp.Localization", + "name": "AbpLocalizationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Features", + "namespace": "Volo.Abp.Features", + "name": "AbpFeaturesModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementDomainSharedModule" + "name": "AbpSettingManagementDomainSharedModule", + "summary": null }, { "valueType": "ToggleStringValueType", @@ -15,7 +33,8 @@ "isAvailableToHost": true, "isVisibleToClients": true, "contentType": "feature", - "name": "SettingManagement.Enable" + "name": "SettingManagement.Enable", + "summary": null }, { "valueType": "ToggleStringValueType", @@ -25,7 +44,8 @@ "isAvailableToHost": false, "isVisibleToClients": true, "contentType": "feature", - "name": "SettingManagement.AllowChangingEmailSettings" + "name": "SettingManagement.AllowChangingEmailSettings", + "summary": null } ] } \ No newline at end of file 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 e119700c43..0781c80e46 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,11 +1,24 @@ { "name": "Volo.Abp.SettingManagement.EntityFrameworkCore", - "hash": "281c5814d423133456b6d0dc1b0b15f6", + "hash": "927963b1e9fc5655087170b3cc2185f0", "contents": [ { "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Domain", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementEntityFrameworkCoreModule" + "name": "AbpSettingManagementEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.SettingManagement.EntityFrameworkCore", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.SettingManagement.Setting", "contentType": "databaseTable", - "name": "AbpSettings" + "name": "AbpSettings", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "SettingManagementDbContext" + "name": "SettingManagementDbContext", + "summary": null } ] } \ No newline at end of file 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 685d83a4e2..eebd998715 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,11 +1,24 @@ { "name": "Volo.Abp.SettingManagement.HttpApi.Client", - "hash": "f10d64544023c35d3226a2306af07da9", + "hash": "1339b4f9d51092eaa531fceb55199ad6", "contents": [ { "namespace": "Volo.Abp.SettingManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application.Contracts", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementHttpApiClientModule" + "name": "AbpSettingManagementHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 83d896dbf5..e88798d7b3 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,11 +1,24 @@ { "name": "Volo.Abp.SettingManagement.HttpApi", - "hash": "59743dcbb13f1d2f74de5cd7b8c7a201", + "hash": "5c89e5f86520b917b894f88e1ac116e5", "contents": [ { "namespace": "Volo.Abp.SettingManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application.Contracts", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementHttpApiModule" + "name": "AbpSettingManagementHttpApiModule", + "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 f39b527779..2bfdf37c76 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,11 +1,24 @@ { "name": "Volo.Abp.SettingManagement.MongoDB", - "hash": "3076173a94ee80efbd13cc883cc6a156", + "hash": "1d033c797d559171795d47c0115ee292", "contents": [ { "namespace": "Volo.Abp.SettingManagement.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Domain", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementMongoDbModule" + "name": "AbpSettingManagementMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.SettingManagement.MongoDB", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.SettingManagement.Setting", "contentType": "databaseCollection", - "name": "AbpSettings" + "name": "AbpSettings", + "summary": null } ], "contentType": "mongoDbContext", - "name": "SettingManagementMongoDbContext" + "name": "SettingManagementMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 ed7adadfb8..998174fb0c 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,11 +1,34 @@ { "name": "Volo.Abp.SettingManagement.Web", - "hash": "b9a83b6936769cdbfb1b0fed8653d0d2", + "hash": "7bcafac2c61ebff1c61f8ec2bad1a1c6", "contents": [ { "namespace": "Volo.Abp.SettingManagement.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Application.Contracts", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.SettingManagement.Domain.Shared", + "namespace": "Volo.Abp.SettingManagement", + "name": "AbpSettingManagementDomainSharedModule" + } + ], "contentType": "abpModule", - "name": "AbpSettingManagementWebModule" + "name": "AbpSettingManagementWebModule", + "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 1887d8b71b..5fd57ae602 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,47 +1,71 @@ { "name": "Volo.Abp.TenantManagement.Application.Contracts", - "hash": "69c3349a2601f6ea9fe76ccd603203f7", + "hash": "452af0f3ecf21f9919552d72456e0b87", "contents": [ { "namespace": "Volo.Abp.TenantManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Ddd.Application.Contracts", + "namespace": "Volo.Abp.Application", + "name": "AbpDddApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Domain.Shared", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Authorization.Abstractions", + "namespace": "Volo.Abp.Authorization", + "name": "AbpAuthorizationAbstractionsModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementApplicationContractsModule" + "name": "AbpTenantManagementApplicationContractsModule", + "summary": null }, { "displayName": "Tenant management", "isEnabled": true, "contentType": "permission", - "name": "AbpTenantManagement.Tenants" + "name": "AbpTenantManagement.Tenants", + "summary": null }, { "displayName": "Create", "isEnabled": true, "contentType": "permission", - "name": "AbpTenantManagement.Tenants.Create" + "name": "AbpTenantManagement.Tenants.Create", + "summary": null }, { "displayName": "Edit", "isEnabled": true, "contentType": "permission", - "name": "AbpTenantManagement.Tenants.Update" + "name": "AbpTenantManagement.Tenants.Update", + "summary": null }, { "displayName": "Delete", "isEnabled": true, "contentType": "permission", - "name": "AbpTenantManagement.Tenants.Delete" + "name": "AbpTenantManagement.Tenants.Delete", + "summary": null }, { "displayName": "Manage features", "isEnabled": true, "contentType": "permission", - "name": "AbpTenantManagement.Tenants.ManageFeatures" + "name": "AbpTenantManagement.Tenants.ManageFeatures", + "summary": null }, { "displayName": "Manage connection strings", "isEnabled": true, "contentType": "permission", - "name": "AbpTenantManagement.Tenants.ManageConnectionStrings" + "name": "AbpTenantManagement.Tenants.ManageConnectionStrings", + "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 90d191d05b..83cbea9275 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,11 +1,19 @@ { "name": "Volo.Abp.TenantManagement.Domain.Shared", - "hash": "321266e827d59b7f3da4d631cc7f1b35", + "hash": "4c73e30cd5ad9164ffcc884dc7b7cb07", "contents": [ { "namespace": "Volo.Abp.TenantManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Validation", + "namespace": "Volo.Abp.Validation", + "name": "AbpValidationModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementDomainSharedModule" + "name": "AbpTenantManagementDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 9dcd2ceb40..51816869f5 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,11 +1,24 @@ { "name": "Volo.Abp.TenantManagement.EntityFrameworkCore", - "hash": "cc176b58ce26ec8ca281d7db5f8b55df", + "hash": "0e60340aaa83301d1dfbf40b21388f0a", "contents": [ { "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Domain", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementEntityFrameworkCoreModule" + "name": "AbpTenantManagementEntityFrameworkCoreModule", + "summary": null }, { "namespace": "Volo.Abp.TenantManagement.EntityFrameworkCore", @@ -14,16 +27,19 @@ { "entityFullName": "Volo.Abp.TenantManagement.Tenant", "contentType": "databaseTable", - "name": "AbpTenants" + "name": "AbpTenants", + "summary": null }, { "entityFullName": "Volo.Abp.TenantManagement.TenantConnectionString", "contentType": "databaseTable", - "name": "AbpTenantConnectionStrings" + "name": "AbpTenantConnectionStrings", + "summary": null } ], "contentType": "efCoreDbContext", - "name": "TenantManagementDbContext" + "name": "TenantManagementDbContext", + "summary": null } ] } \ No newline at end of file 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 d0b1726536..c7974af708 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,11 +1,24 @@ { "name": "Volo.Abp.TenantManagement.HttpApi.Client", - "hash": "2fb37e3d0c9d07bcced213c49fd19560", + "hash": "1c6bf6f6a1e13fb6110b9d6b77eed7b5", "contents": [ { "namespace": "Volo.Abp.TenantManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Application.Contracts", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Http.Client", + "namespace": "Volo.Abp.Http.Client", + "name": "AbpHttpClientModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementHttpApiClientModule" + "name": "AbpTenantManagementHttpApiClientModule", + "summary": null } ] } \ No newline at end of file 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 3ad61aca51..979d1cc670 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,11 +1,29 @@ { "name": "Volo.Abp.TenantManagement.HttpApi", - "hash": "c34255a325178f08298699fad7f58a4a", + "hash": "00036a64a4f226cd53c3acaf909a8a00", "contents": [ { "namespace": "Volo.Abp.TenantManagement", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Application.Contracts", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.HttpApi", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementHttpApiModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc", + "namespace": "Volo.Abp.AspNetCore.Mvc", + "name": "AbpAspNetCoreMvcModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementHttpApiModule" + "name": "AbpTenantManagementHttpApiModule", + "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 0a6d272621..937c34996f 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,11 +1,24 @@ { "name": "Volo.Abp.TenantManagement.MongoDB", - "hash": "3f9b80d90eb20c165b93c0d785a4430f", + "hash": "e9c3833a2ddcef697db353e1d91111ee", "contents": [ { "namespace": "Volo.Abp.TenantManagement.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Domain", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementMongoDbModule" + "name": "AbpTenantManagementMongoDbModule", + "summary": null }, { "namespace": "Volo.Abp.TenantManagement.MongoDB", @@ -14,11 +27,13 @@ { "entityFullName": "Volo.Abp.TenantManagement.Tenant", "contentType": "databaseCollection", - "name": "AbpTenants" + "name": "AbpTenants", + "summary": null } ], "contentType": "mongoDbContext", - "name": "TenantManagementMongoDbContext" + "name": "TenantManagementMongoDbContext", + "summary": null } ] } \ No newline at end of file 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 ec7ac9a62a..fb62fcbce0 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,11 +1,34 @@ { "name": "Volo.Abp.TenantManagement.Web", - "hash": "18a4ed544c2a6b718b3aa7c14c83bc43", + "hash": "3c988faca6ddd340cd3915f253b5451a", "contents": [ { "namespace": "Volo.Abp.TenantManagement.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.TenantManagement.Application.Contracts", + "namespace": "Volo.Abp.TenantManagement", + "name": "AbpTenantManagementApplicationContractsModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + }, + { + "declaringAssemblyName": "Volo.Abp.FeatureManagement.Web", + "namespace": "Volo.Abp.FeatureManagement", + "name": "AbpFeatureManagementWebModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AutoMapper", + "namespace": "Volo.Abp.AutoMapper", + "name": "AbpAutoMapperModule" + } + ], "contentType": "abpModule", - "name": "AbpTenantManagementWebModule" + "name": "AbpTenantManagementWebModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/users/src/Volo.Abp.Users.Abstractions/Volo.Abp.Users.Abstractions.abppkg.analyze.json b/modules/users/src/Volo.Abp.Users.Abstractions/Volo.Abp.Users.Abstractions.abppkg.analyze.json new file mode 100644 index 0000000000..cee2959d23 --- /dev/null +++ b/modules/users/src/Volo.Abp.Users.Abstractions/Volo.Abp.Users.Abstractions.abppkg.analyze.json @@ -0,0 +1,24 @@ +{ + "name": "Volo.Abp.Users.Abstractions", + "hash": "9a1c1887e84b9f194bf4367e65930692", + "contents": [ + { + "namespace": "Volo.Abp.Users", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.MultiTenancy", + "namespace": "Volo.Abp.MultiTenancy", + "name": "AbpMultiTenancyModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EventBus", + "namespace": "Volo.Abp.EventBus", + "name": "AbpEventBusModule" + } + ], + "contentType": "abpModule", + "name": "AbpUsersAbstractionModule", + "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 a2bca85a49..cc6f48ca47 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,11 +1,13 @@ { "name": "Volo.Abp.Users.Domain.Shared", - "hash": "68c5010aeda2e991d673468d958ef31b", + "hash": "d89d25f1c91ccc7a318db9c64c25d179", "contents": [ { "namespace": "Volo.Abp.Users", + "dependsOnModules": [], "contentType": "abpModule", - "name": "AbpUsersDomainSharedModule" + "name": "AbpUsersDomainSharedModule", + "summary": null } ] } \ No newline at end of file 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 1c71e9536a..b678b15196 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,11 +1,29 @@ { "name": "Volo.Abp.Users.Domain", - "hash": "0feb223ab7c2b06a1a66bbc81a3153c0", + "hash": "dc553f08b3f275dbac2185d49cd190fc", "contents": [ { "namespace": "Volo.Abp.Users", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Users.Domain.Shared", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersDomainSharedModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Users.Abstractions", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersAbstractionModule" + }, + { + "declaringAssemblyName": "Volo.Abp.Ddd.Domain", + "namespace": "Volo.Abp.Domain", + "name": "AbpDddDomainModule" + } + ], "contentType": "abpModule", - "name": "AbpUsersDomainModule" + "name": "AbpUsersDomainModule", + "summary": null } ] } \ No newline at end of file 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 a8207b3b16..461f4c2ad5 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,11 +1,24 @@ { "name": "Volo.Abp.Users.EntityFrameworkCore", - "hash": "70a6a4e034d1b9632e7be15cb72e627b", + "hash": "213d09f3773f550d44a7a59ce3d0a183", "contents": [ { "namespace": "Volo.Abp.Users.EntityFrameworkCore", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Users.Domain", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.EntityFrameworkCore", + "namespace": "Volo.Abp.EntityFrameworkCore", + "name": "AbpEntityFrameworkCoreModule" + } + ], "contentType": "abpModule", - "name": "AbpUsersEntityFrameworkCoreModule" + "name": "AbpUsersEntityFrameworkCoreModule", + "summary": null } ] } \ No newline at end of file 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 3b269e2be6..6456617049 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,11 +1,24 @@ { "name": "Volo.Abp.Users.MongoDB", - "hash": "6a1684883b9a06ea9ebb22412c76f108", + "hash": "4ad94d1ddaac6e84e852b316db588154", "contents": [ { "namespace": "Volo.Abp.Users.MongoDB", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Users.Domain", + "namespace": "Volo.Abp.Users", + "name": "AbpUsersDomainModule" + }, + { + "declaringAssemblyName": "Volo.Abp.MongoDB", + "namespace": "Volo.Abp.MongoDB", + "name": "AbpMongoDbModule" + } + ], "contentType": "abpModule", - "name": "AbpUsersMongoDbModule" + "name": "AbpUsersMongoDbModule", + "summary": null } ] } \ No newline at end of file diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/Volo.Abp.VirtualFileExplorer.DemoApp.abppkg.analyze.json b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/Volo.Abp.VirtualFileExplorer.DemoApp.abppkg.analyze.json new file mode 100644 index 0000000000..ba1f2fc632 --- /dev/null +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/Volo.Abp.VirtualFileExplorer.DemoApp.abppkg.analyze.json @@ -0,0 +1,29 @@ +{ + "name": "Volo.Abp.VirtualFileExplorer.DemoApp", + "hash": "83d1b1ff195aa95bdc8143e05829d5a0", + "contents": [ + { + "namespace": "Volo.Abp.VirtualFileExplorer.DemoApp", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.Autofac", + "namespace": "Volo.Abp.Autofac", + "name": "AbpAutofacModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", + "name": "AbpAspNetCoreMvcUiBasicThemeModule" + }, + { + "declaringAssemblyName": "Volo.Abp.VirtualFileExplorer.Web", + "namespace": "Volo.Abp.VirtualFileExplorer.Web", + "name": "AbpVirtualFileExplorerWebModule" + } + ], + "contentType": "abpModule", + "name": "AbpVirtualFileExplorerDemoAppModule", + "summary": null + } + ] +} \ No newline at end of file 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 05bd510fd4..a3175d0e5a 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": "^6.0.0-rc.4", - "@abp/virtual-file-explorer": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5", + "@abp/virtual-file-explorer": "^6.0.0-rc.5" } } 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 abd2abcac3..68bcdaab66 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,37 +2,37 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.4.tgz#f57efa6f3cabb48e40a44e79adb31de58145bf89" - integrity sha512-JcoXch+j+T9V3Lfu9Of9Tbcw5sNBpSbe42SjzUcXLqdVijV/DBWKMg/9OPH8KZ4PZwl4sl9DSAmGWXHdipLxzA== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.4.tgz#a0fd1e9f6f05d854d6f2119ed551a1cef485c929" - integrity sha512-QsrV+N6YFuMo/q73Bd1P0qDyG0Ua5JmQFgKzA94eMXDyYgpRrT5RyKh0CNV81Q/AX9V5c6APrtcQ31tYzmWwbQ== - dependencies: - "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.4" - "@abp/bootstrap" "~6.0.0-rc.4" - "@abp/bootstrap-datepicker" "~6.0.0-rc.4" - "@abp/datatables.net-bs5" "~6.0.0-rc.4" - "@abp/font-awesome" "~6.0.0-rc.4" - "@abp/jquery-form" "~6.0.0-rc.4" - "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.4" - "@abp/lodash" "~6.0.0-rc.4" - "@abp/luxon" "~6.0.0-rc.4" - "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.4" - "@abp/select2" "~6.0.0-rc.4" - "@abp/sweetalert2" "~6.0.0-rc.4" - "@abp/timeago" "~6.0.0-rc.4" - "@abp/toastr" "~6.0.0-rc.4" - -"@abp/aspnetcore.mvc.ui@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.4.tgz#de70d53a900db2f5c74719b7c4e406e0de4c2662" - integrity sha512-8GUoTG4B3Tz2Xd/cFaw9EAjOUoEfMG95VkjNqdfcvPPrtFML/W3fcMUwbjOvQ/lEnAMTSGREU3w9y7Y+GIv9qA== +"@abp/aspnetcore.mvc.ui.theme.basic@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-6.0.0-rc.5.tgz#671940d72fd50e7eab5db922bcec2a27cdca28ed" + integrity sha512-w4cWXcF2aB5fF2J0Jco8ddPF1r522uSIc29zpvUWzUA0X4DC9m7QUairwVbsX5T3Xp4y6guLoizSMkfQe0Sb8A== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui.theme.shared@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-6.0.0-rc.5.tgz#d3f997b9f7b19b68e94df83dc5cf3053416d8da4" + integrity sha512-OX4iTN0tFAdkBJiYQAM1GFoqF5ZVcOZfo7N6xhscWqucXIVtcGut5fuL/qIWF8xSH6afN/wH//a0O5+DjGnPmw== + dependencies: + "@abp/aspnetcore.mvc.ui" "~6.0.0-rc.5" + "@abp/bootstrap" "~6.0.0-rc.5" + "@abp/bootstrap-datepicker" "~6.0.0-rc.5" + "@abp/datatables.net-bs5" "~6.0.0-rc.5" + "@abp/font-awesome" "~6.0.0-rc.5" + "@abp/jquery-form" "~6.0.0-rc.5" + "@abp/jquery-validation-unobtrusive" "~6.0.0-rc.5" + "@abp/lodash" "~6.0.0-rc.5" + "@abp/luxon" "~6.0.0-rc.5" + "@abp/malihu-custom-scrollbar-plugin" "~6.0.0-rc.5" + "@abp/select2" "~6.0.0-rc.5" + "@abp/sweetalert2" "~6.0.0-rc.5" + "@abp/timeago" "~6.0.0-rc.5" + "@abp/toastr" "~6.0.0-rc.5" + +"@abp/aspnetcore.mvc.ui@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-6.0.0-rc.5.tgz#d7ab5693091c079dce6b5cfdd60832194881b571" + integrity sha512-U8NBcsL80joHsqQo+tnYkUwW+TyIwG5SRFZ3yfb2jTiu1KMlgGcY02+iTEZMF/BhQ3rPrxQ/pH2YmD6Ip095tw== dependencies: ansi-colors "^4.1.1" extend-object "^1.0.0" @@ -41,171 +41,171 @@ merge-stream "^2.0.0" micromatch "^4.0.2" -"@abp/bootstrap-datepicker@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.4.tgz#2dbc9f8f9816689b6db84948046a964ceb1bab17" - integrity sha512-tWPA3ehtU+QPKbxdLDzKk4p2wMNGo/R4CjCQydD1i9BIpkBUlA5sBtbNrLTvZ5/KM1RYecFGFrHTVVOzGsUKrA== +"@abp/bootstrap-datepicker@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-6.0.0-rc.5.tgz#4fe0c9b107ae23261121afeb5b72053822b0747f" + integrity sha512-PztuCk/15vhGlisjvZTn6soIZAJp/Mqc0+ipV7Z4O+qBphvp2nFD5lfiVM/E0r2Ql8HzkOq3BO56ZVb0IMIw1g== dependencies: bootstrap-datepicker "^1.9.0" -"@abp/bootstrap@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.4.tgz#f360f86b00f474236ad182cd792df24f9ecbfc47" - integrity sha512-JjHJNPkTJRYwQvRnzTvcYIbxs2TD6n+LVtCd5ItYNbg8bMyd9yMugThxtgZGE3awVQqjLxZ4fwv+CRnf70JdrQ== +"@abp/bootstrap@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-6.0.0-rc.5.tgz#83b08282b4b1496b853179780a3b1e953975bdc3" + integrity sha512-EoiygyyRYwXMO6bbeLuqbfaaZuHUrOGgC9dtVxtyFWgCbWiRAERaHrAHQ12WmxnFXGvXGmy9pATfYQB4ALuLWQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" bootstrap "^5.1.3" -"@abp/clipboard@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.4.tgz#a1f08eb23ebe7fcac0521aa992c6cebb9753c004" - integrity sha512-dX8l7Akyv5ecx7+Op8Cp/q4JslnhA9G0Eok4iPcnYwHh9NfSLnusack9x4u370Y+eShRxFiiBDq44ZsCN66h/Q== +"@abp/clipboard@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-6.0.0-rc.5.tgz#071d3da1597a7ed706a60b75400ad5970b2a2eed" + integrity sha512-Vj1yvK7Vcqy1aZ9XIbqGDlwe4d1vneMIVA0hypAHtLi+0lLySgS8QAXUpXo0RkRoyksiTRuM2gRkJRZzdiXSNA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" clipboard "^2.0.8" -"@abp/core@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.4.tgz#d164e1ca3546dc710c569ea7ae0145e1b713658e" - integrity sha512-mH3+BCU8Wbe0mieDHd5Awvhd09X7iJKRLBQBIINcDeIIOCJ9x4v8grynvndzlaS7J2AlWZba0XJU6sZ+YpuP2w== +"@abp/core@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-6.0.0-rc.5.tgz#09f9bfaca17383539e3b79554e26510ac27366fc" + integrity sha512-htOfVSUSaErPlXg5QraeOvIH0pcApYt/mvgnXTi49qZmzUJgzuZ7l8B2UC4KGLdyjhjHHY3Vy66jNrm98IsA2g== dependencies: - "@abp/utils" "~6.0.0-rc.4" + "@abp/utils" "~6.0.0-rc.5" -"@abp/datatables.net-bs5@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.4.tgz#fc3c43fb9ba8154b4b960ed0799948f5df738f7e" - integrity sha512-QtII4mFFFjvToM2LDqZugVh6/HwKbIdKYqHCxJKprZ1aVmyBeiMHi89z0G4eChAYdTpjHQstoDddYje53DkWOw== +"@abp/datatables.net-bs5@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-6.0.0-rc.5.tgz#a89a4b028ae3bdeef41be38442a79e51b959c51f" + integrity sha512-x2TvTfYkUOOuKakXYT/h9Qi2s1oUYO7PrX0kPuNjQo9Qa7GlDhH10AoyJeKu9AfB/PyczrEZn74IqOI8xh6gjA== dependencies: - "@abp/datatables.net" "~6.0.0-rc.4" + "@abp/datatables.net" "~6.0.0-rc.5" datatables.net-bs5 "^1.11.4" -"@abp/datatables.net@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.4.tgz#f6916ba9a8089b573faddcc38e6a76e38a0dce16" - integrity sha512-9zhIvAO4AX6YIUELodEUz2hsDj+RITGoxWaav90jUJEqK/jVsDfs2mbrWcLzQDMLpZVElZA0p8tUyWS8yMsjaA== +"@abp/datatables.net@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-6.0.0-rc.5.tgz#a3d8f7717f850346455abbeed6fa5ded752e47d3" + integrity sha512-h1LK1h8AKmp4oKfeHoFobnHImbj+BwtwcHU3xAUd7UF+tGBCmjBVNjaiPoUrTize+iwjZvBK5jea901NdJpWRA== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" datatables.net "^1.11.4" -"@abp/font-awesome@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.4.tgz#a3e1664cbebdbc1aa4d2dd1ac48f022b3ce100ad" - integrity sha512-tlBekvBQ/wEkx1Z2sX8cPp/JKzxmTsMSUSbnAc/Uz+De/fxhyepUACb35zFSv2VmLPz1M1xqLvLUCJmciZhINQ== +"@abp/font-awesome@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-6.0.0-rc.5.tgz#5625867e26b36853053b0ff8561538ea59149365" + integrity sha512-KtZ9fOFzdQw03Xar68M7IExzLUyQR3zyxa/71vUNfspup3E6LkBXhKILm2nSmp1zJTPoGXRs7DiHO6CyBStBAg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" "@fortawesome/fontawesome-free" "^5.15.4" -"@abp/jquery-form@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.4.tgz#4dfbef35e4d7dc80534e0f33644142a9ccd54cb4" - integrity sha512-/21ibf99c8q7ygbj2QF7GAGCW1MaalAurueffndTGZPRRSKrCVTPINtBih7NGgh1zcavhog+GBA3INJ3etQIWQ== +"@abp/jquery-form@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-6.0.0-rc.5.tgz#7c7f21b0314c93d618a4ba4ffba5d6134887e2c8" + integrity sha512-YSA3K/uvollrGR6xnyhtd4SPp+YmmDDYgL6HGygNSjl+JQbb0ZM/SSaN2TBi67Aq1FNs9TkOQegPIwVWB/LokQ== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.4.tgz#6a498b76076683bbc77d7a73fcf893863aecb59f" - integrity sha512-+9RAPaFYsuSZ05RtJJNeHl1PkyHm9Mv3WKAw+QrKHzaK34zpjD/cZdiijcAWM3DrNPiCCuaaUgMMIMn223MIEA== +"@abp/jquery-validation-unobtrusive@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-6.0.0-rc.5.tgz#d649564c3fc079b91cb253e7537e8bbd62dae97d" + integrity sha512-i9Aa92au9HtxC9jo9WjNwHeDaem8dXFiB8jEHFbtzn74iZSF4ZYd0s+rgo7TscsKkXeiSMOy02FmYes6Ldpy1w== dependencies: - "@abp/jquery-validation" "~6.0.0-rc.4" + "@abp/jquery-validation" "~6.0.0-rc.5" jquery-validation-unobtrusive "^3.2.12" -"@abp/jquery-validation@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.4.tgz#2f79457d2c83795449eb6d3c82942568b0e6f273" - integrity sha512-a3v0QDWm2kqrr5r4Nim8unT7p5xHt8KR/TGmGiS6CNMRXVtd6SLMDg36D1d5AcBemFW5evlySiqAl2D7v+g0/g== +"@abp/jquery-validation@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-6.0.0-rc.5.tgz#b61cd7e9be3d982aa12a579be7e9bcb8442ad03c" + integrity sha512-VdTvyRadDave2X6wTeqLlpeUQKaHohAdwB7ex57Y+WmXSsAlhB1Bwa33YjSkukpnRKYLpQ55KwVJ4iaSItyY2g== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" jquery-validation "^1.19.3" -"@abp/jquery@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.4.tgz#992222c2e233840ce7bf573b8bb15b0c9c15adde" - integrity sha512-JRf9NltPP++RAfPRvWFoYNgs2i/ydyROjtLSnCGdmO4UwAQZ21YuDY7x0Ia7VSj0a6cFg8d7M2PGIeJlcaXIsg== +"@abp/jquery@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-6.0.0-rc.5.tgz#c6e6d322512b26a57fc5a1e5fe4c0ea5da79a705" + integrity sha512-OKP96FFLpwaZnZZDLiwkzhE7bP0y4RCpeDtTrL5aLO/D9l7Vi66hZVAx4cliXTGwpu99joNFXlTmbwkilGqPMA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" jquery "~3.6.0" -"@abp/lodash@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.4.tgz#2c88a9274e6c27334f277404280d43b2fbae6552" - integrity sha512-yOEe3SVvh5IuFMujSgC4waG0JzWzRQj907KUYzjcjfx35J5Q0Mwvu6/9wRYJx1av40YQdnzMrRoqXKDPAKdV6A== +"@abp/lodash@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-6.0.0-rc.5.tgz#165107270460624a263cd88c8a7816a58cf41ca8" + integrity sha512-KieDq0v6wZB/kSZR2dJ+HKnPYHQng0udbxZqlha5dtlDJxRslz0eK9nVrB0VEzjs+xHrzTj10mpgyAjo21GR0Q== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" lodash "^4.17.21" -"@abp/luxon@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.4.tgz#95ae8f70d9b5d8cd753cc7d918c611692d5bf218" - integrity sha512-OFs4Uv82YienRwiiVV78hdWSanS19lvjoBBskPF5s6LK/5mzLMrtbHBRf18wcc/AfBMOxot1BX2q1v4wb2u3qw== +"@abp/luxon@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-6.0.0-rc.5.tgz#e91b64da0b558c729f4b604a9b1bcbd35df40722" + integrity sha512-BgnkwH7JyMfmxVzkj1HGzwmjnQT6D2CZT5DzqnjtMN7JO5gQo20SE8QS5QHq7/LvaSI/34AeSCiCONWkMOufKg== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" luxon "^2.3.0" -"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.4.tgz#f40968c7f64eb6b36ff2bf06b4be8661308abd12" - integrity sha512-lcOskhl+NbPqKBxg+GABYBBrMtHYw2qZ/srFix7DgGUdNlFbXRP/AtTz0Wiav0PNGZgivniRLqvqcLCiCkrBrg== +"@abp/malihu-custom-scrollbar-plugin@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-6.0.0-rc.5.tgz#61d23e5f7198b36a9faa1e6c79b04f2d5179e3c4" + integrity sha512-1xQIYhw+xX59dYEZ6o4dfZvfYSigXiWqh0M11O5Thfy6Ew0Vd3yYGp8+8xlCg5+ivsdYnIRmKHjdFpogYhyLiA== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/prismjs@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.4.tgz#9338018487dde7ddc5384cdfbdc35c655a8fd444" - integrity sha512-F1t7ySbj+M6LDmgbvvcY2bFl0heEj1vz14YOnmwMNUhJcaLQXamgyKsWBu5UkEHUJ11DQyjIu5gjoRXbraucdA== +"@abp/prismjs@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-6.0.0-rc.5.tgz#c908113295aed8ecf4b04c1691d9295b6af47964" + integrity sha512-SiRkUfqWf0VAwJ4nfassN+Me/0A6cIji2TWmSaKuOlen3Ph55iGy9od6nE5njnZqUAmuL8XqTisvt7Gx8Cd4DQ== dependencies: - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/core" "~6.0.0-rc.4" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/core" "~6.0.0-rc.5" prismjs "^1.26.0" -"@abp/select2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.4.tgz#c7cf0f910fa6a9f97845a0659178ac02cfa022bc" - integrity sha512-NcXMZYiLDSVnjtRgvPwm9RB1M7qZnRyyyM+htdH5laEvDDGCcOLFS8iK6WI4Irmvw6MhBkDTHaH9ssJNbF7pvQ== +"@abp/select2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-6.0.0-rc.5.tgz#294eb907f85ef012b0b2f73e1b8561be3597cee6" + integrity sha512-P9tqcZbzC/ZSq8o0P2otTfSdSd9tBGyV6ngLUcZ2aA1R3+l4Lcp4rX9y81qPDaH9uLBOJkXd6AVTi11qBzPyZw== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" select2 "^4.0.13" -"@abp/sweetalert2@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.4.tgz#a1a2a1a5d7e1fb83680cc35ca477cee1f2f2463b" - integrity sha512-dvslRK2oc06JjI6aV1dj1LzWbOb50BfwbHxcmOenl8Q4XMP389bFbaOiVezjk+d3YLsspCMDxxu2NTqaq67Z6g== +"@abp/sweetalert2@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-6.0.0-rc.5.tgz#baf7ef24a1551945bd476547c003056bb048409e" + integrity sha512-6N6+DkecO4AXEaCV09W9iRvZPQLn1sZaAFJBvzphwFVOWv3BivJTQCFJRQ5scqc31mWaZ4/UGjOdrq0a/qDiAQ== dependencies: - "@abp/core" "~6.0.0-rc.4" + "@abp/core" "~6.0.0-rc.5" sweetalert2 "^11.3.6" -"@abp/timeago@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.4.tgz#3a93a65ee6b8260f7e80bb862b60623e967e08a2" - integrity sha512-/ZZy5E3PHtvmkjg+s9BvgO344DOs0jiifimDntp5jZPQPrsQ5WPC9o9hrlGb40tTw5P0wAnznjGvHnZjBiflvA== +"@abp/timeago@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-6.0.0-rc.5.tgz#0dd52cf24574e10e523a5b6e90740a25123a7745" + integrity sha512-uIc9WZN7J7cqFsxCYt8egapQRGyBMFi8+7ega7OaxmO0R4t8+QisVOsyeXMQvWuF9M9gXKMKlrV5bP6nsnDg0A== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" timeago "^1.6.7" -"@abp/toastr@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.4.tgz#3bf6abc79baf7a2b7de9840e55caf839018ab96e" - integrity sha512-zesojzXYsFd57m7XBgxLwKeAs8HRe25iNKRGC0YR7MK2HP1770jc+dEjnQ0pnqhMHouZejFJZcpqdHGr85ZUgQ== +"@abp/toastr@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-6.0.0-rc.5.tgz#8cfbe6d30b57282417feff3f1bccb5fc493c9215" + integrity sha512-UDn0+DP4BAULN9MERWP+QSJQdvZELhkaHcrwTEB80+wcNZ13xf2zShvO60+3rz63Nqf+/kwZcBMNFuwD2ekjww== dependencies: - "@abp/jquery" "~6.0.0-rc.4" + "@abp/jquery" "~6.0.0-rc.5" toastr "^2.1.4" -"@abp/utils@~6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.4.tgz#e18ef1557a2600fa153db13162e1ed097bc6f15a" - integrity sha512-eT6RVfFsyB8uAdMHDdG4M2Erg3RrvkG7Z5Xa0ko7JIhEz5VwsRcXGwTAORYHsu0M1hpewZljdD5OmQRods13LA== +"@abp/utils@~6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-6.0.0-rc.5.tgz#c05df5bb5a776ea8a9bd4589d0df6a373bfff1ef" + integrity sha512-X/UGqMJu1vbz6WQOMP7+MXkUB3rIwnm/1PkmGOM+gFqmQJt21IEKbV/gG2/CNR4/QY02HJhj5v4/wm0UBEH56g== dependencies: just-compare "^1.3.0" -"@abp/virtual-file-explorer@^6.0.0-rc.4": - version "6.0.0-rc.4" - resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-6.0.0-rc.4.tgz#310fcaf7db76a0c059aba7d1abec9cffec7838ad" - integrity sha512-coUsXI43oqJRQ+yWCZbaxcWnf2H3y08cYBc9uzQLGuhF74SHQXxIx1HtAdMGsNx/6U0RCKMI54ziBx5gvuxS2A== +"@abp/virtual-file-explorer@^6.0.0-rc.5": + version "6.0.0-rc.5" + resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-6.0.0-rc.5.tgz#6e2c35af08b52569f8666963f2d6d3ebb466bd29" + integrity sha512-uBNr959eddMjxccKWCW1GBhzh6OkhHTL6kUkWESVfzipMTWUHq5RBFmvSP8Fa03r0/FQ19ZGpUHNJ/XkpK6pHQ== dependencies: - "@abp/clipboard" "~6.0.0-rc.4" - "@abp/prismjs" "~6.0.0-rc.4" + "@abp/clipboard" "~6.0.0-rc.5" + "@abp/prismjs" "~6.0.0-rc.5" "@fortawesome/fontawesome-free@^5.15.4": version "5.15.4" 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 a6340b74ff..26fc732777 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,11 +1,24 @@ { "name": "Volo.Abp.VirtualFileExplorer.Web", - "hash": "f553dc666ba87cc5e2fdc5c22546b095", + "hash": "38fd189619796c89e1088a774c1cbc76", "contents": [ { "namespace": "Volo.Abp.VirtualFileExplorer.Web", + "dependsOnModules": [ + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Bootstrap", + "name": "AbpAspNetCoreMvcUiBootstrapModule" + }, + { + "declaringAssemblyName": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "namespace": "Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared", + "name": "AbpAspNetCoreMvcUiThemeSharedModule" + } + ], "contentType": "abpModule", - "name": "AbpVirtualFileExplorerWebModule" + "name": "AbpVirtualFileExplorerWebModule", + "summary": null } ] } \ No newline at end of file diff --git a/npm/lerna.json b/npm/lerna.json index fb8286a304..fe6877d316 100644 --- a/npm/lerna.json +++ b/npm/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "packages": [ "packs/*" ], diff --git a/npm/ng-packs/lerna.version.json b/npm/ng-packs/lerna.version.json index 3eeba165f6..5cbcfe18a6 100644 --- a/npm/ng-packs/lerna.version.json +++ b/npm/ng-packs/lerna.version.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "packages": [ "packages/*" ], diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index af47abb3ab..a1162fdba1 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -40,7 +40,7 @@ }, "private": true, "devDependencies": { - "@abp/utils": "~6.0.0-rc.4", + "@abp/utils": "~6.0.0-rc.5", "@angular-devkit/build-angular": "14.2.1", "@angular-devkit/build-ng-packagr": "^0.1002.0", "@angular-devkit/schematics-cli": "~14.2.1", @@ -59,17 +59,17 @@ "@angular/platform-browser": "14.2.1", "@angular/platform-browser-dynamic": "14.2.1", "@angular/router": "14.2.1", - "@abp/ng.account": "~6.0.0-rc.4", - "@abp/ng.account.core": "~6.0.0-rc.4", - "@abp/ng.core": "~6.0.0-rc.4", - "@abp/ng.feature-management": "~6.0.0-rc.4", - "@abp/ng.identity": "~6.0.0-rc.4", - "@abp/ng.permission-management": "~6.0.0-rc.4", - "@abp/ng.schematics": "~6.0.0-rc.4", - "@abp/ng.setting-management": "~6.0.0-rc.4", - "@abp/ng.tenant-management": "~6.0.0-rc.4", - "@abp/ng.theme.basic": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.account": "~6.0.0-rc.5", + "@abp/ng.account.core": "~6.0.0-rc.5", + "@abp/ng.core": "~6.0.0-rc.5", + "@abp/ng.feature-management": "~6.0.0-rc.5", + "@abp/ng.identity": "~6.0.0-rc.5", + "@abp/ng.permission-management": "~6.0.0-rc.5", + "@abp/ng.schematics": "~6.0.0-rc.5", + "@abp/ng.setting-management": "~6.0.0-rc.5", + "@abp/ng.tenant-management": "~6.0.0-rc.5", + "@abp/ng.theme.basic": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "@fortawesome/fontawesome-free": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "~13.0.0", "@ngneat/spectator": "^10.0.0", diff --git a/npm/ng-packs/packages/account-core/package.json b/npm/ng-packs/packages/account-core/package.json index 7514ab82ac..187c3ea511 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "peerDependencies": { - "@abp/ng.core": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.core": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0" }, diff --git a/npm/ng-packs/packages/account/package.json b/npm/ng-packs/packages/account/package.json index 8e6847d0ba..7e6f59bded 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.account.core": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/components/package.json b/npm/ng-packs/packages/components/package.json index 399e79dbaa..3ee992a153 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "peerDependencies": { - "@abp/ng.core": ">=6.0.0-rc.4", - "@abp/ng.theme.shared": ">=6.0.0-rc.4", + "@abp/ng.core": ">=6.0.0-rc.5", + "@abp/ng.theme.shared": ">=6.0.0-rc.5", "@ng-bootstrap/ng-bootstrap": ">=10.0.0" }, "dependencies": { diff --git a/npm/ng-packs/packages/core/package.json b/npm/ng-packs/packages/core/package.json index be99579004..fb4fdef886 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/utils": "~6.0.0-rc.4", + "@abp/utils": "~6.0.0-rc.5", "angular-oauth2-oidc": "^13.0.1", "just-clone": "^3.2.1", "just-compare": "^1.4.0", diff --git a/npm/ng-packs/packages/feature-management/package.json b/npm/ng-packs/packages/feature-management/package.json index f764e6673d..720829d6a9 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/identity/package.json b/npm/ng-packs/packages/identity/package.json index 5ff55b39bc..37de421ce1 100644 --- a/npm/ng-packs/packages/identity/package.json +++ b/npm/ng-packs/packages/identity/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.identity", - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.permission-management": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.permission-management": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/permission-management/package.json b/npm/ng-packs/packages/permission-management/package.json index 234917d9c0..88d2f43fe5 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/schematics/package.json b/npm/ng-packs/packages/schematics/package.json index 324eb689db..b299d79c80 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "description": "Schematics that works with ABP Backend", "keywords": [ "schematics" @@ -10,8 +10,8 @@ "schematics": "./collection.json", "dependencies": { "@angular-devkit/core": "~14.2.1", - "@angular/cli": "~14.2.1", "@angular-devkit/schematics": "~14.2.1", + "@angular/cli": "~14.2.1", "got": "^11.5.2", "jsonc-parser": "^2.3.0", "should-quote": "^1.0.0", diff --git a/npm/ng-packs/packages/setting-management/package.json b/npm/ng-packs/packages/setting-management/package.json index db0b99a233..32c7b0dc8b 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.components": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.components": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "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 1cb40d6dfd..9ed0a35751 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.feature-management": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.feature-management": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "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 d39a21260d..78d71498de 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.account.core": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "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 ea2f0ce121..9a5fab0bb4 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~6.0.0-rc.4", + "@abp/ng.core": "~6.0.0-rc.5", "@fortawesome/fontawesome-free": "^5.15.4", "@ng-bootstrap/ng-bootstrap": "13.0.0", "@ngx-validate/core": "^0.1.2", diff --git a/npm/packs/anchor-js/package.json b/npm/packs/anchor-js/package.json index 891a6a9b36..982c27c1b2 100644 --- a/npm/packs/anchor-js/package.json +++ b/npm/packs/anchor-js/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/anchor-js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "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 9c82bfb88d..2bb878bf22 100644 --- a/npm/packs/aspnetcore.components.server.basictheme/package.json +++ b/npm/packs/aspnetcore.components.server.basictheme/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/aspnetcore.components.server.basictheme", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.components.server.theming": "~6.0.0-rc.4" + "@abp/aspnetcore.components.server.theming": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.components.server.theming/package.json b/npm/packs/aspnetcore.components.server.theming/package.json index 21a686584a..adb9cab8fb 100644 --- a/npm/packs/aspnetcore.components.server.theming/package.json +++ b/npm/packs/aspnetcore.components.server.theming/package.json @@ -1,12 +1,12 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/aspnetcore.components.server.theming", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/bootstrap": "~6.0.0-rc.4", - "@abp/font-awesome": "~6.0.0-rc.4" + "@abp/bootstrap": "~6.0.0-rc.5", + "@abp/font-awesome": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json index 0f4e37344d..ea9dfa1d9e 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/aspnetcore.mvc.ui.theme.basic", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.shared": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json index 64c5fe91ca..a9153341fd 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/aspnetcore.mvc.ui.theme.shared", "repository": { "type": "git", @@ -10,20 +10,20 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui": "~6.0.0-rc.4", - "@abp/bootstrap": "~6.0.0-rc.4", - "@abp/bootstrap-datepicker": "~6.0.0-rc.4", - "@abp/datatables.net-bs5": "~6.0.0-rc.4", - "@abp/font-awesome": "~6.0.0-rc.4", - "@abp/jquery-form": "~6.0.0-rc.4", - "@abp/jquery-validation-unobtrusive": "~6.0.0-rc.4", - "@abp/lodash": "~6.0.0-rc.4", - "@abp/luxon": "~6.0.0-rc.4", - "@abp/malihu-custom-scrollbar-plugin": "~6.0.0-rc.4", - "@abp/select2": "~6.0.0-rc.4", - "@abp/sweetalert2": "~6.0.0-rc.4", - "@abp/timeago": "~6.0.0-rc.4", - "@abp/toastr": "~6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui": "~6.0.0-rc.5", + "@abp/bootstrap": "~6.0.0-rc.5", + "@abp/bootstrap-datepicker": "~6.0.0-rc.5", + "@abp/datatables.net-bs5": "~6.0.0-rc.5", + "@abp/font-awesome": "~6.0.0-rc.5", + "@abp/jquery-form": "~6.0.0-rc.5", + "@abp/jquery-validation-unobtrusive": "~6.0.0-rc.5", + "@abp/lodash": "~6.0.0-rc.5", + "@abp/luxon": "~6.0.0-rc.5", + "@abp/malihu-custom-scrollbar-plugin": "~6.0.0-rc.5", + "@abp/select2": "~6.0.0-rc.5", + "@abp/sweetalert2": "~6.0.0-rc.5", + "@abp/timeago": "~6.0.0-rc.5", + "@abp/toastr": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/aspnetcore.mvc.ui/package-lock.json b/npm/packs/aspnetcore.mvc.ui/package-lock.json index 95024a170b..32b347bfde 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": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/npm/packs/aspnetcore.mvc.ui/package.json b/npm/packs/aspnetcore.mvc.ui/package.json index 3fe87cc5f7..efea35a603 100644 --- a/npm/packs/aspnetcore.mvc.ui/package.json +++ b/npm/packs/aspnetcore.mvc.ui/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/aspnetcore.mvc.ui", "repository": { "type": "git", diff --git a/npm/packs/blogging/package.json b/npm/packs/blogging/package.json index 170c899663..97321c95ab 100644 --- a/npm/packs/blogging/package.json +++ b/npm/packs/blogging/package.json @@ -1,14 +1,14 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/blogging", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~6.0.0-rc.4", - "@abp/owl.carousel": "~6.0.0-rc.4", - "@abp/prismjs": "~6.0.0-rc.4", - "@abp/tui-editor": "~6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.shared": "~6.0.0-rc.5", + "@abp/owl.carousel": "~6.0.0-rc.5", + "@abp/prismjs": "~6.0.0-rc.5", + "@abp/tui-editor": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/bootstrap-datepicker/package.json b/npm/packs/bootstrap-datepicker/package.json index 05356476cb..d74c062806 100644 --- a/npm/packs/bootstrap-datepicker/package.json +++ b/npm/packs/bootstrap-datepicker/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/bootstrap-datepicker", "repository": { "type": "git", diff --git a/npm/packs/bootstrap/package.json b/npm/packs/bootstrap/package.json index 18fbca55e0..609a6ded02 100644 --- a/npm/packs/bootstrap/package.json +++ b/npm/packs/bootstrap/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/bootstrap", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "bootstrap": "^5.1.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/chart.js/package.json b/npm/packs/chart.js/package.json index aa005bb3a7..e6b480b821 100644 --- a/npm/packs/chart.js/package.json +++ b/npm/packs/chart.js/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/chart.js", "publishConfig": { "access": "public" diff --git a/npm/packs/clipboard/package.json b/npm/packs/clipboard/package.json index fcf2ec6b60..1c4bdd8998 100644 --- a/npm/packs/clipboard/package.json +++ b/npm/packs/clipboard/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/clipboard", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "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 3a75209916..79e609fb57 100644 --- a/npm/packs/cms-kit.admin/package.json +++ b/npm/packs/cms-kit.admin/package.json @@ -1,15 +1,15 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/cms-kit.admin", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/codemirror": "~6.0.0-rc.4", - "@abp/jstree": "~6.0.0-rc.4", - "@abp/slugify": "~6.0.0-rc.4", - "@abp/tui-editor": "~6.0.0-rc.4", - "@abp/uppy": "~6.0.0-rc.4" + "@abp/codemirror": "~6.0.0-rc.5", + "@abp/jstree": "~6.0.0-rc.5", + "@abp/slugify": "~6.0.0-rc.5", + "@abp/tui-editor": "~6.0.0-rc.5", + "@abp/uppy": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/cms-kit.public/package.json b/npm/packs/cms-kit.public/package.json index 6c8e2a0b92..db53039707 100644 --- a/npm/packs/cms-kit.public/package.json +++ b/npm/packs/cms-kit.public/package.json @@ -1,12 +1,12 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/cms-kit.public", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/highlight.js": "~6.0.0-rc.4", - "@abp/star-rating-svg": "~6.0.0-rc.4" + "@abp/highlight.js": "~6.0.0-rc.5", + "@abp/star-rating-svg": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/cms-kit/package.json b/npm/packs/cms-kit/package.json index 2bfa9f1b86..2eeb749ca3 100644 --- a/npm/packs/cms-kit/package.json +++ b/npm/packs/cms-kit/package.json @@ -1,12 +1,12 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/cms-kit", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/cms-kit.admin": "~6.0.0-rc.4", - "@abp/cms-kit.public": "~6.0.0-rc.4" + "@abp/cms-kit.admin": "~6.0.0-rc.5", + "@abp/cms-kit.public": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/codemirror/package.json b/npm/packs/codemirror/package.json index d5d3fb661b..2a3b54ed19 100644 --- a/npm/packs/codemirror/package.json +++ b/npm/packs/codemirror/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/codemirror", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "codemirror": "^5.65.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/core/package.json b/npm/packs/core/package.json index ab9ba78956..ca394ccbf1 100644 --- a/npm/packs/core/package.json +++ b/npm/packs/core/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/core", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/utils": "~6.0.0-rc.4" + "@abp/utils": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/cropperjs/package.json b/npm/packs/cropperjs/package.json index 04a1c4f7ac..8c5c6cd916 100644 --- a/npm/packs/cropperjs/package.json +++ b/npm/packs/cropperjs/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/cropperjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "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 c01a692c10..351b99c3b4 100644 --- a/npm/packs/datatables.net-bs4/package.json +++ b/npm/packs/datatables.net-bs4/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/datatables.net-bs4", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/datatables.net": "~6.0.0-rc.4", + "@abp/datatables.net": "~6.0.0-rc.5", "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 89a72fa2a7..d293c9232b 100644 --- a/npm/packs/datatables.net-bs5/package.json +++ b/npm/packs/datatables.net-bs5/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/datatables.net-bs5", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/datatables.net": "~6.0.0-rc.4", + "@abp/datatables.net": "~6.0.0-rc.5", "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 df088e4588..36e528d7bc 100644 --- a/npm/packs/datatables.net/package.json +++ b/npm/packs/datatables.net/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/datatables.net", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "datatables.net": "^1.11.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/docs/package.json b/npm/packs/docs/package.json index 03e6137c9b..08c7dc9a75 100644 --- a/npm/packs/docs/package.json +++ b/npm/packs/docs/package.json @@ -1,15 +1,15 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/docs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/anchor-js": "~6.0.0-rc.4", - "@abp/clipboard": "~6.0.0-rc.4", - "@abp/malihu-custom-scrollbar-plugin": "~6.0.0-rc.4", - "@abp/popper.js": "~6.0.0-rc.4", - "@abp/prismjs": "~6.0.0-rc.4" + "@abp/anchor-js": "~6.0.0-rc.5", + "@abp/clipboard": "~6.0.0-rc.5", + "@abp/malihu-custom-scrollbar-plugin": "~6.0.0-rc.5", + "@abp/popper.js": "~6.0.0-rc.5", + "@abp/prismjs": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/flag-icon-css/package.json b/npm/packs/flag-icon-css/package.json index 70a6cce26d..2d745ba594 100644 --- a/npm/packs/flag-icon-css/package.json +++ b/npm/packs/flag-icon-css/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/flag-icon-css", "publishConfig": { "access": "public" diff --git a/npm/packs/font-awesome/package.json b/npm/packs/font-awesome/package.json index 2c853900c5..030a573169 100644 --- a/npm/packs/font-awesome/package.json +++ b/npm/packs/font-awesome/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/font-awesome", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "@fortawesome/fontawesome-free": "^5.15.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/highlight.js/package.json b/npm/packs/highlight.js/package.json index 68e812d082..6da74bc3c2 100644 --- a/npm/packs/highlight.js/package.json +++ b/npm/packs/highlight.js/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/highlight.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "@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 833239920e..9ea2ac0cb3 100644 --- a/npm/packs/jquery-form/package.json +++ b/npm/packs/jquery-form/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/jquery-form", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "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 c8bdfdec5b..64e5ccef29 100644 --- a/npm/packs/jquery-validation-unobtrusive/package.json +++ b/npm/packs/jquery-validation-unobtrusive/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/jquery-validation-unobtrusive", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery-validation": "~6.0.0-rc.4", + "@abp/jquery-validation": "~6.0.0-rc.5", "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 1a38e91e33..84f9b9bb31 100644 --- a/npm/packs/jquery-validation/package.json +++ b/npm/packs/jquery-validation/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/jquery-validation", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "jquery-validation": "^1.19.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jquery/package.json b/npm/packs/jquery/package.json index 7f3d415e4b..df9fbdd1d9 100644 --- a/npm/packs/jquery/package.json +++ b/npm/packs/jquery/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/jquery", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "jquery": "~3.6.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/jstree/package.json b/npm/packs/jstree/package.json index 561bddd323..c514897516 100644 --- a/npm/packs/jstree/package.json +++ b/npm/packs/jstree/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/jstree", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "jstree": "^3.3.12" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/lodash/package.json b/npm/packs/lodash/package.json index b447b1e63d..070d24ff04 100644 --- a/npm/packs/lodash/package.json +++ b/npm/packs/lodash/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/lodash", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "lodash": "^4.17.21" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/luxon/package.json b/npm/packs/luxon/package.json index 46a416c3d0..ec0ec1a978 100644 --- a/npm/packs/luxon/package.json +++ b/npm/packs/luxon/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/luxon", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "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 3e0894e98c..1efde9de02 100644 --- a/npm/packs/malihu-custom-scrollbar-plugin/package.json +++ b/npm/packs/malihu-custom-scrollbar-plugin/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/malihu-custom-scrollbar-plugin", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "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 f2ed1e808d..bde077a82d 100644 --- a/npm/packs/markdown-it/package.json +++ b/npm/packs/markdown-it/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/markdown-it", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "markdown-it": "^12.3.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/owl.carousel/package.json b/npm/packs/owl.carousel/package.json index 2ee3277fa8..6e94920c74 100644 --- a/npm/packs/owl.carousel/package.json +++ b/npm/packs/owl.carousel/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/owl.carousel", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "owl.carousel": "^2.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/popper.js/package.json b/npm/packs/popper.js/package.json index e97bfaa34f..938849e165 100644 --- a/npm/packs/popper.js/package.json +++ b/npm/packs/popper.js/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/popper.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "@popperjs/core": "^2.11.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/prismjs/package.json b/npm/packs/prismjs/package.json index 463050fbb8..c8d61326c9 100644 --- a/npm/packs/prismjs/package.json +++ b/npm/packs/prismjs/package.json @@ -1,12 +1,12 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/prismjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~6.0.0-rc.4", - "@abp/core": "~6.0.0-rc.4", + "@abp/clipboard": "~6.0.0-rc.5", + "@abp/core": "~6.0.0-rc.5", "prismjs": "^1.26.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/select2/package.json b/npm/packs/select2/package.json index 7099750818..320978c2e5 100644 --- a/npm/packs/select2/package.json +++ b/npm/packs/select2/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/select2", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "select2": "^4.0.13" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/signalr/package.json b/npm/packs/signalr/package.json index a746b2f24a..b07d10c28c 100644 --- a/npm/packs/signalr/package.json +++ b/npm/packs/signalr/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/signalr", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "@microsoft/signalr": "~6.0.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/slugify/package.json b/npm/packs/slugify/package.json index c654599f6d..653cc57307 100644 --- a/npm/packs/slugify/package.json +++ b/npm/packs/slugify/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "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 9759a22a63..e4131df7a7 100644 --- a/npm/packs/star-rating-svg/package.json +++ b/npm/packs/star-rating-svg/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/star-rating-svg", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "star-rating-svg": "^3.5.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/sweetalert2/package.json b/npm/packs/sweetalert2/package.json index 7b8fcef498..689aaf54ab 100644 --- a/npm/packs/sweetalert2/package.json +++ b/npm/packs/sweetalert2/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/sweetalert2", "publishConfig": { "access": "public" @@ -10,7 +10,7 @@ "directory": "npm/packs/sweetalert2" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "sweetalert2": "^11.3.6" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/timeago/package.json b/npm/packs/timeago/package.json index c4db25f026..64d5e25bd6 100644 --- a/npm/packs/timeago/package.json +++ b/npm/packs/timeago/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/timeago", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "timeago": "^1.6.7" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/toastr/package.json b/npm/packs/toastr/package.json index e02b406f98..cbee9b15a3 100644 --- a/npm/packs/toastr/package.json +++ b/npm/packs/toastr/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/toastr", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", + "@abp/jquery": "~6.0.0-rc.5", "toastr": "^2.1.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index 042c33878e..11bfdc9ec1 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -1,12 +1,12 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/tui-editor", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~6.0.0-rc.4", - "@abp/prismjs": "~6.0.0-rc.4" + "@abp/jquery": "~6.0.0-rc.5", + "@abp/prismjs": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/uppy/package.json b/npm/packs/uppy/package.json index 82be57df93..9b26e8b7c2 100644 --- a/npm/packs/uppy/package.json +++ b/npm/packs/uppy/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/uppy", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~6.0.0-rc.4", + "@abp/core": "~6.0.0-rc.5", "uppy": "^1.16.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" diff --git a/npm/packs/utils/package.json b/npm/packs/utils/package.json index f21603eceb..d1e7ca5cec 100644 --- a/npm/packs/utils/package.json +++ b/npm/packs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@abp/utils", - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "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 751310f991..0269f33ad0 100644 --- a/npm/packs/vee-validate/package.json +++ b/npm/packs/vee-validate/package.json @@ -1,11 +1,11 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/vee-validate", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/vue": "~6.0.0-rc.4", + "@abp/vue": "~6.0.0-rc.5", "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 5b75069e8a..11fb652d4e 100644 --- a/npm/packs/virtual-file-explorer/package.json +++ b/npm/packs/virtual-file-explorer/package.json @@ -1,12 +1,12 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/virtual-file-explorer", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~6.0.0-rc.4", - "@abp/prismjs": "~6.0.0-rc.4" + "@abp/clipboard": "~6.0.0-rc.5", + "@abp/prismjs": "~6.0.0-rc.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431" } diff --git a/npm/packs/vue/package.json b/npm/packs/vue/package.json index 9139b423dd..d8c8e20de4 100644 --- a/npm/packs/vue/package.json +++ b/npm/packs/vue/package.json @@ -1,5 +1,5 @@ { - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "name": "@abp/vue", "publishConfig": { "access": "public" diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip index 54a837fe33..65d640ed91 100644 Binary files a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip and b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip index 0b1dbf3956..c8bed34e0a 100644 Binary files a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip and b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip index eb51cfbccd..d3c33175ab 100644 Binary files a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip and b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip index 910f1d354c..141c8e443c 100644 Binary files a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip and b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip index 415a243736..1a47cd6c52 100644 Binary files a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip and b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip index 74b652b4a2..836862308f 100644 Binary files a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip and b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip index a8f48f46dc..98dcd232db 100644 Binary files a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip and b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip index b58c48d1c3..2cffd2fc08 100644 Binary files a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip and b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip b/studio/source-codes/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip index 04b6ab1201..896d376dad 100644 Binary files a/studio/source-codes/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip and b/studio/source-codes/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip index b9df9cf686..0e7e09d2ed 100644 Binary files a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip and b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip index e8d67697af..8a55087fd5 100644 Binary files a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip and b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip index c49b3572b0..d71e2f20dc 100644 Binary files a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip and b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip index f7272c0adf..bc01f1b09a 100644 Binary files a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip and b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip index bd5500a0a4..95559aa4ed 100644 Binary files a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip and b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip b/studio/source-codes/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip index 0ac2de98d8..af43fa139c 100644 Binary files a/studio/source-codes/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip and b/studio/source-codes/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip differ diff --git a/studio/source-codes/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.csproj b/studio/source-codes/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.csproj new file mode 100644 index 0000000000..1a687aea73 --- /dev/null +++ b/studio/source-codes/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.csproj @@ -0,0 +1,17 @@ + + + + + + + net6.0 + + + + + + true + content\ + + + diff --git a/studio/source-codes/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip b/studio/source-codes/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip new file mode 100644 index 0000000000..08165121be Binary files /dev/null and b/studio/source-codes/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip differ diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip index 32e05d1f98..1b2b7c512e 100644 Binary files a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip and b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip b/studio/source-codes/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip index 4e49d8185a..830306ebf2 100644 Binary files a/studio/source-codes/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip and b/studio/source-codes/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 049b628137..49474fbaa5 100644 --- a/templates/app-nolayers/angular/package.json +++ b/templates/app-nolayers/angular/package.json @@ -12,13 +12,13 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~6.0.0-rc.4", - "@abp/ng.components": "~6.0.0-rc.4", - "@abp/ng.core": "~6.0.0-rc.4", - "@abp/ng.identity": "~6.0.0-rc.4", - "@abp/ng.setting-management": "~6.0.0-rc.4", - "@abp/ng.tenant-management": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.account": "~6.0.0-rc.5", + "@abp/ng.components": "~6.0.0-rc.5", + "@abp/ng.core": "~6.0.0-rc.5", + "@abp/ng.identity": "~6.0.0-rc.5", + "@abp/ng.setting-management": "~6.0.0-rc.5", + "@abp/ng.tenant-management": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "@abp/ng.theme.lepton-x": "^1.0.0-rc.7", "@angular/animations": "^14.2.1", "@angular/common": "^14.2.1", @@ -35,7 +35,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~6.0.0-rc.4", + "@abp/ng.schematics": "~6.0.0-rc.5", "@angular-devkit/build-angular": "^14.2.3", "@angular-eslint/builder": "~14.1.1", "@angular-eslint/eslint-plugin": "~14.1.1", diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json index 36761ff7a1..1e77f9d346 100644 --- a/templates/app/angular/package.json +++ b/templates/app/angular/package.json @@ -12,14 +12,14 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~6.0.0-rc.4", - "@abp/ng.components": "~6.0.0-rc.4", - "@abp/ng.core": "~6.0.0-rc.4", - "@abp/ng.identity": "~6.0.0-rc.4", - "@abp/ng.setting-management": "~6.0.0-rc.4", - "@abp/ng.tenant-management": "~6.0.0-rc.4", + "@abp/ng.account": "~6.0.0-rc.5", + "@abp/ng.components": "~6.0.0-rc.5", + "@abp/ng.core": "~6.0.0-rc.5", + "@abp/ng.identity": "~6.0.0-rc.5", + "@abp/ng.setting-management": "~6.0.0-rc.5", + "@abp/ng.tenant-management": "~6.0.0-rc.5", "@abp/ng.theme.lepton-x": "^1.0.0-rc.7", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "@angular/animations": "^14.2.1", "@angular/common": "^14.2.1", "@angular/compiler": "^14.2.1", @@ -35,7 +35,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~6.0.0-rc.4", + "@abp/ng.schematics": "~6.0.0-rc.5", "@angular-devkit/build-angular": "^14.2.3", "@angular-eslint/builder": "~14.1.1", "@angular-eslint/eslint-plugin": "~14.1.1", diff --git a/templates/module/angular/package.json b/templates/module/angular/package.json index c091e71569..fbc2b3aa68 100644 --- a/templates/module/angular/package.json +++ b/templates/module/angular/package.json @@ -15,14 +15,14 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~6.0.0-rc.4", - "@abp/ng.components": "~6.0.0-rc.4", - "@abp/ng.core": "~6.0.0-rc.4", - "@abp/ng.identity": "~6.0.0-rc.4", - "@abp/ng.setting-management": "~6.0.0-rc.4", - "@abp/ng.tenant-management": "~6.0.0-rc.4", - "@abp/ng.theme.basic": "~6.0.0-rc.4", - "@abp/ng.theme.shared": "~6.0.0-rc.4", + "@abp/ng.account": "~6.0.0-rc.5", + "@abp/ng.components": "~6.0.0-rc.5", + "@abp/ng.core": "~6.0.0-rc.5", + "@abp/ng.identity": "~6.0.0-rc.5", + "@abp/ng.setting-management": "~6.0.0-rc.5", + "@abp/ng.tenant-management": "~6.0.0-rc.5", + "@abp/ng.theme.basic": "~6.0.0-rc.5", + "@abp/ng.theme.shared": "~6.0.0-rc.5", "@angular/animations": "^14.2.1", "@angular/common": "^14.2.1", "@angular/compiler": "^14.2.1", @@ -37,7 +37,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~6.0.0-rc.4", + "@abp/ng.schematics": "~6.0.0-rc.5", "@angular-devkit/build-angular": "^14.2.3", "@angular-eslint/builder": "~14.1.1", "@angular-eslint/eslint-plugin": "~14.1.1", diff --git a/templates/module/angular/projects/my-project-name/package.json b/templates/module/angular/projects/my-project-name/package.json index acf238aee9..74b417b870 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": ">=6.0.0-rc.4", - "@abp/ng.theme.shared": ">=6.0.0-rc.4" + "@abp/ng.core": ">=6.0.0-rc.5", + "@abp/ng.theme.shared": ">=6.0.0-rc.5" }, "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 1d814fbb95..02acd4170c 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } } 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 8c4c884b43..3c6ff4a79c 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": "^6.0.0-rc.4", - "@abp/aspnetcore.components.server.basictheme": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5", + "@abp/aspnetcore.components.server.basictheme": "^6.0.0-rc.5" } } 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 5f0414e1fa..ff2b518df8 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } } 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 5f0414e1fa..ff2b518df8 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": "^6.0.0-rc.4" + "@abp/aspnetcore.mvc.ui.theme.basic": "^6.0.0-rc.5" } }