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