@tsonic/aspnetcore 10.0.12 → 10.0.20
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/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -111,7 +111,7 @@ export interface __AntiforgeryToken$views {
|
|
|
111
111
|
export type AntiforgeryToken = AntiforgeryToken$instance & __AntiforgeryToken$views;
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
export interface DataAnnotationsValidator$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
114
|
+
export interface DataAnnotationsValidator$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
115
115
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_DataAnnotationsValidator: never;
|
|
116
116
|
|
|
117
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -119,14 +119,9 @@ export interface DataAnnotationsValidator$instance extends ComponentBase, Micros
|
|
|
119
119
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IHandleEvent: never;
|
|
120
120
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
121
121
|
|
|
122
|
-
Attach(renderHandle: RenderHandle): void;
|
|
123
122
|
Dispose(disposing: boolean): void;
|
|
124
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
125
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
126
|
-
OnAfterRenderAsync(): Task;
|
|
127
123
|
OnInitialized(): void;
|
|
128
124
|
OnParametersSet(): void;
|
|
129
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
130
125
|
}
|
|
131
126
|
|
|
132
127
|
|
|
@@ -190,7 +185,7 @@ export const EditContextProperties: {
|
|
|
190
185
|
|
|
191
186
|
export type EditContextProperties = EditContextProperties$instance;
|
|
192
187
|
|
|
193
|
-
export interface EditForm$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
188
|
+
export interface EditForm$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
194
189
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_EditForm: never;
|
|
195
190
|
|
|
196
191
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -211,13 +206,8 @@ export interface EditForm$instance extends ComponentBase, Microsoft_AspNetCore_C
|
|
|
211
206
|
OnInvalidSubmit: EventCallback_1<EditContext>;
|
|
212
207
|
OnSubmit: EventCallback_1<EditContext>;
|
|
213
208
|
OnValidSubmit: EventCallback_1<EditContext>;
|
|
214
|
-
Attach(renderHandle: RenderHandle): void;
|
|
215
209
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
216
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
217
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
218
|
-
OnAfterRenderAsync(): Task;
|
|
219
210
|
OnParametersSet(): void;
|
|
220
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
221
211
|
}
|
|
222
212
|
|
|
223
213
|
|
|
@@ -235,7 +225,7 @@ export interface __EditForm$views {
|
|
|
235
225
|
export type EditForm = EditForm$instance & __EditForm$views;
|
|
236
226
|
|
|
237
227
|
|
|
238
|
-
export interface Editor_1$instance<T> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
228
|
+
export interface Editor_1$instance<T> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
239
229
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_Editor_1: never;
|
|
240
230
|
|
|
241
231
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_ICascadingValueSupplier: never;
|
|
@@ -246,12 +236,7 @@ export interface Editor_1$instance<T> extends ComponentBase, Microsoft_AspNetCor
|
|
|
246
236
|
Value: T;
|
|
247
237
|
ValueChanged: EventCallback_1<T>;
|
|
248
238
|
ValueExpression: Expression_1<Func_1<T>>;
|
|
249
|
-
Attach(renderHandle: RenderHandle): void;
|
|
250
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
251
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
252
|
-
OnAfterRenderAsync(): Task;
|
|
253
239
|
OnParametersSet(): void;
|
|
254
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
255
240
|
}
|
|
256
241
|
|
|
257
242
|
|
|
@@ -354,12 +339,8 @@ export interface InputBase_1$instance<TValue> extends ComponentBase, Microsoft_A
|
|
|
354
339
|
ValueChanged: EventCallback_1<TValue>;
|
|
355
340
|
get ValueExpression(): Expression_1<Func_1<TValue>> | undefined;
|
|
356
341
|
set ValueExpression(value: Expression_1<Func_1<TValue>> | undefined);
|
|
357
|
-
Attach(renderHandle: RenderHandle): void;
|
|
358
342
|
Dispose(disposing: boolean): void;
|
|
359
343
|
FormatValueAsString(value: TValue): string | undefined;
|
|
360
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
361
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
362
|
-
OnAfterRenderAsync(): Task;
|
|
363
344
|
SetParametersAsync(parameters: ParameterView): Task;
|
|
364
345
|
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
365
346
|
}
|
|
@@ -378,7 +359,7 @@ export interface __InputBase_1$views<TValue> {
|
|
|
378
359
|
export type InputBase_1<TValue> = InputBase_1$instance<TValue> & __InputBase_1$views<TValue>;
|
|
379
360
|
|
|
380
361
|
|
|
381
|
-
export interface InputCheckbox$instance extends InputBase_1$instance<System_Internal.Boolean>, System_Internal.IDisposable {
|
|
362
|
+
export interface InputCheckbox$instance extends InputBase_1$instance<System_Internal.Boolean>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
382
363
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputCheckbox: never;
|
|
383
364
|
|
|
384
365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -387,12 +368,8 @@ export interface InputCheckbox$instance extends InputBase_1$instance<System_Inte
|
|
|
387
368
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
388
369
|
|
|
389
370
|
Element: Nullable_1<ElementReference>;
|
|
390
|
-
Attach(renderHandle: RenderHandle): void;
|
|
391
371
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
392
|
-
|
|
393
|
-
OnAfterRenderAsync(): Task;
|
|
394
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
395
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
372
|
+
TryParseValueFromString(value: string, result: boolean, validationErrorMessage: string): boolean;
|
|
396
373
|
}
|
|
397
374
|
|
|
398
375
|
|
|
@@ -410,7 +387,7 @@ export interface __InputCheckbox$views {
|
|
|
410
387
|
export type InputCheckbox = InputCheckbox$instance & __InputCheckbox$views;
|
|
411
388
|
|
|
412
389
|
|
|
413
|
-
export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValue>, System_Internal.IDisposable {
|
|
390
|
+
export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
414
391
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputDate_1: never;
|
|
415
392
|
|
|
416
393
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -421,14 +398,9 @@ export interface InputDate_1$instance<TValue> extends InputBase_1$instance<TValu
|
|
|
421
398
|
Element: Nullable_1<ElementReference>;
|
|
422
399
|
ParsingErrorMessage: string;
|
|
423
400
|
Type: InputDateType;
|
|
424
|
-
Attach(renderHandle: RenderHandle): void;
|
|
425
401
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
426
402
|
FormatValueAsString(value: TValue): string;
|
|
427
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
428
|
-
OnAfterRenderAsync(): Task;
|
|
429
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
430
403
|
OnParametersSet(): void;
|
|
431
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
432
404
|
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
433
405
|
}
|
|
434
406
|
|
|
@@ -447,7 +419,7 @@ export interface __InputDate_1$views<TValue> {
|
|
|
447
419
|
export type InputDate_1<TValue> = InputDate_1$instance<TValue> & __InputDate_1$views<TValue>;
|
|
448
420
|
|
|
449
421
|
|
|
450
|
-
export interface InputFile$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
422
|
+
export interface InputFile$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
451
423
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputFile: never;
|
|
452
424
|
|
|
453
425
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_Forms_IInputFileJsCallbacks: never;
|
|
@@ -460,12 +432,8 @@ export interface InputFile$instance extends ComponentBase, Microsoft_AspNetCore_
|
|
|
460
432
|
set AdditionalAttributes(value: IDictionary_2<System_Internal.String, unknown> | undefined);
|
|
461
433
|
Element: Nullable_1<ElementReference>;
|
|
462
434
|
OnChange: EventCallback_1<InputFileChangeEventArgs>;
|
|
463
|
-
Attach(renderHandle: RenderHandle): void;
|
|
464
435
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
465
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
466
436
|
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
467
|
-
OnAfterRenderAsync(): Task;
|
|
468
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
469
437
|
}
|
|
470
438
|
|
|
471
439
|
|
|
@@ -499,7 +467,7 @@ export const InputFileChangeEventArgs: {
|
|
|
499
467
|
|
|
500
468
|
export type InputFileChangeEventArgs = InputFileChangeEventArgs$instance;
|
|
501
469
|
|
|
502
|
-
export interface InputHidden$instance extends InputBase_1$instance<System_Internal.String>, System_Internal.IDisposable {
|
|
470
|
+
export interface InputHidden$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
503
471
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputHidden: never;
|
|
504
472
|
|
|
505
473
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -508,12 +476,8 @@ export interface InputHidden$instance extends InputBase_1$instance<System_Intern
|
|
|
508
476
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
509
477
|
|
|
510
478
|
Element: Nullable_1<ElementReference>;
|
|
511
|
-
Attach(renderHandle: RenderHandle): void;
|
|
512
479
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
513
|
-
|
|
514
|
-
OnAfterRenderAsync(): Task;
|
|
515
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
516
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
480
|
+
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
517
481
|
}
|
|
518
482
|
|
|
519
483
|
|
|
@@ -531,7 +495,7 @@ export interface __InputHidden$views {
|
|
|
531
495
|
export type InputHidden = InputHidden$instance & __InputHidden$views;
|
|
532
496
|
|
|
533
497
|
|
|
534
|
-
export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TValue>, System_Internal.IDisposable {
|
|
498
|
+
export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
535
499
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputNumber_1: never;
|
|
536
500
|
|
|
537
501
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -541,13 +505,8 @@ export interface InputNumber_1$instance<TValue> extends InputBase_1$instance<TVa
|
|
|
541
505
|
|
|
542
506
|
Element: Nullable_1<ElementReference>;
|
|
543
507
|
ParsingErrorMessage: string;
|
|
544
|
-
Attach(renderHandle: RenderHandle): void;
|
|
545
508
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
546
509
|
FormatValueAsString(value: TValue): string | undefined;
|
|
547
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
548
|
-
OnAfterRenderAsync(): Task;
|
|
549
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
550
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
551
510
|
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
552
511
|
}
|
|
553
512
|
|
|
@@ -566,7 +525,7 @@ export interface __InputNumber_1$views<TValue> {
|
|
|
566
525
|
export type InputNumber_1<TValue> = InputNumber_1$instance<TValue> & __InputNumber_1$views<TValue>;
|
|
567
526
|
|
|
568
527
|
|
|
569
|
-
export interface InputRadio_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
528
|
+
export interface InputRadio_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
570
529
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputRadio_1: never;
|
|
571
530
|
|
|
572
531
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -579,13 +538,8 @@ export interface InputRadio_1$instance<TValue> extends ComponentBase, Microsoft_
|
|
|
579
538
|
get Name(): string | undefined;
|
|
580
539
|
set Name(value: string | undefined);
|
|
581
540
|
Value: TValue | undefined;
|
|
582
|
-
Attach(renderHandle: RenderHandle): void;
|
|
583
541
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
584
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
585
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
586
|
-
OnAfterRenderAsync(): Task;
|
|
587
542
|
OnParametersSet(): void;
|
|
588
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
589
543
|
}
|
|
590
544
|
|
|
591
545
|
|
|
@@ -603,7 +557,7 @@ export interface __InputRadio_1$views<TValue> {
|
|
|
603
557
|
export type InputRadio_1<TValue> = InputRadio_1$instance<TValue> & __InputRadio_1$views<TValue>;
|
|
604
558
|
|
|
605
559
|
|
|
606
|
-
export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance<TValue>, System_Internal.IDisposable {
|
|
560
|
+
export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
607
561
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputRadioGroup_1: never;
|
|
608
562
|
|
|
609
563
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -616,13 +570,8 @@ export interface InputRadioGroup_1$instance<TValue> extends InputBase_1$instance
|
|
|
616
570
|
set ChildContent(value: RenderFragment | undefined);
|
|
617
571
|
get Name(): string | undefined;
|
|
618
572
|
set Name(value: string | undefined);
|
|
619
|
-
Attach(renderHandle: RenderHandle): void;
|
|
620
573
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
621
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
622
|
-
OnAfterRenderAsync(): Task;
|
|
623
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
624
574
|
OnParametersSet(): void;
|
|
625
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
626
575
|
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
627
576
|
}
|
|
628
577
|
|
|
@@ -641,7 +590,7 @@ export interface __InputRadioGroup_1$views<TValue> {
|
|
|
641
590
|
export type InputRadioGroup_1<TValue> = InputRadioGroup_1$instance<TValue> & __InputRadioGroup_1$views<TValue>;
|
|
642
591
|
|
|
643
592
|
|
|
644
|
-
export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TValue>, System_Internal.IDisposable {
|
|
593
|
+
export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TValue>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
645
594
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputSelect_1: never;
|
|
646
595
|
|
|
647
596
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -652,13 +601,8 @@ export interface InputSelect_1$instance<TValue> extends InputBase_1$instance<TVa
|
|
|
652
601
|
get ChildContent(): RenderFragment | undefined;
|
|
653
602
|
set ChildContent(value: RenderFragment | undefined);
|
|
654
603
|
Element: Nullable_1<ElementReference>;
|
|
655
|
-
Attach(renderHandle: RenderHandle): void;
|
|
656
604
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
657
605
|
FormatValueAsString(value: TValue): string | undefined;
|
|
658
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
659
|
-
OnAfterRenderAsync(): Task;
|
|
660
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
661
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
662
606
|
TryParseValueFromString(value: string, result: TValue, validationErrorMessage: string): boolean;
|
|
663
607
|
}
|
|
664
608
|
|
|
@@ -677,7 +621,7 @@ export interface __InputSelect_1$views<TValue> {
|
|
|
677
621
|
export type InputSelect_1<TValue> = InputSelect_1$instance<TValue> & __InputSelect_1$views<TValue>;
|
|
678
622
|
|
|
679
623
|
|
|
680
|
-
export interface InputText$instance extends InputBase_1$instance<System_Internal.String>, System_Internal.IDisposable {
|
|
624
|
+
export interface InputText$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
681
625
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputText: never;
|
|
682
626
|
|
|
683
627
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -686,12 +630,8 @@ export interface InputText$instance extends InputBase_1$instance<System_Internal
|
|
|
686
630
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
687
631
|
|
|
688
632
|
Element: Nullable_1<ElementReference>;
|
|
689
|
-
Attach(renderHandle: RenderHandle): void;
|
|
690
633
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
691
|
-
|
|
692
|
-
OnAfterRenderAsync(): Task;
|
|
693
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
694
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
634
|
+
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
695
635
|
}
|
|
696
636
|
|
|
697
637
|
|
|
@@ -709,7 +649,7 @@ export interface __InputText$views {
|
|
|
709
649
|
export type InputText = InputText$instance & __InputText$views;
|
|
710
650
|
|
|
711
651
|
|
|
712
|
-
export interface InputTextArea$instance extends InputBase_1$instance<System_Internal.String>, System_Internal.IDisposable {
|
|
652
|
+
export interface InputTextArea$instance extends InputBase_1$instance<System_Internal.String>, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
713
653
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_InputTextArea: never;
|
|
714
654
|
|
|
715
655
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -718,12 +658,8 @@ export interface InputTextArea$instance extends InputBase_1$instance<System_Inte
|
|
|
718
658
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
719
659
|
|
|
720
660
|
Element: Nullable_1<ElementReference>;
|
|
721
|
-
Attach(renderHandle: RenderHandle): void;
|
|
722
661
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
723
|
-
|
|
724
|
-
OnAfterRenderAsync(): Task;
|
|
725
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
726
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
662
|
+
TryParseValueFromString(value: string, result: string, validationErrorMessage: string): boolean;
|
|
727
663
|
}
|
|
728
664
|
|
|
729
665
|
|
|
@@ -757,7 +693,7 @@ export const RemoteBrowserFileStreamOptions: {
|
|
|
757
693
|
|
|
758
694
|
export type RemoteBrowserFileStreamOptions = RemoteBrowserFileStreamOptions$instance;
|
|
759
695
|
|
|
760
|
-
export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
696
|
+
export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
761
697
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_ValidationMessage_1: never;
|
|
762
698
|
|
|
763
699
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -769,14 +705,9 @@ export interface ValidationMessage_1$instance<TValue> extends ComponentBase, Mic
|
|
|
769
705
|
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | undefined);
|
|
770
706
|
get For(): Expression_1<Func_1<TValue>> | undefined;
|
|
771
707
|
set For(value: Expression_1<Func_1<TValue>> | undefined);
|
|
772
|
-
Attach(renderHandle: RenderHandle): void;
|
|
773
708
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
774
709
|
Dispose(disposing: boolean): void;
|
|
775
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
776
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
777
|
-
OnAfterRenderAsync(): Task;
|
|
778
710
|
OnParametersSet(): void;
|
|
779
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
780
711
|
}
|
|
781
712
|
|
|
782
713
|
|
|
@@ -844,7 +775,7 @@ export const ValidationStateChangedEventArgs: {
|
|
|
844
775
|
|
|
845
776
|
export type ValidationStateChangedEventArgs = ValidationStateChangedEventArgs$instance;
|
|
846
777
|
|
|
847
|
-
export interface ValidationSummary$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
778
|
+
export interface ValidationSummary$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
848
779
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Forms_ValidationSummary: never;
|
|
849
780
|
|
|
850
781
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -856,14 +787,9 @@ export interface ValidationSummary$instance extends ComponentBase, Microsoft_Asp
|
|
|
856
787
|
set AdditionalAttributes(value: IReadOnlyDictionary_2<System_Internal.String, unknown> | undefined);
|
|
857
788
|
get Model(): unknown | undefined;
|
|
858
789
|
set Model(value: unknown | undefined);
|
|
859
|
-
Attach(renderHandle: RenderHandle): void;
|
|
860
790
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
861
791
|
Dispose(disposing: boolean): void;
|
|
862
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
863
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
864
|
-
OnAfterRenderAsync(): Task;
|
|
865
792
|
OnParametersSet(): void;
|
|
866
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
867
793
|
}
|
|
868
794
|
|
|
869
795
|
|
|
@@ -2441,7 +2441,7 @@
|
|
|
2441
2441
|
"isAbstract": false,
|
|
2442
2442
|
"isVirtual": true,
|
|
2443
2443
|
"isOverride": false,
|
|
2444
|
-
"isSealed":
|
|
2444
|
+
"isSealed": true,
|
|
2445
2445
|
"visibility": "Public",
|
|
2446
2446
|
"declaringClrType": "Microsoft.AspNetCore.Components.RenderTree.WebRenderer",
|
|
2447
2447
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
@@ -426,86 +426,6 @@
|
|
|
426
426
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
427
427
|
"isExtensionMethod": false,
|
|
428
428
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
432
|
-
"clrName": "Attach",
|
|
433
|
-
"metadataToken": 0,
|
|
434
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
435
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
436
|
-
"emitScope": "ClassSurface",
|
|
437
|
-
"provenance": "BaseOverload",
|
|
438
|
-
"arity": 0,
|
|
439
|
-
"parameterCount": 1,
|
|
440
|
-
"isStatic": false,
|
|
441
|
-
"isAbstract": false,
|
|
442
|
-
"isVirtual": true,
|
|
443
|
-
"isOverride": false,
|
|
444
|
-
"isSealed": false,
|
|
445
|
-
"visibility": "Public",
|
|
446
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
447
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
448
|
-
"isExtensionMethod": false
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
452
|
-
"clrName": "HandleEventAsync",
|
|
453
|
-
"metadataToken": 0,
|
|
454
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
455
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
456
|
-
"emitScope": "ClassSurface",
|
|
457
|
-
"provenance": "BaseOverload",
|
|
458
|
-
"arity": 0,
|
|
459
|
-
"parameterCount": 2,
|
|
460
|
-
"isStatic": false,
|
|
461
|
-
"isAbstract": false,
|
|
462
|
-
"isVirtual": true,
|
|
463
|
-
"isOverride": false,
|
|
464
|
-
"isSealed": false,
|
|
465
|
-
"visibility": "Public",
|
|
466
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
467
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
468
|
-
"isExtensionMethod": false
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
472
|
-
"clrName": "OnAfterRenderAsync",
|
|
473
|
-
"metadataToken": 0,
|
|
474
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
475
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
476
|
-
"emitScope": "ClassSurface",
|
|
477
|
-
"provenance": "BaseOverload",
|
|
478
|
-
"arity": 0,
|
|
479
|
-
"parameterCount": 0,
|
|
480
|
-
"isStatic": false,
|
|
481
|
-
"isAbstract": false,
|
|
482
|
-
"isVirtual": true,
|
|
483
|
-
"isOverride": false,
|
|
484
|
-
"isSealed": false,
|
|
485
|
-
"visibility": "Public",
|
|
486
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
487
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
488
|
-
"isExtensionMethod": false
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.FocusOnNavigate::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
492
|
-
"clrName": "SetParametersAsync",
|
|
493
|
-
"metadataToken": 0,
|
|
494
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
495
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
496
|
-
"emitScope": "ClassSurface",
|
|
497
|
-
"provenance": "BaseOverload",
|
|
498
|
-
"arity": 0,
|
|
499
|
-
"parameterCount": 1,
|
|
500
|
-
"isStatic": false,
|
|
501
|
-
"isAbstract": false,
|
|
502
|
-
"isVirtual": true,
|
|
503
|
-
"isOverride": false,
|
|
504
|
-
"isSealed": false,
|
|
505
|
-
"visibility": "Public",
|
|
506
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.FocusOnNavigate",
|
|
507
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
508
|
-
"isExtensionMethod": false
|
|
509
429
|
}
|
|
510
430
|
],
|
|
511
431
|
"properties": [
|
|
@@ -1213,106 +1133,6 @@
|
|
|
1213
1133
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components",
|
|
1214
1134
|
"isExtensionMethod": false,
|
|
1215
1135
|
"sourceInterface": "Microsoft.AspNetCore.Components.IHandleAfterRender"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::Attach(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
1219
|
-
"clrName": "Attach",
|
|
1220
|
-
"metadataToken": 0,
|
|
1221
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.RenderHandle):System.Void",
|
|
1222
|
-
"normalizedSignature": "Attach|(Microsoft.AspNetCore.Components.RenderHandle):System.Void|static=false",
|
|
1223
|
-
"emitScope": "ClassSurface",
|
|
1224
|
-
"provenance": "BaseOverload",
|
|
1225
|
-
"arity": 0,
|
|
1226
|
-
"parameterCount": 1,
|
|
1227
|
-
"isStatic": false,
|
|
1228
|
-
"isAbstract": false,
|
|
1229
|
-
"isVirtual": true,
|
|
1230
|
-
"isOverride": false,
|
|
1231
|
-
"isSealed": false,
|
|
1232
|
-
"visibility": "Public",
|
|
1233
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1234
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1235
|
-
"isExtensionMethod": false
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::HandleEventAsync(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
1239
|
-
"clrName": "HandleEventAsync",
|
|
1240
|
-
"metadataToken": 0,
|
|
1241
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task",
|
|
1242
|
-
"normalizedSignature": "HandleEventAsync|(Microsoft.AspNetCore.Components.EventCallbackWorkItem,System.Object):System.Threading.Tasks.Task|static=false",
|
|
1243
|
-
"emitScope": "ClassSurface",
|
|
1244
|
-
"provenance": "BaseOverload",
|
|
1245
|
-
"arity": 0,
|
|
1246
|
-
"parameterCount": 2,
|
|
1247
|
-
"isStatic": false,
|
|
1248
|
-
"isAbstract": false,
|
|
1249
|
-
"isVirtual": true,
|
|
1250
|
-
"isOverride": false,
|
|
1251
|
-
"isSealed": false,
|
|
1252
|
-
"visibility": "Public",
|
|
1253
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1254
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1255
|
-
"isExtensionMethod": false
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::OnAfterRenderAsync(System.Boolean):System.Threading.Tasks.Task",
|
|
1259
|
-
"clrName": "OnAfterRenderAsync",
|
|
1260
|
-
"metadataToken": 0,
|
|
1261
|
-
"canonicalSignature": "(System.Boolean):System.Threading.Tasks.Task",
|
|
1262
|
-
"normalizedSignature": "OnAfterRenderAsync|(System.Boolean):System.Threading.Tasks.Task|static=false",
|
|
1263
|
-
"emitScope": "ClassSurface",
|
|
1264
|
-
"provenance": "BaseOverload",
|
|
1265
|
-
"arity": 0,
|
|
1266
|
-
"parameterCount": 1,
|
|
1267
|
-
"isStatic": false,
|
|
1268
|
-
"isAbstract": false,
|
|
1269
|
-
"isVirtual": true,
|
|
1270
|
-
"isOverride": false,
|
|
1271
|
-
"isSealed": false,
|
|
1272
|
-
"visibility": "Protected",
|
|
1273
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1274
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1275
|
-
"isExtensionMethod": false
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::OnAfterRenderAsync():System.Threading.Tasks.Task",
|
|
1279
|
-
"clrName": "OnAfterRenderAsync",
|
|
1280
|
-
"metadataToken": 0,
|
|
1281
|
-
"canonicalSignature": "():System.Threading.Tasks.Task",
|
|
1282
|
-
"normalizedSignature": "OnAfterRenderAsync|():System.Threading.Tasks.Task|static=false",
|
|
1283
|
-
"emitScope": "ClassSurface",
|
|
1284
|
-
"provenance": "BaseOverload",
|
|
1285
|
-
"arity": 0,
|
|
1286
|
-
"parameterCount": 0,
|
|
1287
|
-
"isStatic": false,
|
|
1288
|
-
"isAbstract": false,
|
|
1289
|
-
"isVirtual": true,
|
|
1290
|
-
"isOverride": false,
|
|
1291
|
-
"isSealed": false,
|
|
1292
|
-
"visibility": "Public",
|
|
1293
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1294
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1295
|
-
"isExtensionMethod": false
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"stableId": "Microsoft.AspNetCore.Components.Web:Microsoft.AspNetCore.Components.Routing.NavLink::SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
1299
|
-
"clrName": "SetParametersAsync",
|
|
1300
|
-
"metadataToken": 0,
|
|
1301
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task",
|
|
1302
|
-
"normalizedSignature": "SetParametersAsync|(Microsoft.AspNetCore.Components.ParameterView):System.Threading.Tasks.Task|static=false",
|
|
1303
|
-
"emitScope": "ClassSurface",
|
|
1304
|
-
"provenance": "BaseOverload",
|
|
1305
|
-
"arity": 0,
|
|
1306
|
-
"parameterCount": 1,
|
|
1307
|
-
"isStatic": false,
|
|
1308
|
-
"isAbstract": false,
|
|
1309
|
-
"isVirtual": true,
|
|
1310
|
-
"isOverride": false,
|
|
1311
|
-
"isSealed": false,
|
|
1312
|
-
"visibility": "Public",
|
|
1313
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Routing.NavLink",
|
|
1314
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Web",
|
|
1315
|
-
"isExtensionMethod": false
|
|
1316
1136
|
}
|
|
1317
1137
|
],
|
|
1318
1138
|
"properties": [
|
|
@@ -60,7 +60,7 @@ export interface IScrollToLocationHash$instance {
|
|
|
60
60
|
|
|
61
61
|
export type IScrollToLocationHash = IScrollToLocationHash$instance;
|
|
62
62
|
|
|
63
|
-
export interface FocusOnNavigate$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
63
|
+
export interface FocusOnNavigate$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance {
|
|
64
64
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Routing_FocusOnNavigate: never;
|
|
65
65
|
|
|
66
66
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -71,13 +71,9 @@ export interface FocusOnNavigate$instance extends ComponentBase, Microsoft_AspNe
|
|
|
71
71
|
set RouteData(value: RouteData | undefined);
|
|
72
72
|
get Selector(): string | undefined;
|
|
73
73
|
set Selector(value: string | undefined);
|
|
74
|
-
Attach(renderHandle: RenderHandle): void;
|
|
75
74
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
76
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
77
75
|
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
78
|
-
OnAfterRenderAsync(): Task;
|
|
79
76
|
OnParametersSet(): void;
|
|
80
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
81
77
|
}
|
|
82
78
|
|
|
83
79
|
|
|
@@ -170,7 +166,7 @@ export interface __NavigationLock$views {
|
|
|
170
166
|
export type NavigationLock = NavigationLock$instance & __NavigationLock$views;
|
|
171
167
|
|
|
172
168
|
|
|
173
|
-
export interface NavLink$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
169
|
+
export interface NavLink$instance extends ComponentBase, Microsoft_AspNetCore_Components_Internal.IComponent$instance, Microsoft_AspNetCore_Components_Internal.IHandleEvent$instance, System_Internal.IDisposable {
|
|
174
170
|
readonly __tsonic_type_Microsoft_AspNetCore_Components_Routing_NavLink: never;
|
|
175
171
|
|
|
176
172
|
readonly __tsonic_iface_Microsoft_AspNetCore_Components_IComponent: never;
|
|
@@ -185,15 +181,10 @@ export interface NavLink$instance extends ComponentBase, Microsoft_AspNetCore_Co
|
|
|
185
181
|
get ChildContent(): RenderFragment | undefined;
|
|
186
182
|
set ChildContent(value: RenderFragment | undefined);
|
|
187
183
|
Match: NavLinkMatch;
|
|
188
|
-
Attach(renderHandle: RenderHandle): void;
|
|
189
184
|
BuildRenderTree(builder: RenderTreeBuilder): void;
|
|
190
185
|
Dispose(): void;
|
|
191
|
-
HandleEventAsync(item: EventCallbackWorkItem, arg: unknown): Task;
|
|
192
|
-
OnAfterRenderAsync(firstRender: boolean): Task;
|
|
193
|
-
OnAfterRenderAsync(): Task;
|
|
194
186
|
OnInitialized(): void;
|
|
195
187
|
OnParametersSet(): void;
|
|
196
|
-
SetParametersAsync(parameters: ParameterView): Task;
|
|
197
188
|
ShouldMatch(uriAbsolute: string): boolean;
|
|
198
189
|
}
|
|
199
190
|
|
|
@@ -413,26 +413,6 @@
|
|
|
413
413
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
414
414
|
"isExtensionMethod": false,
|
|
415
415
|
"sourceInterface": "Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider"
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"stableId": "Microsoft.AspNetCore.Components.Server:Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider::SetAuthenticationState(System.Threading.Tasks.Task_1):System.Void",
|
|
419
|
-
"clrName": "SetAuthenticationState",
|
|
420
|
-
"metadataToken": 0,
|
|
421
|
-
"canonicalSignature": "(System.Threading.Tasks.Task_1):System.Void",
|
|
422
|
-
"normalizedSignature": "SetAuthenticationState|(System.Threading.Tasks.Task_1):System.Void|static=false",
|
|
423
|
-
"emitScope": "ClassSurface",
|
|
424
|
-
"provenance": "BaseOverload",
|
|
425
|
-
"arity": 0,
|
|
426
|
-
"parameterCount": 1,
|
|
427
|
-
"isStatic": false,
|
|
428
|
-
"isAbstract": false,
|
|
429
|
-
"isVirtual": true,
|
|
430
|
-
"isOverride": false,
|
|
431
|
-
"isSealed": false,
|
|
432
|
-
"visibility": "Public",
|
|
433
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Server.RevalidatingServerAuthenticationStateProvider",
|
|
434
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Server",
|
|
435
|
-
"isExtensionMethod": false
|
|
436
416
|
}
|
|
437
417
|
],
|
|
438
418
|
"properties": [
|
|
@@ -554,26 +534,6 @@
|
|
|
554
534
|
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Authorization",
|
|
555
535
|
"isExtensionMethod": false,
|
|
556
536
|
"sourceInterface": "Microsoft.AspNetCore.Components.Authorization.IHostEnvironmentAuthenticationStateProvider"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"stableId": "Microsoft.AspNetCore.Components.Endpoints:Microsoft.AspNetCore.Components.Server.ServerAuthenticationStateProvider::GetAuthenticationStateAsync():System.Threading.Tasks.Task_1",
|
|
560
|
-
"clrName": "GetAuthenticationStateAsync",
|
|
561
|
-
"metadataToken": 0,
|
|
562
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
563
|
-
"normalizedSignature": "GetAuthenticationStateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
564
|
-
"emitScope": "ClassSurface",
|
|
565
|
-
"provenance": "BaseOverload",
|
|
566
|
-
"arity": 0,
|
|
567
|
-
"parameterCount": 0,
|
|
568
|
-
"isStatic": false,
|
|
569
|
-
"isAbstract": true,
|
|
570
|
-
"isVirtual": true,
|
|
571
|
-
"isOverride": false,
|
|
572
|
-
"isSealed": false,
|
|
573
|
-
"visibility": "Public",
|
|
574
|
-
"declaringClrType": "Microsoft.AspNetCore.Components.Server.ServerAuthenticationStateProvider",
|
|
575
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Components.Endpoints",
|
|
576
|
-
"isExtensionMethod": false
|
|
577
537
|
}
|
|
578
538
|
],
|
|
579
539
|
"properties": [],
|