@tsonic/aspnetcore 10.0.6 → 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.Authentication/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +11 -21
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +51 -102
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +4 -6
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +4 -7
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +2 -4
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +1 -2
- package/package.json +1 -1
|
@@ -335,7 +335,7 @@ export const ConfigureCompatibilityOptions_1: (abstract new<TOptions extends IEn
|
|
|
335
335
|
|
|
336
336
|
export type ConfigureCompatibilityOptions_1<TOptions extends IEnumerable_1<ICompatibilitySwitch>> = ConfigureCompatibilityOptions_1$instance<TOptions>;
|
|
337
337
|
|
|
338
|
-
export interface ContentResultExecutor$instance {
|
|
338
|
+
export interface ContentResultExecutor$instance extends IActionResultExecutor_1$instance<ContentResult> {
|
|
339
339
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ContentResultExecutor: never;
|
|
340
340
|
|
|
341
341
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -399,7 +399,7 @@ export const DefaultStatusCodeAttribute: {
|
|
|
399
399
|
|
|
400
400
|
export type DefaultStatusCodeAttribute = DefaultStatusCodeAttribute$instance;
|
|
401
401
|
|
|
402
|
-
export interface FileContentResultExecutor$instance extends FileResultExecutorBase {
|
|
402
|
+
export interface FileContentResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<FileContentResult> {
|
|
403
403
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_FileContentResultExecutor: never;
|
|
404
404
|
|
|
405
405
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -438,7 +438,7 @@ export const FileResultExecutorBase: {
|
|
|
438
438
|
|
|
439
439
|
export type FileResultExecutorBase = FileResultExecutorBase$instance;
|
|
440
440
|
|
|
441
|
-
export interface FileStreamResultExecutor$instance extends FileResultExecutorBase {
|
|
441
|
+
export interface FileStreamResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<FileStreamResult> {
|
|
442
442
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_FileStreamResultExecutor: never;
|
|
443
443
|
|
|
444
444
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -460,7 +460,7 @@ export interface __FileStreamResultExecutor$views {
|
|
|
460
460
|
export type FileStreamResultExecutor = FileStreamResultExecutor$instance & __FileStreamResultExecutor$views;
|
|
461
461
|
|
|
462
462
|
|
|
463
|
-
export interface LocalRedirectResultExecutor$instance {
|
|
463
|
+
export interface LocalRedirectResultExecutor$instance extends IActionResultExecutor_1$instance<LocalRedirectResult> {
|
|
464
464
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_LocalRedirectResultExecutor: never;
|
|
465
465
|
|
|
466
466
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -522,7 +522,7 @@ export const MvcCompatibilityOptions: {
|
|
|
522
522
|
|
|
523
523
|
export type MvcCompatibilityOptions = MvcCompatibilityOptions$instance;
|
|
524
524
|
|
|
525
|
-
export interface ObjectResultExecutor$instance {
|
|
525
|
+
export interface ObjectResultExecutor$instance extends IActionResultExecutor_1$instance<ObjectResult> {
|
|
526
526
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_ObjectResultExecutor: never;
|
|
527
527
|
|
|
528
528
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -556,7 +556,7 @@ export const OutputFormatterSelector: (abstract new() => OutputFormatterSelector
|
|
|
556
556
|
|
|
557
557
|
export type OutputFormatterSelector = OutputFormatterSelector$instance;
|
|
558
558
|
|
|
559
|
-
export interface PhysicalFileResultExecutor$instance extends FileResultExecutorBase {
|
|
559
|
+
export interface PhysicalFileResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<PhysicalFileResult> {
|
|
560
560
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_PhysicalFileResultExecutor: never;
|
|
561
561
|
|
|
562
562
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -594,7 +594,7 @@ export const ProblemDetailsFactory: (abstract new() => ProblemDetailsFactory) &
|
|
|
594
594
|
|
|
595
595
|
export type ProblemDetailsFactory = ProblemDetailsFactory$instance;
|
|
596
596
|
|
|
597
|
-
export interface RedirectResultExecutor$instance {
|
|
597
|
+
export interface RedirectResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectResult> {
|
|
598
598
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectResultExecutor: never;
|
|
599
599
|
|
|
600
600
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -615,7 +615,7 @@ export interface __RedirectResultExecutor$views {
|
|
|
615
615
|
export type RedirectResultExecutor = RedirectResultExecutor$instance & __RedirectResultExecutor$views;
|
|
616
616
|
|
|
617
617
|
|
|
618
|
-
export interface RedirectToActionResultExecutor$instance {
|
|
618
|
+
export interface RedirectToActionResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToActionResult> {
|
|
619
619
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectToActionResultExecutor: never;
|
|
620
620
|
|
|
621
621
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -636,7 +636,7 @@ export interface __RedirectToActionResultExecutor$views {
|
|
|
636
636
|
export type RedirectToActionResultExecutor = RedirectToActionResultExecutor$instance & __RedirectToActionResultExecutor$views;
|
|
637
637
|
|
|
638
638
|
|
|
639
|
-
export interface RedirectToPageResultExecutor$instance {
|
|
639
|
+
export interface RedirectToPageResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToPageResult> {
|
|
640
640
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectToPageResultExecutor: never;
|
|
641
641
|
|
|
642
642
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -657,7 +657,7 @@ export interface __RedirectToPageResultExecutor$views {
|
|
|
657
657
|
export type RedirectToPageResultExecutor = RedirectToPageResultExecutor$instance & __RedirectToPageResultExecutor$views;
|
|
658
658
|
|
|
659
659
|
|
|
660
|
-
export interface RedirectToRouteResultExecutor$instance {
|
|
660
|
+
export interface RedirectToRouteResultExecutor$instance extends IActionResultExecutor_1$instance<RedirectToRouteResult> {
|
|
661
661
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_RedirectToRouteResultExecutor: never;
|
|
662
662
|
|
|
663
663
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -678,7 +678,7 @@ export interface __RedirectToRouteResultExecutor$views {
|
|
|
678
678
|
export type RedirectToRouteResultExecutor = RedirectToRouteResultExecutor$instance & __RedirectToRouteResultExecutor$views;
|
|
679
679
|
|
|
680
680
|
|
|
681
|
-
export interface VirtualFileResultExecutor$instance extends FileResultExecutorBase {
|
|
681
|
+
export interface VirtualFileResultExecutor$instance extends FileResultExecutorBase, IActionResultExecutor_1$instance<VirtualFileResult> {
|
|
682
682
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Infrastructure_VirtualFileResultExecutor: never;
|
|
683
683
|
|
|
684
684
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -555,7 +555,7 @@ export const CompositeBindingSource: {
|
|
|
555
555
|
|
|
556
556
|
export type CompositeBindingSource = CompositeBindingSource$instance;
|
|
557
557
|
|
|
558
|
-
export interface CompositeValueProvider$instance extends Collection_1<IValueProvider> {
|
|
558
|
+
export interface CompositeValueProvider$instance extends Collection_1<IValueProvider>, System_Collections_Generic_Internal.ICollection_1<IValueProvider>, System_Collections_Generic_Internal.IEnumerable_1<IValueProvider>, System_Collections_Generic_Internal.IList_1<IValueProvider>, System_Collections_Generic_Internal.IReadOnlyCollection_1<IValueProvider>, System_Collections_Generic_Internal.IReadOnlyList_1<IValueProvider> {
|
|
559
559
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_CompositeValueProvider: never;
|
|
560
560
|
|
|
561
561
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IBindingSourceValueProvider: never;
|
|
@@ -1060,7 +1060,7 @@ export const ModelErrorCollection: {
|
|
|
1060
1060
|
|
|
1061
1061
|
export type ModelErrorCollection = ModelErrorCollection$instance;
|
|
1062
1062
|
|
|
1063
|
-
export interface ModelMetadata$instance {
|
|
1063
|
+
export interface ModelMetadata$instance extends IModelMetadataProvider$instance, System_Internal.IEquatable_1<ModelMetadata> {
|
|
1064
1064
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_ModelMetadata: never;
|
|
1065
1065
|
|
|
1066
1066
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider: never;
|
|
@@ -1180,7 +1180,6 @@ export interface ModelPropertyCollection$instance extends ReadOnlyCollection_1<M
|
|
|
1180
1180
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1181
1181
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1182
1182
|
|
|
1183
|
-
readonly [propertyName: string]: ModelMetadata | undefined;
|
|
1184
1183
|
}
|
|
1185
1184
|
|
|
1186
1185
|
|
|
@@ -1189,7 +1188,7 @@ export const ModelPropertyCollection: {
|
|
|
1189
1188
|
};
|
|
1190
1189
|
|
|
1191
1190
|
|
|
1192
|
-
export type ModelPropertyCollection = ModelPropertyCollection$instance;
|
|
1191
|
+
export type ModelPropertyCollection = ModelPropertyCollection$instance & { readonly [propertyName: string]: ModelMetadata | undefined; };
|
|
1193
1192
|
|
|
1194
1193
|
export interface ModelStateDictionary$instance {
|
|
1195
1194
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_ModelStateDictionary: never;
|
|
@@ -1203,7 +1202,6 @@ export interface ModelStateDictionary$instance {
|
|
|
1203
1202
|
ErrorCount: int;
|
|
1204
1203
|
readonly HasReachedMaxErrors: boolean;
|
|
1205
1204
|
readonly IsValid: boolean;
|
|
1206
|
-
readonly [key: string]: ModelStateEntry | undefined;
|
|
1207
1205
|
readonly Keys: ModelStateDictionary_KeyEnumerable;
|
|
1208
1206
|
MaxAllowedErrors: int;
|
|
1209
1207
|
readonly Root: ModelStateEntry;
|
|
@@ -1240,7 +1238,7 @@ export const ModelStateDictionary: {
|
|
|
1240
1238
|
};
|
|
1241
1239
|
|
|
1242
1240
|
|
|
1243
|
-
export type ModelStateDictionary = ModelStateDictionary$instance;
|
|
1241
|
+
export type ModelStateDictionary = ModelStateDictionary$instance & { readonly [key: string]: ModelStateEntry | undefined; };
|
|
1244
1242
|
|
|
1245
1243
|
export interface ModelStateEntry$instance {
|
|
1246
1244
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_ModelStateEntry: never;
|
|
@@ -272,7 +272,7 @@ export const DefaultModelBindingMessageProvider: {
|
|
|
272
272
|
|
|
273
273
|
export type DefaultModelBindingMessageProvider = DefaultModelBindingMessageProvider$instance;
|
|
274
274
|
|
|
275
|
-
export interface DefaultModelMetadata$instance extends ModelMetadata {
|
|
275
|
+
export interface DefaultModelMetadata$instance extends ModelMetadata, System_Internal.IEquatable_1<ModelMetadata> {
|
|
276
276
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ModelBinding_Metadata_DefaultModelMetadata: never;
|
|
277
277
|
|
|
278
278
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ModelBinding_IModelMetadataProvider: never;
|
|
@@ -126,7 +126,7 @@ export const TagHelperFeature: {
|
|
|
126
126
|
|
|
127
127
|
export type TagHelperFeature = TagHelperFeature$instance;
|
|
128
128
|
|
|
129
|
-
export interface TagHelperFeatureProvider$instance extends IApplicationFeatureProvider {
|
|
129
|
+
export interface TagHelperFeatureProvider$instance extends IApplicationFeatureProvider, Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<TagHelperFeature> {
|
|
130
130
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_Razor_TagHelpers_TagHelperFeatureProvider: never;
|
|
131
131
|
|
|
132
132
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
|
|
@@ -354,7 +354,7 @@ export const ViewComponentFeature: {
|
|
|
354
354
|
|
|
355
355
|
export type ViewComponentFeature = ViewComponentFeature$instance;
|
|
356
356
|
|
|
357
|
-
export interface ViewComponentFeatureProvider$instance extends IApplicationFeatureProvider {
|
|
357
|
+
export interface ViewComponentFeatureProvider$instance extends IApplicationFeatureProvider, Microsoft_AspNetCore_Mvc_ApplicationParts_Internal.IApplicationFeatureProvider_1$instance<ViewComponentFeature> {
|
|
358
358
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewComponents_ViewComponentFeatureProvider: never;
|
|
359
359
|
|
|
360
360
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_ApplicationParts_IApplicationFeatureProvider: never;
|
|
@@ -203,7 +203,6 @@ export interface AttributeDictionary$instance {
|
|
|
203
203
|
|
|
204
204
|
readonly Count: int;
|
|
205
205
|
readonly IsReadOnly: boolean;
|
|
206
|
-
[key: string]: string | undefined;
|
|
207
206
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
208
207
|
readonly Values: ICollection_1<string | undefined>;
|
|
209
208
|
Add(item: KeyValuePair_2<System_Internal.String, System_Internal.String>): void;
|
|
@@ -224,7 +223,7 @@ export const AttributeDictionary: {
|
|
|
224
223
|
};
|
|
225
224
|
|
|
226
225
|
|
|
227
|
-
export type AttributeDictionary = AttributeDictionary$instance;
|
|
226
|
+
export type AttributeDictionary = AttributeDictionary$instance & { [key: string]: string | undefined; };
|
|
228
227
|
|
|
229
228
|
export interface CookieTempDataProvider$instance extends ITempDataProvider$instance {
|
|
230
229
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_CookieTempDataProvider: never;
|
|
@@ -691,7 +690,6 @@ export interface TempDataDictionary$instance {
|
|
|
691
690
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
692
691
|
|
|
693
692
|
readonly Count: int;
|
|
694
|
-
[key: string]: unknown | undefined;
|
|
695
693
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
696
694
|
readonly Values: ICollection_1<unknown | undefined>;
|
|
697
695
|
Add(key: string, value: unknown): void;
|
|
@@ -718,7 +716,7 @@ export interface __TempDataDictionary$views {
|
|
|
718
716
|
As_ITempDataDictionary(): ITempDataDictionary$instance;
|
|
719
717
|
}
|
|
720
718
|
|
|
721
|
-
export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views;
|
|
719
|
+
export type TempDataDictionary = TempDataDictionary$instance & __TempDataDictionary$views & { [key: string]: unknown | undefined; };
|
|
722
720
|
|
|
723
721
|
|
|
724
722
|
export interface TempDataDictionaryFactory$instance extends ITempDataDictionaryFactory$instance {
|
|
@@ -776,7 +774,7 @@ export const ValidationHtmlAttributeProvider: (abstract new() => ValidationHtmlA
|
|
|
776
774
|
|
|
777
775
|
export type ValidationHtmlAttributeProvider = ValidationHtmlAttributeProvider$instance;
|
|
778
776
|
|
|
779
|
-
export interface ViewComponentResultExecutor$instance {
|
|
777
|
+
export interface ViewComponentResultExecutor$instance extends Microsoft_AspNetCore_Mvc_Infrastructure_Internal.IActionResultExecutor_1$instance<ViewComponentResult> {
|
|
780
778
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewComponentResultExecutor: never;
|
|
781
779
|
|
|
782
780
|
readonly __tsonic_iface_Microsoft_AspNetCore_Mvc_Infrastructure_IActionResultExecutor_1: never;
|
|
@@ -820,7 +818,6 @@ export interface ViewDataDictionary$instance {
|
|
|
820
818
|
|
|
821
819
|
readonly Count: int;
|
|
822
820
|
readonly IsReadOnly: boolean;
|
|
823
|
-
[index: string]: unknown | undefined;
|
|
824
821
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
825
822
|
Model: unknown;
|
|
826
823
|
ModelExplorer: ModelExplorer;
|
|
@@ -851,7 +848,7 @@ export const ViewDataDictionary: {
|
|
|
851
848
|
};
|
|
852
849
|
|
|
853
850
|
|
|
854
|
-
export type ViewDataDictionary = ViewDataDictionary$instance;
|
|
851
|
+
export type ViewDataDictionary = ViewDataDictionary$instance & { [index: string]: unknown | undefined; };
|
|
855
852
|
|
|
856
853
|
export interface ViewDataDictionary_1$instance<TModel> extends ViewDataDictionary {
|
|
857
854
|
readonly __tsonic_type_Microsoft_AspNetCore_Mvc_ViewFeatures_ViewDataDictionary_1: never;
|
|
@@ -204,7 +204,6 @@ export interface ReadOnlyTagHelperAttributeList$instance extends ReadOnlyCollect
|
|
|
204
204
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
205
205
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
206
206
|
|
|
207
|
-
readonly [name: string]: TagHelperAttribute;
|
|
208
207
|
ContainsName(name: string): boolean;
|
|
209
208
|
IndexOfName(name: string): int;
|
|
210
209
|
TryGetAttribute(name: string, attribute: TagHelperAttribute): boolean;
|
|
@@ -217,7 +216,7 @@ export const ReadOnlyTagHelperAttributeList: (abstract new() => ReadOnlyTagHelpe
|
|
|
217
216
|
};
|
|
218
217
|
|
|
219
218
|
|
|
220
|
-
export type ReadOnlyTagHelperAttributeList = ReadOnlyTagHelperAttributeList$instance;
|
|
219
|
+
export type ReadOnlyTagHelperAttributeList = ReadOnlyTagHelperAttributeList$instance & { readonly [name: string]: TagHelperAttribute; };
|
|
221
220
|
|
|
222
221
|
export interface RestrictChildrenAttribute$instance extends Attribute {
|
|
223
222
|
readonly __tsonic_type_Microsoft_AspNetCore_Razor_TagHelpers_RestrictChildrenAttribute: never;
|
|
@@ -302,7 +301,6 @@ export interface TagHelperAttributeList$instance extends ReadOnlyTagHelperAttrib
|
|
|
302
301
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
303
302
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
304
303
|
|
|
305
|
-
[index: number]: TagHelperAttribute;
|
|
306
304
|
Add(name: string, value: unknown): void;
|
|
307
305
|
Add(attribute: TagHelperAttribute): void;
|
|
308
306
|
Clear(): void;
|
|
@@ -322,7 +320,7 @@ export const TagHelperAttributeList: {
|
|
|
322
320
|
};
|
|
323
321
|
|
|
324
322
|
|
|
325
|
-
export type TagHelperAttributeList = TagHelperAttributeList$instance;
|
|
323
|
+
export type TagHelperAttributeList = TagHelperAttributeList$instance & { [index: number]: TagHelperAttribute; };
|
|
326
324
|
|
|
327
325
|
export interface TagHelperComponent$instance extends ITagHelperComponent$instance {
|
|
328
326
|
readonly __tsonic_type_Microsoft_AspNetCore_Razor_TagHelpers_TagHelperComponent: never;
|
|
@@ -706,7 +706,6 @@ export interface RouteCollection$instance {
|
|
|
706
706
|
readonly __tsonic_iface_Microsoft_AspNetCore_Routing_IRouter: never;
|
|
707
707
|
|
|
708
708
|
readonly Count: int;
|
|
709
|
-
readonly [index: number]: IRouter;
|
|
710
709
|
Add(router: IRouter): void;
|
|
711
710
|
GetVirtualPath(context: VirtualPathContext): VirtualPathData | undefined;
|
|
712
711
|
RouteAsync(context: RouteContext): Task;
|
|
@@ -723,7 +722,7 @@ export interface __RouteCollection$views {
|
|
|
723
722
|
As_IRouter(): IRouter$instance;
|
|
724
723
|
}
|
|
725
724
|
|
|
726
|
-
export type RouteCollection = RouteCollection$instance & __RouteCollection$views;
|
|
725
|
+
export type RouteCollection = RouteCollection$instance & __RouteCollection$views & { readonly [index: number]: IRouter; };
|
|
727
726
|
|
|
728
727
|
|
|
729
728
|
export interface RouteConstraintBuilder$instance {
|
|
@@ -957,7 +956,6 @@ export interface RouteValueDictionary$instance {
|
|
|
957
956
|
|
|
958
957
|
readonly Comparer: IEqualityComparer_1<System_Internal.String>;
|
|
959
958
|
readonly Count: int;
|
|
960
|
-
[key: string]: unknown | undefined;
|
|
961
959
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
962
960
|
readonly Values: ICollection_1<unknown | undefined>;
|
|
963
961
|
Add(key: string, value: unknown): void;
|
|
@@ -981,7 +979,7 @@ export const RouteValueDictionary: {
|
|
|
981
979
|
};
|
|
982
980
|
|
|
983
981
|
|
|
984
|
-
export type RouteValueDictionary = RouteValueDictionary$instance;
|
|
982
|
+
export type RouteValueDictionary = RouteValueDictionary$instance & { [key: string]: unknown | undefined; };
|
|
985
983
|
|
|
986
984
|
export interface RouteValueEqualityComparer$instance {
|
|
987
985
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_RouteValueEqualityComparer: never;
|
|
@@ -111,7 +111,6 @@ export interface CandidateSet$instance {
|
|
|
111
111
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_CandidateSet: never;
|
|
112
112
|
|
|
113
113
|
readonly Count: int;
|
|
114
|
-
readonly [index: number]: CandidateState;
|
|
115
114
|
ExpandEndpoint(index: int, endpoints: IReadOnlyList_1<Endpoint>, comparer: IComparer_1<Endpoint>): void;
|
|
116
115
|
IsValidCandidate(index: int): boolean;
|
|
117
116
|
ReplaceEndpoint(index: int, endpoint: Endpoint, values: RouteValueDictionary): void;
|
|
@@ -124,7 +123,7 @@ export const CandidateSet: {
|
|
|
124
123
|
};
|
|
125
124
|
|
|
126
125
|
|
|
127
|
-
export type CandidateSet = CandidateSet$instance;
|
|
126
|
+
export type CandidateSet = CandidateSet$instance & { readonly [index: number]: CandidateState; };
|
|
128
127
|
|
|
129
128
|
export interface EndpointMetadataComparer$instance {
|
|
130
129
|
readonly __tsonic_type_Microsoft_AspNetCore_Routing_Matching_EndpointMetadataComparer: never;
|
|
@@ -463,7 +463,6 @@ export interface HubConnectionStore$instance {
|
|
|
463
463
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubConnectionStore: never;
|
|
464
464
|
|
|
465
465
|
readonly Count: int;
|
|
466
|
-
readonly [connectionId: string]: HubConnectionContext | undefined;
|
|
467
466
|
Add(connection: HubConnectionContext): void;
|
|
468
467
|
GetEnumerator(): HubConnectionStore_Enumerator;
|
|
469
468
|
Remove(connection: HubConnectionContext): void;
|
|
@@ -475,7 +474,7 @@ export const HubConnectionStore: {
|
|
|
475
474
|
};
|
|
476
475
|
|
|
477
476
|
|
|
478
|
-
export type HubConnectionStore = HubConnectionStore$instance;
|
|
477
|
+
export type HubConnectionStore = HubConnectionStore$instance & { readonly [connectionId: string]: HubConnectionContext | undefined; };
|
|
479
478
|
|
|
480
479
|
export interface HubException$instance extends Exception {
|
|
481
480
|
readonly __tsonic_type_Microsoft_AspNetCore_SignalR_HubException: never;
|