@tsonic/aspnetcore 10.0.5 → 10.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +183 -113
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +287 -189
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +35 -13
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +278 -204
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +97 -89
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +173 -171
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +572 -456
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +32 -24
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -68
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +92 -66
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +211 -135
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +126 -104
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +58 -48
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +189 -145
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +59 -31
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +187 -131
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +41 -25
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -91
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -7,10 +7,10 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { RazorCompiledItem } from "../../Microsoft.AspNetCore.Razor.Hosting/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import type {
|
|
10
|
+
import type { IEnumerable_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import type { Assembly, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
12
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
13
|
+
import type { Attribute, Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
14
14
|
|
|
15
15
|
export interface IApplicationFeatureProvider$instance {
|
|
16
16
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
|
|
@@ -23,7 +23,7 @@ export type IApplicationFeatureProvider = IApplicationFeatureProvider$instance;
|
|
|
23
23
|
export interface IApplicationFeatureProvider_1$instance<TFeature> extends IApplicationFeatureProvider {
|
|
24
24
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider_1: never;
|
|
25
25
|
|
|
26
|
-
PopulateFeature(parts:
|
|
26
|
+
PopulateFeature(parts: IEnumerable_1<ApplicationPart>, feature: TFeature): void;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
|
|
@@ -34,7 +34,7 @@ export type IApplicationFeatureProvider_1<TFeature> = IApplicationFeatureProvide
|
|
|
34
34
|
export interface IApplicationPartTypeProvider$instance {
|
|
35
35
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationPartTypeProvider: never;
|
|
36
36
|
|
|
37
|
-
readonly Types:
|
|
37
|
+
readonly Types: IEnumerable_1<TypeInfo>;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
|
|
@@ -43,7 +43,7 @@ export type IApplicationPartTypeProvider = IApplicationPartTypeProvider$instance
|
|
|
43
43
|
export interface ICompilationReferencesProvider$instance {
|
|
44
44
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_ICompilationReferencesProvider: never;
|
|
45
45
|
|
|
46
|
-
GetReferencePaths():
|
|
46
|
+
GetReferencePaths(): IEnumerable_1<System_Internal.String>;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
|
|
@@ -52,13 +52,15 @@ export type ICompilationReferencesProvider = ICompilationReferencesProvider$inst
|
|
|
52
52
|
export interface IRazorCompiledItemProvider$instance {
|
|
53
53
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IRazorCompiledItemProvider: never;
|
|
54
54
|
|
|
55
|
-
readonly CompiledItems:
|
|
55
|
+
readonly CompiledItems: IEnumerable_1<RazorCompiledItem>;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
export type IRazorCompiledItemProvider = IRazorCompiledItemProvider$instance;
|
|
60
60
|
|
|
61
61
|
export interface ApplicationPart$instance {
|
|
62
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPart: never;
|
|
63
|
+
|
|
62
64
|
readonly Name: string;
|
|
63
65
|
}
|
|
64
66
|
|
|
@@ -70,6 +72,8 @@ export const ApplicationPart: (abstract new() => ApplicationPart) & {
|
|
|
70
72
|
export type ApplicationPart = ApplicationPart$instance;
|
|
71
73
|
|
|
72
74
|
export interface ApplicationPartAttribute$instance extends Attribute {
|
|
75
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPartAttribute: never;
|
|
76
|
+
|
|
73
77
|
readonly AssemblyName: string;
|
|
74
78
|
}
|
|
75
79
|
|
|
@@ -82,7 +86,9 @@ export const ApplicationPartAttribute: {
|
|
|
82
86
|
export type ApplicationPartAttribute = ApplicationPartAttribute$instance;
|
|
83
87
|
|
|
84
88
|
export interface ApplicationPartFactory$instance {
|
|
85
|
-
|
|
89
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPartFactory: never;
|
|
90
|
+
|
|
91
|
+
GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
86
92
|
}
|
|
87
93
|
|
|
88
94
|
|
|
@@ -94,8 +100,10 @@ export const ApplicationPartFactory: (abstract new() => ApplicationPartFactory)
|
|
|
94
100
|
export type ApplicationPartFactory = ApplicationPartFactory$instance;
|
|
95
101
|
|
|
96
102
|
export interface ApplicationPartManager$instance {
|
|
97
|
-
readonly
|
|
98
|
-
|
|
103
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ApplicationPartManager: never;
|
|
104
|
+
|
|
105
|
+
readonly ApplicationParts: IList_1<ApplicationPart>;
|
|
106
|
+
readonly FeatureProviders: IList_1<IApplicationFeatureProvider>;
|
|
99
107
|
PopulateFeature<TFeature>(feature: TFeature): void;
|
|
100
108
|
}
|
|
101
109
|
|
|
@@ -107,12 +115,14 @@ export const ApplicationPartManager: {
|
|
|
107
115
|
|
|
108
116
|
export type ApplicationPartManager = ApplicationPartManager$instance;
|
|
109
117
|
|
|
110
|
-
export interface AssemblyPart$instance extends ApplicationPart {
|
|
118
|
+
export interface AssemblyPart$instance extends ApplicationPart, IApplicationPartTypeProvider$instance {
|
|
119
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_AssemblyPart: never;
|
|
120
|
+
|
|
111
121
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationPartTypeProvider: never;
|
|
112
122
|
|
|
113
123
|
readonly Assembly: Assembly;
|
|
114
124
|
readonly Name: string;
|
|
115
|
-
readonly Types:
|
|
125
|
+
readonly Types: IEnumerable_1<TypeInfo>;
|
|
116
126
|
}
|
|
117
127
|
|
|
118
128
|
|
|
@@ -125,25 +135,27 @@ export interface __AssemblyPart$views {
|
|
|
125
135
|
As_IApplicationPartTypeProvider(): IApplicationPartTypeProvider$instance;
|
|
126
136
|
}
|
|
127
137
|
|
|
128
|
-
export interface AssemblyPart$instance extends IApplicationPartTypeProvider$instance {}
|
|
129
|
-
|
|
130
138
|
export type AssemblyPart = AssemblyPart$instance & __AssemblyPart$views;
|
|
131
139
|
|
|
132
140
|
|
|
133
141
|
export interface CompiledRazorAssemblyApplicationPartFactory$instance extends ApplicationPartFactory {
|
|
134
|
-
|
|
142
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_CompiledRazorAssemblyApplicationPartFactory: never;
|
|
143
|
+
|
|
144
|
+
GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
135
145
|
}
|
|
136
146
|
|
|
137
147
|
|
|
138
148
|
export const CompiledRazorAssemblyApplicationPartFactory: {
|
|
139
149
|
new(): CompiledRazorAssemblyApplicationPartFactory;
|
|
140
|
-
GetDefaultApplicationParts(assembly: Assembly):
|
|
150
|
+
GetDefaultApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
141
151
|
};
|
|
142
152
|
|
|
143
153
|
|
|
144
154
|
export type CompiledRazorAssemblyApplicationPartFactory = CompiledRazorAssemblyApplicationPartFactory$instance;
|
|
145
155
|
|
|
146
|
-
export interface CompiledRazorAssemblyPart$instance extends ApplicationPart {
|
|
156
|
+
export interface CompiledRazorAssemblyPart$instance extends ApplicationPart, IRazorCompiledItemProvider$instance {
|
|
157
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_CompiledRazorAssemblyPart: never;
|
|
158
|
+
|
|
147
159
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IRazorCompiledItemProvider: never;
|
|
148
160
|
|
|
149
161
|
readonly Assembly: Assembly;
|
|
@@ -160,13 +172,13 @@ export interface __CompiledRazorAssemblyPart$views {
|
|
|
160
172
|
As_IRazorCompiledItemProvider(): IRazorCompiledItemProvider$instance;
|
|
161
173
|
}
|
|
162
174
|
|
|
163
|
-
export interface CompiledRazorAssemblyPart$instance extends IRazorCompiledItemProvider$instance {}
|
|
164
|
-
|
|
165
175
|
export type CompiledRazorAssemblyPart = CompiledRazorAssemblyPart$instance & __CompiledRazorAssemblyPart$views;
|
|
166
176
|
|
|
167
177
|
|
|
168
178
|
export interface ConsolidatedAssemblyApplicationPartFactory$instance extends ApplicationPartFactory {
|
|
169
|
-
|
|
179
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ConsolidatedAssemblyApplicationPartFactory: never;
|
|
180
|
+
|
|
181
|
+
GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
170
182
|
}
|
|
171
183
|
|
|
172
184
|
|
|
@@ -178,21 +190,25 @@ export const ConsolidatedAssemblyApplicationPartFactory: {
|
|
|
178
190
|
export type ConsolidatedAssemblyApplicationPartFactory = ConsolidatedAssemblyApplicationPartFactory$instance;
|
|
179
191
|
|
|
180
192
|
export interface DefaultApplicationPartFactory$instance extends ApplicationPartFactory {
|
|
181
|
-
|
|
193
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_DefaultApplicationPartFactory: never;
|
|
194
|
+
|
|
195
|
+
GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
182
196
|
}
|
|
183
197
|
|
|
184
198
|
|
|
185
199
|
export const DefaultApplicationPartFactory: {
|
|
186
200
|
new(): DefaultApplicationPartFactory;
|
|
187
201
|
readonly Instance: DefaultApplicationPartFactory;
|
|
188
|
-
GetDefaultApplicationParts(assembly: Assembly):
|
|
202
|
+
GetDefaultApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
189
203
|
};
|
|
190
204
|
|
|
191
205
|
|
|
192
206
|
export type DefaultApplicationPartFactory = DefaultApplicationPartFactory$instance;
|
|
193
207
|
|
|
194
208
|
export interface NullApplicationPartFactory$instance extends ApplicationPartFactory {
|
|
195
|
-
|
|
209
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_NullApplicationPartFactory: never;
|
|
210
|
+
|
|
211
|
+
GetApplicationParts(assembly: Assembly): IEnumerable_1<ApplicationPart>;
|
|
196
212
|
}
|
|
197
213
|
|
|
198
214
|
|
|
@@ -204,6 +220,8 @@ export const NullApplicationPartFactory: {
|
|
|
204
220
|
export type NullApplicationPartFactory = NullApplicationPartFactory$instance;
|
|
205
221
|
|
|
206
222
|
export interface ProvideApplicationPartFactoryAttribute$instance extends Attribute {
|
|
223
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_ProvideApplicationPartFactoryAttribute: never;
|
|
224
|
+
|
|
207
225
|
GetFactoryType(): Type;
|
|
208
226
|
}
|
|
209
227
|
|
|
@@ -217,13 +235,15 @@ export const ProvideApplicationPartFactoryAttribute: {
|
|
|
217
235
|
export type ProvideApplicationPartFactoryAttribute = ProvideApplicationPartFactoryAttribute$instance;
|
|
218
236
|
|
|
219
237
|
export interface RelatedAssemblyAttribute$instance extends Attribute {
|
|
238
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ApplicationParts_RelatedAssemblyAttribute: never;
|
|
239
|
+
|
|
220
240
|
readonly AssemblyFileName: string;
|
|
221
241
|
}
|
|
222
242
|
|
|
223
243
|
|
|
224
244
|
export const RelatedAssemblyAttribute: {
|
|
225
245
|
new(assemblyFileName: string): RelatedAssemblyAttribute;
|
|
226
|
-
GetRelatedAssemblies(assembly: Assembly, throwOnError: boolean):
|
|
246
|
+
GetRelatedAssemblies(assembly: Assembly, throwOnError: boolean): IReadOnlyList_1<Assembly>;
|
|
227
247
|
};
|
|
228
248
|
|
|
229
249
|
|
|
@@ -9,10 +9,10 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { AuthorizationPolicy, IAuthorizationPolicyProvider, IAuthorizeData } from "../../Microsoft.AspNetCore.Authorization/internal/index.js";
|
|
10
10
|
import * as Microsoft_AspNetCore_Mvc_Filters_Internal from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
|
|
11
11
|
import type { AuthorizationFilterContext, IAsyncAuthorizationFilter, IFilterFactory, IFilterMetadata } from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import type {
|
|
12
|
+
import type { IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
14
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { Boolean as ClrBoolean, IServiceProvider, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface IAllowAnonymousFilter$instance extends IFilterMetadata {
|
|
18
18
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Authorization_IAllowAnonymousFilter: never;
|
|
@@ -25,6 +25,8 @@ export interface IAllowAnonymousFilter$instance extends Microsoft_AspNetCore_Mvc
|
|
|
25
25
|
export type IAllowAnonymousFilter = IAllowAnonymousFilter$instance;
|
|
26
26
|
|
|
27
27
|
export interface AllowAnonymousFilter$instance extends IAllowAnonymousFilter, IFilterMetadata {
|
|
28
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Authorization_AllowAnonymousFilter: never;
|
|
29
|
+
|
|
28
30
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Authorization_IAllowAnonymousFilter: never;
|
|
29
31
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
30
32
|
|
|
@@ -38,12 +40,14 @@ export const AllowAnonymousFilter: {
|
|
|
38
40
|
|
|
39
41
|
export type AllowAnonymousFilter = AllowAnonymousFilter$instance;
|
|
40
42
|
|
|
41
|
-
export interface AuthorizeFilter$instance extends IFilterMetadata {
|
|
43
|
+
export interface AuthorizeFilter$instance extends IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {
|
|
44
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Authorization_AuthorizeFilter: never;
|
|
45
|
+
|
|
42
46
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncAuthorizationFilter: never;
|
|
43
47
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterFactory: never;
|
|
44
48
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
45
49
|
|
|
46
|
-
readonly AuthorizeData:
|
|
50
|
+
readonly AuthorizeData: IEnumerable_1<IAuthorizeData> | undefined;
|
|
47
51
|
readonly Policy: AuthorizationPolicy | undefined;
|
|
48
52
|
readonly PolicyProvider: IAuthorizationPolicyProvider | undefined;
|
|
49
53
|
OnAuthorizationAsync(context: AuthorizationFilterContext): Task;
|
|
@@ -53,8 +57,8 @@ export interface AuthorizeFilter$instance extends IFilterMetadata {
|
|
|
53
57
|
export const AuthorizeFilter: {
|
|
54
58
|
new(): AuthorizeFilter;
|
|
55
59
|
new(policy: AuthorizationPolicy): AuthorizeFilter;
|
|
56
|
-
new(policyProvider: IAuthorizationPolicyProvider, authorizeData:
|
|
57
|
-
new(authorizeData:
|
|
60
|
+
new(policyProvider: IAuthorizationPolicyProvider, authorizeData: IEnumerable_1<IAuthorizeData>): AuthorizeFilter;
|
|
61
|
+
new(authorizeData: IEnumerable_1<IAuthorizeData>): AuthorizeFilter;
|
|
58
62
|
new(policy: string): AuthorizeFilter;
|
|
59
63
|
};
|
|
60
64
|
|
|
@@ -64,8 +68,6 @@ export interface __AuthorizeFilter$views {
|
|
|
64
68
|
As_IFilterFactory(): Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance;
|
|
65
69
|
}
|
|
66
70
|
|
|
67
|
-
export interface AuthorizeFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IFilterFactory$instance {}
|
|
68
|
-
|
|
69
71
|
export type AuthorizeFilter = AuthorizeFilter$instance & __AuthorizeFilter$views;
|
|
70
72
|
|
|
71
73
|
|
|
@@ -17,11 +17,11 @@ import type { IParameterInfoParameterDescriptor, IPropertyInfoParameterDescripto
|
|
|
17
17
|
import type { BindingInfo } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
|
|
18
18
|
import type { AttributeRouteInfo } from "../../Microsoft.AspNetCore.Mvc.Routing/internal/index.js";
|
|
19
19
|
import type { ControllerContext } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
20
|
-
import type {
|
|
21
|
-
import
|
|
22
|
-
import type {
|
|
23
|
-
import
|
|
24
|
-
import type {
|
|
20
|
+
import type { IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
21
|
+
import type { MethodInfo, ParameterInfo, PropertyInfo, TypeInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
22
|
+
import type { ValueTask } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
23
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
24
|
+
import type { Action_2, Boolean as ClrBoolean, Func_2, Func_3, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
25
25
|
|
|
26
26
|
export interface IControllerActivator$instance {
|
|
27
27
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivator: never;
|
|
@@ -37,9 +37,9 @@ export type IControllerActivator = IControllerActivator$instance;
|
|
|
37
37
|
export interface IControllerActivatorProvider$instance {
|
|
38
38
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivatorProvider: never;
|
|
39
39
|
|
|
40
|
-
CreateActivator(descriptor: ControllerActionDescriptor):
|
|
41
|
-
CreateAsyncReleaser(descriptor: ControllerActionDescriptor):
|
|
42
|
-
CreateReleaser(descriptor: ControllerActionDescriptor):
|
|
40
|
+
CreateActivator(descriptor: ControllerActionDescriptor): Func_2<ControllerContext, unknown>;
|
|
41
|
+
CreateAsyncReleaser(descriptor: ControllerActionDescriptor): Func_3<ControllerContext, unknown, ValueTask> | undefined;
|
|
42
|
+
CreateReleaser(descriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown> | undefined;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
|
|
@@ -59,15 +59,17 @@ export type IControllerFactory = IControllerFactory$instance;
|
|
|
59
59
|
export interface IControllerFactoryProvider$instance {
|
|
60
60
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerFactoryProvider: never;
|
|
61
61
|
|
|
62
|
-
CreateAsyncControllerReleaser(descriptor: ControllerActionDescriptor):
|
|
63
|
-
CreateControllerFactory(descriptor: ControllerActionDescriptor):
|
|
64
|
-
CreateControllerReleaser(descriptor: ControllerActionDescriptor):
|
|
62
|
+
CreateAsyncControllerReleaser(descriptor: ControllerActionDescriptor): Func_3<ControllerContext, unknown, ValueTask> | undefined;
|
|
63
|
+
CreateControllerFactory(descriptor: ControllerActionDescriptor): Func_2<ControllerContext, unknown>;
|
|
64
|
+
CreateControllerReleaser(descriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown> | undefined;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
export type IControllerFactoryProvider = IControllerFactoryProvider$instance;
|
|
69
69
|
|
|
70
70
|
export interface ControllerActionDescriptor$instance extends ActionDescriptor {
|
|
71
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerActionDescriptor: never;
|
|
72
|
+
|
|
71
73
|
ActionName: string;
|
|
72
74
|
ControllerName: string;
|
|
73
75
|
ControllerTypeInfo: TypeInfo;
|
|
@@ -84,12 +86,14 @@ export const ControllerActionDescriptor: {
|
|
|
84
86
|
|
|
85
87
|
export type ControllerActionDescriptor = ControllerActionDescriptor$instance;
|
|
86
88
|
|
|
87
|
-
export interface ControllerActivatorProvider$instance {
|
|
89
|
+
export interface ControllerActivatorProvider$instance extends IControllerActivatorProvider$instance {
|
|
90
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerActivatorProvider: never;
|
|
91
|
+
|
|
88
92
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivatorProvider: never;
|
|
89
93
|
|
|
90
|
-
CreateActivator(descriptor: ControllerActionDescriptor):
|
|
91
|
-
CreateAsyncReleaser(descriptor: ControllerActionDescriptor):
|
|
92
|
-
CreateReleaser(descriptor: ControllerActionDescriptor):
|
|
94
|
+
CreateActivator(descriptor: ControllerActionDescriptor): Func_2<ControllerContext, unknown>;
|
|
95
|
+
CreateAsyncReleaser(descriptor: ControllerActionDescriptor): Func_3<ControllerContext, unknown, ValueTask> | undefined;
|
|
96
|
+
CreateReleaser(descriptor: ControllerActionDescriptor): Action_2<ControllerContext, unknown> | undefined;
|
|
93
97
|
}
|
|
94
98
|
|
|
95
99
|
|
|
@@ -102,12 +106,12 @@ export interface __ControllerActivatorProvider$views {
|
|
|
102
106
|
As_IControllerActivatorProvider(): IControllerActivatorProvider$instance;
|
|
103
107
|
}
|
|
104
108
|
|
|
105
|
-
export interface ControllerActivatorProvider$instance extends IControllerActivatorProvider$instance {}
|
|
106
|
-
|
|
107
109
|
export type ControllerActivatorProvider = ControllerActivatorProvider$instance & __ControllerActivatorProvider$views;
|
|
108
110
|
|
|
109
111
|
|
|
110
112
|
export interface ControllerBoundPropertyDescriptor$instance extends ParameterDescriptor {
|
|
113
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerBoundPropertyDescriptor: never;
|
|
114
|
+
|
|
111
115
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IPropertyInfoParameterDescriptor: never;
|
|
112
116
|
|
|
113
117
|
PropertyInfo: PropertyInfo;
|
|
@@ -127,7 +131,9 @@ export type ControllerBoundPropertyDescriptor = ControllerBoundPropertyDescripto
|
|
|
127
131
|
|
|
128
132
|
|
|
129
133
|
export interface ControllerFeature$instance {
|
|
130
|
-
readonly
|
|
134
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerFeature: never;
|
|
135
|
+
|
|
136
|
+
readonly Controllers: IList_1<TypeInfo>;
|
|
131
137
|
}
|
|
132
138
|
|
|
133
139
|
|
|
@@ -139,11 +145,13 @@ export const ControllerFeature: {
|
|
|
139
145
|
export type ControllerFeature = ControllerFeature$instance;
|
|
140
146
|
|
|
141
147
|
export interface ControllerFeatureProvider$instance extends IApplicationFeatureProvider {
|
|
148
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerFeatureProvider: never;
|
|
149
|
+
|
|
142
150
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
|
|
143
151
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider_1: never;
|
|
144
152
|
|
|
145
153
|
IsController(typeInfo: TypeInfo): boolean;
|
|
146
|
-
PopulateFeature(parts:
|
|
154
|
+
PopulateFeature(parts: IEnumerable_1<ApplicationPart>, feature: ControllerFeature): void;
|
|
147
155
|
}
|
|
148
156
|
|
|
149
157
|
|
|
@@ -156,12 +164,12 @@ export interface __ControllerFeatureProvider$views {
|
|
|
156
164
|
As_IApplicationFeatureProvider_1(): Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<ControllerFeature>;
|
|
157
165
|
}
|
|
158
166
|
|
|
159
|
-
export interface ControllerFeatureProvider$instance extends Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<ControllerFeature> {}
|
|
160
|
-
|
|
161
167
|
export type ControllerFeatureProvider = ControllerFeatureProvider$instance & __ControllerFeatureProvider$views;
|
|
162
168
|
|
|
163
169
|
|
|
164
170
|
export interface ControllerParameterDescriptor$instance extends ParameterDescriptor {
|
|
171
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ControllerParameterDescriptor: never;
|
|
172
|
+
|
|
165
173
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IParameterInfoParameterDescriptor: never;
|
|
166
174
|
|
|
167
175
|
ParameterInfo: ParameterInfo;
|
|
@@ -180,7 +188,9 @@ export interface __ControllerParameterDescriptor$views {
|
|
|
180
188
|
export type ControllerParameterDescriptor = ControllerParameterDescriptor$instance & __ControllerParameterDescriptor$views;
|
|
181
189
|
|
|
182
190
|
|
|
183
|
-
export interface ServiceBasedControllerActivator$instance {
|
|
191
|
+
export interface ServiceBasedControllerActivator$instance extends IControllerActivator$instance {
|
|
192
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Controllers_ServiceBasedControllerActivator: never;
|
|
193
|
+
|
|
184
194
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Controllers_IControllerActivator: never;
|
|
185
195
|
|
|
186
196
|
Create(actionContext: ControllerContext): unknown;
|
|
@@ -197,8 +207,6 @@ export interface __ServiceBasedControllerActivator$views {
|
|
|
197
207
|
As_IControllerActivator(): IControllerActivator$instance;
|
|
198
208
|
}
|
|
199
209
|
|
|
200
|
-
export interface ServiceBasedControllerActivator$instance extends IControllerActivator$instance {}
|
|
201
|
-
|
|
202
210
|
export type ServiceBasedControllerActivator = ServiceBasedControllerActivator$instance & __ServiceBasedControllerActivator$views;
|
|
203
211
|
|
|
204
212
|
|
|
@@ -9,7 +9,7 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
10
|
import * as Microsoft_AspNetCore_Mvc_Internal from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
11
11
|
import type { ActionContext, IActionResult } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
12
|
-
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
12
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
13
13
|
|
|
14
14
|
export interface IAntiforgeryValidationFailedResult$instance extends IActionResult {
|
|
15
15
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Core_Infrastructure_IAntiforgeryValidationFailedResult: never;
|
|
@@ -9,12 +9,14 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { ICorsPolicyProvider, ICorsService } from "../../Microsoft.AspNetCore.Cors.Infrastructure/internal/index.js";
|
|
10
10
|
import * as Microsoft_AspNetCore_Mvc_Filters_Internal from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
|
|
11
11
|
import type { AuthorizationFilterContext, IAsyncAuthorizationFilter, IFilterMetadata, IOrderedFilter } from "../../Microsoft.AspNetCore.Mvc.Filters/internal/index.js";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import type {
|
|
15
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
12
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
13
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
|
+
import type { Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
16
|
+
|
|
17
|
+
export interface CorsAuthorizationFilter$instance extends IFilterMetadata, Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {
|
|
18
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Cors_CorsAuthorizationFilter: never;
|
|
16
19
|
|
|
17
|
-
export interface CorsAuthorizationFilter$instance extends IFilterMetadata {
|
|
18
20
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Cors_ICorsAuthorizationFilter: never;
|
|
19
21
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IAsyncAuthorizationFilter: never;
|
|
20
22
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Filters_IFilterMetadata: never;
|
|
@@ -38,8 +40,6 @@ export interface __CorsAuthorizationFilter$views {
|
|
|
38
40
|
As_IOrderedFilter(): Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance;
|
|
39
41
|
}
|
|
40
42
|
|
|
41
|
-
export interface CorsAuthorizationFilter$instance extends Microsoft_AspNetCore_Mvc_Filters_Internal.IAsyncAuthorizationFilter$instance, Microsoft_AspNetCore_Mvc_Filters_Internal.IOrderedFilter$instance {}
|
|
42
|
-
|
|
43
43
|
export type CorsAuthorizationFilter = CorsAuthorizationFilter$instance & __CorsAuthorizationFilter$views;
|
|
44
44
|
|
|
45
45
|
|
|
@@ -11,15 +11,15 @@ import type { ICompatibilitySwitch } from "../../Microsoft.AspNetCore.Mvc.Infras
|
|
|
11
11
|
import * as Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal from "../../Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js";
|
|
12
12
|
import type { ClientModelValidationContext, IClientModelValidator, ModelValidationContextBase } from "../../Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.js";
|
|
13
13
|
import type { ModelMetadata } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
|
|
14
|
-
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
15
|
-
import type {
|
|
16
|
-
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
17
|
-
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
18
|
-
import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
|
|
19
|
-
import type { RequiredAttribute, ValidationAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations.js";
|
|
20
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
21
|
-
import type { Attribute, Boolean as ClrBoolean,
|
|
22
|
-
import type { IStringLocalizer, IStringLocalizerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization.js";
|
|
14
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
16
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
17
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
|
|
18
|
+
import * as System_ComponentModel_DataAnnotations_Internal from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
|
|
19
|
+
import type { RequiredAttribute, ValidationAttribute } from "@tsonic/dotnet/System.ComponentModel.DataAnnotations/internal/index.js";
|
|
20
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
21
|
+
import type { Attribute, Boolean as ClrBoolean, Func_3, Object as ClrObject, String as ClrString, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
22
|
+
import type { IStringLocalizer, IStringLocalizerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Localization/internal/index.js";
|
|
23
23
|
|
|
24
24
|
export interface IAttributeAdapter$instance extends IClientModelValidator {
|
|
25
25
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
|
|
@@ -43,6 +43,8 @@ export interface IValidationAttributeAdapterProvider$instance {
|
|
|
43
43
|
export type IValidationAttributeAdapterProvider = IValidationAttributeAdapterProvider$instance;
|
|
44
44
|
|
|
45
45
|
export interface AttributeAdapterBase_1$instance<TAttribute extends ValidationAttribute> extends ValidationAttributeAdapter_1$instance<TAttribute> {
|
|
46
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_AttributeAdapterBase_1: never;
|
|
47
|
+
|
|
46
48
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
|
|
47
49
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
48
50
|
|
|
@@ -64,10 +66,12 @@ export type AttributeAdapterBase_1<TAttribute extends ValidationAttribute> = Att
|
|
|
64
66
|
|
|
65
67
|
|
|
66
68
|
export interface MvcDataAnnotationsLocalizationOptions$instance {
|
|
69
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_MvcDataAnnotationsLocalizationOptions: never;
|
|
70
|
+
|
|
67
71
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
68
72
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
69
73
|
|
|
70
|
-
DataAnnotationLocalizerProvider:
|
|
74
|
+
DataAnnotationLocalizerProvider: Func_3<Type, IStringLocalizerFactory, IStringLocalizer>;
|
|
71
75
|
}
|
|
72
76
|
|
|
73
77
|
|
|
@@ -79,6 +83,8 @@ export const MvcDataAnnotationsLocalizationOptions: {
|
|
|
79
83
|
export type MvcDataAnnotationsLocalizationOptions = MvcDataAnnotationsLocalizationOptions$instance;
|
|
80
84
|
|
|
81
85
|
export interface RequiredAttributeAdapter$instance extends AttributeAdapterBase_1$instance<RequiredAttribute> {
|
|
86
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_RequiredAttributeAdapter: never;
|
|
87
|
+
|
|
82
88
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IAttributeAdapter: never;
|
|
83
89
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
84
90
|
|
|
@@ -101,7 +107,9 @@ export interface __RequiredAttributeAdapter$views {
|
|
|
101
107
|
export type RequiredAttributeAdapter = RequiredAttributeAdapter$instance & __RequiredAttributeAdapter$views;
|
|
102
108
|
|
|
103
109
|
|
|
104
|
-
export interface ValidationAttributeAdapter_1$instance<TAttribute extends ValidationAttribute> {
|
|
110
|
+
export interface ValidationAttributeAdapter_1$instance<TAttribute extends ValidationAttribute> extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {
|
|
111
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_ValidationAttributeAdapter_1: never;
|
|
112
|
+
|
|
105
113
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
106
114
|
|
|
107
115
|
readonly Attribute: TAttribute;
|
|
@@ -111,7 +119,7 @@ export interface ValidationAttributeAdapter_1$instance<TAttribute extends Valida
|
|
|
111
119
|
|
|
112
120
|
|
|
113
121
|
export const ValidationAttributeAdapter_1: (abstract new<TAttribute extends ValidationAttribute>(attribute: TAttribute, stringLocalizer: IStringLocalizer) => ValidationAttributeAdapter_1<TAttribute>) & {
|
|
114
|
-
MergeAttribute<TAttribute extends ValidationAttribute>(attributes:
|
|
122
|
+
MergeAttribute<TAttribute extends ValidationAttribute>(attributes: IDictionary_2<System_Internal.String, System_Internal.String>, key: string, value: string): boolean;
|
|
115
123
|
};
|
|
116
124
|
|
|
117
125
|
|
|
@@ -119,12 +127,12 @@ export interface __ValidationAttributeAdapter_1$views<TAttribute extends Validat
|
|
|
119
127
|
As_IClientModelValidator(): Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance;
|
|
120
128
|
}
|
|
121
129
|
|
|
122
|
-
export interface ValidationAttributeAdapter_1$instance<TAttribute extends ValidationAttribute> extends Microsoft_AspNetCore_Mvc_ModelBinding_Validation_Internal.IClientModelValidator$instance {}
|
|
123
|
-
|
|
124
130
|
export type ValidationAttributeAdapter_1<TAttribute extends ValidationAttribute> = ValidationAttributeAdapter_1$instance<TAttribute> & __ValidationAttributeAdapter_1$views<TAttribute>;
|
|
125
131
|
|
|
126
132
|
|
|
127
|
-
export interface ValidationAttributeAdapterProvider$instance {
|
|
133
|
+
export interface ValidationAttributeAdapterProvider$instance extends IValidationAttributeAdapterProvider$instance {
|
|
134
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_ValidationAttributeAdapterProvider: never;
|
|
135
|
+
|
|
128
136
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_DataAnnotations_IValidationAttributeAdapterProvider: never;
|
|
129
137
|
|
|
130
138
|
GetAttributeAdapter(attribute: ValidationAttribute, stringLocalizer: IStringLocalizer): IAttributeAdapter | undefined;
|
|
@@ -140,13 +148,13 @@ export interface __ValidationAttributeAdapterProvider$views {
|
|
|
140
148
|
As_IValidationAttributeAdapterProvider(): IValidationAttributeAdapterProvider$instance;
|
|
141
149
|
}
|
|
142
150
|
|
|
143
|
-
export interface ValidationAttributeAdapterProvider$instance extends IValidationAttributeAdapterProvider$instance {}
|
|
144
|
-
|
|
145
151
|
export type ValidationAttributeAdapterProvider = ValidationAttributeAdapterProvider$instance & __ValidationAttributeAdapterProvider$views;
|
|
146
152
|
|
|
147
153
|
|
|
148
154
|
export interface ValidationProviderAttribute$instance extends Attribute {
|
|
149
|
-
|
|
155
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_DataAnnotations_ValidationProviderAttribute: never;
|
|
156
|
+
|
|
157
|
+
GetValidationAttributes(): IEnumerable_1<ValidationAttribute>;
|
|
150
158
|
}
|
|
151
159
|
|
|
152
160
|
|