@angular/forms 21.0.0 → 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 +209 -132
- package/fesm2022/_structure-chunk.mjs.map +1 -1
- package/fesm2022/forms.mjs +178 -158
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +52 -33
- package/fesm2022/signals-compat.mjs.map +1 -1
- package/fesm2022/signals.mjs +33 -14
- package/fesm2022/signals.mjs.map +1 -1
- package/package.json +4 -4
- package/types/_structure-chunk.d.ts +31 -6
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +11 -3
- package/types/signals.d.ts +2 -2
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.0",
|
|
736
|
+
version: "21.1.0-next.0",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: NgControlStatusGroup,
|
|
739
739
|
decorators: [{
|
|
@@ -1047,12 +1047,16 @@ class AbstractControl {
|
|
|
1047
1047
|
set status(v) {
|
|
1048
1048
|
untracked(() => this.statusReactive.set(v));
|
|
1049
1049
|
}
|
|
1050
|
-
_status = computed(() => this.statusReactive(),
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1050
|
+
_status = computed(() => this.statusReactive(), {
|
|
1051
|
+
...(ngDevMode ? {
|
|
1052
|
+
debugName: "_status"
|
|
1053
|
+
} : {})
|
|
1054
|
+
});
|
|
1055
|
+
statusReactive = signal(undefined, {
|
|
1056
|
+
...(ngDevMode ? {
|
|
1057
|
+
debugName: "statusReactive"
|
|
1058
|
+
} : {})
|
|
1059
|
+
});
|
|
1056
1060
|
get valid() {
|
|
1057
1061
|
return this.status === VALID;
|
|
1058
1062
|
}
|
|
@@ -1075,12 +1079,16 @@ class AbstractControl {
|
|
|
1075
1079
|
set pristine(v) {
|
|
1076
1080
|
untracked(() => this.pristineReactive.set(v));
|
|
1077
1081
|
}
|
|
1078
|
-
_pristine = computed(() => this.pristineReactive(),
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1082
|
+
_pristine = computed(() => this.pristineReactive(), {
|
|
1083
|
+
...(ngDevMode ? {
|
|
1084
|
+
debugName: "_pristine"
|
|
1085
|
+
} : {})
|
|
1086
|
+
});
|
|
1087
|
+
pristineReactive = signal(true, {
|
|
1088
|
+
...(ngDevMode ? {
|
|
1089
|
+
debugName: "pristineReactive"
|
|
1090
|
+
} : {})
|
|
1091
|
+
});
|
|
1084
1092
|
get dirty() {
|
|
1085
1093
|
return !this.pristine;
|
|
1086
1094
|
}
|
|
@@ -1090,12 +1098,16 @@ class AbstractControl {
|
|
|
1090
1098
|
set touched(v) {
|
|
1091
1099
|
untracked(() => this.touchedReactive.set(v));
|
|
1092
1100
|
}
|
|
1093
|
-
_touched = computed(() => this.touchedReactive(),
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1101
|
+
_touched = computed(() => this.touchedReactive(), {
|
|
1102
|
+
...(ngDevMode ? {
|
|
1103
|
+
debugName: "_touched"
|
|
1104
|
+
} : {})
|
|
1105
|
+
});
|
|
1106
|
+
touchedReactive = signal(false, {
|
|
1107
|
+
...(ngDevMode ? {
|
|
1108
|
+
debugName: "touchedReactive"
|
|
1109
|
+
} : {})
|
|
1110
|
+
});
|
|
1099
1111
|
get untouched() {
|
|
1100
1112
|
return !this.touched;
|
|
1101
1113
|
}
|
|
@@ -1847,12 +1859,16 @@ class NgForm extends ControlContainer {
|
|
|
1847
1859
|
get submitted() {
|
|
1848
1860
|
return untracked(this.submittedReactive);
|
|
1849
1861
|
}
|
|
1850
|
-
_submitted = computed(() => this.submittedReactive(),
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1862
|
+
_submitted = computed(() => this.submittedReactive(), {
|
|
1863
|
+
...(ngDevMode ? {
|
|
1864
|
+
debugName: "_submitted"
|
|
1865
|
+
} : {})
|
|
1866
|
+
});
|
|
1867
|
+
submittedReactive = signal(false, {
|
|
1868
|
+
...(ngDevMode ? {
|
|
1869
|
+
debugName: "submittedReactive"
|
|
1870
|
+
} : {})
|
|
1871
|
+
});
|
|
1856
1872
|
_directives = new Set();
|
|
1857
1873
|
form;
|
|
1858
1874
|
ngSubmit = new EventEmitter();
|
|
@@ -1956,7 +1972,7 @@ class NgForm extends ControlContainer {
|
|
|
1956
1972
|
}
|
|
1957
1973
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1958
1974
|
minVersion: "12.0.0",
|
|
1959
|
-
version: "21.0.0",
|
|
1975
|
+
version: "21.1.0-next.0",
|
|
1960
1976
|
ngImport: i0,
|
|
1961
1977
|
type: NgForm,
|
|
1962
1978
|
deps: [{
|
|
@@ -1975,7 +1991,7 @@ class NgForm extends ControlContainer {
|
|
|
1975
1991
|
});
|
|
1976
1992
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1977
1993
|
minVersion: "14.0.0",
|
|
1978
|
-
version: "21.0.0",
|
|
1994
|
+
version: "21.1.0-next.0",
|
|
1979
1995
|
type: NgForm,
|
|
1980
1996
|
isStandalone: false,
|
|
1981
1997
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -1999,7 +2015,7 @@ class NgForm extends ControlContainer {
|
|
|
1999
2015
|
}
|
|
2000
2016
|
i0.ɵɵngDeclareClassMetadata({
|
|
2001
2017
|
minVersion: "12.0.0",
|
|
2002
|
-
version: "21.0.0",
|
|
2018
|
+
version: "21.1.0-next.0",
|
|
2003
2019
|
ngImport: i0,
|
|
2004
2020
|
type: NgForm,
|
|
2005
2021
|
decorators: [{
|
|
@@ -2181,7 +2197,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2181
2197
|
_checkParentType() {}
|
|
2182
2198
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2183
2199
|
minVersion: "12.0.0",
|
|
2184
|
-
version: "21.0.0",
|
|
2200
|
+
version: "21.1.0-next.0",
|
|
2185
2201
|
ngImport: i0,
|
|
2186
2202
|
type: AbstractFormGroupDirective,
|
|
2187
2203
|
deps: null,
|
|
@@ -2189,7 +2205,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2189
2205
|
});
|
|
2190
2206
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2191
2207
|
minVersion: "14.0.0",
|
|
2192
|
-
version: "21.0.0",
|
|
2208
|
+
version: "21.1.0-next.0",
|
|
2193
2209
|
type: AbstractFormGroupDirective,
|
|
2194
2210
|
isStandalone: false,
|
|
2195
2211
|
usesInheritance: true,
|
|
@@ -2198,7 +2214,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2198
2214
|
}
|
|
2199
2215
|
i0.ɵɵngDeclareClassMetadata({
|
|
2200
2216
|
minVersion: "12.0.0",
|
|
2201
|
-
version: "21.0.0",
|
|
2217
|
+
version: "21.1.0-next.0",
|
|
2202
2218
|
ngImport: i0,
|
|
2203
2219
|
type: AbstractFormGroupDirective,
|
|
2204
2220
|
decorators: [{
|
|
@@ -2273,7 +2289,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2273
2289
|
}
|
|
2274
2290
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2275
2291
|
minVersion: "12.0.0",
|
|
2276
|
-
version: "21.0.0",
|
|
2292
|
+
version: "21.1.0-next.0",
|
|
2277
2293
|
ngImport: i0,
|
|
2278
2294
|
type: NgModelGroup,
|
|
2279
2295
|
deps: [{
|
|
@@ -2293,7 +2309,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2293
2309
|
});
|
|
2294
2310
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2295
2311
|
minVersion: "14.0.0",
|
|
2296
|
-
version: "21.0.0",
|
|
2312
|
+
version: "21.1.0-next.0",
|
|
2297
2313
|
type: NgModelGroup,
|
|
2298
2314
|
isStandalone: false,
|
|
2299
2315
|
selector: "[ngModelGroup]",
|
|
@@ -2308,7 +2324,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2308
2324
|
}
|
|
2309
2325
|
i0.ɵɵngDeclareClassMetadata({
|
|
2310
2326
|
minVersion: "12.0.0",
|
|
2311
|
-
version: "21.0.0",
|
|
2327
|
+
version: "21.1.0-next.0",
|
|
2312
2328
|
ngImport: i0,
|
|
2313
2329
|
type: NgModelGroup,
|
|
2314
2330
|
decorators: [{
|
|
@@ -2474,7 +2490,7 @@ class NgModel extends NgControl {
|
|
|
2474
2490
|
}
|
|
2475
2491
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2476
2492
|
minVersion: "12.0.0",
|
|
2477
|
-
version: "21.0.0",
|
|
2493
|
+
version: "21.1.0-next.0",
|
|
2478
2494
|
ngImport: i0,
|
|
2479
2495
|
type: NgModel,
|
|
2480
2496
|
deps: [{
|
|
@@ -2504,7 +2520,7 @@ class NgModel extends NgControl {
|
|
|
2504
2520
|
});
|
|
2505
2521
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2506
2522
|
minVersion: "14.0.0",
|
|
2507
|
-
version: "21.0.0",
|
|
2523
|
+
version: "21.1.0-next.0",
|
|
2508
2524
|
type: NgModel,
|
|
2509
2525
|
isStandalone: false,
|
|
2510
2526
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -2526,7 +2542,7 @@ class NgModel extends NgControl {
|
|
|
2526
2542
|
}
|
|
2527
2543
|
i0.ɵɵngDeclareClassMetadata({
|
|
2528
2544
|
minVersion: "12.0.0",
|
|
2529
|
-
version: "21.0.0",
|
|
2545
|
+
version: "21.1.0-next.0",
|
|
2530
2546
|
ngImport: i0,
|
|
2531
2547
|
type: NgModel,
|
|
2532
2548
|
decorators: [{
|
|
@@ -2625,7 +2641,7 @@ function checkParentType$1(parent) {
|
|
|
2625
2641
|
class ɵNgNoValidate {
|
|
2626
2642
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2627
2643
|
minVersion: "12.0.0",
|
|
2628
|
-
version: "21.0.0",
|
|
2644
|
+
version: "21.1.0-next.0",
|
|
2629
2645
|
ngImport: i0,
|
|
2630
2646
|
type: ɵNgNoValidate,
|
|
2631
2647
|
deps: [],
|
|
@@ -2633,7 +2649,7 @@ class ɵNgNoValidate {
|
|
|
2633
2649
|
});
|
|
2634
2650
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2635
2651
|
minVersion: "14.0.0",
|
|
2636
|
-
version: "21.0.0",
|
|
2652
|
+
version: "21.1.0-next.0",
|
|
2637
2653
|
type: ɵNgNoValidate,
|
|
2638
2654
|
isStandalone: false,
|
|
2639
2655
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -2647,7 +2663,7 @@ class ɵNgNoValidate {
|
|
|
2647
2663
|
}
|
|
2648
2664
|
i0.ɵɵngDeclareClassMetadata({
|
|
2649
2665
|
minVersion: "12.0.0",
|
|
2650
|
-
version: "21.0.0",
|
|
2666
|
+
version: "21.1.0-next.0",
|
|
2651
2667
|
ngImport: i0,
|
|
2652
2668
|
type: ɵNgNoValidate,
|
|
2653
2669
|
decorators: [{
|
|
@@ -2679,7 +2695,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2679
2695
|
}
|
|
2680
2696
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2681
2697
|
minVersion: "12.0.0",
|
|
2682
|
-
version: "21.0.0",
|
|
2698
|
+
version: "21.1.0-next.0",
|
|
2683
2699
|
ngImport: i0,
|
|
2684
2700
|
type: NumberValueAccessor,
|
|
2685
2701
|
deps: null,
|
|
@@ -2687,7 +2703,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2687
2703
|
});
|
|
2688
2704
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2689
2705
|
minVersion: "14.0.0",
|
|
2690
|
-
version: "21.0.0",
|
|
2706
|
+
version: "21.1.0-next.0",
|
|
2691
2707
|
type: NumberValueAccessor,
|
|
2692
2708
|
isStandalone: false,
|
|
2693
2709
|
selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",
|
|
@@ -2704,7 +2720,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2704
2720
|
}
|
|
2705
2721
|
i0.ɵɵngDeclareClassMetadata({
|
|
2706
2722
|
minVersion: "12.0.0",
|
|
2707
|
-
version: "21.0.0",
|
|
2723
|
+
version: "21.1.0-next.0",
|
|
2708
2724
|
ngImport: i0,
|
|
2709
2725
|
type: NumberValueAccessor,
|
|
2710
2726
|
decorators: [{
|
|
@@ -2758,7 +2774,7 @@ class RadioControlRegistry {
|
|
|
2758
2774
|
}
|
|
2759
2775
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2760
2776
|
minVersion: "12.0.0",
|
|
2761
|
-
version: "21.0.0",
|
|
2777
|
+
version: "21.1.0-next.0",
|
|
2762
2778
|
ngImport: i0,
|
|
2763
2779
|
type: RadioControlRegistry,
|
|
2764
2780
|
deps: [],
|
|
@@ -2766,7 +2782,7 @@ class RadioControlRegistry {
|
|
|
2766
2782
|
});
|
|
2767
2783
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2768
2784
|
minVersion: "12.0.0",
|
|
2769
|
-
version: "21.0.0",
|
|
2785
|
+
version: "21.1.0-next.0",
|
|
2770
2786
|
ngImport: i0,
|
|
2771
2787
|
type: RadioControlRegistry,
|
|
2772
2788
|
providedIn: 'root'
|
|
@@ -2774,7 +2790,7 @@ class RadioControlRegistry {
|
|
|
2774
2790
|
}
|
|
2775
2791
|
i0.ɵɵngDeclareClassMetadata({
|
|
2776
2792
|
minVersion: "12.0.0",
|
|
2777
|
-
version: "21.0.0",
|
|
2793
|
+
version: "21.1.0-next.0",
|
|
2778
2794
|
ngImport: i0,
|
|
2779
2795
|
type: RadioControlRegistry,
|
|
2780
2796
|
decorators: [{
|
|
@@ -2839,7 +2855,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2839
2855
|
}
|
|
2840
2856
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2841
2857
|
minVersion: "12.0.0",
|
|
2842
|
-
version: "21.0.0",
|
|
2858
|
+
version: "21.1.0-next.0",
|
|
2843
2859
|
ngImport: i0,
|
|
2844
2860
|
type: RadioControlValueAccessor,
|
|
2845
2861
|
deps: [{
|
|
@@ -2855,7 +2871,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2855
2871
|
});
|
|
2856
2872
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2857
2873
|
minVersion: "14.0.0",
|
|
2858
|
-
version: "21.0.0",
|
|
2874
|
+
version: "21.1.0-next.0",
|
|
2859
2875
|
type: RadioControlValueAccessor,
|
|
2860
2876
|
isStandalone: false,
|
|
2861
2877
|
selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",
|
|
@@ -2877,7 +2893,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2877
2893
|
}
|
|
2878
2894
|
i0.ɵɵngDeclareClassMetadata({
|
|
2879
2895
|
minVersion: "12.0.0",
|
|
2880
|
-
version: "21.0.0",
|
|
2896
|
+
version: "21.1.0-next.0",
|
|
2881
2897
|
ngImport: i0,
|
|
2882
2898
|
type: RadioControlValueAccessor,
|
|
2883
2899
|
decorators: [{
|
|
@@ -2930,7 +2946,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2930
2946
|
}
|
|
2931
2947
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2932
2948
|
minVersion: "12.0.0",
|
|
2933
|
-
version: "21.0.0",
|
|
2949
|
+
version: "21.1.0-next.0",
|
|
2934
2950
|
ngImport: i0,
|
|
2935
2951
|
type: RangeValueAccessor,
|
|
2936
2952
|
deps: null,
|
|
@@ -2938,7 +2954,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2938
2954
|
});
|
|
2939
2955
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2940
2956
|
minVersion: "14.0.0",
|
|
2941
|
-
version: "21.0.0",
|
|
2957
|
+
version: "21.1.0-next.0",
|
|
2942
2958
|
type: RangeValueAccessor,
|
|
2943
2959
|
isStandalone: false,
|
|
2944
2960
|
selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",
|
|
@@ -2956,7 +2972,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2956
2972
|
}
|
|
2957
2973
|
i0.ɵɵngDeclareClassMetadata({
|
|
2958
2974
|
minVersion: "12.0.0",
|
|
2959
|
-
version: "21.0.0",
|
|
2975
|
+
version: "21.1.0-next.0",
|
|
2960
2976
|
ngImport: i0,
|
|
2961
2977
|
type: RangeValueAccessor,
|
|
2962
2978
|
decorators: [{
|
|
@@ -3137,12 +3153,16 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3137
3153
|
set submitted(value) {
|
|
3138
3154
|
this._submittedReactive.set(value);
|
|
3139
3155
|
}
|
|
3140
|
-
_submitted = computed(() => this._submittedReactive(),
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3156
|
+
_submitted = computed(() => this._submittedReactive(), {
|
|
3157
|
+
...(ngDevMode ? {
|
|
3158
|
+
debugName: "_submitted"
|
|
3159
|
+
} : {})
|
|
3160
|
+
});
|
|
3161
|
+
_submittedReactive = signal(false, {
|
|
3162
|
+
...(ngDevMode ? {
|
|
3163
|
+
debugName: "_submittedReactive"
|
|
3164
|
+
} : {})
|
|
3165
|
+
});
|
|
3146
3166
|
_oldForm;
|
|
3147
3167
|
_onCollectionChange = () => this._updateDomValue();
|
|
3148
3168
|
directives = [];
|
|
@@ -3288,7 +3308,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3288
3308
|
}
|
|
3289
3309
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3290
3310
|
minVersion: "12.0.0",
|
|
3291
|
-
version: "21.0.0",
|
|
3311
|
+
version: "21.1.0-next.0",
|
|
3292
3312
|
ngImport: i0,
|
|
3293
3313
|
type: AbstractFormDirective,
|
|
3294
3314
|
deps: [{
|
|
@@ -3307,7 +3327,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3307
3327
|
});
|
|
3308
3328
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3309
3329
|
minVersion: "14.0.0",
|
|
3310
|
-
version: "21.0.0",
|
|
3330
|
+
version: "21.1.0-next.0",
|
|
3311
3331
|
type: AbstractFormDirective,
|
|
3312
3332
|
isStandalone: true,
|
|
3313
3333
|
usesInheritance: true,
|
|
@@ -3317,7 +3337,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3317
3337
|
}
|
|
3318
3338
|
i0.ɵɵngDeclareClassMetadata({
|
|
3319
3339
|
minVersion: "12.0.0",
|
|
3320
|
-
version: "21.0.0",
|
|
3340
|
+
version: "21.1.0-next.0",
|
|
3321
3341
|
ngImport: i0,
|
|
3322
3342
|
type: AbstractFormDirective,
|
|
3323
3343
|
decorators: [{
|
|
@@ -3366,7 +3386,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3366
3386
|
}
|
|
3367
3387
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3368
3388
|
minVersion: "12.0.0",
|
|
3369
|
-
version: "21.0.0",
|
|
3389
|
+
version: "21.1.0-next.0",
|
|
3370
3390
|
ngImport: i0,
|
|
3371
3391
|
type: FormArrayDirective,
|
|
3372
3392
|
deps: null,
|
|
@@ -3374,7 +3394,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3374
3394
|
});
|
|
3375
3395
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3376
3396
|
minVersion: "14.0.0",
|
|
3377
|
-
version: "21.0.0",
|
|
3397
|
+
version: "21.1.0-next.0",
|
|
3378
3398
|
type: FormArrayDirective,
|
|
3379
3399
|
isStandalone: false,
|
|
3380
3400
|
selector: "[formArray]",
|
|
@@ -3398,7 +3418,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3398
3418
|
}
|
|
3399
3419
|
i0.ɵɵngDeclareClassMetadata({
|
|
3400
3420
|
minVersion: "12.0.0",
|
|
3401
|
-
version: "21.0.0",
|
|
3421
|
+
version: "21.1.0-next.0",
|
|
3402
3422
|
ngImport: i0,
|
|
3403
3423
|
type: FormArrayDirective,
|
|
3404
3424
|
decorators: [{
|
|
@@ -3491,7 +3511,7 @@ class FormControlDirective extends NgControl {
|
|
|
3491
3511
|
}
|
|
3492
3512
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3493
3513
|
minVersion: "12.0.0",
|
|
3494
|
-
version: "21.0.0",
|
|
3514
|
+
version: "21.1.0-next.0",
|
|
3495
3515
|
ngImport: i0,
|
|
3496
3516
|
type: FormControlDirective,
|
|
3497
3517
|
deps: [{
|
|
@@ -3517,7 +3537,7 @@ class FormControlDirective extends NgControl {
|
|
|
3517
3537
|
});
|
|
3518
3538
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3519
3539
|
minVersion: "14.0.0",
|
|
3520
|
-
version: "21.0.0",
|
|
3540
|
+
version: "21.1.0-next.0",
|
|
3521
3541
|
type: FormControlDirective,
|
|
3522
3542
|
isStandalone: false,
|
|
3523
3543
|
selector: "[formControl]",
|
|
@@ -3538,7 +3558,7 @@ class FormControlDirective extends NgControl {
|
|
|
3538
3558
|
}
|
|
3539
3559
|
i0.ɵɵngDeclareClassMetadata({
|
|
3540
3560
|
minVersion: "12.0.0",
|
|
3541
|
-
version: "21.0.0",
|
|
3561
|
+
version: "21.1.0-next.0",
|
|
3542
3562
|
ngImport: i0,
|
|
3543
3563
|
type: FormControlDirective,
|
|
3544
3564
|
decorators: [{
|
|
@@ -3636,7 +3656,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3636
3656
|
}
|
|
3637
3657
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3638
3658
|
minVersion: "12.0.0",
|
|
3639
|
-
version: "21.0.0",
|
|
3659
|
+
version: "21.1.0-next.0",
|
|
3640
3660
|
ngImport: i0,
|
|
3641
3661
|
type: FormGroupName,
|
|
3642
3662
|
deps: [{
|
|
@@ -3657,7 +3677,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3657
3677
|
});
|
|
3658
3678
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3659
3679
|
minVersion: "14.0.0",
|
|
3660
|
-
version: "21.0.0",
|
|
3680
|
+
version: "21.1.0-next.0",
|
|
3661
3681
|
type: FormGroupName,
|
|
3662
3682
|
isStandalone: false,
|
|
3663
3683
|
selector: "[formGroupName]",
|
|
@@ -3671,7 +3691,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3671
3691
|
}
|
|
3672
3692
|
i0.ɵɵngDeclareClassMetadata({
|
|
3673
3693
|
minVersion: "12.0.0",
|
|
3674
|
-
version: "21.0.0",
|
|
3694
|
+
version: "21.1.0-next.0",
|
|
3675
3695
|
ngImport: i0,
|
|
3676
3696
|
type: FormGroupName,
|
|
3677
3697
|
decorators: [{
|
|
@@ -3752,7 +3772,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3752
3772
|
}
|
|
3753
3773
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3754
3774
|
minVersion: "12.0.0",
|
|
3755
|
-
version: "21.0.0",
|
|
3775
|
+
version: "21.1.0-next.0",
|
|
3756
3776
|
ngImport: i0,
|
|
3757
3777
|
type: FormArrayName,
|
|
3758
3778
|
deps: [{
|
|
@@ -3773,7 +3793,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3773
3793
|
});
|
|
3774
3794
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3775
3795
|
minVersion: "14.0.0",
|
|
3776
|
-
version: "21.0.0",
|
|
3796
|
+
version: "21.1.0-next.0",
|
|
3777
3797
|
type: FormArrayName,
|
|
3778
3798
|
isStandalone: false,
|
|
3779
3799
|
selector: "[formArrayName]",
|
|
@@ -3787,7 +3807,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3787
3807
|
}
|
|
3788
3808
|
i0.ɵɵngDeclareClassMetadata({
|
|
3789
3809
|
minVersion: "12.0.0",
|
|
3790
|
-
version: "21.0.0",
|
|
3810
|
+
version: "21.1.0-next.0",
|
|
3791
3811
|
ngImport: i0,
|
|
3792
3812
|
type: FormArrayName,
|
|
3793
3813
|
decorators: [{
|
|
@@ -3900,7 +3920,7 @@ class FormControlName extends NgControl {
|
|
|
3900
3920
|
}
|
|
3901
3921
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3902
3922
|
minVersion: "12.0.0",
|
|
3903
|
-
version: "21.0.0",
|
|
3923
|
+
version: "21.1.0-next.0",
|
|
3904
3924
|
ngImport: i0,
|
|
3905
3925
|
type: FormControlName,
|
|
3906
3926
|
deps: [{
|
|
@@ -3928,7 +3948,7 @@ class FormControlName extends NgControl {
|
|
|
3928
3948
|
});
|
|
3929
3949
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3930
3950
|
minVersion: "14.0.0",
|
|
3931
|
-
version: "21.0.0",
|
|
3951
|
+
version: "21.1.0-next.0",
|
|
3932
3952
|
type: FormControlName,
|
|
3933
3953
|
isStandalone: false,
|
|
3934
3954
|
selector: "[formControlName]",
|
|
@@ -3948,7 +3968,7 @@ class FormControlName extends NgControl {
|
|
|
3948
3968
|
}
|
|
3949
3969
|
i0.ɵɵngDeclareClassMetadata({
|
|
3950
3970
|
minVersion: "12.0.0",
|
|
3951
|
-
version: "21.0.0",
|
|
3971
|
+
version: "21.1.0-next.0",
|
|
3952
3972
|
ngImport: i0,
|
|
3953
3973
|
type: FormControlName,
|
|
3954
3974
|
decorators: [{
|
|
@@ -4046,7 +4066,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4046
4066
|
}
|
|
4047
4067
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4048
4068
|
minVersion: "12.0.0",
|
|
4049
|
-
version: "21.0.0",
|
|
4069
|
+
version: "21.1.0-next.0",
|
|
4050
4070
|
ngImport: i0,
|
|
4051
4071
|
type: FormGroupDirective,
|
|
4052
4072
|
deps: null,
|
|
@@ -4054,7 +4074,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4054
4074
|
});
|
|
4055
4075
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4056
4076
|
minVersion: "14.0.0",
|
|
4057
|
-
version: "21.0.0",
|
|
4077
|
+
version: "21.1.0-next.0",
|
|
4058
4078
|
type: FormGroupDirective,
|
|
4059
4079
|
isStandalone: false,
|
|
4060
4080
|
selector: "[formGroup]",
|
|
@@ -4078,7 +4098,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4078
4098
|
}
|
|
4079
4099
|
i0.ɵɵngDeclareClassMetadata({
|
|
4080
4100
|
minVersion: "12.0.0",
|
|
4081
|
-
version: "21.0.0",
|
|
4101
|
+
version: "21.1.0-next.0",
|
|
4082
4102
|
ngImport: i0,
|
|
4083
4103
|
type: FormGroupDirective,
|
|
4084
4104
|
decorators: [{
|
|
@@ -4178,7 +4198,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4178
4198
|
}
|
|
4179
4199
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4180
4200
|
minVersion: "12.0.0",
|
|
4181
|
-
version: "21.0.0",
|
|
4201
|
+
version: "21.1.0-next.0",
|
|
4182
4202
|
ngImport: i0,
|
|
4183
4203
|
type: SelectControlValueAccessor,
|
|
4184
4204
|
deps: null,
|
|
@@ -4186,7 +4206,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4186
4206
|
});
|
|
4187
4207
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4188
4208
|
minVersion: "14.0.0",
|
|
4189
|
-
version: "21.0.0",
|
|
4209
|
+
version: "21.1.0-next.0",
|
|
4190
4210
|
type: SelectControlValueAccessor,
|
|
4191
4211
|
isStandalone: false,
|
|
4192
4212
|
selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",
|
|
@@ -4206,7 +4226,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4206
4226
|
}
|
|
4207
4227
|
i0.ɵɵngDeclareClassMetadata({
|
|
4208
4228
|
minVersion: "12.0.0",
|
|
4209
|
-
version: "21.0.0",
|
|
4229
|
+
version: "21.1.0-next.0",
|
|
4210
4230
|
ngImport: i0,
|
|
4211
4231
|
type: SelectControlValueAccessor,
|
|
4212
4232
|
decorators: [{
|
|
@@ -4259,7 +4279,7 @@ class NgSelectOption {
|
|
|
4259
4279
|
}
|
|
4260
4280
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4261
4281
|
minVersion: "12.0.0",
|
|
4262
|
-
version: "21.0.0",
|
|
4282
|
+
version: "21.1.0-next.0",
|
|
4263
4283
|
ngImport: i0,
|
|
4264
4284
|
type: NgSelectOption,
|
|
4265
4285
|
deps: [{
|
|
@@ -4275,7 +4295,7 @@ class NgSelectOption {
|
|
|
4275
4295
|
});
|
|
4276
4296
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4277
4297
|
minVersion: "14.0.0",
|
|
4278
|
-
version: "21.0.0",
|
|
4298
|
+
version: "21.1.0-next.0",
|
|
4279
4299
|
type: NgSelectOption,
|
|
4280
4300
|
isStandalone: false,
|
|
4281
4301
|
selector: "option",
|
|
@@ -4288,7 +4308,7 @@ class NgSelectOption {
|
|
|
4288
4308
|
}
|
|
4289
4309
|
i0.ɵɵngDeclareClassMetadata({
|
|
4290
4310
|
minVersion: "12.0.0",
|
|
4291
|
-
version: "21.0.0",
|
|
4311
|
+
version: "21.1.0-next.0",
|
|
4292
4312
|
ngImport: i0,
|
|
4293
4313
|
type: NgSelectOption,
|
|
4294
4314
|
decorators: [{
|
|
@@ -4404,7 +4424,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4404
4424
|
}
|
|
4405
4425
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4406
4426
|
minVersion: "12.0.0",
|
|
4407
|
-
version: "21.0.0",
|
|
4427
|
+
version: "21.1.0-next.0",
|
|
4408
4428
|
ngImport: i0,
|
|
4409
4429
|
type: SelectMultipleControlValueAccessor,
|
|
4410
4430
|
deps: null,
|
|
@@ -4412,7 +4432,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4412
4432
|
});
|
|
4413
4433
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4414
4434
|
minVersion: "14.0.0",
|
|
4415
|
-
version: "21.0.0",
|
|
4435
|
+
version: "21.1.0-next.0",
|
|
4416
4436
|
type: SelectMultipleControlValueAccessor,
|
|
4417
4437
|
isStandalone: false,
|
|
4418
4438
|
selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]",
|
|
@@ -4432,7 +4452,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4432
4452
|
}
|
|
4433
4453
|
i0.ɵɵngDeclareClassMetadata({
|
|
4434
4454
|
minVersion: "12.0.0",
|
|
4435
|
-
version: "21.0.0",
|
|
4455
|
+
version: "21.1.0-next.0",
|
|
4436
4456
|
ngImport: i0,
|
|
4437
4457
|
type: SelectMultipleControlValueAccessor,
|
|
4438
4458
|
decorators: [{
|
|
@@ -4496,7 +4516,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4496
4516
|
}
|
|
4497
4517
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4498
4518
|
minVersion: "12.0.0",
|
|
4499
|
-
version: "21.0.0",
|
|
4519
|
+
version: "21.1.0-next.0",
|
|
4500
4520
|
ngImport: i0,
|
|
4501
4521
|
type: ɵNgSelectMultipleOption,
|
|
4502
4522
|
deps: [{
|
|
@@ -4512,7 +4532,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4512
4532
|
});
|
|
4513
4533
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4514
4534
|
minVersion: "14.0.0",
|
|
4515
|
-
version: "21.0.0",
|
|
4535
|
+
version: "21.1.0-next.0",
|
|
4516
4536
|
type: ɵNgSelectMultipleOption,
|
|
4517
4537
|
isStandalone: false,
|
|
4518
4538
|
selector: "option",
|
|
@@ -4525,7 +4545,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4525
4545
|
}
|
|
4526
4546
|
i0.ɵɵngDeclareClassMetadata({
|
|
4527
4547
|
minVersion: "12.0.0",
|
|
4528
|
-
version: "21.0.0",
|
|
4548
|
+
version: "21.1.0-next.0",
|
|
4529
4549
|
ngImport: i0,
|
|
4530
4550
|
type: ɵNgSelectMultipleOption,
|
|
4531
4551
|
decorators: [{
|
|
@@ -4590,7 +4610,7 @@ class AbstractValidatorDirective {
|
|
|
4590
4610
|
}
|
|
4591
4611
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4592
4612
|
minVersion: "12.0.0",
|
|
4593
|
-
version: "21.0.0",
|
|
4613
|
+
version: "21.1.0-next.0",
|
|
4594
4614
|
ngImport: i0,
|
|
4595
4615
|
type: AbstractValidatorDirective,
|
|
4596
4616
|
deps: [],
|
|
@@ -4598,7 +4618,7 @@ class AbstractValidatorDirective {
|
|
|
4598
4618
|
});
|
|
4599
4619
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4600
4620
|
minVersion: "14.0.0",
|
|
4601
|
-
version: "21.0.0",
|
|
4621
|
+
version: "21.1.0-next.0",
|
|
4602
4622
|
type: AbstractValidatorDirective,
|
|
4603
4623
|
isStandalone: true,
|
|
4604
4624
|
usesOnChanges: true,
|
|
@@ -4607,7 +4627,7 @@ class AbstractValidatorDirective {
|
|
|
4607
4627
|
}
|
|
4608
4628
|
i0.ɵɵngDeclareClassMetadata({
|
|
4609
4629
|
minVersion: "12.0.0",
|
|
4610
|
-
version: "21.0.0",
|
|
4630
|
+
version: "21.1.0-next.0",
|
|
4611
4631
|
ngImport: i0,
|
|
4612
4632
|
type: AbstractValidatorDirective,
|
|
4613
4633
|
decorators: [{
|
|
@@ -4626,7 +4646,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4626
4646
|
createValidator = max => maxValidator(max);
|
|
4627
4647
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4628
4648
|
minVersion: "12.0.0",
|
|
4629
|
-
version: "21.0.0",
|
|
4649
|
+
version: "21.1.0-next.0",
|
|
4630
4650
|
ngImport: i0,
|
|
4631
4651
|
type: MaxValidator,
|
|
4632
4652
|
deps: null,
|
|
@@ -4634,7 +4654,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4634
4654
|
});
|
|
4635
4655
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4636
4656
|
minVersion: "14.0.0",
|
|
4637
|
-
version: "21.0.0",
|
|
4657
|
+
version: "21.1.0-next.0",
|
|
4638
4658
|
type: MaxValidator,
|
|
4639
4659
|
isStandalone: false,
|
|
4640
4660
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -4653,7 +4673,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4653
4673
|
}
|
|
4654
4674
|
i0.ɵɵngDeclareClassMetadata({
|
|
4655
4675
|
minVersion: "12.0.0",
|
|
4656
|
-
version: "21.0.0",
|
|
4676
|
+
version: "21.1.0-next.0",
|
|
4657
4677
|
ngImport: i0,
|
|
4658
4678
|
type: MaxValidator,
|
|
4659
4679
|
decorators: [{
|
|
@@ -4685,7 +4705,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4685
4705
|
createValidator = min => minValidator(min);
|
|
4686
4706
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4687
4707
|
minVersion: "12.0.0",
|
|
4688
|
-
version: "21.0.0",
|
|
4708
|
+
version: "21.1.0-next.0",
|
|
4689
4709
|
ngImport: i0,
|
|
4690
4710
|
type: MinValidator,
|
|
4691
4711
|
deps: null,
|
|
@@ -4693,7 +4713,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4693
4713
|
});
|
|
4694
4714
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4695
4715
|
minVersion: "14.0.0",
|
|
4696
|
-
version: "21.0.0",
|
|
4716
|
+
version: "21.1.0-next.0",
|
|
4697
4717
|
type: MinValidator,
|
|
4698
4718
|
isStandalone: false,
|
|
4699
4719
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -4712,7 +4732,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4712
4732
|
}
|
|
4713
4733
|
i0.ɵɵngDeclareClassMetadata({
|
|
4714
4734
|
minVersion: "12.0.0",
|
|
4715
|
-
version: "21.0.0",
|
|
4735
|
+
version: "21.1.0-next.0",
|
|
4716
4736
|
ngImport: i0,
|
|
4717
4737
|
type: MinValidator,
|
|
4718
4738
|
decorators: [{
|
|
@@ -4752,7 +4772,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4752
4772
|
}
|
|
4753
4773
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4754
4774
|
minVersion: "12.0.0",
|
|
4755
|
-
version: "21.0.0",
|
|
4775
|
+
version: "21.1.0-next.0",
|
|
4756
4776
|
ngImport: i0,
|
|
4757
4777
|
type: RequiredValidator,
|
|
4758
4778
|
deps: null,
|
|
@@ -4760,7 +4780,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4760
4780
|
});
|
|
4761
4781
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4762
4782
|
minVersion: "14.0.0",
|
|
4763
|
-
version: "21.0.0",
|
|
4783
|
+
version: "21.1.0-next.0",
|
|
4764
4784
|
type: RequiredValidator,
|
|
4765
4785
|
isStandalone: false,
|
|
4766
4786
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -4779,7 +4799,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4779
4799
|
}
|
|
4780
4800
|
i0.ɵɵngDeclareClassMetadata({
|
|
4781
4801
|
minVersion: "12.0.0",
|
|
4782
|
-
version: "21.0.0",
|
|
4802
|
+
version: "21.1.0-next.0",
|
|
4783
4803
|
ngImport: i0,
|
|
4784
4804
|
type: RequiredValidator,
|
|
4785
4805
|
decorators: [{
|
|
@@ -4803,7 +4823,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4803
4823
|
createValidator = input => requiredTrueValidator;
|
|
4804
4824
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4805
4825
|
minVersion: "12.0.0",
|
|
4806
|
-
version: "21.0.0",
|
|
4826
|
+
version: "21.1.0-next.0",
|
|
4807
4827
|
ngImport: i0,
|
|
4808
4828
|
type: CheckboxRequiredValidator,
|
|
4809
4829
|
deps: null,
|
|
@@ -4811,7 +4831,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4811
4831
|
});
|
|
4812
4832
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4813
4833
|
minVersion: "14.0.0",
|
|
4814
|
-
version: "21.0.0",
|
|
4834
|
+
version: "21.1.0-next.0",
|
|
4815
4835
|
type: CheckboxRequiredValidator,
|
|
4816
4836
|
isStandalone: false,
|
|
4817
4837
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -4827,7 +4847,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4827
4847
|
}
|
|
4828
4848
|
i0.ɵɵngDeclareClassMetadata({
|
|
4829
4849
|
minVersion: "12.0.0",
|
|
4830
|
-
version: "21.0.0",
|
|
4850
|
+
version: "21.1.0-next.0",
|
|
4831
4851
|
ngImport: i0,
|
|
4832
4852
|
type: CheckboxRequiredValidator,
|
|
4833
4853
|
decorators: [{
|
|
@@ -4857,7 +4877,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4857
4877
|
}
|
|
4858
4878
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4859
4879
|
minVersion: "12.0.0",
|
|
4860
|
-
version: "21.0.0",
|
|
4880
|
+
version: "21.1.0-next.0",
|
|
4861
4881
|
ngImport: i0,
|
|
4862
4882
|
type: EmailValidator,
|
|
4863
4883
|
deps: null,
|
|
@@ -4865,7 +4885,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4865
4885
|
});
|
|
4866
4886
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4867
4887
|
minVersion: "14.0.0",
|
|
4868
|
-
version: "21.0.0",
|
|
4888
|
+
version: "21.1.0-next.0",
|
|
4869
4889
|
type: EmailValidator,
|
|
4870
4890
|
isStandalone: false,
|
|
4871
4891
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -4879,7 +4899,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4879
4899
|
}
|
|
4880
4900
|
i0.ɵɵngDeclareClassMetadata({
|
|
4881
4901
|
minVersion: "12.0.0",
|
|
4882
|
-
version: "21.0.0",
|
|
4902
|
+
version: "21.1.0-next.0",
|
|
4883
4903
|
ngImport: i0,
|
|
4884
4904
|
type: EmailValidator,
|
|
4885
4905
|
decorators: [{
|
|
@@ -4908,7 +4928,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4908
4928
|
createValidator = minlength => minLengthValidator(minlength);
|
|
4909
4929
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4910
4930
|
minVersion: "12.0.0",
|
|
4911
|
-
version: "21.0.0",
|
|
4931
|
+
version: "21.1.0-next.0",
|
|
4912
4932
|
ngImport: i0,
|
|
4913
4933
|
type: MinLengthValidator,
|
|
4914
4934
|
deps: null,
|
|
@@ -4916,7 +4936,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4916
4936
|
});
|
|
4917
4937
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4918
4938
|
minVersion: "14.0.0",
|
|
4919
|
-
version: "21.0.0",
|
|
4939
|
+
version: "21.1.0-next.0",
|
|
4920
4940
|
type: MinLengthValidator,
|
|
4921
4941
|
isStandalone: false,
|
|
4922
4942
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -4935,7 +4955,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4935
4955
|
}
|
|
4936
4956
|
i0.ɵɵngDeclareClassMetadata({
|
|
4937
4957
|
minVersion: "12.0.0",
|
|
4938
|
-
version: "21.0.0",
|
|
4958
|
+
version: "21.1.0-next.0",
|
|
4939
4959
|
ngImport: i0,
|
|
4940
4960
|
type: MinLengthValidator,
|
|
4941
4961
|
decorators: [{
|
|
@@ -4967,7 +4987,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4967
4987
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
4968
4988
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4969
4989
|
minVersion: "12.0.0",
|
|
4970
|
-
version: "21.0.0",
|
|
4990
|
+
version: "21.1.0-next.0",
|
|
4971
4991
|
ngImport: i0,
|
|
4972
4992
|
type: MaxLengthValidator,
|
|
4973
4993
|
deps: null,
|
|
@@ -4975,7 +4995,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4975
4995
|
});
|
|
4976
4996
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4977
4997
|
minVersion: "14.0.0",
|
|
4978
|
-
version: "21.0.0",
|
|
4998
|
+
version: "21.1.0-next.0",
|
|
4979
4999
|
type: MaxLengthValidator,
|
|
4980
5000
|
isStandalone: false,
|
|
4981
5001
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -4994,7 +5014,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4994
5014
|
}
|
|
4995
5015
|
i0.ɵɵngDeclareClassMetadata({
|
|
4996
5016
|
minVersion: "12.0.0",
|
|
4997
|
-
version: "21.0.0",
|
|
5017
|
+
version: "21.1.0-next.0",
|
|
4998
5018
|
ngImport: i0,
|
|
4999
5019
|
type: MaxLengthValidator,
|
|
5000
5020
|
decorators: [{
|
|
@@ -5026,7 +5046,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5026
5046
|
createValidator = input => patternValidator(input);
|
|
5027
5047
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5028
5048
|
minVersion: "12.0.0",
|
|
5029
|
-
version: "21.0.0",
|
|
5049
|
+
version: "21.1.0-next.0",
|
|
5030
5050
|
ngImport: i0,
|
|
5031
5051
|
type: PatternValidator,
|
|
5032
5052
|
deps: null,
|
|
@@ -5034,7 +5054,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5034
5054
|
});
|
|
5035
5055
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5036
5056
|
minVersion: "14.0.0",
|
|
5037
|
-
version: "21.0.0",
|
|
5057
|
+
version: "21.1.0-next.0",
|
|
5038
5058
|
type: PatternValidator,
|
|
5039
5059
|
isStandalone: false,
|
|
5040
5060
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -5053,7 +5073,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5053
5073
|
}
|
|
5054
5074
|
i0.ɵɵngDeclareClassMetadata({
|
|
5055
5075
|
minVersion: "12.0.0",
|
|
5056
|
-
version: "21.0.0",
|
|
5076
|
+
version: "21.1.0-next.0",
|
|
5057
5077
|
ngImport: i0,
|
|
5058
5078
|
type: PatternValidator,
|
|
5059
5079
|
decorators: [{
|
|
@@ -5080,7 +5100,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5080
5100
|
class ɵInternalFormsSharedModule {
|
|
5081
5101
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5082
5102
|
minVersion: "12.0.0",
|
|
5083
|
-
version: "21.0.0",
|
|
5103
|
+
version: "21.1.0-next.0",
|
|
5084
5104
|
ngImport: i0,
|
|
5085
5105
|
type: ɵInternalFormsSharedModule,
|
|
5086
5106
|
deps: [],
|
|
@@ -5088,7 +5108,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5088
5108
|
});
|
|
5089
5109
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5090
5110
|
minVersion: "14.0.0",
|
|
5091
|
-
version: "21.0.0",
|
|
5111
|
+
version: "21.1.0-next.0",
|
|
5092
5112
|
ngImport: i0,
|
|
5093
5113
|
type: ɵInternalFormsSharedModule,
|
|
5094
5114
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5096,14 +5116,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5096
5116
|
});
|
|
5097
5117
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5098
5118
|
minVersion: "12.0.0",
|
|
5099
|
-
version: "21.0.0",
|
|
5119
|
+
version: "21.1.0-next.0",
|
|
5100
5120
|
ngImport: i0,
|
|
5101
5121
|
type: ɵInternalFormsSharedModule
|
|
5102
5122
|
});
|
|
5103
5123
|
}
|
|
5104
5124
|
i0.ɵɵngDeclareClassMetadata({
|
|
5105
5125
|
minVersion: "12.0.0",
|
|
5106
|
-
version: "21.0.0",
|
|
5126
|
+
version: "21.1.0-next.0",
|
|
5107
5127
|
ngImport: i0,
|
|
5108
5128
|
type: ɵInternalFormsSharedModule,
|
|
5109
5129
|
decorators: [{
|
|
@@ -5183,7 +5203,7 @@ class FormBuilder {
|
|
|
5183
5203
|
}
|
|
5184
5204
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5185
5205
|
minVersion: "12.0.0",
|
|
5186
|
-
version: "21.0.0",
|
|
5206
|
+
version: "21.1.0-next.0",
|
|
5187
5207
|
ngImport: i0,
|
|
5188
5208
|
type: FormBuilder,
|
|
5189
5209
|
deps: [],
|
|
@@ -5191,7 +5211,7 @@ class FormBuilder {
|
|
|
5191
5211
|
});
|
|
5192
5212
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5193
5213
|
minVersion: "12.0.0",
|
|
5194
|
-
version: "21.0.0",
|
|
5214
|
+
version: "21.1.0-next.0",
|
|
5195
5215
|
ngImport: i0,
|
|
5196
5216
|
type: FormBuilder,
|
|
5197
5217
|
providedIn: 'root'
|
|
@@ -5199,7 +5219,7 @@ class FormBuilder {
|
|
|
5199
5219
|
}
|
|
5200
5220
|
i0.ɵɵngDeclareClassMetadata({
|
|
5201
5221
|
minVersion: "12.0.0",
|
|
5202
|
-
version: "21.0.0",
|
|
5222
|
+
version: "21.1.0-next.0",
|
|
5203
5223
|
ngImport: i0,
|
|
5204
5224
|
type: FormBuilder,
|
|
5205
5225
|
decorators: [{
|
|
@@ -5212,7 +5232,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5212
5232
|
class NonNullableFormBuilder {
|
|
5213
5233
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5214
5234
|
minVersion: "12.0.0",
|
|
5215
|
-
version: "21.0.0",
|
|
5235
|
+
version: "21.1.0-next.0",
|
|
5216
5236
|
ngImport: i0,
|
|
5217
5237
|
type: NonNullableFormBuilder,
|
|
5218
5238
|
deps: [],
|
|
@@ -5220,7 +5240,7 @@ class NonNullableFormBuilder {
|
|
|
5220
5240
|
});
|
|
5221
5241
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5222
5242
|
minVersion: "12.0.0",
|
|
5223
|
-
version: "21.0.0",
|
|
5243
|
+
version: "21.1.0-next.0",
|
|
5224
5244
|
ngImport: i0,
|
|
5225
5245
|
type: NonNullableFormBuilder,
|
|
5226
5246
|
providedIn: 'root',
|
|
@@ -5229,7 +5249,7 @@ class NonNullableFormBuilder {
|
|
|
5229
5249
|
}
|
|
5230
5250
|
i0.ɵɵngDeclareClassMetadata({
|
|
5231
5251
|
minVersion: "12.0.0",
|
|
5232
|
-
version: "21.0.0",
|
|
5252
|
+
version: "21.1.0-next.0",
|
|
5233
5253
|
ngImport: i0,
|
|
5234
5254
|
type: NonNullableFormBuilder,
|
|
5235
5255
|
decorators: [{
|
|
@@ -5252,7 +5272,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5252
5272
|
}
|
|
5253
5273
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5254
5274
|
minVersion: "12.0.0",
|
|
5255
|
-
version: "21.0.0",
|
|
5275
|
+
version: "21.1.0-next.0",
|
|
5256
5276
|
ngImport: i0,
|
|
5257
5277
|
type: UntypedFormBuilder,
|
|
5258
5278
|
deps: null,
|
|
@@ -5260,7 +5280,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5260
5280
|
});
|
|
5261
5281
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5262
5282
|
minVersion: "12.0.0",
|
|
5263
|
-
version: "21.0.0",
|
|
5283
|
+
version: "21.1.0-next.0",
|
|
5264
5284
|
ngImport: i0,
|
|
5265
5285
|
type: UntypedFormBuilder,
|
|
5266
5286
|
providedIn: 'root'
|
|
@@ -5268,7 +5288,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5268
5288
|
}
|
|
5269
5289
|
i0.ɵɵngDeclareClassMetadata({
|
|
5270
5290
|
minVersion: "12.0.0",
|
|
5271
|
-
version: "21.0.0",
|
|
5291
|
+
version: "21.1.0-next.0",
|
|
5272
5292
|
ngImport: i0,
|
|
5273
5293
|
type: UntypedFormBuilder,
|
|
5274
5294
|
decorators: [{
|
|
@@ -5279,7 +5299,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5279
5299
|
}]
|
|
5280
5300
|
});
|
|
5281
5301
|
|
|
5282
|
-
const VERSION = /* @__PURE__ */new Version('21.0.0');
|
|
5302
|
+
const VERSION = /* @__PURE__ */new Version('21.1.0-next.0');
|
|
5283
5303
|
|
|
5284
5304
|
class FormsModule {
|
|
5285
5305
|
static withConfig(opts) {
|
|
@@ -5293,7 +5313,7 @@ class FormsModule {
|
|
|
5293
5313
|
}
|
|
5294
5314
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5295
5315
|
minVersion: "12.0.0",
|
|
5296
|
-
version: "21.0.0",
|
|
5316
|
+
version: "21.1.0-next.0",
|
|
5297
5317
|
ngImport: i0,
|
|
5298
5318
|
type: FormsModule,
|
|
5299
5319
|
deps: [],
|
|
@@ -5301,7 +5321,7 @@ class FormsModule {
|
|
|
5301
5321
|
});
|
|
5302
5322
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5303
5323
|
minVersion: "14.0.0",
|
|
5304
|
-
version: "21.0.0",
|
|
5324
|
+
version: "21.1.0-next.0",
|
|
5305
5325
|
ngImport: i0,
|
|
5306
5326
|
type: FormsModule,
|
|
5307
5327
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5309,7 +5329,7 @@ class FormsModule {
|
|
|
5309
5329
|
});
|
|
5310
5330
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5311
5331
|
minVersion: "12.0.0",
|
|
5312
|
-
version: "21.0.0",
|
|
5332
|
+
version: "21.1.0-next.0",
|
|
5313
5333
|
ngImport: i0,
|
|
5314
5334
|
type: FormsModule,
|
|
5315
5335
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5317,7 +5337,7 @@ class FormsModule {
|
|
|
5317
5337
|
}
|
|
5318
5338
|
i0.ɵɵngDeclareClassMetadata({
|
|
5319
5339
|
minVersion: "12.0.0",
|
|
5320
|
-
version: "21.0.0",
|
|
5340
|
+
version: "21.1.0-next.0",
|
|
5321
5341
|
ngImport: i0,
|
|
5322
5342
|
type: FormsModule,
|
|
5323
5343
|
decorators: [{
|
|
@@ -5343,7 +5363,7 @@ class ReactiveFormsModule {
|
|
|
5343
5363
|
}
|
|
5344
5364
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5345
5365
|
minVersion: "12.0.0",
|
|
5346
|
-
version: "21.0.0",
|
|
5366
|
+
version: "21.1.0-next.0",
|
|
5347
5367
|
ngImport: i0,
|
|
5348
5368
|
type: ReactiveFormsModule,
|
|
5349
5369
|
deps: [],
|
|
@@ -5351,7 +5371,7 @@ class ReactiveFormsModule {
|
|
|
5351
5371
|
});
|
|
5352
5372
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5353
5373
|
minVersion: "14.0.0",
|
|
5354
|
-
version: "21.0.0",
|
|
5374
|
+
version: "21.1.0-next.0",
|
|
5355
5375
|
ngImport: i0,
|
|
5356
5376
|
type: ReactiveFormsModule,
|
|
5357
5377
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5359,7 +5379,7 @@ class ReactiveFormsModule {
|
|
|
5359
5379
|
});
|
|
5360
5380
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5361
5381
|
minVersion: "12.0.0",
|
|
5362
|
-
version: "21.0.0",
|
|
5382
|
+
version: "21.1.0-next.0",
|
|
5363
5383
|
ngImport: i0,
|
|
5364
5384
|
type: ReactiveFormsModule,
|
|
5365
5385
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5367,7 +5387,7 @@ class ReactiveFormsModule {
|
|
|
5367
5387
|
}
|
|
5368
5388
|
i0.ɵɵngDeclareClassMetadata({
|
|
5369
5389
|
minVersion: "12.0.0",
|
|
5370
|
-
version: "21.0.0",
|
|
5390
|
+
version: "21.1.0-next.0",
|
|
5371
5391
|
ngImport: i0,
|
|
5372
5392
|
type: ReactiveFormsModule,
|
|
5373
5393
|
decorators: [{
|