@tsonic/aspnetcore 10.0.5 → 10.0.7
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 +182 -112
- 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 +288 -191
- 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 +36 -15
- 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 +287 -223
- 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 +98 -91
- 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 +175 -173
- 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 +573 -458
- 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 +33 -25
- 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 -119
- 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 +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- 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 +25 -19
- 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 +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- 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 +61 -35
- 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 +189 -135
- 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 +42 -27
- 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 +140 -93
- 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
|
@@ -11,12 +11,12 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { IModelMetadataProvider, ModelMetadata, ModelStateDictionary } from "../../Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.js";
|
|
13
13
|
import type { ActionContext } from "../../Microsoft.AspNetCore.Mvc/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_Internal from "@tsonic/dotnet/System.js";
|
|
19
|
-
import type { Attribute, Boolean as ClrBoolean,
|
|
14
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
15
|
+
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, KeyValuePair_2 } 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_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
19
|
+
import type { Attribute, Boolean as ClrBoolean, Func_1, Int32, Nullable_1, Object as ClrObject, String as ClrString, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
20
20
|
|
|
21
21
|
export interface IClientModelValidator$instance {
|
|
22
22
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidator: never;
|
|
@@ -40,7 +40,7 @@ export interface IMetadataBasedModelValidatorProvider$instance extends IModelVal
|
|
|
40
40
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IMetadataBasedModelValidatorProvider: never;
|
|
41
41
|
|
|
42
42
|
CreateValidators(context: ModelValidatorProviderContext): void;
|
|
43
|
-
HasValidators(modelType: Type, validatorMetadata:
|
|
43
|
+
HasValidators(modelType: Type, validatorMetadata: IList_1<unknown>): boolean;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
@@ -51,7 +51,7 @@ export type IMetadataBasedModelValidatorProvider = IMetadataBasedModelValidatorP
|
|
|
51
51
|
export interface IModelValidator$instance {
|
|
52
52
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IModelValidator: never;
|
|
53
53
|
|
|
54
|
-
Validate(context: ModelValidationContext):
|
|
54
|
+
Validate(context: ModelValidationContext): IEnumerable_1<ModelValidationResult>;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
|
|
@@ -87,13 +87,15 @@ export type IPropertyValidationFilter = IPropertyValidationFilter$instance;
|
|
|
87
87
|
export interface IValidationStrategy$instance {
|
|
88
88
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IValidationStrategy: never;
|
|
89
89
|
|
|
90
|
-
GetChildren(metadata: ModelMetadata, key: string, model: unknown):
|
|
90
|
+
GetChildren(metadata: ModelMetadata, key: string, model: unknown): IEnumerator_1<ValidationEntry>;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
export type IValidationStrategy = IValidationStrategy$instance;
|
|
95
95
|
|
|
96
96
|
export interface ValidationEntry$instance {
|
|
97
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationEntry: never;
|
|
98
|
+
|
|
97
99
|
readonly Key: string;
|
|
98
100
|
readonly Metadata: ModelMetadata;
|
|
99
101
|
readonly Model: unknown | undefined;
|
|
@@ -102,26 +104,30 @@ export interface ValidationEntry$instance {
|
|
|
102
104
|
|
|
103
105
|
export const ValidationEntry: {
|
|
104
106
|
new(metadata: ModelMetadata, key: string, model: unknown): ValidationEntry;
|
|
105
|
-
new(metadata: ModelMetadata, key: string, modelAccessor:
|
|
107
|
+
new(metadata: ModelMetadata, key: string, modelAccessor: Func_1<unknown>): ValidationEntry;
|
|
106
108
|
};
|
|
107
109
|
|
|
108
110
|
|
|
109
111
|
export type ValidationEntry = ValidationEntry$instance;
|
|
110
112
|
|
|
111
113
|
export interface ClientModelValidationContext$instance extends ModelValidationContextBase {
|
|
112
|
-
readonly
|
|
114
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ClientModelValidationContext: never;
|
|
115
|
+
|
|
116
|
+
readonly Attributes: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
|
|
116
120
|
export const ClientModelValidationContext: {
|
|
117
|
-
new(actionContext: ActionContext, metadata: ModelMetadata, metadataProvider: IModelMetadataProvider, attributes:
|
|
121
|
+
new(actionContext: ActionContext, metadata: ModelMetadata, metadataProvider: IModelMetadataProvider, attributes: IDictionary_2<System_Internal.String, System_Internal.String>): ClientModelValidationContext;
|
|
118
122
|
};
|
|
119
123
|
|
|
120
124
|
|
|
121
125
|
export type ClientModelValidationContext = ClientModelValidationContext$instance;
|
|
122
126
|
|
|
123
127
|
export interface ClientValidatorCache$instance {
|
|
124
|
-
|
|
128
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ClientValidatorCache: never;
|
|
129
|
+
|
|
130
|
+
GetValidators(metadata: ModelMetadata, validatorProvider: IClientModelValidatorProvider): IReadOnlyList_1<IClientModelValidator>;
|
|
125
131
|
}
|
|
126
132
|
|
|
127
133
|
|
|
@@ -133,6 +139,8 @@ export const ClientValidatorCache: {
|
|
|
133
139
|
export type ClientValidatorCache = ClientValidatorCache$instance;
|
|
134
140
|
|
|
135
141
|
export interface ClientValidatorItem$instance {
|
|
142
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ClientValidatorItem: never;
|
|
143
|
+
|
|
136
144
|
IsReusable: boolean;
|
|
137
145
|
get Validator(): IClientModelValidator | undefined;
|
|
138
146
|
set Validator(value: IClientModelValidator | undefined);
|
|
@@ -149,29 +157,33 @@ export const ClientValidatorItem: {
|
|
|
149
157
|
export type ClientValidatorItem = ClientValidatorItem$instance;
|
|
150
158
|
|
|
151
159
|
export interface ClientValidatorProviderContext$instance {
|
|
160
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ClientValidatorProviderContext: never;
|
|
161
|
+
|
|
152
162
|
readonly ModelMetadata: ModelMetadata;
|
|
153
|
-
readonly Results:
|
|
154
|
-
readonly ValidatorMetadata:
|
|
163
|
+
readonly Results: IList_1<ClientValidatorItem>;
|
|
164
|
+
readonly ValidatorMetadata: IReadOnlyList_1<unknown>;
|
|
155
165
|
}
|
|
156
166
|
|
|
157
167
|
|
|
158
168
|
export const ClientValidatorProviderContext: {
|
|
159
|
-
new(modelMetadata: ModelMetadata, items:
|
|
169
|
+
new(modelMetadata: ModelMetadata, items: IList_1<ClientValidatorItem>): ClientValidatorProviderContext;
|
|
160
170
|
};
|
|
161
171
|
|
|
162
172
|
|
|
163
173
|
export type ClientValidatorProviderContext = ClientValidatorProviderContext$instance;
|
|
164
174
|
|
|
165
|
-
export interface CompositeClientModelValidatorProvider$instance {
|
|
175
|
+
export interface CompositeClientModelValidatorProvider$instance extends IClientModelValidatorProvider$instance {
|
|
176
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_CompositeClientModelValidatorProvider: never;
|
|
177
|
+
|
|
166
178
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IClientModelValidatorProvider: never;
|
|
167
179
|
|
|
168
|
-
readonly ValidatorProviders:
|
|
180
|
+
readonly ValidatorProviders: IReadOnlyList_1<IClientModelValidatorProvider>;
|
|
169
181
|
CreateValidators(context: ClientValidatorProviderContext): void;
|
|
170
182
|
}
|
|
171
183
|
|
|
172
184
|
|
|
173
185
|
export const CompositeClientModelValidatorProvider: {
|
|
174
|
-
new(providers:
|
|
186
|
+
new(providers: IEnumerable_1<IClientModelValidatorProvider>): CompositeClientModelValidatorProvider;
|
|
175
187
|
};
|
|
176
188
|
|
|
177
189
|
|
|
@@ -179,21 +191,21 @@ export interface __CompositeClientModelValidatorProvider$views {
|
|
|
179
191
|
As_IClientModelValidatorProvider(): IClientModelValidatorProvider$instance;
|
|
180
192
|
}
|
|
181
193
|
|
|
182
|
-
export interface CompositeClientModelValidatorProvider$instance extends IClientModelValidatorProvider$instance {}
|
|
183
|
-
|
|
184
194
|
export type CompositeClientModelValidatorProvider = CompositeClientModelValidatorProvider$instance & __CompositeClientModelValidatorProvider$views;
|
|
185
195
|
|
|
186
196
|
|
|
187
|
-
export interface CompositeModelValidatorProvider$instance {
|
|
197
|
+
export interface CompositeModelValidatorProvider$instance extends IModelValidatorProvider$instance {
|
|
198
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_CompositeModelValidatorProvider: never;
|
|
199
|
+
|
|
188
200
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IModelValidatorProvider: never;
|
|
189
201
|
|
|
190
|
-
readonly ValidatorProviders:
|
|
202
|
+
readonly ValidatorProviders: IList_1<IModelValidatorProvider>;
|
|
191
203
|
CreateValidators(context: ModelValidatorProviderContext): void;
|
|
192
204
|
}
|
|
193
205
|
|
|
194
206
|
|
|
195
207
|
export const CompositeModelValidatorProvider: {
|
|
196
|
-
new(providers:
|
|
208
|
+
new(providers: IList_1<IModelValidatorProvider>): CompositeModelValidatorProvider;
|
|
197
209
|
};
|
|
198
210
|
|
|
199
211
|
|
|
@@ -201,12 +213,12 @@ export interface __CompositeModelValidatorProvider$views {
|
|
|
201
213
|
As_IModelValidatorProvider(): IModelValidatorProvider$instance;
|
|
202
214
|
}
|
|
203
215
|
|
|
204
|
-
export interface CompositeModelValidatorProvider$instance extends IModelValidatorProvider$instance {}
|
|
205
|
-
|
|
206
216
|
export type CompositeModelValidatorProvider = CompositeModelValidatorProvider$instance & __CompositeModelValidatorProvider$views;
|
|
207
217
|
|
|
208
218
|
|
|
209
219
|
export interface ModelValidationContext$instance extends ModelValidationContextBase {
|
|
220
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ModelValidationContext: never;
|
|
221
|
+
|
|
210
222
|
readonly Container: unknown | undefined;
|
|
211
223
|
readonly Model: unknown | undefined;
|
|
212
224
|
}
|
|
@@ -220,6 +232,8 @@ export const ModelValidationContext: {
|
|
|
220
232
|
export type ModelValidationContext = ModelValidationContext$instance;
|
|
221
233
|
|
|
222
234
|
export interface ModelValidationContextBase$instance {
|
|
235
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ModelValidationContextBase: never;
|
|
236
|
+
|
|
223
237
|
readonly ActionContext: ActionContext;
|
|
224
238
|
readonly MetadataProvider: IModelMetadataProvider;
|
|
225
239
|
readonly ModelMetadata: ModelMetadata;
|
|
@@ -234,6 +248,8 @@ export const ModelValidationContextBase: {
|
|
|
234
248
|
export type ModelValidationContextBase = ModelValidationContextBase$instance;
|
|
235
249
|
|
|
236
250
|
export interface ModelValidationResult$instance {
|
|
251
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ModelValidationResult: never;
|
|
252
|
+
|
|
237
253
|
readonly MemberName: string;
|
|
238
254
|
readonly Message: string;
|
|
239
255
|
}
|
|
@@ -247,20 +263,24 @@ export const ModelValidationResult: {
|
|
|
247
263
|
export type ModelValidationResult = ModelValidationResult$instance;
|
|
248
264
|
|
|
249
265
|
export interface ModelValidatorProviderContext$instance {
|
|
266
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ModelValidatorProviderContext: never;
|
|
267
|
+
|
|
250
268
|
ModelMetadata: ModelMetadata;
|
|
251
|
-
readonly Results:
|
|
252
|
-
readonly ValidatorMetadata:
|
|
269
|
+
readonly Results: IList_1<ValidatorItem>;
|
|
270
|
+
readonly ValidatorMetadata: IReadOnlyList_1<unknown>;
|
|
253
271
|
}
|
|
254
272
|
|
|
255
273
|
|
|
256
274
|
export const ModelValidatorProviderContext: {
|
|
257
|
-
new(modelMetadata: ModelMetadata, items:
|
|
275
|
+
new(modelMetadata: ModelMetadata, items: IList_1<ValidatorItem>): ModelValidatorProviderContext;
|
|
258
276
|
};
|
|
259
277
|
|
|
260
278
|
|
|
261
279
|
export type ModelValidatorProviderContext = ModelValidatorProviderContext$instance;
|
|
262
280
|
|
|
263
|
-
export interface ValidateNeverAttribute$instance extends Attribute {
|
|
281
|
+
export interface ValidateNeverAttribute$instance extends Attribute, IPropertyValidationFilter$instance {
|
|
282
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidateNeverAttribute: never;
|
|
283
|
+
|
|
264
284
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_IPropertyValidationFilter: never;
|
|
265
285
|
|
|
266
286
|
ShouldValidateEntry(entry: ValidationEntry, parentEntry: ValidationEntry): boolean;
|
|
@@ -276,12 +296,12 @@ export interface __ValidateNeverAttribute$views {
|
|
|
276
296
|
As_IPropertyValidationFilter(): IPropertyValidationFilter$instance;
|
|
277
297
|
}
|
|
278
298
|
|
|
279
|
-
export interface ValidateNeverAttribute$instance extends IPropertyValidationFilter$instance {}
|
|
280
|
-
|
|
281
299
|
export type ValidateNeverAttribute = ValidateNeverAttribute$instance & __ValidateNeverAttribute$views;
|
|
282
300
|
|
|
283
301
|
|
|
284
302
|
export interface ValidationStateDictionary$instance {
|
|
303
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationStateDictionary: never;
|
|
304
|
+
|
|
285
305
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
286
306
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
287
307
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -293,16 +313,16 @@ export interface ValidationStateDictionary$instance {
|
|
|
293
313
|
readonly IsReadOnly: boolean;
|
|
294
314
|
get Item(): ValidationStateEntry | undefined;
|
|
295
315
|
set Item(value: ValidationStateEntry | undefined);
|
|
296
|
-
readonly Keys:
|
|
297
|
-
readonly Values:
|
|
298
|
-
Add(item:
|
|
316
|
+
readonly Keys: ICollection_1<unknown>;
|
|
317
|
+
readonly Values: ICollection_1<ValidationStateEntry>;
|
|
318
|
+
Add(item: KeyValuePair_2<unknown, ValidationStateEntry>): void;
|
|
299
319
|
Add(key: unknown, value: ValidationStateEntry): void;
|
|
300
320
|
Clear(): void;
|
|
301
|
-
Contains(item:
|
|
321
|
+
Contains(item: KeyValuePair_2<unknown, ValidationStateEntry>): boolean;
|
|
302
322
|
ContainsKey(key: unknown): boolean;
|
|
303
|
-
CopyTo(array:
|
|
304
|
-
GetEnumerator():
|
|
305
|
-
Remove(item:
|
|
323
|
+
CopyTo(array: KeyValuePair_2<unknown, ValidationStateEntry>[], arrayIndex: int): void;
|
|
324
|
+
GetEnumerator(): IEnumerator_1<KeyValuePair_2<unknown, ValidationStateEntry>>;
|
|
325
|
+
Remove(item: KeyValuePair_2<unknown, ValidationStateEntry>): boolean;
|
|
306
326
|
Remove(key: unknown): boolean;
|
|
307
327
|
TryGetValue(key: unknown, value: ValidationStateEntry): boolean;
|
|
308
328
|
}
|
|
@@ -316,6 +336,8 @@ export const ValidationStateDictionary: {
|
|
|
316
336
|
export type ValidationStateDictionary = ValidationStateDictionary$instance;
|
|
317
337
|
|
|
318
338
|
export interface ValidationStateEntry$instance {
|
|
339
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationStateEntry: never;
|
|
340
|
+
|
|
319
341
|
Key: string;
|
|
320
342
|
Metadata: ModelMetadata;
|
|
321
343
|
Strategy: IValidationStrategy;
|
|
@@ -331,7 +353,9 @@ export const ValidationStateEntry: {
|
|
|
331
353
|
export type ValidationStateEntry = ValidationStateEntry$instance;
|
|
332
354
|
|
|
333
355
|
export interface ValidationVisitor$instance {
|
|
334
|
-
|
|
356
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidationVisitor: never;
|
|
357
|
+
|
|
358
|
+
MaxValidationDepth: Nullable_1<System_Internal.Int32>;
|
|
335
359
|
ValidateComplexTypesIfChildValidationFails: boolean;
|
|
336
360
|
GetValidationEntry(model: unknown): ValidationStateEntry | undefined;
|
|
337
361
|
SuppressValidation(key: string): void;
|
|
@@ -354,7 +378,9 @@ export const ValidationVisitor: {
|
|
|
354
378
|
export type ValidationVisitor = ValidationVisitor$instance;
|
|
355
379
|
|
|
356
380
|
export interface ValidatorCache$instance {
|
|
357
|
-
|
|
381
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidatorCache: never;
|
|
382
|
+
|
|
383
|
+
GetValidators(metadata: ModelMetadata, validatorProvider: IModelValidatorProvider): IReadOnlyList_1<IModelValidator>;
|
|
358
384
|
}
|
|
359
385
|
|
|
360
386
|
|
|
@@ -366,6 +392,8 @@ export const ValidatorCache: {
|
|
|
366
392
|
export type ValidatorCache = ValidatorCache$instance;
|
|
367
393
|
|
|
368
394
|
export interface ValidatorItem$instance {
|
|
395
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Validation_ValidatorItem: never;
|
|
396
|
+
|
|
369
397
|
IsReusable: boolean;
|
|
370
398
|
get Validator(): IModelValidator | undefined;
|
|
371
399
|
set Validator(value: IModelValidator | undefined);
|
|
@@ -382,8 +410,8 @@ export const ValidatorItem: {
|
|
|
382
410
|
export type ValidatorItem = ValidatorItem$instance;
|
|
383
411
|
|
|
384
412
|
export abstract class ModelValidatorProviderExtensions$instance {
|
|
385
|
-
static RemoveType(list:
|
|
386
|
-
static RemoveType<TModelValidatorProvider extends IModelValidatorProvider>(list:
|
|
413
|
+
static RemoveType(list: IList_1<IModelValidatorProvider>, type: Type): void;
|
|
414
|
+
static RemoveType<TModelValidatorProvider extends IModelValidatorProvider>(list: IList_1<IModelValidatorProvider>): void;
|
|
387
415
|
}
|
|
388
416
|
|
|
389
417
|
|
|
@@ -19,19 +19,19 @@ import type { IModelExpressionProvider, ITempDataDictionary, ViewDataDictionary_
|
|
|
19
19
|
import type { ActionContext } from "../../Microsoft.AspNetCore.Mvc/internal/index.js";
|
|
20
20
|
import type { TagHelperExecutionContext } from "../../Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.js";
|
|
21
21
|
import type { HtmlAttributeValueStyle, ITagHelper, TagHelperContent } from "../../Microsoft.AspNetCore.Razor.TagHelpers/internal/index.js";
|
|
22
|
-
import type {
|
|
23
|
-
import type { DiagnosticListener, DiagnosticSource } from "@tsonic/dotnet/System.Diagnostics.js";
|
|
24
|
-
import type { TextWriter } from "@tsonic/dotnet/System.IO.js";
|
|
25
|
-
import * as
|
|
26
|
-
import type {
|
|
27
|
-
import
|
|
28
|
-
import type {
|
|
29
|
-
import type {
|
|
30
|
-
import
|
|
31
|
-
import type {
|
|
32
|
-
import type { IMemoryCache } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory.js";
|
|
33
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
34
|
-
import type {
|
|
22
|
+
import type { IDictionary_2, IEnumerable_1, IList_1, IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
23
|
+
import type { DiagnosticListener, DiagnosticSource } from "@tsonic/dotnet/System.Diagnostics/internal/index.js";
|
|
24
|
+
import type { TextWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
25
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
26
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
27
|
+
import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
28
|
+
import type { HtmlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
|
|
29
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
30
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
31
|
+
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Enum, Func_1, Func_2, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
32
|
+
import type { IMemoryCache } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Caching.Memory/internal/index.js";
|
|
33
|
+
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
34
|
+
import type { IOptions_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
35
35
|
|
|
36
36
|
export enum LanguageViewLocationExpanderFormat {
|
|
37
37
|
SubFolder = 0,
|
|
@@ -52,8 +52,8 @@ export interface IRazorPage$instance {
|
|
|
52
52
|
Path: string;
|
|
53
53
|
get Layout(): string | undefined;
|
|
54
54
|
set Layout(value: string | undefined);
|
|
55
|
-
PreviousSectionWriters:
|
|
56
|
-
readonly SectionWriters:
|
|
55
|
+
PreviousSectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
56
|
+
readonly SectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
57
57
|
EnsureRenderedBodyOrSections(): void;
|
|
58
58
|
ExecuteAsync(): Task;
|
|
59
59
|
}
|
|
@@ -124,7 +124,7 @@ export type ITagHelperInitializer_1<TTagHelper extends ITagHelper> = ITagHelperI
|
|
|
124
124
|
export interface IViewLocationExpander$instance {
|
|
125
125
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IViewLocationExpander: never;
|
|
126
126
|
|
|
127
|
-
ExpandViewLocations(context: ViewLocationExpanderContext, viewLocations:
|
|
127
|
+
ExpandViewLocations(context: ViewLocationExpanderContext, viewLocations: IEnumerable_1<System_Internal.String>): IEnumerable_1<System_Internal.String>;
|
|
128
128
|
PopulateValues(context: ViewLocationExpanderContext): void;
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -132,44 +132,50 @@ export interface IViewLocationExpander$instance {
|
|
|
132
132
|
export type IViewLocationExpander = IViewLocationExpander$instance;
|
|
133
133
|
|
|
134
134
|
export interface RazorPageFactoryResult$instance {
|
|
135
|
-
readonly
|
|
135
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPageFactoryResult: never;
|
|
136
|
+
|
|
137
|
+
readonly RazorPageFactory: Func_1<IRazorPage> | undefined;
|
|
136
138
|
readonly Success: boolean;
|
|
137
139
|
readonly ViewDescriptor: CompiledViewDescriptor | undefined;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
|
|
141
143
|
export const RazorPageFactoryResult: {
|
|
142
|
-
new(viewDescriptor: CompiledViewDescriptor, razorPageFactory:
|
|
144
|
+
new(viewDescriptor: CompiledViewDescriptor, razorPageFactory: Func_1<IRazorPage>): RazorPageFactoryResult;
|
|
143
145
|
};
|
|
144
146
|
|
|
145
147
|
|
|
146
148
|
export type RazorPageFactoryResult = RazorPageFactoryResult$instance;
|
|
147
149
|
|
|
148
150
|
export interface RazorPageResult$instance {
|
|
151
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPageResult: never;
|
|
152
|
+
|
|
149
153
|
readonly Name: string;
|
|
150
154
|
readonly Page: IRazorPage | undefined;
|
|
151
|
-
readonly SearchedLocations:
|
|
155
|
+
readonly SearchedLocations: IEnumerable_1<System_Internal.String> | undefined;
|
|
152
156
|
}
|
|
153
157
|
|
|
154
158
|
|
|
155
159
|
export const RazorPageResult: {
|
|
156
160
|
new(name: string, page: IRazorPage): RazorPageResult;
|
|
157
|
-
new(name: string, searchedLocations:
|
|
161
|
+
new(name: string, searchedLocations: IEnumerable_1<System_Internal.String>): RazorPageResult;
|
|
158
162
|
};
|
|
159
163
|
|
|
160
164
|
|
|
161
165
|
export type RazorPageResult = RazorPageResult$instance;
|
|
162
166
|
|
|
163
|
-
export interface HelperResult$instance {
|
|
167
|
+
export interface HelperResult$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {
|
|
168
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_HelperResult: never;
|
|
169
|
+
|
|
164
170
|
readonly __tsonic_iface_Microsoft_AspNetCore_Html_IHtmlContent: never;
|
|
165
171
|
|
|
166
|
-
readonly WriteAction:
|
|
172
|
+
readonly WriteAction: Func_2<TextWriter, Task>;
|
|
167
173
|
WriteTo(writer: TextWriter, encoder: HtmlEncoder): void;
|
|
168
174
|
}
|
|
169
175
|
|
|
170
176
|
|
|
171
177
|
export const HelperResult: {
|
|
172
|
-
new(asyncAction:
|
|
178
|
+
new(asyncAction: Func_2<TextWriter, Task>): HelperResult;
|
|
173
179
|
};
|
|
174
180
|
|
|
175
181
|
|
|
@@ -177,15 +183,15 @@ export interface __HelperResult$views {
|
|
|
177
183
|
As_IHtmlContent(): Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance;
|
|
178
184
|
}
|
|
179
185
|
|
|
180
|
-
export interface HelperResult$instance extends Microsoft_AspNetCore_Html_Internal.IHtmlContent$instance {}
|
|
181
|
-
|
|
182
186
|
export type HelperResult = HelperResult$instance & __HelperResult$views;
|
|
183
187
|
|
|
184
188
|
|
|
185
|
-
export interface LanguageViewLocationExpander$instance {
|
|
189
|
+
export interface LanguageViewLocationExpander$instance extends IViewLocationExpander$instance {
|
|
190
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_LanguageViewLocationExpander: never;
|
|
191
|
+
|
|
186
192
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IViewLocationExpander: never;
|
|
187
193
|
|
|
188
|
-
ExpandViewLocations(context: ViewLocationExpanderContext, viewLocations:
|
|
194
|
+
ExpandViewLocations(context: ViewLocationExpanderContext, viewLocations: IEnumerable_1<System_Internal.String>): IEnumerable_1<System_Internal.String>;
|
|
189
195
|
PopulateValues(context: ViewLocationExpanderContext): void;
|
|
190
196
|
}
|
|
191
197
|
|
|
@@ -200,12 +206,12 @@ export interface __LanguageViewLocationExpander$views {
|
|
|
200
206
|
As_IViewLocationExpander(): IViewLocationExpander$instance;
|
|
201
207
|
}
|
|
202
208
|
|
|
203
|
-
export interface LanguageViewLocationExpander$instance extends IViewLocationExpander$instance {}
|
|
204
|
-
|
|
205
209
|
export type LanguageViewLocationExpander = LanguageViewLocationExpander$instance & __LanguageViewLocationExpander$views;
|
|
206
210
|
|
|
207
211
|
|
|
208
212
|
export interface RazorPage$instance extends RazorPageBase$instance {
|
|
213
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPage: never;
|
|
214
|
+
|
|
209
215
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
210
216
|
|
|
211
217
|
readonly Context: HttpContext;
|
|
@@ -220,8 +226,8 @@ export interface RazorPage$instance extends RazorPageBase$instance {
|
|
|
220
226
|
RenderBody(): IHtmlContent;
|
|
221
227
|
RenderSection(name: string): HtmlString | undefined;
|
|
222
228
|
RenderSection(name: string, required: boolean): HtmlString | undefined;
|
|
223
|
-
RenderSectionAsync(name: string):
|
|
224
|
-
RenderSectionAsync(name: string, required: boolean):
|
|
229
|
+
RenderSectionAsync(name: string): Task_1<HtmlString | undefined>;
|
|
230
|
+
RenderSectionAsync(name: string, required: boolean): Task_1<HtmlString | undefined>;
|
|
225
231
|
}
|
|
226
232
|
|
|
227
233
|
|
|
@@ -237,6 +243,8 @@ export type RazorPage = RazorPage$instance & __RazorPage$views;
|
|
|
237
243
|
|
|
238
244
|
|
|
239
245
|
export interface RazorPage_1$instance<TModel> extends RazorPage$instance {
|
|
246
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPage_1: never;
|
|
247
|
+
|
|
240
248
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
241
249
|
|
|
242
250
|
readonly Model: TModel;
|
|
@@ -257,7 +265,9 @@ export interface __RazorPage_1$views<TModel> {
|
|
|
257
265
|
export type RazorPage_1<TModel> = RazorPage_1$instance<TModel> & __RazorPage_1$views<TModel>;
|
|
258
266
|
|
|
259
267
|
|
|
260
|
-
export interface RazorPageActivator$instance {
|
|
268
|
+
export interface RazorPageActivator$instance extends IRazorPageActivator$instance {
|
|
269
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPageActivator: never;
|
|
270
|
+
|
|
261
271
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPageActivator: never;
|
|
262
272
|
|
|
263
273
|
Activate(page: IRazorPage, context: ViewContext): void;
|
|
@@ -273,12 +283,12 @@ export interface __RazorPageActivator$views {
|
|
|
273
283
|
As_IRazorPageActivator(): IRazorPageActivator$instance;
|
|
274
284
|
}
|
|
275
285
|
|
|
276
|
-
export interface RazorPageActivator$instance extends IRazorPageActivator$instance {}
|
|
277
|
-
|
|
278
286
|
export type RazorPageActivator = RazorPageActivator$instance & __RazorPageActivator$views;
|
|
279
287
|
|
|
280
288
|
|
|
281
|
-
export interface RazorPageBase$instance {
|
|
289
|
+
export interface RazorPageBase$instance extends IRazorPage$instance {
|
|
290
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorPageBase: never;
|
|
291
|
+
|
|
282
292
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorPage: never;
|
|
283
293
|
|
|
284
294
|
get BodyContent(): IHtmlContent | undefined;
|
|
@@ -290,8 +300,8 @@ export interface RazorPageBase$instance {
|
|
|
290
300
|
set Layout(value: string | undefined);
|
|
291
301
|
readonly Output: TextWriter;
|
|
292
302
|
Path: string;
|
|
293
|
-
PreviousSectionWriters:
|
|
294
|
-
readonly SectionWriters:
|
|
303
|
+
PreviousSectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
304
|
+
readonly SectionWriters: IDictionary_2<System_Internal.String, RenderAsyncDelegate>;
|
|
295
305
|
readonly TempData: ITempDataDictionary;
|
|
296
306
|
readonly User: ClaimsPrincipal;
|
|
297
307
|
readonly ViewBag: unknown;
|
|
@@ -310,7 +320,7 @@ export interface RazorPageBase$instance {
|
|
|
310
320
|
EndWriteTagHelperAttribute(): string;
|
|
311
321
|
EnsureRenderedBodyOrSections(): void;
|
|
312
322
|
ExecuteAsync(): Task;
|
|
313
|
-
FlushAsync():
|
|
323
|
+
FlushAsync(): Task_1<HtmlString>;
|
|
314
324
|
Href(contentPath: string): string;
|
|
315
325
|
InvalidTagHelperIndexerAssignment(attributeName: string, tagHelperTypeName: string, propertyName: string): string;
|
|
316
326
|
PopWriter(): TextWriter;
|
|
@@ -333,23 +343,23 @@ export interface __RazorPageBase$views {
|
|
|
333
343
|
As_IRazorPage(): IRazorPage$instance;
|
|
334
344
|
}
|
|
335
345
|
|
|
336
|
-
export interface RazorPageBase$instance extends IRazorPage$instance {}
|
|
337
|
-
|
|
338
346
|
export type RazorPageBase = RazorPageBase$instance & __RazorPageBase$views;
|
|
339
347
|
|
|
340
348
|
|
|
341
|
-
export interface RazorView$instance {
|
|
349
|
+
export interface RazorView$instance extends Microsoft_AspNetCore_Mvc_ViewEngines_Internal.IView$instance {
|
|
350
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorView: never;
|
|
351
|
+
|
|
342
352
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewEngines_IView: never;
|
|
343
353
|
|
|
344
354
|
readonly Path: string;
|
|
345
355
|
readonly RazorPage: IRazorPage;
|
|
346
|
-
readonly ViewStartPages:
|
|
356
|
+
readonly ViewStartPages: IReadOnlyList_1<IRazorPage>;
|
|
347
357
|
RenderAsync(context: ViewContext): Task;
|
|
348
358
|
}
|
|
349
359
|
|
|
350
360
|
|
|
351
361
|
export const RazorView: {
|
|
352
|
-
new(viewEngine: IRazorViewEngine, pageActivator: IRazorPageActivator, viewStartPages:
|
|
362
|
+
new(viewEngine: IRazorViewEngine, pageActivator: IRazorPageActivator, viewStartPages: IReadOnlyList_1<IRazorPage>, razorPage: IRazorPage, htmlEncoder: HtmlEncoder, diagnosticListener: DiagnosticListener): RazorView;
|
|
353
363
|
};
|
|
354
364
|
|
|
355
365
|
|
|
@@ -357,12 +367,12 @@ export interface __RazorView$views {
|
|
|
357
367
|
As_IView(): Microsoft_AspNetCore_Mvc_ViewEngines_Internal.IView$instance;
|
|
358
368
|
}
|
|
359
369
|
|
|
360
|
-
export interface RazorView$instance extends Microsoft_AspNetCore_Mvc_ViewEngines_Internal.IView$instance {}
|
|
361
|
-
|
|
362
370
|
export type RazorView = RazorView$instance & __RazorView$views;
|
|
363
371
|
|
|
364
372
|
|
|
365
373
|
export interface RazorViewEngine$instance {
|
|
374
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorViewEngine: never;
|
|
375
|
+
|
|
366
376
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_IRazorViewEngine: never;
|
|
367
377
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ViewEngines_IViewEngine: never;
|
|
368
378
|
|
|
@@ -375,7 +385,7 @@ export interface RazorViewEngine$instance {
|
|
|
375
385
|
|
|
376
386
|
|
|
377
387
|
export const RazorViewEngine: {
|
|
378
|
-
new(pageFactory: IRazorPageFactoryProvider, pageActivator: IRazorPageActivator, htmlEncoder: HtmlEncoder, optionsAccessor:
|
|
388
|
+
new(pageFactory: IRazorPageFactoryProvider, pageActivator: IRazorPageActivator, htmlEncoder: HtmlEncoder, optionsAccessor: IOptions_1<RazorViewEngineOptions>, loggerFactory: ILoggerFactory, diagnosticListener: DiagnosticListener): RazorViewEngine;
|
|
379
389
|
readonly ViewExtension: string;
|
|
380
390
|
GetNormalizedRouteValue(context: ActionContext, key: string): string | undefined;
|
|
381
391
|
};
|
|
@@ -390,11 +400,13 @@ export type RazorViewEngine = RazorViewEngine$instance & __RazorViewEngine$views
|
|
|
390
400
|
|
|
391
401
|
|
|
392
402
|
export interface RazorViewEngineOptions$instance {
|
|
393
|
-
readonly
|
|
394
|
-
|
|
395
|
-
readonly
|
|
396
|
-
readonly
|
|
397
|
-
readonly
|
|
403
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_RazorViewEngineOptions: never;
|
|
404
|
+
|
|
405
|
+
readonly AreaPageViewLocationFormats: IList_1<System_Internal.String>;
|
|
406
|
+
readonly AreaViewLocationFormats: IList_1<System_Internal.String>;
|
|
407
|
+
readonly PageViewLocationFormats: IList_1<System_Internal.String>;
|
|
408
|
+
readonly ViewLocationExpanders: IList_1<IViewLocationExpander>;
|
|
409
|
+
readonly ViewLocationFormats: IList_1<System_Internal.String>;
|
|
398
410
|
}
|
|
399
411
|
|
|
400
412
|
|
|
@@ -405,7 +417,9 @@ export const RazorViewEngineOptions: {
|
|
|
405
417
|
|
|
406
418
|
export type RazorViewEngineOptions = RazorViewEngineOptions$instance;
|
|
407
419
|
|
|
408
|
-
export interface TagHelperInitializer_1$instance<TTagHelper extends ITagHelper> {
|
|
420
|
+
export interface TagHelperInitializer_1$instance<TTagHelper extends ITagHelper> extends ITagHelperInitializer_1$instance<TTagHelper> {
|
|
421
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelperInitializer_1: never;
|
|
422
|
+
|
|
409
423
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Razor_ITagHelperInitializer_1: never;
|
|
410
424
|
|
|
411
425
|
Initialize(helper: TTagHelper, context: ViewContext): void;
|
|
@@ -413,7 +427,7 @@ export interface TagHelperInitializer_1$instance<TTagHelper extends ITagHelper>
|
|
|
413
427
|
|
|
414
428
|
|
|
415
429
|
export const TagHelperInitializer_1: {
|
|
416
|
-
new<TTagHelper extends ITagHelper>(action:
|
|
430
|
+
new<TTagHelper extends ITagHelper>(action: Action_2<TTagHelper, ViewContext>): TagHelperInitializer_1<TTagHelper>;
|
|
417
431
|
};
|
|
418
432
|
|
|
419
433
|
|
|
@@ -421,18 +435,18 @@ export interface __TagHelperInitializer_1$views<TTagHelper extends ITagHelper> {
|
|
|
421
435
|
As_ITagHelperInitializer_1(): ITagHelperInitializer_1$instance<TTagHelper>;
|
|
422
436
|
}
|
|
423
437
|
|
|
424
|
-
export interface TagHelperInitializer_1$instance<TTagHelper extends ITagHelper> extends ITagHelperInitializer_1$instance<TTagHelper> {}
|
|
425
|
-
|
|
426
438
|
export type TagHelperInitializer_1<TTagHelper extends ITagHelper> = TagHelperInitializer_1$instance<TTagHelper> & __TagHelperInitializer_1$views<TTagHelper>;
|
|
427
439
|
|
|
428
440
|
|
|
429
441
|
export interface ViewLocationExpanderContext$instance {
|
|
442
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_ViewLocationExpanderContext: never;
|
|
443
|
+
|
|
430
444
|
readonly ActionContext: ActionContext;
|
|
431
445
|
readonly AreaName: string | undefined;
|
|
432
446
|
readonly ControllerName: string | undefined;
|
|
433
447
|
readonly IsMainPage: boolean;
|
|
434
448
|
readonly PageName: string | undefined;
|
|
435
|
-
Values:
|
|
449
|
+
Values: IDictionary_2<System_Internal.String, string | undefined>;
|
|
436
450
|
readonly ViewName: string;
|
|
437
451
|
}
|
|
438
452
|
|