Skip to content

Commit 46b875f

Browse files
committed
Update_NPM_Packages
1 parent fc7231a commit 46b875f

File tree

155 files changed

+2293
-1676
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+2293
-1676
lines changed

modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.analyze.json

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,25 @@
128128
"name": "AuditLogAction",
129129
"summary": null
130130
},
131+
{
132+
"namespace": "Volo.Abp.AuditLogging",
133+
"primaryKeyType": "Guid",
134+
"properties": [
135+
{
136+
"type": "System.Nullable`1[System.Guid]",
137+
"name": "TenantId",
138+
"summary": null
139+
},
140+
{
141+
"type": "System.String",
142+
"name": "FileName",
143+
"summary": null
144+
}
145+
],
146+
"contentType": "entity",
147+
"name": "AuditLogExcelFile",
148+
"summary": null
149+
},
131150
{
132151
"namespace": "Volo.Abp.AuditLogging",
133152
"primaryKeyType": "Guid",
@@ -417,6 +436,105 @@
417436
"name": "AuditLog",
418437
"summary": null
419438
},
439+
{
440+
"namespace": "Volo.Abp.AuditLogging",
441+
"entityAnalyzeModel": {
442+
"namespace": "Volo.Abp.AuditLogging",
443+
"primaryKeyType": "Guid",
444+
"properties": [],
445+
"contentType": "entity",
446+
"name": "AuditLogExcelFile",
447+
"summary": null
448+
},
449+
"implementingInterfaces": [
450+
{
451+
"name": "IRepository<AuditLogExcelFile, Guid>",
452+
"namespace": "Volo.Abp.Domain.Repositories",
453+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
454+
"fullName": "Volo.Abp.Domain.Repositories.IRepository<AuditLogExcelFile, Guid>"
455+
},
456+
{
457+
"name": "IRepository<AuditLogExcelFile>",
458+
"namespace": "Volo.Abp.Domain.Repositories",
459+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
460+
"fullName": "Volo.Abp.Domain.Repositories.IRepository<AuditLogExcelFile>"
461+
},
462+
{
463+
"name": "IReadOnlyRepository<AuditLogExcelFile>",
464+
"namespace": "Volo.Abp.Domain.Repositories",
465+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
466+
"fullName": "Volo.Abp.Domain.Repositories.IReadOnlyRepository<AuditLogExcelFile>"
467+
},
468+
{
469+
"name": "IReadOnlyBasicRepository<AuditLogExcelFile>",
470+
"namespace": "Volo.Abp.Domain.Repositories",
471+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
472+
"fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository<AuditLogExcelFile>"
473+
},
474+
{
475+
"name": "IRepository",
476+
"namespace": "Volo.Abp.Domain.Repositories",
477+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
478+
"fullName": "Volo.Abp.Domain.Repositories.IRepository"
479+
},
480+
{
481+
"name": "IBasicRepository<AuditLogExcelFile>",
482+
"namespace": "Volo.Abp.Domain.Repositories",
483+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
484+
"fullName": "Volo.Abp.Domain.Repositories.IBasicRepository<AuditLogExcelFile>"
485+
},
486+
{
487+
"name": "IReadOnlyRepository<AuditLogExcelFile, Guid>",
488+
"namespace": "Volo.Abp.Domain.Repositories",
489+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
490+
"fullName": "Volo.Abp.Domain.Repositories.IReadOnlyRepository<AuditLogExcelFile, Guid>"
491+
},
492+
{
493+
"name": "IReadOnlyBasicRepository<AuditLogExcelFile, Guid>",
494+
"namespace": "Volo.Abp.Domain.Repositories",
495+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
496+
"fullName": "Volo.Abp.Domain.Repositories.IReadOnlyBasicRepository<AuditLogExcelFile, Guid>"
497+
},
498+
{
499+
"name": "IBasicRepository<AuditLogExcelFile, Guid>",
500+
"namespace": "Volo.Abp.Domain.Repositories",
501+
"declaringAssemblyName": "Volo.Abp.Ddd.Domain",
502+
"fullName": "Volo.Abp.Domain.Repositories.IBasicRepository<AuditLogExcelFile, Guid>"
503+
}
504+
],
505+
"methods": [
506+
{
507+
"returnType": "List<AuditLogExcelFile>",
508+
"namespace": "Volo.Abp.AuditLogging",
509+
"name": "GetListCreationTimeBeforeAsync",
510+
"summary": null,
511+
"isAsync": true,
512+
"isPublic": true,
513+
"isPrivate": false,
514+
"isStatic": false,
515+
"parameters": [
516+
{
517+
"type": "DateTime",
518+
"name": "creationTimeBefore",
519+
"isOptional": false
520+
},
521+
{
522+
"type": "Int32",
523+
"name": "maxResultCount",
524+
"isOptional": true
525+
},
526+
{
527+
"type": "CancellationToken",
528+
"name": "cancellationToken",
529+
"isOptional": true
530+
}
531+
]
532+
}
533+
],
534+
"contentType": "repositoryInterface",
535+
"name": "IAuditLogExcelFileRepository",
536+
"summary": null
537+
},
420538
{
421539
"namespace": "Volo.Abp.AuditLogging",
422540
"entityAnalyzeModel": {

modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.analyze.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"contentType": "databaseTable",
7474
"name": "AuditLogs",
7575
"summary": null
76+
},
77+
{
78+
"entityFullName": "Volo.Abp.AuditLogging.AuditLogExcelFile",
79+
"contentType": "databaseTable",
80+
"name": "AuditLogExcelFiles",
81+
"summary": null
7682
}
7783
],
7884
"replacedDbContexts": [],

modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.analyze.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"contentType": "databaseCollection",
7474
"name": "AuditLogs",
7575
"summary": null
76+
},
77+
{
78+
"entityFullName": "Volo.Abp.AuditLogging.AuditLogExcelFile",
79+
"contentType": "databaseCollection",
80+
"name": "AuditLogExcelFiles",
81+
"summary": null
7682
}
7783
],
7884
"implementingInterfaces": [

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "asp.net",
44
"private": true,
55
"dependencies": {
6-
"@abp/aspnetcore.mvc.ui.theme.shared": "~9.3.0-rc.4",
7-
"@abp/prismjs": "~9.3.0-rc.4",
8-
"@abp/highlight.js": "~9.3.0-rc.4"
6+
"@abp/aspnetcore.mvc.ui.theme.shared": "~9.3.0",
7+
"@abp/prismjs": "~9.3.0",
8+
"@abp/highlight.js": "~9.3.0"
99
}
1010
}

0 commit comments

Comments
 (0)