@angular/forms 21.0.1 → 21.1.0-next.0
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/fesm2022/_structure-chunk.mjs +1 -1
- package/fesm2022/forms.mjs +128 -128
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +1 -1
- package/fesm2022/signals.mjs +4 -4
- package/package.json +4 -4
- package/types/_structure-chunk.d.ts +1 -1
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +1 -1
- package/types/signals.d.ts +1 -1
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
2
|
+
* @license Angular v21.1.0-next.0
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -33,7 +33,7 @@ class BaseControlValueAccessor {
|
|
|
33
33
|
}
|
|
34
34
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
35
35
|
minVersion: "12.0.0",
|
|
36
|
-
version: "21.0.
|
|
36
|
+
version: "21.1.0-next.0",
|
|
37
37
|
ngImport: i0,
|
|
38
38
|
type: BaseControlValueAccessor,
|
|
39
39
|
deps: [{
|
|
@@ -45,7 +45,7 @@ class BaseControlValueAccessor {
|
|
|
45
45
|
});
|
|
46
46
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
47
47
|
minVersion: "14.0.0",
|
|
48
|
-
version: "21.0.
|
|
48
|
+
version: "21.1.0-next.0",
|
|
49
49
|
type: BaseControlValueAccessor,
|
|
50
50
|
isStandalone: true,
|
|
51
51
|
ngImport: i0
|
|
@@ -53,7 +53,7 @@ class BaseControlValueAccessor {
|
|
|
53
53
|
}
|
|
54
54
|
i0.ɵɵngDeclareClassMetadata({
|
|
55
55
|
minVersion: "12.0.0",
|
|
56
|
-
version: "21.0.
|
|
56
|
+
version: "21.1.0-next.0",
|
|
57
57
|
ngImport: i0,
|
|
58
58
|
type: BaseControlValueAccessor,
|
|
59
59
|
decorators: [{
|
|
@@ -68,7 +68,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
68
68
|
class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
69
69
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
70
70
|
minVersion: "12.0.0",
|
|
71
|
-
version: "21.0.
|
|
71
|
+
version: "21.1.0-next.0",
|
|
72
72
|
ngImport: i0,
|
|
73
73
|
type: BuiltInControlValueAccessor,
|
|
74
74
|
deps: null,
|
|
@@ -76,7 +76,7 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
76
76
|
});
|
|
77
77
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
78
78
|
minVersion: "14.0.0",
|
|
79
|
-
version: "21.0.
|
|
79
|
+
version: "21.1.0-next.0",
|
|
80
80
|
type: BuiltInControlValueAccessor,
|
|
81
81
|
isStandalone: true,
|
|
82
82
|
usesInheritance: true,
|
|
@@ -85,7 +85,7 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
85
85
|
}
|
|
86
86
|
i0.ɵɵngDeclareClassMetadata({
|
|
87
87
|
minVersion: "12.0.0",
|
|
88
|
-
version: "21.0.
|
|
88
|
+
version: "21.1.0-next.0",
|
|
89
89
|
ngImport: i0,
|
|
90
90
|
type: BuiltInControlValueAccessor,
|
|
91
91
|
decorators: [{
|
|
@@ -105,7 +105,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
105
105
|
}
|
|
106
106
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "21.0.
|
|
108
|
+
version: "21.1.0-next.0",
|
|
109
109
|
ngImport: i0,
|
|
110
110
|
type: CheckboxControlValueAccessor,
|
|
111
111
|
deps: null,
|
|
@@ -113,7 +113,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
113
113
|
});
|
|
114
114
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
115
115
|
minVersion: "14.0.0",
|
|
116
|
-
version: "21.0.
|
|
116
|
+
version: "21.1.0-next.0",
|
|
117
117
|
type: CheckboxControlValueAccessor,
|
|
118
118
|
isStandalone: false,
|
|
119
119
|
selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]",
|
|
@@ -130,7 +130,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
130
130
|
}
|
|
131
131
|
i0.ɵɵngDeclareClassMetadata({
|
|
132
132
|
minVersion: "12.0.0",
|
|
133
|
-
version: "21.0.
|
|
133
|
+
version: "21.1.0-next.0",
|
|
134
134
|
ngImport: i0,
|
|
135
135
|
type: CheckboxControlValueAccessor,
|
|
136
136
|
decorators: [{
|
|
@@ -185,7 +185,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
185
185
|
}
|
|
186
186
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
187
187
|
minVersion: "12.0.0",
|
|
188
|
-
version: "21.0.
|
|
188
|
+
version: "21.1.0-next.0",
|
|
189
189
|
ngImport: i0,
|
|
190
190
|
type: DefaultValueAccessor,
|
|
191
191
|
deps: [{
|
|
@@ -200,7 +200,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
200
200
|
});
|
|
201
201
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
202
202
|
minVersion: "14.0.0",
|
|
203
|
-
version: "21.0.
|
|
203
|
+
version: "21.1.0-next.0",
|
|
204
204
|
type: DefaultValueAccessor,
|
|
205
205
|
isStandalone: false,
|
|
206
206
|
selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]",
|
|
@@ -219,7 +219,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
219
219
|
}
|
|
220
220
|
i0.ɵɵngDeclareClassMetadata({
|
|
221
221
|
minVersion: "12.0.0",
|
|
222
|
-
version: "21.0.
|
|
222
|
+
version: "21.1.0-next.0",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: DefaultValueAccessor,
|
|
225
225
|
decorators: [{
|
|
@@ -643,7 +643,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
643
643
|
}
|
|
644
644
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
645
645
|
minVersion: "12.0.0",
|
|
646
|
-
version: "21.0.
|
|
646
|
+
version: "21.1.0-next.0",
|
|
647
647
|
ngImport: i0,
|
|
648
648
|
type: NgControlStatus,
|
|
649
649
|
deps: [{
|
|
@@ -654,7 +654,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
654
654
|
});
|
|
655
655
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
656
656
|
minVersion: "14.0.0",
|
|
657
|
-
version: "21.0.
|
|
657
|
+
version: "21.1.0-next.0",
|
|
658
658
|
type: NgControlStatus,
|
|
659
659
|
isStandalone: false,
|
|
660
660
|
selector: "[formControlName],[ngModel],[formControl]",
|
|
@@ -675,7 +675,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
675
675
|
}
|
|
676
676
|
i0.ɵɵngDeclareClassMetadata({
|
|
677
677
|
minVersion: "12.0.0",
|
|
678
|
-
version: "21.0.
|
|
678
|
+
version: "21.1.0-next.0",
|
|
679
679
|
ngImport: i0,
|
|
680
680
|
type: NgControlStatus,
|
|
681
681
|
decorators: [{
|
|
@@ -699,7 +699,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
699
699
|
}
|
|
700
700
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
701
701
|
minVersion: "12.0.0",
|
|
702
|
-
version: "21.0.
|
|
702
|
+
version: "21.1.0-next.0",
|
|
703
703
|
ngImport: i0,
|
|
704
704
|
type: NgControlStatusGroup,
|
|
705
705
|
deps: [{
|
|
@@ -711,7 +711,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
711
711
|
});
|
|
712
712
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
713
713
|
minVersion: "14.0.0",
|
|
714
|
-
version: "21.0.
|
|
714
|
+
version: "21.1.0-next.0",
|
|
715
715
|
type: NgControlStatusGroup,
|
|
716
716
|
isStandalone: false,
|
|
717
717
|
selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]",
|
|
@@ -733,7 +733,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
733
733
|
}
|
|
734
734
|
i0.ɵɵngDeclareClassMetadata({
|
|
735
735
|
minVersion: "12.0.0",
|
|
736
|
-
version: "21.0.
|
|
736
|
+
version: "21.1.0-next.0",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: NgControlStatusGroup,
|
|
739
739
|
decorators: [{
|
|
@@ -1972,7 +1972,7 @@ class NgForm extends ControlContainer {
|
|
|
1972
1972
|
}
|
|
1973
1973
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1974
1974
|
minVersion: "12.0.0",
|
|
1975
|
-
version: "21.0.
|
|
1975
|
+
version: "21.1.0-next.0",
|
|
1976
1976
|
ngImport: i0,
|
|
1977
1977
|
type: NgForm,
|
|
1978
1978
|
deps: [{
|
|
@@ -1991,7 +1991,7 @@ class NgForm extends ControlContainer {
|
|
|
1991
1991
|
});
|
|
1992
1992
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1993
1993
|
minVersion: "14.0.0",
|
|
1994
|
-
version: "21.0.
|
|
1994
|
+
version: "21.1.0-next.0",
|
|
1995
1995
|
type: NgForm,
|
|
1996
1996
|
isStandalone: false,
|
|
1997
1997
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -2015,7 +2015,7 @@ class NgForm extends ControlContainer {
|
|
|
2015
2015
|
}
|
|
2016
2016
|
i0.ɵɵngDeclareClassMetadata({
|
|
2017
2017
|
minVersion: "12.0.0",
|
|
2018
|
-
version: "21.0.
|
|
2018
|
+
version: "21.1.0-next.0",
|
|
2019
2019
|
ngImport: i0,
|
|
2020
2020
|
type: NgForm,
|
|
2021
2021
|
decorators: [{
|
|
@@ -2197,7 +2197,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2197
2197
|
_checkParentType() {}
|
|
2198
2198
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2199
2199
|
minVersion: "12.0.0",
|
|
2200
|
-
version: "21.0.
|
|
2200
|
+
version: "21.1.0-next.0",
|
|
2201
2201
|
ngImport: i0,
|
|
2202
2202
|
type: AbstractFormGroupDirective,
|
|
2203
2203
|
deps: null,
|
|
@@ -2205,7 +2205,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2205
2205
|
});
|
|
2206
2206
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2207
2207
|
minVersion: "14.0.0",
|
|
2208
|
-
version: "21.0.
|
|
2208
|
+
version: "21.1.0-next.0",
|
|
2209
2209
|
type: AbstractFormGroupDirective,
|
|
2210
2210
|
isStandalone: false,
|
|
2211
2211
|
usesInheritance: true,
|
|
@@ -2214,7 +2214,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2214
2214
|
}
|
|
2215
2215
|
i0.ɵɵngDeclareClassMetadata({
|
|
2216
2216
|
minVersion: "12.0.0",
|
|
2217
|
-
version: "21.0.
|
|
2217
|
+
version: "21.1.0-next.0",
|
|
2218
2218
|
ngImport: i0,
|
|
2219
2219
|
type: AbstractFormGroupDirective,
|
|
2220
2220
|
decorators: [{
|
|
@@ -2289,7 +2289,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2289
2289
|
}
|
|
2290
2290
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2291
2291
|
minVersion: "12.0.0",
|
|
2292
|
-
version: "21.0.
|
|
2292
|
+
version: "21.1.0-next.0",
|
|
2293
2293
|
ngImport: i0,
|
|
2294
2294
|
type: NgModelGroup,
|
|
2295
2295
|
deps: [{
|
|
@@ -2309,7 +2309,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2309
2309
|
});
|
|
2310
2310
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2311
2311
|
minVersion: "14.0.0",
|
|
2312
|
-
version: "21.0.
|
|
2312
|
+
version: "21.1.0-next.0",
|
|
2313
2313
|
type: NgModelGroup,
|
|
2314
2314
|
isStandalone: false,
|
|
2315
2315
|
selector: "[ngModelGroup]",
|
|
@@ -2324,7 +2324,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2324
2324
|
}
|
|
2325
2325
|
i0.ɵɵngDeclareClassMetadata({
|
|
2326
2326
|
minVersion: "12.0.0",
|
|
2327
|
-
version: "21.0.
|
|
2327
|
+
version: "21.1.0-next.0",
|
|
2328
2328
|
ngImport: i0,
|
|
2329
2329
|
type: NgModelGroup,
|
|
2330
2330
|
decorators: [{
|
|
@@ -2490,7 +2490,7 @@ class NgModel extends NgControl {
|
|
|
2490
2490
|
}
|
|
2491
2491
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2492
2492
|
minVersion: "12.0.0",
|
|
2493
|
-
version: "21.0.
|
|
2493
|
+
version: "21.1.0-next.0",
|
|
2494
2494
|
ngImport: i0,
|
|
2495
2495
|
type: NgModel,
|
|
2496
2496
|
deps: [{
|
|
@@ -2520,7 +2520,7 @@ class NgModel extends NgControl {
|
|
|
2520
2520
|
});
|
|
2521
2521
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2522
2522
|
minVersion: "14.0.0",
|
|
2523
|
-
version: "21.0.
|
|
2523
|
+
version: "21.1.0-next.0",
|
|
2524
2524
|
type: NgModel,
|
|
2525
2525
|
isStandalone: false,
|
|
2526
2526
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -2542,7 +2542,7 @@ class NgModel extends NgControl {
|
|
|
2542
2542
|
}
|
|
2543
2543
|
i0.ɵɵngDeclareClassMetadata({
|
|
2544
2544
|
minVersion: "12.0.0",
|
|
2545
|
-
version: "21.0.
|
|
2545
|
+
version: "21.1.0-next.0",
|
|
2546
2546
|
ngImport: i0,
|
|
2547
2547
|
type: NgModel,
|
|
2548
2548
|
decorators: [{
|
|
@@ -2641,7 +2641,7 @@ function checkParentType$1(parent) {
|
|
|
2641
2641
|
class ɵNgNoValidate {
|
|
2642
2642
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2643
2643
|
minVersion: "12.0.0",
|
|
2644
|
-
version: "21.0.
|
|
2644
|
+
version: "21.1.0-next.0",
|
|
2645
2645
|
ngImport: i0,
|
|
2646
2646
|
type: ɵNgNoValidate,
|
|
2647
2647
|
deps: [],
|
|
@@ -2649,7 +2649,7 @@ class ɵNgNoValidate {
|
|
|
2649
2649
|
});
|
|
2650
2650
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2651
2651
|
minVersion: "14.0.0",
|
|
2652
|
-
version: "21.0.
|
|
2652
|
+
version: "21.1.0-next.0",
|
|
2653
2653
|
type: ɵNgNoValidate,
|
|
2654
2654
|
isStandalone: false,
|
|
2655
2655
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -2663,7 +2663,7 @@ class ɵNgNoValidate {
|
|
|
2663
2663
|
}
|
|
2664
2664
|
i0.ɵɵngDeclareClassMetadata({
|
|
2665
2665
|
minVersion: "12.0.0",
|
|
2666
|
-
version: "21.0.
|
|
2666
|
+
version: "21.1.0-next.0",
|
|
2667
2667
|
ngImport: i0,
|
|
2668
2668
|
type: ɵNgNoValidate,
|
|
2669
2669
|
decorators: [{
|
|
@@ -2695,7 +2695,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2695
2695
|
}
|
|
2696
2696
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2697
2697
|
minVersion: "12.0.0",
|
|
2698
|
-
version: "21.0.
|
|
2698
|
+
version: "21.1.0-next.0",
|
|
2699
2699
|
ngImport: i0,
|
|
2700
2700
|
type: NumberValueAccessor,
|
|
2701
2701
|
deps: null,
|
|
@@ -2703,7 +2703,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2703
2703
|
});
|
|
2704
2704
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2705
2705
|
minVersion: "14.0.0",
|
|
2706
|
-
version: "21.0.
|
|
2706
|
+
version: "21.1.0-next.0",
|
|
2707
2707
|
type: NumberValueAccessor,
|
|
2708
2708
|
isStandalone: false,
|
|
2709
2709
|
selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",
|
|
@@ -2720,7 +2720,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2720
2720
|
}
|
|
2721
2721
|
i0.ɵɵngDeclareClassMetadata({
|
|
2722
2722
|
minVersion: "12.0.0",
|
|
2723
|
-
version: "21.0.
|
|
2723
|
+
version: "21.1.0-next.0",
|
|
2724
2724
|
ngImport: i0,
|
|
2725
2725
|
type: NumberValueAccessor,
|
|
2726
2726
|
decorators: [{
|
|
@@ -2774,7 +2774,7 @@ class RadioControlRegistry {
|
|
|
2774
2774
|
}
|
|
2775
2775
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2776
2776
|
minVersion: "12.0.0",
|
|
2777
|
-
version: "21.0.
|
|
2777
|
+
version: "21.1.0-next.0",
|
|
2778
2778
|
ngImport: i0,
|
|
2779
2779
|
type: RadioControlRegistry,
|
|
2780
2780
|
deps: [],
|
|
@@ -2782,7 +2782,7 @@ class RadioControlRegistry {
|
|
|
2782
2782
|
});
|
|
2783
2783
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2784
2784
|
minVersion: "12.0.0",
|
|
2785
|
-
version: "21.0.
|
|
2785
|
+
version: "21.1.0-next.0",
|
|
2786
2786
|
ngImport: i0,
|
|
2787
2787
|
type: RadioControlRegistry,
|
|
2788
2788
|
providedIn: 'root'
|
|
@@ -2790,7 +2790,7 @@ class RadioControlRegistry {
|
|
|
2790
2790
|
}
|
|
2791
2791
|
i0.ɵɵngDeclareClassMetadata({
|
|
2792
2792
|
minVersion: "12.0.0",
|
|
2793
|
-
version: "21.0.
|
|
2793
|
+
version: "21.1.0-next.0",
|
|
2794
2794
|
ngImport: i0,
|
|
2795
2795
|
type: RadioControlRegistry,
|
|
2796
2796
|
decorators: [{
|
|
@@ -2855,7 +2855,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2855
2855
|
}
|
|
2856
2856
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2857
2857
|
minVersion: "12.0.0",
|
|
2858
|
-
version: "21.0.
|
|
2858
|
+
version: "21.1.0-next.0",
|
|
2859
2859
|
ngImport: i0,
|
|
2860
2860
|
type: RadioControlValueAccessor,
|
|
2861
2861
|
deps: [{
|
|
@@ -2871,7 +2871,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2871
2871
|
});
|
|
2872
2872
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2873
2873
|
minVersion: "14.0.0",
|
|
2874
|
-
version: "21.0.
|
|
2874
|
+
version: "21.1.0-next.0",
|
|
2875
2875
|
type: RadioControlValueAccessor,
|
|
2876
2876
|
isStandalone: false,
|
|
2877
2877
|
selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",
|
|
@@ -2893,7 +2893,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2893
2893
|
}
|
|
2894
2894
|
i0.ɵɵngDeclareClassMetadata({
|
|
2895
2895
|
minVersion: "12.0.0",
|
|
2896
|
-
version: "21.0.
|
|
2896
|
+
version: "21.1.0-next.0",
|
|
2897
2897
|
ngImport: i0,
|
|
2898
2898
|
type: RadioControlValueAccessor,
|
|
2899
2899
|
decorators: [{
|
|
@@ -2946,7 +2946,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2946
2946
|
}
|
|
2947
2947
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2948
2948
|
minVersion: "12.0.0",
|
|
2949
|
-
version: "21.0.
|
|
2949
|
+
version: "21.1.0-next.0",
|
|
2950
2950
|
ngImport: i0,
|
|
2951
2951
|
type: RangeValueAccessor,
|
|
2952
2952
|
deps: null,
|
|
@@ -2954,7 +2954,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2954
2954
|
});
|
|
2955
2955
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2956
2956
|
minVersion: "14.0.0",
|
|
2957
|
-
version: "21.0.
|
|
2957
|
+
version: "21.1.0-next.0",
|
|
2958
2958
|
type: RangeValueAccessor,
|
|
2959
2959
|
isStandalone: false,
|
|
2960
2960
|
selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",
|
|
@@ -2972,7 +2972,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2972
2972
|
}
|
|
2973
2973
|
i0.ɵɵngDeclareClassMetadata({
|
|
2974
2974
|
minVersion: "12.0.0",
|
|
2975
|
-
version: "21.0.
|
|
2975
|
+
version: "21.1.0-next.0",
|
|
2976
2976
|
ngImport: i0,
|
|
2977
2977
|
type: RangeValueAccessor,
|
|
2978
2978
|
decorators: [{
|
|
@@ -3308,7 +3308,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3308
3308
|
}
|
|
3309
3309
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3310
3310
|
minVersion: "12.0.0",
|
|
3311
|
-
version: "21.0.
|
|
3311
|
+
version: "21.1.0-next.0",
|
|
3312
3312
|
ngImport: i0,
|
|
3313
3313
|
type: AbstractFormDirective,
|
|
3314
3314
|
deps: [{
|
|
@@ -3327,7 +3327,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3327
3327
|
});
|
|
3328
3328
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3329
3329
|
minVersion: "14.0.0",
|
|
3330
|
-
version: "21.0.
|
|
3330
|
+
version: "21.1.0-next.0",
|
|
3331
3331
|
type: AbstractFormDirective,
|
|
3332
3332
|
isStandalone: true,
|
|
3333
3333
|
usesInheritance: true,
|
|
@@ -3337,7 +3337,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3337
3337
|
}
|
|
3338
3338
|
i0.ɵɵngDeclareClassMetadata({
|
|
3339
3339
|
minVersion: "12.0.0",
|
|
3340
|
-
version: "21.0.
|
|
3340
|
+
version: "21.1.0-next.0",
|
|
3341
3341
|
ngImport: i0,
|
|
3342
3342
|
type: AbstractFormDirective,
|
|
3343
3343
|
decorators: [{
|
|
@@ -3386,7 +3386,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3386
3386
|
}
|
|
3387
3387
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3388
3388
|
minVersion: "12.0.0",
|
|
3389
|
-
version: "21.0.
|
|
3389
|
+
version: "21.1.0-next.0",
|
|
3390
3390
|
ngImport: i0,
|
|
3391
3391
|
type: FormArrayDirective,
|
|
3392
3392
|
deps: null,
|
|
@@ -3394,7 +3394,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3394
3394
|
});
|
|
3395
3395
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3396
3396
|
minVersion: "14.0.0",
|
|
3397
|
-
version: "21.0.
|
|
3397
|
+
version: "21.1.0-next.0",
|
|
3398
3398
|
type: FormArrayDirective,
|
|
3399
3399
|
isStandalone: false,
|
|
3400
3400
|
selector: "[formArray]",
|
|
@@ -3418,7 +3418,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3418
3418
|
}
|
|
3419
3419
|
i0.ɵɵngDeclareClassMetadata({
|
|
3420
3420
|
minVersion: "12.0.0",
|
|
3421
|
-
version: "21.0.
|
|
3421
|
+
version: "21.1.0-next.0",
|
|
3422
3422
|
ngImport: i0,
|
|
3423
3423
|
type: FormArrayDirective,
|
|
3424
3424
|
decorators: [{
|
|
@@ -3511,7 +3511,7 @@ class FormControlDirective extends NgControl {
|
|
|
3511
3511
|
}
|
|
3512
3512
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3513
3513
|
minVersion: "12.0.0",
|
|
3514
|
-
version: "21.0.
|
|
3514
|
+
version: "21.1.0-next.0",
|
|
3515
3515
|
ngImport: i0,
|
|
3516
3516
|
type: FormControlDirective,
|
|
3517
3517
|
deps: [{
|
|
@@ -3537,7 +3537,7 @@ class FormControlDirective extends NgControl {
|
|
|
3537
3537
|
});
|
|
3538
3538
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3539
3539
|
minVersion: "14.0.0",
|
|
3540
|
-
version: "21.0.
|
|
3540
|
+
version: "21.1.0-next.0",
|
|
3541
3541
|
type: FormControlDirective,
|
|
3542
3542
|
isStandalone: false,
|
|
3543
3543
|
selector: "[formControl]",
|
|
@@ -3558,7 +3558,7 @@ class FormControlDirective extends NgControl {
|
|
|
3558
3558
|
}
|
|
3559
3559
|
i0.ɵɵngDeclareClassMetadata({
|
|
3560
3560
|
minVersion: "12.0.0",
|
|
3561
|
-
version: "21.0.
|
|
3561
|
+
version: "21.1.0-next.0",
|
|
3562
3562
|
ngImport: i0,
|
|
3563
3563
|
type: FormControlDirective,
|
|
3564
3564
|
decorators: [{
|
|
@@ -3656,7 +3656,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3656
3656
|
}
|
|
3657
3657
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3658
3658
|
minVersion: "12.0.0",
|
|
3659
|
-
version: "21.0.
|
|
3659
|
+
version: "21.1.0-next.0",
|
|
3660
3660
|
ngImport: i0,
|
|
3661
3661
|
type: FormGroupName,
|
|
3662
3662
|
deps: [{
|
|
@@ -3677,7 +3677,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3677
3677
|
});
|
|
3678
3678
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3679
3679
|
minVersion: "14.0.0",
|
|
3680
|
-
version: "21.0.
|
|
3680
|
+
version: "21.1.0-next.0",
|
|
3681
3681
|
type: FormGroupName,
|
|
3682
3682
|
isStandalone: false,
|
|
3683
3683
|
selector: "[formGroupName]",
|
|
@@ -3691,7 +3691,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3691
3691
|
}
|
|
3692
3692
|
i0.ɵɵngDeclareClassMetadata({
|
|
3693
3693
|
minVersion: "12.0.0",
|
|
3694
|
-
version: "21.0.
|
|
3694
|
+
version: "21.1.0-next.0",
|
|
3695
3695
|
ngImport: i0,
|
|
3696
3696
|
type: FormGroupName,
|
|
3697
3697
|
decorators: [{
|
|
@@ -3772,7 +3772,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3772
3772
|
}
|
|
3773
3773
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3774
3774
|
minVersion: "12.0.0",
|
|
3775
|
-
version: "21.0.
|
|
3775
|
+
version: "21.1.0-next.0",
|
|
3776
3776
|
ngImport: i0,
|
|
3777
3777
|
type: FormArrayName,
|
|
3778
3778
|
deps: [{
|
|
@@ -3793,7 +3793,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3793
3793
|
});
|
|
3794
3794
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3795
3795
|
minVersion: "14.0.0",
|
|
3796
|
-
version: "21.0.
|
|
3796
|
+
version: "21.1.0-next.0",
|
|
3797
3797
|
type: FormArrayName,
|
|
3798
3798
|
isStandalone: false,
|
|
3799
3799
|
selector: "[formArrayName]",
|
|
@@ -3807,7 +3807,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3807
3807
|
}
|
|
3808
3808
|
i0.ɵɵngDeclareClassMetadata({
|
|
3809
3809
|
minVersion: "12.0.0",
|
|
3810
|
-
version: "21.0.
|
|
3810
|
+
version: "21.1.0-next.0",
|
|
3811
3811
|
ngImport: i0,
|
|
3812
3812
|
type: FormArrayName,
|
|
3813
3813
|
decorators: [{
|
|
@@ -3920,7 +3920,7 @@ class FormControlName extends NgControl {
|
|
|
3920
3920
|
}
|
|
3921
3921
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3922
3922
|
minVersion: "12.0.0",
|
|
3923
|
-
version: "21.0.
|
|
3923
|
+
version: "21.1.0-next.0",
|
|
3924
3924
|
ngImport: i0,
|
|
3925
3925
|
type: FormControlName,
|
|
3926
3926
|
deps: [{
|
|
@@ -3948,7 +3948,7 @@ class FormControlName extends NgControl {
|
|
|
3948
3948
|
});
|
|
3949
3949
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3950
3950
|
minVersion: "14.0.0",
|
|
3951
|
-
version: "21.0.
|
|
3951
|
+
version: "21.1.0-next.0",
|
|
3952
3952
|
type: FormControlName,
|
|
3953
3953
|
isStandalone: false,
|
|
3954
3954
|
selector: "[formControlName]",
|
|
@@ -3968,7 +3968,7 @@ class FormControlName extends NgControl {
|
|
|
3968
3968
|
}
|
|
3969
3969
|
i0.ɵɵngDeclareClassMetadata({
|
|
3970
3970
|
minVersion: "12.0.0",
|
|
3971
|
-
version: "21.0.
|
|
3971
|
+
version: "21.1.0-next.0",
|
|
3972
3972
|
ngImport: i0,
|
|
3973
3973
|
type: FormControlName,
|
|
3974
3974
|
decorators: [{
|
|
@@ -4066,7 +4066,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4066
4066
|
}
|
|
4067
4067
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4068
4068
|
minVersion: "12.0.0",
|
|
4069
|
-
version: "21.0.
|
|
4069
|
+
version: "21.1.0-next.0",
|
|
4070
4070
|
ngImport: i0,
|
|
4071
4071
|
type: FormGroupDirective,
|
|
4072
4072
|
deps: null,
|
|
@@ -4074,7 +4074,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4074
4074
|
});
|
|
4075
4075
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4076
4076
|
minVersion: "14.0.0",
|
|
4077
|
-
version: "21.0.
|
|
4077
|
+
version: "21.1.0-next.0",
|
|
4078
4078
|
type: FormGroupDirective,
|
|
4079
4079
|
isStandalone: false,
|
|
4080
4080
|
selector: "[formGroup]",
|
|
@@ -4098,7 +4098,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4098
4098
|
}
|
|
4099
4099
|
i0.ɵɵngDeclareClassMetadata({
|
|
4100
4100
|
minVersion: "12.0.0",
|
|
4101
|
-
version: "21.0.
|
|
4101
|
+
version: "21.1.0-next.0",
|
|
4102
4102
|
ngImport: i0,
|
|
4103
4103
|
type: FormGroupDirective,
|
|
4104
4104
|
decorators: [{
|
|
@@ -4198,7 +4198,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4198
4198
|
}
|
|
4199
4199
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4200
4200
|
minVersion: "12.0.0",
|
|
4201
|
-
version: "21.0.
|
|
4201
|
+
version: "21.1.0-next.0",
|
|
4202
4202
|
ngImport: i0,
|
|
4203
4203
|
type: SelectControlValueAccessor,
|
|
4204
4204
|
deps: null,
|
|
@@ -4206,7 +4206,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4206
4206
|
});
|
|
4207
4207
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4208
4208
|
minVersion: "14.0.0",
|
|
4209
|
-
version: "21.0.
|
|
4209
|
+
version: "21.1.0-next.0",
|
|
4210
4210
|
type: SelectControlValueAccessor,
|
|
4211
4211
|
isStandalone: false,
|
|
4212
4212
|
selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",
|
|
@@ -4226,7 +4226,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4226
4226
|
}
|
|
4227
4227
|
i0.ɵɵngDeclareClassMetadata({
|
|
4228
4228
|
minVersion: "12.0.0",
|
|
4229
|
-
version: "21.0.
|
|
4229
|
+
version: "21.1.0-next.0",
|
|
4230
4230
|
ngImport: i0,
|
|
4231
4231
|
type: SelectControlValueAccessor,
|
|
4232
4232
|
decorators: [{
|
|
@@ -4279,7 +4279,7 @@ class NgSelectOption {
|
|
|
4279
4279
|
}
|
|
4280
4280
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4281
4281
|
minVersion: "12.0.0",
|
|
4282
|
-
version: "21.0.
|
|
4282
|
+
version: "21.1.0-next.0",
|
|
4283
4283
|
ngImport: i0,
|
|
4284
4284
|
type: NgSelectOption,
|
|
4285
4285
|
deps: [{
|
|
@@ -4295,7 +4295,7 @@ class NgSelectOption {
|
|
|
4295
4295
|
});
|
|
4296
4296
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4297
4297
|
minVersion: "14.0.0",
|
|
4298
|
-
version: "21.0.
|
|
4298
|
+
version: "21.1.0-next.0",
|
|
4299
4299
|
type: NgSelectOption,
|
|
4300
4300
|
isStandalone: false,
|
|
4301
4301
|
selector: "option",
|
|
@@ -4308,7 +4308,7 @@ class NgSelectOption {
|
|
|
4308
4308
|
}
|
|
4309
4309
|
i0.ɵɵngDeclareClassMetadata({
|
|
4310
4310
|
minVersion: "12.0.0",
|
|
4311
|
-
version: "21.0.
|
|
4311
|
+
version: "21.1.0-next.0",
|
|
4312
4312
|
ngImport: i0,
|
|
4313
4313
|
type: NgSelectOption,
|
|
4314
4314
|
decorators: [{
|
|
@@ -4424,7 +4424,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4424
4424
|
}
|
|
4425
4425
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4426
4426
|
minVersion: "12.0.0",
|
|
4427
|
-
version: "21.0.
|
|
4427
|
+
version: "21.1.0-next.0",
|
|
4428
4428
|
ngImport: i0,
|
|
4429
4429
|
type: SelectMultipleControlValueAccessor,
|
|
4430
4430
|
deps: null,
|
|
@@ -4432,7 +4432,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4432
4432
|
});
|
|
4433
4433
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4434
4434
|
minVersion: "14.0.0",
|
|
4435
|
-
version: "21.0.
|
|
4435
|
+
version: "21.1.0-next.0",
|
|
4436
4436
|
type: SelectMultipleControlValueAccessor,
|
|
4437
4437
|
isStandalone: false,
|
|
4438
4438
|
selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]",
|
|
@@ -4452,7 +4452,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4452
4452
|
}
|
|
4453
4453
|
i0.ɵɵngDeclareClassMetadata({
|
|
4454
4454
|
minVersion: "12.0.0",
|
|
4455
|
-
version: "21.0.
|
|
4455
|
+
version: "21.1.0-next.0",
|
|
4456
4456
|
ngImport: i0,
|
|
4457
4457
|
type: SelectMultipleControlValueAccessor,
|
|
4458
4458
|
decorators: [{
|
|
@@ -4516,7 +4516,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4516
4516
|
}
|
|
4517
4517
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4518
4518
|
minVersion: "12.0.0",
|
|
4519
|
-
version: "21.0.
|
|
4519
|
+
version: "21.1.0-next.0",
|
|
4520
4520
|
ngImport: i0,
|
|
4521
4521
|
type: ɵNgSelectMultipleOption,
|
|
4522
4522
|
deps: [{
|
|
@@ -4532,7 +4532,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4532
4532
|
});
|
|
4533
4533
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4534
4534
|
minVersion: "14.0.0",
|
|
4535
|
-
version: "21.0.
|
|
4535
|
+
version: "21.1.0-next.0",
|
|
4536
4536
|
type: ɵNgSelectMultipleOption,
|
|
4537
4537
|
isStandalone: false,
|
|
4538
4538
|
selector: "option",
|
|
@@ -4545,7 +4545,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4545
4545
|
}
|
|
4546
4546
|
i0.ɵɵngDeclareClassMetadata({
|
|
4547
4547
|
minVersion: "12.0.0",
|
|
4548
|
-
version: "21.0.
|
|
4548
|
+
version: "21.1.0-next.0",
|
|
4549
4549
|
ngImport: i0,
|
|
4550
4550
|
type: ɵNgSelectMultipleOption,
|
|
4551
4551
|
decorators: [{
|
|
@@ -4610,7 +4610,7 @@ class AbstractValidatorDirective {
|
|
|
4610
4610
|
}
|
|
4611
4611
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4612
4612
|
minVersion: "12.0.0",
|
|
4613
|
-
version: "21.0.
|
|
4613
|
+
version: "21.1.0-next.0",
|
|
4614
4614
|
ngImport: i0,
|
|
4615
4615
|
type: AbstractValidatorDirective,
|
|
4616
4616
|
deps: [],
|
|
@@ -4618,7 +4618,7 @@ class AbstractValidatorDirective {
|
|
|
4618
4618
|
});
|
|
4619
4619
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4620
4620
|
minVersion: "14.0.0",
|
|
4621
|
-
version: "21.0.
|
|
4621
|
+
version: "21.1.0-next.0",
|
|
4622
4622
|
type: AbstractValidatorDirective,
|
|
4623
4623
|
isStandalone: true,
|
|
4624
4624
|
usesOnChanges: true,
|
|
@@ -4627,7 +4627,7 @@ class AbstractValidatorDirective {
|
|
|
4627
4627
|
}
|
|
4628
4628
|
i0.ɵɵngDeclareClassMetadata({
|
|
4629
4629
|
minVersion: "12.0.0",
|
|
4630
|
-
version: "21.0.
|
|
4630
|
+
version: "21.1.0-next.0",
|
|
4631
4631
|
ngImport: i0,
|
|
4632
4632
|
type: AbstractValidatorDirective,
|
|
4633
4633
|
decorators: [{
|
|
@@ -4646,7 +4646,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4646
4646
|
createValidator = max => maxValidator(max);
|
|
4647
4647
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4648
4648
|
minVersion: "12.0.0",
|
|
4649
|
-
version: "21.0.
|
|
4649
|
+
version: "21.1.0-next.0",
|
|
4650
4650
|
ngImport: i0,
|
|
4651
4651
|
type: MaxValidator,
|
|
4652
4652
|
deps: null,
|
|
@@ -4654,7 +4654,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4654
4654
|
});
|
|
4655
4655
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4656
4656
|
minVersion: "14.0.0",
|
|
4657
|
-
version: "21.0.
|
|
4657
|
+
version: "21.1.0-next.0",
|
|
4658
4658
|
type: MaxValidator,
|
|
4659
4659
|
isStandalone: false,
|
|
4660
4660
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -4673,7 +4673,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4673
4673
|
}
|
|
4674
4674
|
i0.ɵɵngDeclareClassMetadata({
|
|
4675
4675
|
minVersion: "12.0.0",
|
|
4676
|
-
version: "21.0.
|
|
4676
|
+
version: "21.1.0-next.0",
|
|
4677
4677
|
ngImport: i0,
|
|
4678
4678
|
type: MaxValidator,
|
|
4679
4679
|
decorators: [{
|
|
@@ -4705,7 +4705,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4705
4705
|
createValidator = min => minValidator(min);
|
|
4706
4706
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4707
4707
|
minVersion: "12.0.0",
|
|
4708
|
-
version: "21.0.
|
|
4708
|
+
version: "21.1.0-next.0",
|
|
4709
4709
|
ngImport: i0,
|
|
4710
4710
|
type: MinValidator,
|
|
4711
4711
|
deps: null,
|
|
@@ -4713,7 +4713,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4713
4713
|
});
|
|
4714
4714
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4715
4715
|
minVersion: "14.0.0",
|
|
4716
|
-
version: "21.0.
|
|
4716
|
+
version: "21.1.0-next.0",
|
|
4717
4717
|
type: MinValidator,
|
|
4718
4718
|
isStandalone: false,
|
|
4719
4719
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -4732,7 +4732,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4732
4732
|
}
|
|
4733
4733
|
i0.ɵɵngDeclareClassMetadata({
|
|
4734
4734
|
minVersion: "12.0.0",
|
|
4735
|
-
version: "21.0.
|
|
4735
|
+
version: "21.1.0-next.0",
|
|
4736
4736
|
ngImport: i0,
|
|
4737
4737
|
type: MinValidator,
|
|
4738
4738
|
decorators: [{
|
|
@@ -4772,7 +4772,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4772
4772
|
}
|
|
4773
4773
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4774
4774
|
minVersion: "12.0.0",
|
|
4775
|
-
version: "21.0.
|
|
4775
|
+
version: "21.1.0-next.0",
|
|
4776
4776
|
ngImport: i0,
|
|
4777
4777
|
type: RequiredValidator,
|
|
4778
4778
|
deps: null,
|
|
@@ -4780,7 +4780,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4780
4780
|
});
|
|
4781
4781
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4782
4782
|
minVersion: "14.0.0",
|
|
4783
|
-
version: "21.0.
|
|
4783
|
+
version: "21.1.0-next.0",
|
|
4784
4784
|
type: RequiredValidator,
|
|
4785
4785
|
isStandalone: false,
|
|
4786
4786
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -4799,7 +4799,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4799
4799
|
}
|
|
4800
4800
|
i0.ɵɵngDeclareClassMetadata({
|
|
4801
4801
|
minVersion: "12.0.0",
|
|
4802
|
-
version: "21.0.
|
|
4802
|
+
version: "21.1.0-next.0",
|
|
4803
4803
|
ngImport: i0,
|
|
4804
4804
|
type: RequiredValidator,
|
|
4805
4805
|
decorators: [{
|
|
@@ -4823,7 +4823,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4823
4823
|
createValidator = input => requiredTrueValidator;
|
|
4824
4824
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4825
4825
|
minVersion: "12.0.0",
|
|
4826
|
-
version: "21.0.
|
|
4826
|
+
version: "21.1.0-next.0",
|
|
4827
4827
|
ngImport: i0,
|
|
4828
4828
|
type: CheckboxRequiredValidator,
|
|
4829
4829
|
deps: null,
|
|
@@ -4831,7 +4831,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4831
4831
|
});
|
|
4832
4832
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4833
4833
|
minVersion: "14.0.0",
|
|
4834
|
-
version: "21.0.
|
|
4834
|
+
version: "21.1.0-next.0",
|
|
4835
4835
|
type: CheckboxRequiredValidator,
|
|
4836
4836
|
isStandalone: false,
|
|
4837
4837
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -4847,7 +4847,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4847
4847
|
}
|
|
4848
4848
|
i0.ɵɵngDeclareClassMetadata({
|
|
4849
4849
|
minVersion: "12.0.0",
|
|
4850
|
-
version: "21.0.
|
|
4850
|
+
version: "21.1.0-next.0",
|
|
4851
4851
|
ngImport: i0,
|
|
4852
4852
|
type: CheckboxRequiredValidator,
|
|
4853
4853
|
decorators: [{
|
|
@@ -4877,7 +4877,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4877
4877
|
}
|
|
4878
4878
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4879
4879
|
minVersion: "12.0.0",
|
|
4880
|
-
version: "21.0.
|
|
4880
|
+
version: "21.1.0-next.0",
|
|
4881
4881
|
ngImport: i0,
|
|
4882
4882
|
type: EmailValidator,
|
|
4883
4883
|
deps: null,
|
|
@@ -4885,7 +4885,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4885
4885
|
});
|
|
4886
4886
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4887
4887
|
minVersion: "14.0.0",
|
|
4888
|
-
version: "21.0.
|
|
4888
|
+
version: "21.1.0-next.0",
|
|
4889
4889
|
type: EmailValidator,
|
|
4890
4890
|
isStandalone: false,
|
|
4891
4891
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -4899,7 +4899,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4899
4899
|
}
|
|
4900
4900
|
i0.ɵɵngDeclareClassMetadata({
|
|
4901
4901
|
minVersion: "12.0.0",
|
|
4902
|
-
version: "21.0.
|
|
4902
|
+
version: "21.1.0-next.0",
|
|
4903
4903
|
ngImport: i0,
|
|
4904
4904
|
type: EmailValidator,
|
|
4905
4905
|
decorators: [{
|
|
@@ -4928,7 +4928,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4928
4928
|
createValidator = minlength => minLengthValidator(minlength);
|
|
4929
4929
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4930
4930
|
minVersion: "12.0.0",
|
|
4931
|
-
version: "21.0.
|
|
4931
|
+
version: "21.1.0-next.0",
|
|
4932
4932
|
ngImport: i0,
|
|
4933
4933
|
type: MinLengthValidator,
|
|
4934
4934
|
deps: null,
|
|
@@ -4936,7 +4936,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4936
4936
|
});
|
|
4937
4937
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4938
4938
|
minVersion: "14.0.0",
|
|
4939
|
-
version: "21.0.
|
|
4939
|
+
version: "21.1.0-next.0",
|
|
4940
4940
|
type: MinLengthValidator,
|
|
4941
4941
|
isStandalone: false,
|
|
4942
4942
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -4955,7 +4955,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4955
4955
|
}
|
|
4956
4956
|
i0.ɵɵngDeclareClassMetadata({
|
|
4957
4957
|
minVersion: "12.0.0",
|
|
4958
|
-
version: "21.0.
|
|
4958
|
+
version: "21.1.0-next.0",
|
|
4959
4959
|
ngImport: i0,
|
|
4960
4960
|
type: MinLengthValidator,
|
|
4961
4961
|
decorators: [{
|
|
@@ -4987,7 +4987,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4987
4987
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
4988
4988
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4989
4989
|
minVersion: "12.0.0",
|
|
4990
|
-
version: "21.0.
|
|
4990
|
+
version: "21.1.0-next.0",
|
|
4991
4991
|
ngImport: i0,
|
|
4992
4992
|
type: MaxLengthValidator,
|
|
4993
4993
|
deps: null,
|
|
@@ -4995,7 +4995,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4995
4995
|
});
|
|
4996
4996
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4997
4997
|
minVersion: "14.0.0",
|
|
4998
|
-
version: "21.0.
|
|
4998
|
+
version: "21.1.0-next.0",
|
|
4999
4999
|
type: MaxLengthValidator,
|
|
5000
5000
|
isStandalone: false,
|
|
5001
5001
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -5014,7 +5014,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
5014
5014
|
}
|
|
5015
5015
|
i0.ɵɵngDeclareClassMetadata({
|
|
5016
5016
|
minVersion: "12.0.0",
|
|
5017
|
-
version: "21.0.
|
|
5017
|
+
version: "21.1.0-next.0",
|
|
5018
5018
|
ngImport: i0,
|
|
5019
5019
|
type: MaxLengthValidator,
|
|
5020
5020
|
decorators: [{
|
|
@@ -5046,7 +5046,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5046
5046
|
createValidator = input => patternValidator(input);
|
|
5047
5047
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5048
5048
|
minVersion: "12.0.0",
|
|
5049
|
-
version: "21.0.
|
|
5049
|
+
version: "21.1.0-next.0",
|
|
5050
5050
|
ngImport: i0,
|
|
5051
5051
|
type: PatternValidator,
|
|
5052
5052
|
deps: null,
|
|
@@ -5054,7 +5054,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5054
5054
|
});
|
|
5055
5055
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5056
5056
|
minVersion: "14.0.0",
|
|
5057
|
-
version: "21.0.
|
|
5057
|
+
version: "21.1.0-next.0",
|
|
5058
5058
|
type: PatternValidator,
|
|
5059
5059
|
isStandalone: false,
|
|
5060
5060
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -5073,7 +5073,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5073
5073
|
}
|
|
5074
5074
|
i0.ɵɵngDeclareClassMetadata({
|
|
5075
5075
|
minVersion: "12.0.0",
|
|
5076
|
-
version: "21.0.
|
|
5076
|
+
version: "21.1.0-next.0",
|
|
5077
5077
|
ngImport: i0,
|
|
5078
5078
|
type: PatternValidator,
|
|
5079
5079
|
decorators: [{
|
|
@@ -5100,7 +5100,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5100
5100
|
class ɵInternalFormsSharedModule {
|
|
5101
5101
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5102
5102
|
minVersion: "12.0.0",
|
|
5103
|
-
version: "21.0.
|
|
5103
|
+
version: "21.1.0-next.0",
|
|
5104
5104
|
ngImport: i0,
|
|
5105
5105
|
type: ɵInternalFormsSharedModule,
|
|
5106
5106
|
deps: [],
|
|
@@ -5108,7 +5108,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5108
5108
|
});
|
|
5109
5109
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5110
5110
|
minVersion: "14.0.0",
|
|
5111
|
-
version: "21.0.
|
|
5111
|
+
version: "21.1.0-next.0",
|
|
5112
5112
|
ngImport: i0,
|
|
5113
5113
|
type: ɵInternalFormsSharedModule,
|
|
5114
5114
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5116,14 +5116,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5116
5116
|
});
|
|
5117
5117
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5118
5118
|
minVersion: "12.0.0",
|
|
5119
|
-
version: "21.0.
|
|
5119
|
+
version: "21.1.0-next.0",
|
|
5120
5120
|
ngImport: i0,
|
|
5121
5121
|
type: ɵInternalFormsSharedModule
|
|
5122
5122
|
});
|
|
5123
5123
|
}
|
|
5124
5124
|
i0.ɵɵngDeclareClassMetadata({
|
|
5125
5125
|
minVersion: "12.0.0",
|
|
5126
|
-
version: "21.0.
|
|
5126
|
+
version: "21.1.0-next.0",
|
|
5127
5127
|
ngImport: i0,
|
|
5128
5128
|
type: ɵInternalFormsSharedModule,
|
|
5129
5129
|
decorators: [{
|
|
@@ -5203,7 +5203,7 @@ class FormBuilder {
|
|
|
5203
5203
|
}
|
|
5204
5204
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5205
5205
|
minVersion: "12.0.0",
|
|
5206
|
-
version: "21.0.
|
|
5206
|
+
version: "21.1.0-next.0",
|
|
5207
5207
|
ngImport: i0,
|
|
5208
5208
|
type: FormBuilder,
|
|
5209
5209
|
deps: [],
|
|
@@ -5211,7 +5211,7 @@ class FormBuilder {
|
|
|
5211
5211
|
});
|
|
5212
5212
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5213
5213
|
minVersion: "12.0.0",
|
|
5214
|
-
version: "21.0.
|
|
5214
|
+
version: "21.1.0-next.0",
|
|
5215
5215
|
ngImport: i0,
|
|
5216
5216
|
type: FormBuilder,
|
|
5217
5217
|
providedIn: 'root'
|
|
@@ -5219,7 +5219,7 @@ class FormBuilder {
|
|
|
5219
5219
|
}
|
|
5220
5220
|
i0.ɵɵngDeclareClassMetadata({
|
|
5221
5221
|
minVersion: "12.0.0",
|
|
5222
|
-
version: "21.0.
|
|
5222
|
+
version: "21.1.0-next.0",
|
|
5223
5223
|
ngImport: i0,
|
|
5224
5224
|
type: FormBuilder,
|
|
5225
5225
|
decorators: [{
|
|
@@ -5232,7 +5232,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5232
5232
|
class NonNullableFormBuilder {
|
|
5233
5233
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5234
5234
|
minVersion: "12.0.0",
|
|
5235
|
-
version: "21.0.
|
|
5235
|
+
version: "21.1.0-next.0",
|
|
5236
5236
|
ngImport: i0,
|
|
5237
5237
|
type: NonNullableFormBuilder,
|
|
5238
5238
|
deps: [],
|
|
@@ -5240,7 +5240,7 @@ class NonNullableFormBuilder {
|
|
|
5240
5240
|
});
|
|
5241
5241
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5242
5242
|
minVersion: "12.0.0",
|
|
5243
|
-
version: "21.0.
|
|
5243
|
+
version: "21.1.0-next.0",
|
|
5244
5244
|
ngImport: i0,
|
|
5245
5245
|
type: NonNullableFormBuilder,
|
|
5246
5246
|
providedIn: 'root',
|
|
@@ -5249,7 +5249,7 @@ class NonNullableFormBuilder {
|
|
|
5249
5249
|
}
|
|
5250
5250
|
i0.ɵɵngDeclareClassMetadata({
|
|
5251
5251
|
minVersion: "12.0.0",
|
|
5252
|
-
version: "21.0.
|
|
5252
|
+
version: "21.1.0-next.0",
|
|
5253
5253
|
ngImport: i0,
|
|
5254
5254
|
type: NonNullableFormBuilder,
|
|
5255
5255
|
decorators: [{
|
|
@@ -5272,7 +5272,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5272
5272
|
}
|
|
5273
5273
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5274
5274
|
minVersion: "12.0.0",
|
|
5275
|
-
version: "21.0.
|
|
5275
|
+
version: "21.1.0-next.0",
|
|
5276
5276
|
ngImport: i0,
|
|
5277
5277
|
type: UntypedFormBuilder,
|
|
5278
5278
|
deps: null,
|
|
@@ -5280,7 +5280,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5280
5280
|
});
|
|
5281
5281
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5282
5282
|
minVersion: "12.0.0",
|
|
5283
|
-
version: "21.0.
|
|
5283
|
+
version: "21.1.0-next.0",
|
|
5284
5284
|
ngImport: i0,
|
|
5285
5285
|
type: UntypedFormBuilder,
|
|
5286
5286
|
providedIn: 'root'
|
|
@@ -5288,7 +5288,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5288
5288
|
}
|
|
5289
5289
|
i0.ɵɵngDeclareClassMetadata({
|
|
5290
5290
|
minVersion: "12.0.0",
|
|
5291
|
-
version: "21.0.
|
|
5291
|
+
version: "21.1.0-next.0",
|
|
5292
5292
|
ngImport: i0,
|
|
5293
5293
|
type: UntypedFormBuilder,
|
|
5294
5294
|
decorators: [{
|
|
@@ -5299,7 +5299,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5299
5299
|
}]
|
|
5300
5300
|
});
|
|
5301
5301
|
|
|
5302
|
-
const VERSION = /* @__PURE__ */new Version('21.0.
|
|
5302
|
+
const VERSION = /* @__PURE__ */new Version('21.1.0-next.0');
|
|
5303
5303
|
|
|
5304
5304
|
class FormsModule {
|
|
5305
5305
|
static withConfig(opts) {
|
|
@@ -5313,7 +5313,7 @@ class FormsModule {
|
|
|
5313
5313
|
}
|
|
5314
5314
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5315
5315
|
minVersion: "12.0.0",
|
|
5316
|
-
version: "21.0.
|
|
5316
|
+
version: "21.1.0-next.0",
|
|
5317
5317
|
ngImport: i0,
|
|
5318
5318
|
type: FormsModule,
|
|
5319
5319
|
deps: [],
|
|
@@ -5321,7 +5321,7 @@ class FormsModule {
|
|
|
5321
5321
|
});
|
|
5322
5322
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5323
5323
|
minVersion: "14.0.0",
|
|
5324
|
-
version: "21.0.
|
|
5324
|
+
version: "21.1.0-next.0",
|
|
5325
5325
|
ngImport: i0,
|
|
5326
5326
|
type: FormsModule,
|
|
5327
5327
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5329,7 +5329,7 @@ class FormsModule {
|
|
|
5329
5329
|
});
|
|
5330
5330
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5331
5331
|
minVersion: "12.0.0",
|
|
5332
|
-
version: "21.0.
|
|
5332
|
+
version: "21.1.0-next.0",
|
|
5333
5333
|
ngImport: i0,
|
|
5334
5334
|
type: FormsModule,
|
|
5335
5335
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5337,7 +5337,7 @@ class FormsModule {
|
|
|
5337
5337
|
}
|
|
5338
5338
|
i0.ɵɵngDeclareClassMetadata({
|
|
5339
5339
|
minVersion: "12.0.0",
|
|
5340
|
-
version: "21.0.
|
|
5340
|
+
version: "21.1.0-next.0",
|
|
5341
5341
|
ngImport: i0,
|
|
5342
5342
|
type: FormsModule,
|
|
5343
5343
|
decorators: [{
|
|
@@ -5363,7 +5363,7 @@ class ReactiveFormsModule {
|
|
|
5363
5363
|
}
|
|
5364
5364
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5365
5365
|
minVersion: "12.0.0",
|
|
5366
|
-
version: "21.0.
|
|
5366
|
+
version: "21.1.0-next.0",
|
|
5367
5367
|
ngImport: i0,
|
|
5368
5368
|
type: ReactiveFormsModule,
|
|
5369
5369
|
deps: [],
|
|
@@ -5371,7 +5371,7 @@ class ReactiveFormsModule {
|
|
|
5371
5371
|
});
|
|
5372
5372
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5373
5373
|
minVersion: "14.0.0",
|
|
5374
|
-
version: "21.0.
|
|
5374
|
+
version: "21.1.0-next.0",
|
|
5375
5375
|
ngImport: i0,
|
|
5376
5376
|
type: ReactiveFormsModule,
|
|
5377
5377
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5379,7 +5379,7 @@ class ReactiveFormsModule {
|
|
|
5379
5379
|
});
|
|
5380
5380
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5381
5381
|
minVersion: "12.0.0",
|
|
5382
|
-
version: "21.0.
|
|
5382
|
+
version: "21.1.0-next.0",
|
|
5383
5383
|
ngImport: i0,
|
|
5384
5384
|
type: ReactiveFormsModule,
|
|
5385
5385
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5387,7 +5387,7 @@ class ReactiveFormsModule {
|
|
|
5387
5387
|
}
|
|
5388
5388
|
i0.ɵɵngDeclareClassMetadata({
|
|
5389
5389
|
minVersion: "12.0.0",
|
|
5390
|
-
version: "21.0.
|
|
5390
|
+
version: "21.1.0-next.0",
|
|
5391
5391
|
ngImport: i0,
|
|
5392
5392
|
type: ReactiveFormsModule,
|
|
5393
5393
|
decorators: [{
|