@tsonic/aspnetcore 0.1.2 → 0.1.3

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.
Files changed (110) hide show
  1. package/Microsoft.AspNetCore.Authentication/bindings.json +4 -4
  2. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +4 -4
  3. package/Microsoft.AspNetCore.Authentication/internal/metadata.json +2 -2
  4. package/Microsoft.AspNetCore.Builder/bindings.json +20 -20
  5. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +9 -9
  6. package/Microsoft.AspNetCore.Builder/internal/metadata.json +10 -10
  7. package/Microsoft.AspNetCore.Components/bindings.json +6 -6
  8. package/Microsoft.AspNetCore.Components/internal/index.d.ts +4 -4
  9. package/Microsoft.AspNetCore.Components/internal/metadata.json +3 -3
  10. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +2 -2
  11. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +2 -2
  12. package/Microsoft.AspNetCore.Components.Authorization/internal/metadata.json +1 -1
  13. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +4 -4
  14. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +2 -2
  15. package/Microsoft.AspNetCore.Components.Endpoints/internal/metadata.json +2 -2
  16. package/Microsoft.AspNetCore.Components.Forms/bindings.json +4 -4
  17. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +3 -3
  18. package/Microsoft.AspNetCore.Components.Forms/internal/metadata.json +2 -2
  19. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +2 -2
  20. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +1 -1
  21. package/Microsoft.AspNetCore.Components.RenderTree/internal/metadata.json +1 -1
  22. package/Microsoft.AspNetCore.Components.Web/bindings.json +19 -19
  23. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +8 -8
  24. package/Microsoft.AspNetCore.Components.Web/internal/metadata.json +8 -8
  25. package/Microsoft.AspNetCore.Http/bindings.json +19 -19
  26. package/Microsoft.AspNetCore.Http/internal/index.d.ts +25 -25
  27. package/Microsoft.AspNetCore.Http/internal/metadata.json +9 -9
  28. package/Microsoft.AspNetCore.Http.Features/bindings.json +12 -12
  29. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +6 -6
  30. package/Microsoft.AspNetCore.Http.Features/internal/metadata.json +6 -6
  31. package/Microsoft.AspNetCore.Http.Headers/bindings.json +8 -8
  32. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +4 -4
  33. package/Microsoft.AspNetCore.Http.Headers/internal/metadata.json +4 -4
  34. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +2 -2
  35. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +2 -2
  36. package/Microsoft.AspNetCore.Http.Metadata/internal/metadata.json +1 -1
  37. package/Microsoft.AspNetCore.Identity/bindings.json +2 -2
  38. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -3
  39. package/Microsoft.AspNetCore.Identity/internal/metadata.json +1 -1
  40. package/Microsoft.AspNetCore.Mvc/bindings.json +23 -23
  41. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +20 -20
  42. package/Microsoft.AspNetCore.Mvc/internal/metadata.json +10 -10
  43. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +12 -12
  44. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +6 -6
  45. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/metadata.json +6 -6
  46. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +5 -5
  47. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +4 -4
  48. package/Microsoft.AspNetCore.Mvc.Formatters/internal/metadata.json +2 -2
  49. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +4 -4
  50. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +6 -6
  51. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +9 -9
  52. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/metadata.json +3 -3
  53. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -1
  54. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +6 -6
  55. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +7 -7
  56. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/metadata.json +3 -3
  57. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +1 -1
  58. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +2 -2
  59. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/metadata.json +1 -1
  61. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +4 -4
  62. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +2 -2
  63. package/Microsoft.AspNetCore.Mvc.Rendering/internal/metadata.json +2 -2
  64. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +14 -14
  65. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +13 -13
  66. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/metadata.json +7 -7
  67. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +1 -1
  68. package/Microsoft.AspNetCore.OutputCaching/bindings.json +4 -4
  69. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
  70. package/Microsoft.AspNetCore.OutputCaching/internal/metadata.json +2 -2
  71. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +4 -4
  72. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -3
  73. package/Microsoft.AspNetCore.Razor.Hosting/internal/metadata.json +2 -2
  74. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +2 -2
  75. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +1 -1
  76. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/metadata.json +1 -1
  77. package/Microsoft.AspNetCore.Routing/bindings.json +2 -2
  78. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +2 -2
  79. package/Microsoft.AspNetCore.Routing/internal/metadata.json +1 -1
  80. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +2 -2
  81. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Routing.Matching/internal/metadata.json +1 -1
  83. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +2 -2
  84. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +1 -1
  85. package/Microsoft.AspNetCore.Routing.Patterns/internal/metadata.json +1 -1
  86. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +8 -8
  87. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +4 -4
  88. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/metadata.json +4 -4
  89. package/Microsoft.AspNetCore.Session/bindings.json +2 -2
  90. package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
  91. package/Microsoft.AspNetCore.Session/internal/metadata.json +1 -1
  92. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +2 -2
  93. package/Microsoft.AspNetCore.StaticAssets/bindings.json +2 -2
  94. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
  95. package/Microsoft.AspNetCore.StaticAssets/internal/metadata.json +1 -1
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +1 -1
  97. package/Microsoft.JSInterop/bindings.json +2 -2
  98. package/Microsoft.JSInterop/internal/index.d.ts +1 -1
  99. package/Microsoft.JSInterop/internal/metadata.json +1 -1
  100. package/Microsoft.Net.Http.Headers/bindings.json +14 -14
  101. package/Microsoft.Net.Http.Headers/internal/index.d.ts +11 -11
  102. package/Microsoft.Net.Http.Headers/internal/metadata.json +7 -7
  103. package/System.Formats.Cbor/bindings.json +10 -10
  104. package/System.Formats.Cbor/internal/index.d.ts +5 -5
  105. package/System.Formats.Cbor/internal/metadata.json +5 -5
  106. package/System.Threading.RateLimiting/bindings.json +2 -2
  107. package/System.Threading.RateLimiting/internal/index.d.ts +1 -1
  108. package/System.Threading.RateLimiting/internal/metadata.json +1 -1
  109. package/__internal/extensions/index.d.ts +8 -8
  110. package/package.json +1 -1
@@ -30,7 +30,7 @@ export interface IRazorComponentEndpointInvoker$instance {
30
30
  export type IRazorComponentEndpointInvoker = IRazorComponentEndpointInvoker$instance;
31
31
 
32
32
  export interface ComponentTypeMetadata$instance {
33
- readonly type_: Type;
33
+ readonly type: Type;
34
34
  }
35
35
 
36
36
 
@@ -59,7 +59,7 @@ export const RazorComponentsServiceOptions: {
59
59
  export type RazorComponentsServiceOptions = RazorComponentsServiceOptions$instance;
60
60
 
61
61
  export interface RootComponentMetadata$instance {
62
- readonly type_: Type;
62
+ readonly type: Type;
63
63
  }
64
64
 
65
65
 
@@ -117,7 +117,7 @@
117
117
  {
118
118
  "stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata::Type:System.Type",
119
119
  "clrName": "Type",
120
- "tsEmitName": "type_",
120
+ "tsEmitName": "type",
121
121
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
122
122
  "provenance": "Original",
123
123
  "emitScope": "ClassSurface",
@@ -268,7 +268,7 @@
268
268
  {
269
269
  "stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata::Type:System.Type",
270
270
  "clrName": "Type",
271
- "tsEmitName": "type_",
271
+ "tsEmitName": "type",
272
272
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
273
273
  "provenance": "Original",
274
274
  "emitScope": "ClassSurface",
@@ -3480,7 +3480,7 @@
3480
3480
  {
3481
3481
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::Type:Microsoft.AspNetCore.Components.Forms.InputDateType",
3482
3482
  "clrName": "Type",
3483
- "tsEmitName": "type_",
3483
+ "tsEmitName": "type",
3484
3484
  "metadataToken": 385876156,
3485
3485
  "canonicalSignature": ":Microsoft.AspNetCore.Components.Forms.InputDateType",
3486
3486
  "normalizedSignature": "Type|:Microsoft.AspNetCore.Components.Forms.InputDateType|static=false|accessor=getset",
@@ -3618,7 +3618,7 @@
3618
3618
  ],
3619
3619
  "exposedProperties": [
3620
3620
  {
3621
- "tsName": "type_",
3621
+ "tsName": "type",
3622
3622
  "isStatic": false,
3623
3623
  "tsSignatureId": "Type|:Microsoft.AspNetCore.Components.Forms.InputDateType|static=false|accessor=getset",
3624
3624
  "target": {
@@ -6609,7 +6609,7 @@
6609
6609
  {
6610
6610
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601::For:Expression_1",
6611
6611
  "clrName": "For",
6612
- "tsEmitName": "for_",
6612
+ "tsEmitName": "for",
6613
6613
  "metadataToken": 385876214,
6614
6614
  "canonicalSignature": ":Expression_1",
6615
6615
  "normalizedSignature": "For|:Expression_1|static=false|accessor=getset",
@@ -6729,7 +6729,7 @@
6729
6729
  }
6730
6730
  },
6731
6731
  {
6732
- "tsName": "for_",
6732
+ "tsName": "for",
6733
6733
  "isStatic": false,
6734
6734
  "tsSignatureId": "For|:Expression_1|static=false|accessor=getset",
6735
6735
  "target": {
@@ -343,7 +343,7 @@ export type InputCheckbox = InputCheckbox$instance & __InputCheckbox$views;
343
343
  export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValue> {
344
344
  readonly element: Nullable<ElementReference>;
345
345
  parsingErrorMessage: string;
346
- type_: InputDateType;
346
+ type: InputDateType;
347
347
  attach(renderHandle: RenderHandle): void;
348
348
  handleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
349
349
  onAfterRenderAsync(): Task;
@@ -594,8 +594,8 @@ export type RemoteBrowserFileStreamOptions = RemoteBrowserFileStreamOptions$inst
594
594
  export interface ValidationMessage_1$instance<TValue> extends ComponentBase {
595
595
  get additionalAttributes(): IReadOnlyDictionary<System_Internal.String, unknown> | undefined;
596
596
  set additionalAttributes(value: IReadOnlyDictionary<System_Internal.String, unknown>);
597
- get for_(): Expression<Func<TValue>> | undefined;
598
- set for_(value: Expression<Func<TValue>>);
597
+ get for(): Expression<Func<TValue>> | undefined;
598
+ set for(value: Expression<Func<TValue>>);
599
599
  attach(renderHandle: RenderHandle): void;
600
600
  handleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
601
601
  onAfterRenderAsync(): Task;
@@ -2329,7 +2329,7 @@
2329
2329
  {
2330
2330
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.InputDate\u00601::Type:Microsoft.AspNetCore.Components.Forms.InputDateType",
2331
2331
  "clrName": "Type",
2332
- "tsEmitName": "type_",
2332
+ "tsEmitName": "type",
2333
2333
  "normalizedSignature": "Type|:Microsoft.AspNetCore.Components.Forms.InputDateType|static=false|accessor=getset",
2334
2334
  "provenance": "Original",
2335
2335
  "emitScope": "ClassSurface",
@@ -4171,7 +4171,7 @@
4171
4171
  {
4172
4172
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Forms.ValidationMessage\u00601::For:Expression_1",
4173
4173
  "clrName": "For",
4174
- "tsEmitName": "for_",
4174
+ "tsEmitName": "for",
4175
4175
  "normalizedSignature": "For|:Expression_1|static=false|accessor=getset",
4176
4176
  "provenance": "Original",
4177
4177
  "emitScope": "ClassSurface",
@@ -1227,7 +1227,7 @@
1227
1227
  {
1228
1228
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit::TypeMicrosoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
1229
1229
  "clrName": "Type",
1230
- "tsEmitName": "type_",
1230
+ "tsEmitName": "type",
1231
1231
  "metadataToken": 67109333,
1232
1232
  "normalizedSignature": "Type|Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType|static=false|const=false",
1233
1233
  "isStatic": false,
@@ -1284,7 +1284,7 @@
1284
1284
  "constructors": [],
1285
1285
  "exposedFields": [
1286
1286
  {
1287
- "tsName": "type_",
1287
+ "tsName": "type",
1288
1288
  "isStatic": false,
1289
1289
  "tsSignatureId": "Type|Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType|static=false|const=false",
1290
1290
  "target": {
@@ -133,7 +133,7 @@ export const RenderTreeDiff: {
133
133
  export type RenderTreeDiff = RenderTreeDiff$instance;
134
134
 
135
135
  export interface RenderTreeEdit$instance {
136
- readonly type_: RenderTreeEditType;
136
+ readonly type: RenderTreeEditType;
137
137
  readonly siblingIndex: int;
138
138
  readonly referenceFrameIndex: int;
139
139
  readonly moveToSiblingIndex: int;
@@ -701,7 +701,7 @@
701
701
  {
702
702
  "stableId": "Microsoft.AspNetCore.Components:Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit::TypeMicrosoft.AspNetCore.Components.RenderTree.RenderTreeEditType",
703
703
  "clrName": "Type",
704
- "tsEmitName": "type_",
704
+ "tsEmitName": "type",
705
705
  "normalizedSignature": "Type|Microsoft.AspNetCore.Components.RenderTree.RenderTreeEditType|static=false|const=false",
706
706
  "isStatic": false,
707
707
  "isReadOnly": true,
@@ -90,7 +90,7 @@
90
90
  {
91
91
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ClipboardEventArgs::Type:System.String",
92
92
  "clrName": "Type",
93
- "tsEmitName": "type_",
93
+ "tsEmitName": "type",
94
94
  "metadataToken": 385876024,
95
95
  "canonicalSignature": ":System.String",
96
96
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -118,7 +118,7 @@
118
118
  ],
119
119
  "exposedProperties": [
120
120
  {
121
- "tsName": "type_",
121
+ "tsName": "type",
122
122
  "isStatic": false,
123
123
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
124
124
  "target": {
@@ -322,7 +322,7 @@
322
322
  {
323
323
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.DataTransferItem::Type:System.String",
324
324
  "clrName": "Type",
325
- "tsEmitName": "type_",
325
+ "tsEmitName": "type",
326
326
  "metadataToken": 385876031,
327
327
  "canonicalSignature": ":System.String",
328
328
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -360,7 +360,7 @@
360
360
  }
361
361
  },
362
362
  {
363
- "tsName": "type_",
363
+ "tsName": "type",
364
364
  "isStatic": false,
365
365
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
366
366
  "target": {
@@ -601,7 +601,7 @@
601
601
  }
602
602
  },
603
603
  {
604
- "tsName": "type_",
604
+ "tsName": "type",
605
605
  "isStatic": false,
606
606
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
607
607
  "target": {
@@ -961,7 +961,7 @@
961
961
  {
962
962
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorEventArgs::Type:System.String",
963
963
  "clrName": "Type",
964
- "tsEmitName": "type_",
964
+ "tsEmitName": "type",
965
965
  "metadataToken": 385876038,
966
966
  "canonicalSignature": ":System.String",
967
967
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -1029,7 +1029,7 @@
1029
1029
  }
1030
1030
  },
1031
1031
  {
1032
- "tsName": "type_",
1032
+ "tsName": "type",
1033
1033
  "isStatic": false,
1034
1034
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
1035
1035
  "target": {
@@ -1062,7 +1062,7 @@
1062
1062
  {
1063
1063
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.FocusEventArgs::Type:System.String",
1064
1064
  "clrName": "Type",
1065
- "tsEmitName": "type_",
1065
+ "tsEmitName": "type",
1066
1066
  "metadataToken": 385876039,
1067
1067
  "canonicalSignature": ":System.String",
1068
1068
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -1090,7 +1090,7 @@
1090
1090
  ],
1091
1091
  "exposedProperties": [
1092
1092
  {
1093
- "tsName": "type_",
1093
+ "tsName": "type",
1094
1094
  "isStatic": false,
1095
1095
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
1096
1096
  "target": {
@@ -2298,7 +2298,7 @@
2298
2298
  {
2299
2299
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.KeyboardEventArgs::Type:System.String",
2300
2300
  "clrName": "Type",
2301
- "tsEmitName": "type_",
2301
+ "tsEmitName": "type",
2302
2302
  "metadataToken": 385876048,
2303
2303
  "canonicalSignature": ":System.String",
2304
2304
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -2420,7 +2420,7 @@
2420
2420
  }
2421
2421
  },
2422
2422
  {
2423
- "tsName": "type_",
2423
+ "tsName": "type",
2424
2424
  "isStatic": false,
2425
2425
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
2426
2426
  "target": {
@@ -2701,7 +2701,7 @@
2701
2701
  {
2702
2702
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.MouseEventArgs::Type:System.String",
2703
2703
  "clrName": "Type",
2704
- "tsEmitName": "type_",
2704
+ "tsEmitName": "type",
2705
2705
  "metadataToken": 385876067,
2706
2706
  "canonicalSignature": ":System.String",
2707
2707
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -2899,7 +2899,7 @@
2899
2899
  }
2900
2900
  },
2901
2901
  {
2902
- "tsName": "type_",
2902
+ "tsName": "type",
2903
2903
  "isStatic": false,
2904
2904
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
2905
2905
  "target": {
@@ -3564,7 +3564,7 @@
3564
3564
  }
3565
3565
  },
3566
3566
  {
3567
- "tsName": "type_",
3567
+ "tsName": "type",
3568
3568
  "isStatic": false,
3569
3569
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
3570
3570
  "target": {
@@ -3639,7 +3639,7 @@
3639
3639
  {
3640
3640
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ProgressEventArgs::Type:System.String",
3641
3641
  "clrName": "Type",
3642
- "tsEmitName": "type_",
3642
+ "tsEmitName": "type",
3643
3643
  "metadataToken": 385876079,
3644
3644
  "canonicalSignature": ":System.String",
3645
3645
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -3697,7 +3697,7 @@
3697
3697
  }
3698
3698
  },
3699
3699
  {
3700
- "tsName": "type_",
3700
+ "tsName": "type",
3701
3701
  "isStatic": false,
3702
3702
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
3703
3703
  "target": {
@@ -3842,7 +3842,7 @@
3842
3842
  {
3843
3843
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.TouchEventArgs::Type:System.String",
3844
3844
  "clrName": "Type",
3845
- "tsEmitName": "type_",
3845
+ "tsEmitName": "type",
3846
3846
  "metadataToken": 385876088,
3847
3847
  "canonicalSignature": ":System.String",
3848
3848
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
@@ -3950,7 +3950,7 @@
3950
3950
  }
3951
3951
  },
3952
3952
  {
3953
- "tsName": "type_",
3953
+ "tsName": "type",
3954
3954
  "isStatic": false,
3955
3955
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
3956
3956
  "target": {
@@ -4468,7 +4468,7 @@
4468
4468
  }
4469
4469
  },
4470
4470
  {
4471
- "tsName": "type_",
4471
+ "tsName": "type",
4472
4472
  "isStatic": false,
4473
4473
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
4474
4474
  "target": {
@@ -30,7 +30,7 @@ export interface IJSComponentConfiguration$instance {
30
30
  export type IJSComponentConfiguration = IJSComponentConfiguration$instance;
31
31
 
32
32
  export interface ClipboardEventArgs$instance extends EventArgs {
33
- type_: string;
33
+ type: string;
34
34
  }
35
35
 
36
36
 
@@ -60,7 +60,7 @@ export type DataTransfer = DataTransfer$instance;
60
60
 
61
61
  export interface DataTransferItem$instance {
62
62
  kind: string;
63
- type_: string;
63
+ type: string;
64
64
  }
65
65
 
66
66
 
@@ -112,7 +112,7 @@ export interface ErrorEventArgs$instance extends EventArgs {
112
112
  lineno: int;
113
113
  get message(): string | undefined;
114
114
  set message(value: string);
115
- type_: string;
115
+ type: string;
116
116
  }
117
117
 
118
118
 
@@ -124,7 +124,7 @@ export const ErrorEventArgs: {
124
124
  export type ErrorEventArgs = ErrorEventArgs$instance;
125
125
 
126
126
  export interface FocusEventArgs$instance extends EventArgs {
127
- type_: string;
127
+ type: string;
128
128
  }
129
129
 
130
130
 
@@ -266,7 +266,7 @@ export interface KeyboardEventArgs$instance extends EventArgs {
266
266
  metaKey: boolean;
267
267
  repeat: boolean;
268
268
  shiftKey: boolean;
269
- type_: string;
269
+ type: string;
270
270
  }
271
271
 
272
272
 
@@ -295,7 +295,7 @@ export interface MouseEventArgs$instance extends EventArgs {
295
295
  screenX: double;
296
296
  screenY: double;
297
297
  shiftKey: boolean;
298
- type_: string;
298
+ type: string;
299
299
  }
300
300
 
301
301
 
@@ -354,7 +354,7 @@ export interface ProgressEventArgs$instance extends EventArgs {
354
354
  lengthComputable: boolean;
355
355
  loaded: long;
356
356
  total: long;
357
- type_: string;
357
+ type: string;
358
358
  }
359
359
 
360
360
 
@@ -374,7 +374,7 @@ export interface TouchEventArgs$instance extends EventArgs {
374
374
  shiftKey: boolean;
375
375
  targetTouches: TouchPoint[];
376
376
  touches: TouchPoint[];
377
- type_: string;
377
+ type: string;
378
378
  }
379
379
 
380
380
 
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ClipboardEventArgs::Type:System.String",
86
86
  "clrName": "Type",
87
- "tsEmitName": "type_",
87
+ "tsEmitName": "type",
88
88
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
89
89
  "provenance": "Original",
90
90
  "emitScope": "ClassSurface",
@@ -235,7 +235,7 @@
235
235
  {
236
236
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.DataTransferItem::Type:System.String",
237
237
  "clrName": "Type",
238
- "tsEmitName": "type_",
238
+ "tsEmitName": "type",
239
239
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
240
240
  "provenance": "Original",
241
241
  "emitScope": "ClassSurface",
@@ -526,7 +526,7 @@
526
526
  {
527
527
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ErrorEventArgs::Type:System.String",
528
528
  "clrName": "Type",
529
- "tsEmitName": "type_",
529
+ "tsEmitName": "type",
530
530
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
531
531
  "provenance": "Original",
532
532
  "emitScope": "ClassSurface",
@@ -564,7 +564,7 @@
564
564
  {
565
565
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.FocusEventArgs::Type:System.String",
566
566
  "clrName": "Type",
567
- "tsEmitName": "type_",
567
+ "tsEmitName": "type",
568
568
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
569
569
  "provenance": "Original",
570
570
  "emitScope": "ClassSurface",
@@ -1398,7 +1398,7 @@
1398
1398
  {
1399
1399
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.KeyboardEventArgs::Type:System.String",
1400
1400
  "clrName": "Type",
1401
- "tsEmitName": "type_",
1401
+ "tsEmitName": "type",
1402
1402
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
1403
1403
  "provenance": "Original",
1404
1404
  "emitScope": "ClassSurface",
@@ -1706,7 +1706,7 @@
1706
1706
  {
1707
1707
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.MouseEventArgs::Type:System.String",
1708
1708
  "clrName": "Type",
1709
- "tsEmitName": "type_",
1709
+ "tsEmitName": "type",
1710
1710
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
1711
1711
  "provenance": "Original",
1712
1712
  "emitScope": "ClassSurface",
@@ -2103,7 +2103,7 @@
2103
2103
  {
2104
2104
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.ProgressEventArgs::Type:System.String",
2105
2105
  "clrName": "Type",
2106
- "tsEmitName": "type_",
2106
+ "tsEmitName": "type",
2107
2107
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
2108
2108
  "provenance": "Original",
2109
2109
  "emitScope": "ClassSurface",
@@ -2261,7 +2261,7 @@
2261
2261
  {
2262
2262
  "stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Web.TouchEventArgs::Type:System.String",
2263
2263
  "clrName": "Type",
2264
- "tsEmitName": "type_",
2264
+ "tsEmitName": "type",
2265
2265
  "normalizedSignature": "Type|:System.String|static=false|accessor=getset",
2266
2266
  "provenance": "Original",
2267
2267
  "emitScope": "ClassSurface",
@@ -1639,7 +1639,7 @@
1639
1639
  {
1640
1640
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IHeaderDictionary::From:Microsoft.Extensions.Primitives.StringValues",
1641
1641
  "clrName": "From",
1642
- "tsEmitName": "from_",
1642
+ "tsEmitName": "from",
1643
1643
  "metadataToken": 385876028,
1644
1644
  "canonicalSignature": ":Microsoft.Extensions.Primitives.StringValues",
1645
1645
  "normalizedSignature": "From|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=getset",
@@ -2768,7 +2768,7 @@
2768
2768
  }
2769
2769
  },
2770
2770
  {
2771
- "tsName": "from_",
2771
+ "tsName": "from",
2772
2772
  "isStatic": false,
2773
2773
  "tsSignatureId": "From|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=getset",
2774
2774
  "target": {
@@ -4018,7 +4018,7 @@
4018
4018
  {
4019
4019
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IResponseCookies::Delete(System.String):System.Void",
4020
4020
  "clrName": "Delete",
4021
- "tsEmitName": "delete_",
4021
+ "tsEmitName": "delete",
4022
4022
  "metadataToken": 100663532,
4023
4023
  "canonicalSignature": "(System.String):System.Void",
4024
4024
  "normalizedSignature": "Delete|(System.String):System.Void|static=false",
@@ -4032,7 +4032,7 @@
4032
4032
  {
4033
4033
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IResponseCookies::Delete(System.String,Microsoft.AspNetCore.Http.CookieOptions):System.Void",
4034
4034
  "clrName": "Delete",
4035
- "tsEmitName": "delete_",
4035
+ "tsEmitName": "delete",
4036
4036
  "metadataToken": 100663533,
4037
4037
  "canonicalSignature": "(System.String,Microsoft.AspNetCore.Http.CookieOptions):System.Void",
4038
4038
  "normalizedSignature": "Delete|(System.String,Microsoft.AspNetCore.Http.CookieOptions):System.Void|static=false",
@@ -4080,7 +4080,7 @@
4080
4080
  }
4081
4081
  },
4082
4082
  {
4083
- "tsName": "delete_",
4083
+ "tsName": "delete",
4084
4084
  "isStatic": false,
4085
4085
  "tsSignatureId": "Delete|(System.String):System.Void|static=false",
4086
4086
  "target": {
@@ -4090,7 +4090,7 @@
4090
4090
  }
4091
4091
  },
4092
4092
  {
4093
- "tsName": "delete_",
4093
+ "tsName": "delete",
4094
4094
  "isStatic": false,
4095
4095
  "tsSignatureId": "Delete|(System.String,Microsoft.AspNetCore.Http.CookieOptions):System.Void|static=false",
4096
4096
  "target": {
@@ -4196,7 +4196,7 @@
4196
4196
  {
4197
4197
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.ISession::Set(System.String,System.Byte[]):System.Void",
4198
4198
  "clrName": "Set",
4199
- "tsEmitName": "set_",
4199
+ "tsEmitName": "set",
4200
4200
  "metadataToken": 100663540,
4201
4201
  "canonicalSignature": "(System.String,System.Byte[]):System.Void",
4202
4202
  "normalizedSignature": "Set|(System.String,System.Byte[]):System.Void|static=false",
@@ -4305,7 +4305,7 @@
4305
4305
  }
4306
4306
  },
4307
4307
  {
4308
- "tsName": "set_",
4308
+ "tsName": "set",
4309
4309
  "isStatic": false,
4310
4310
  "tsSignatureId": "Set|(System.String,System.Byte[]):System.Void|static=false",
4311
4311
  "target": {
@@ -11430,7 +11430,7 @@
11430
11430
  {
11431
11431
  "stableId": "Microsoft.AspNetCore.Http.Features:Microsoft.AspNetCore.Http.IHeaderDictionary::From:Microsoft.Extensions.Primitives.StringValues",
11432
11432
  "clrName": "From",
11433
- "tsEmitName": "from_",
11433
+ "tsEmitName": "from",
11434
11434
  "metadataToken": 385876028,
11435
11435
  "canonicalSignature": ":Microsoft.Extensions.Primitives.StringValues",
11436
11436
  "normalizedSignature": "From|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=getset",
@@ -12742,7 +12742,7 @@
12742
12742
  }
12743
12743
  },
12744
12744
  {
12745
- "tsName": "from_",
12745
+ "tsName": "from",
12746
12746
  "isStatic": false,
12747
12747
  "tsSignatureId": "From|:Microsoft.Extensions.Primitives.StringValues|static=false|accessor=getset",
12748
12748
  "target": {
@@ -14744,7 +14744,7 @@
14744
14744
  }
14745
14745
  },
14746
14746
  {
14747
- "tsName": "type_",
14747
+ "tsName": "type",
14748
14748
  "isStatic": false,
14749
14749
  "tsSignatureId": "Type|:System.String|static=false|accessor=getset",
14750
14750
  "target": {
@@ -15187,7 +15187,7 @@
15187
15187
  {
15188
15188
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.ProducesResponseTypeMetadata::Type:System.Type",
15189
15189
  "clrName": "Type",
15190
- "tsEmitName": "type_",
15190
+ "tsEmitName": "type",
15191
15191
  "metadataToken": 385876198,
15192
15192
  "canonicalSignature": ":System.Type",
15193
15193
  "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
@@ -15325,7 +15325,7 @@
15325
15325
  ],
15326
15326
  "exposedProperties": [
15327
15327
  {
15328
- "tsName": "type_",
15328
+ "tsName": "type",
15329
15329
  "isStatic": false,
15330
15330
  "tsSignatureId": "Type|:System.Type|static=false|accessor=get",
15331
15331
  "target": {
@@ -17570,7 +17570,7 @@
17570
17570
  {
17571
17571
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.HttpMethods::DeleteSystem.String",
17572
17572
  "clrName": "Delete",
17573
- "tsEmitName": "delete_",
17573
+ "tsEmitName": "delete",
17574
17574
  "metadataToken": 67109009,
17575
17575
  "normalizedSignature": "Delete|System.String|static=true|const=false",
17576
17576
  "isStatic": true,
@@ -17581,7 +17581,7 @@
17581
17581
  {
17582
17582
  "stableId": "Microsoft.AspNetCore.Http.Abstractions:Microsoft.AspNetCore.Http.HttpMethods::GetSystem.String",
17583
17583
  "clrName": "Get",
17584
- "tsEmitName": "get_",
17584
+ "tsEmitName": "get",
17585
17585
  "metadataToken": 67109010,
17586
17586
  "normalizedSignature": "Get|System.String|static=true|const=false",
17587
17587
  "isStatic": true,
@@ -17803,7 +17803,7 @@
17803
17803
  }
17804
17804
  },
17805
17805
  {
17806
- "tsName": "delete_",
17806
+ "tsName": "delete",
17807
17807
  "isStatic": true,
17808
17808
  "tsSignatureId": "Delete|System.String|static=true|const=false",
17809
17809
  "target": {
@@ -17813,7 +17813,7 @@
17813
17813
  }
17814
17814
  },
17815
17815
  {
17816
- "tsName": "get_",
17816
+ "tsName": "get",
17817
17817
  "isStatic": true,
17818
17818
  "tsSignatureId": "Get|System.String|static=true|const=false",
17819
17819
  "target": {
@@ -21473,7 +21473,7 @@
21473
21473
  {
21474
21474
  "stableId": "Microsoft.AspNetCore.Http.Extensions:Microsoft.AspNetCore.Http.SessionExtensions::Get(Microsoft.AspNetCore.Http.ISession,System.String):System.Byte[]",
21475
21475
  "clrName": "Get",
21476
- "tsEmitName": "get_",
21476
+ "tsEmitName": "get",
21477
21477
  "metadataToken": 100664009,
21478
21478
  "canonicalSignature": "(Microsoft.AspNetCore.Http.ISession,System.String):System.Byte[]",
21479
21479
  "normalizedSignature": "Get|(Microsoft.AspNetCore.Http.ISession,System.String):System.Byte[]|static=true",
@@ -21531,7 +21531,7 @@
21531
21531
  }
21532
21532
  },
21533
21533
  {
21534
- "tsName": "get_",
21534
+ "tsName": "get",
21535
21535
  "isStatic": true,
21536
21536
  "tsSignatureId": "Get|(Microsoft.AspNetCore.Http.ISession,System.String):System.Byte[]|static=true",
21537
21537
  "target": {