@angular/forms 21.0.4 → 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 +385 -453
- package/fesm2022/_structure-chunk.mjs.map +1 -1
- package/fesm2022/forms.mjs +133 -133
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +6 -9
- package/fesm2022/signals-compat.mjs.map +1 -1
- package/fesm2022/signals.mjs +293 -276
- package/fesm2022/signals.mjs.map +1 -1
- package/package.json +4 -4
- package/types/_structure-chunk.d.ts +708 -788
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +1 -1
- package/types/signals.d.ts +225 -191
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.0.
|
|
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.0.
|
|
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.0.
|
|
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.0.
|
|
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.0.
|
|
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.0.
|
|
79
|
+
version: "21.1.0-next.1",
|
|
80
80
|
type: BuiltInControlValueAccessor,
|
|
81
81
|
isStandalone: true,
|
|
82
82
|
usesInheritance: true,
|
|
@@ -85,14 +85,14 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
85
85
|
}
|
|
86
86
|
i0.ɵɵngDeclareClassMetadata({
|
|
87
87
|
minVersion: "12.0.0",
|
|
88
|
-
version: "21.0.
|
|
88
|
+
version: "21.1.0-next.1",
|
|
89
89
|
ngImport: i0,
|
|
90
90
|
type: BuiltInControlValueAccessor,
|
|
91
91
|
decorators: [{
|
|
92
92
|
type: Directive
|
|
93
93
|
}]
|
|
94
94
|
});
|
|
95
|
-
const NG_VALUE_ACCESSOR = new InjectionToken(typeof ngDevMode !==
|
|
95
|
+
const NG_VALUE_ACCESSOR = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'NgValueAccessor' : '');
|
|
96
96
|
|
|
97
97
|
const CHECKBOX_VALUE_ACCESSOR = {
|
|
98
98
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -105,7 +105,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
105
105
|
}
|
|
106
106
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "21.0.
|
|
108
|
+
version: "21.1.0-next.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.0.
|
|
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.0.
|
|
133
|
+
version: "21.1.0-next.1",
|
|
134
134
|
ngImport: i0,
|
|
135
135
|
type: CheckboxControlValueAccessor,
|
|
136
136
|
decorators: [{
|
|
@@ -156,7 +156,7 @@ function _isAndroid() {
|
|
|
156
156
|
const userAgent = _getDOM() ? _getDOM().getUserAgent() : '';
|
|
157
157
|
return /android (\d+)/.test(userAgent.toLowerCase());
|
|
158
158
|
}
|
|
159
|
-
const COMPOSITION_BUFFER_MODE = new InjectionToken(typeof ngDevMode !==
|
|
159
|
+
const COMPOSITION_BUFFER_MODE = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'CompositionEventMode' : '');
|
|
160
160
|
class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
161
161
|
_compositionMode;
|
|
162
162
|
_composing = false;
|
|
@@ -185,7 +185,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
185
185
|
}
|
|
186
186
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
187
187
|
minVersion: "12.0.0",
|
|
188
|
-
version: "21.0.
|
|
188
|
+
version: "21.1.0-next.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.0.
|
|
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.0.
|
|
222
|
+
version: "21.1.0-next.1",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: DefaultValueAccessor,
|
|
225
225
|
decorators: [{
|
|
@@ -264,8 +264,8 @@ function lengthOrSize(value) {
|
|
|
264
264
|
}
|
|
265
265
|
return null;
|
|
266
266
|
}
|
|
267
|
-
const NG_VALIDATORS = new InjectionToken(typeof ngDevMode !==
|
|
268
|
-
const NG_ASYNC_VALIDATORS = new InjectionToken(typeof ngDevMode !==
|
|
267
|
+
const NG_VALIDATORS = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'NgValidators' : '');
|
|
268
|
+
const NG_ASYNC_VALIDATORS = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'NgAsyncValidators' : '');
|
|
269
269
|
const EMAIL_REGEXP = /^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;
|
|
270
270
|
class Validators {
|
|
271
271
|
static min(min) {
|
|
@@ -643,7 +643,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
643
643
|
}
|
|
644
644
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
645
645
|
minVersion: "12.0.0",
|
|
646
|
-
version: "21.0.
|
|
646
|
+
version: "21.1.0-next.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.0.
|
|
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.0.
|
|
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.0.
|
|
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.0.
|
|
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.0.
|
|
736
|
+
version: "21.1.0-next.1",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: NgControlStatusGroup,
|
|
739
739
|
decorators: [{
|
|
@@ -1956,7 +1956,7 @@ class NgForm extends ControlContainer {
|
|
|
1956
1956
|
}
|
|
1957
1957
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1958
1958
|
minVersion: "12.0.0",
|
|
1959
|
-
version: "21.0.
|
|
1959
|
+
version: "21.1.0-next.1",
|
|
1960
1960
|
ngImport: i0,
|
|
1961
1961
|
type: NgForm,
|
|
1962
1962
|
deps: [{
|
|
@@ -1975,7 +1975,7 @@ class NgForm extends ControlContainer {
|
|
|
1975
1975
|
});
|
|
1976
1976
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1977
1977
|
minVersion: "14.0.0",
|
|
1978
|
-
version: "21.0.
|
|
1978
|
+
version: "21.1.0-next.1",
|
|
1979
1979
|
type: NgForm,
|
|
1980
1980
|
isStandalone: false,
|
|
1981
1981
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -1999,7 +1999,7 @@ class NgForm extends ControlContainer {
|
|
|
1999
1999
|
}
|
|
2000
2000
|
i0.ɵɵngDeclareClassMetadata({
|
|
2001
2001
|
minVersion: "12.0.0",
|
|
2002
|
-
version: "21.0.
|
|
2002
|
+
version: "21.1.0-next.1",
|
|
2003
2003
|
ngImport: i0,
|
|
2004
2004
|
type: NgForm,
|
|
2005
2005
|
decorators: [{
|
|
@@ -2181,7 +2181,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2181
2181
|
_checkParentType() {}
|
|
2182
2182
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2183
2183
|
minVersion: "12.0.0",
|
|
2184
|
-
version: "21.0.
|
|
2184
|
+
version: "21.1.0-next.1",
|
|
2185
2185
|
ngImport: i0,
|
|
2186
2186
|
type: AbstractFormGroupDirective,
|
|
2187
2187
|
deps: null,
|
|
@@ -2189,7 +2189,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2189
2189
|
});
|
|
2190
2190
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2191
2191
|
minVersion: "14.0.0",
|
|
2192
|
-
version: "21.0.
|
|
2192
|
+
version: "21.1.0-next.1",
|
|
2193
2193
|
type: AbstractFormGroupDirective,
|
|
2194
2194
|
isStandalone: false,
|
|
2195
2195
|
usesInheritance: true,
|
|
@@ -2198,7 +2198,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2198
2198
|
}
|
|
2199
2199
|
i0.ɵɵngDeclareClassMetadata({
|
|
2200
2200
|
minVersion: "12.0.0",
|
|
2201
|
-
version: "21.0.
|
|
2201
|
+
version: "21.1.0-next.1",
|
|
2202
2202
|
ngImport: i0,
|
|
2203
2203
|
type: AbstractFormGroupDirective,
|
|
2204
2204
|
decorators: [{
|
|
@@ -2273,7 +2273,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2273
2273
|
}
|
|
2274
2274
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2275
2275
|
minVersion: "12.0.0",
|
|
2276
|
-
version: "21.0.
|
|
2276
|
+
version: "21.1.0-next.1",
|
|
2277
2277
|
ngImport: i0,
|
|
2278
2278
|
type: NgModelGroup,
|
|
2279
2279
|
deps: [{
|
|
@@ -2293,7 +2293,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2293
2293
|
});
|
|
2294
2294
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2295
2295
|
minVersion: "14.0.0",
|
|
2296
|
-
version: "21.0.
|
|
2296
|
+
version: "21.1.0-next.1",
|
|
2297
2297
|
type: NgModelGroup,
|
|
2298
2298
|
isStandalone: false,
|
|
2299
2299
|
selector: "[ngModelGroup]",
|
|
@@ -2308,7 +2308,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2308
2308
|
}
|
|
2309
2309
|
i0.ɵɵngDeclareClassMetadata({
|
|
2310
2310
|
minVersion: "12.0.0",
|
|
2311
|
-
version: "21.0.
|
|
2311
|
+
version: "21.1.0-next.1",
|
|
2312
2312
|
ngImport: i0,
|
|
2313
2313
|
type: NgModelGroup,
|
|
2314
2314
|
decorators: [{
|
|
@@ -2474,7 +2474,7 @@ class NgModel extends NgControl {
|
|
|
2474
2474
|
}
|
|
2475
2475
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2476
2476
|
minVersion: "12.0.0",
|
|
2477
|
-
version: "21.0.
|
|
2477
|
+
version: "21.1.0-next.1",
|
|
2478
2478
|
ngImport: i0,
|
|
2479
2479
|
type: NgModel,
|
|
2480
2480
|
deps: [{
|
|
@@ -2504,7 +2504,7 @@ class NgModel extends NgControl {
|
|
|
2504
2504
|
});
|
|
2505
2505
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2506
2506
|
minVersion: "14.0.0",
|
|
2507
|
-
version: "21.0.
|
|
2507
|
+
version: "21.1.0-next.1",
|
|
2508
2508
|
type: NgModel,
|
|
2509
2509
|
isStandalone: false,
|
|
2510
2510
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -2526,7 +2526,7 @@ class NgModel extends NgControl {
|
|
|
2526
2526
|
}
|
|
2527
2527
|
i0.ɵɵngDeclareClassMetadata({
|
|
2528
2528
|
minVersion: "12.0.0",
|
|
2529
|
-
version: "21.0.
|
|
2529
|
+
version: "21.1.0-next.1",
|
|
2530
2530
|
ngImport: i0,
|
|
2531
2531
|
type: NgModel,
|
|
2532
2532
|
decorators: [{
|
|
@@ -2625,7 +2625,7 @@ function checkParentType$1(parent) {
|
|
|
2625
2625
|
class ɵNgNoValidate {
|
|
2626
2626
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2627
2627
|
minVersion: "12.0.0",
|
|
2628
|
-
version: "21.0.
|
|
2628
|
+
version: "21.1.0-next.1",
|
|
2629
2629
|
ngImport: i0,
|
|
2630
2630
|
type: ɵNgNoValidate,
|
|
2631
2631
|
deps: [],
|
|
@@ -2633,7 +2633,7 @@ class ɵNgNoValidate {
|
|
|
2633
2633
|
});
|
|
2634
2634
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2635
2635
|
minVersion: "14.0.0",
|
|
2636
|
-
version: "21.0.
|
|
2636
|
+
version: "21.1.0-next.1",
|
|
2637
2637
|
type: ɵNgNoValidate,
|
|
2638
2638
|
isStandalone: false,
|
|
2639
2639
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -2647,7 +2647,7 @@ class ɵNgNoValidate {
|
|
|
2647
2647
|
}
|
|
2648
2648
|
i0.ɵɵngDeclareClassMetadata({
|
|
2649
2649
|
minVersion: "12.0.0",
|
|
2650
|
-
version: "21.0.
|
|
2650
|
+
version: "21.1.0-next.1",
|
|
2651
2651
|
ngImport: i0,
|
|
2652
2652
|
type: ɵNgNoValidate,
|
|
2653
2653
|
decorators: [{
|
|
@@ -2679,7 +2679,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2679
2679
|
}
|
|
2680
2680
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2681
2681
|
minVersion: "12.0.0",
|
|
2682
|
-
version: "21.0.
|
|
2682
|
+
version: "21.1.0-next.1",
|
|
2683
2683
|
ngImport: i0,
|
|
2684
2684
|
type: NumberValueAccessor,
|
|
2685
2685
|
deps: null,
|
|
@@ -2687,7 +2687,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2687
2687
|
});
|
|
2688
2688
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2689
2689
|
minVersion: "14.0.0",
|
|
2690
|
-
version: "21.0.
|
|
2690
|
+
version: "21.1.0-next.1",
|
|
2691
2691
|
type: NumberValueAccessor,
|
|
2692
2692
|
isStandalone: false,
|
|
2693
2693
|
selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",
|
|
@@ -2704,7 +2704,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
i0.ɵɵngDeclareClassMetadata({
|
|
2706
2706
|
minVersion: "12.0.0",
|
|
2707
|
-
version: "21.0.
|
|
2707
|
+
version: "21.1.0-next.1",
|
|
2708
2708
|
ngImport: i0,
|
|
2709
2709
|
type: NumberValueAccessor,
|
|
2710
2710
|
decorators: [{
|
|
@@ -2758,7 +2758,7 @@ class RadioControlRegistry {
|
|
|
2758
2758
|
}
|
|
2759
2759
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2760
2760
|
minVersion: "12.0.0",
|
|
2761
|
-
version: "21.0.
|
|
2761
|
+
version: "21.1.0-next.1",
|
|
2762
2762
|
ngImport: i0,
|
|
2763
2763
|
type: RadioControlRegistry,
|
|
2764
2764
|
deps: [],
|
|
@@ -2766,7 +2766,7 @@ class RadioControlRegistry {
|
|
|
2766
2766
|
});
|
|
2767
2767
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2768
2768
|
minVersion: "12.0.0",
|
|
2769
|
-
version: "21.0.
|
|
2769
|
+
version: "21.1.0-next.1",
|
|
2770
2770
|
ngImport: i0,
|
|
2771
2771
|
type: RadioControlRegistry,
|
|
2772
2772
|
providedIn: 'root'
|
|
@@ -2774,7 +2774,7 @@ class RadioControlRegistry {
|
|
|
2774
2774
|
}
|
|
2775
2775
|
i0.ɵɵngDeclareClassMetadata({
|
|
2776
2776
|
minVersion: "12.0.0",
|
|
2777
|
-
version: "21.0.
|
|
2777
|
+
version: "21.1.0-next.1",
|
|
2778
2778
|
ngImport: i0,
|
|
2779
2779
|
type: RadioControlRegistry,
|
|
2780
2780
|
decorators: [{
|
|
@@ -2839,7 +2839,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2839
2839
|
}
|
|
2840
2840
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2841
2841
|
minVersion: "12.0.0",
|
|
2842
|
-
version: "21.0.
|
|
2842
|
+
version: "21.1.0-next.1",
|
|
2843
2843
|
ngImport: i0,
|
|
2844
2844
|
type: RadioControlValueAccessor,
|
|
2845
2845
|
deps: [{
|
|
@@ -2855,7 +2855,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2855
2855
|
});
|
|
2856
2856
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2857
2857
|
minVersion: "14.0.0",
|
|
2858
|
-
version: "21.0.
|
|
2858
|
+
version: "21.1.0-next.1",
|
|
2859
2859
|
type: RadioControlValueAccessor,
|
|
2860
2860
|
isStandalone: false,
|
|
2861
2861
|
selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",
|
|
@@ -2877,7 +2877,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2877
2877
|
}
|
|
2878
2878
|
i0.ɵɵngDeclareClassMetadata({
|
|
2879
2879
|
minVersion: "12.0.0",
|
|
2880
|
-
version: "21.0.
|
|
2880
|
+
version: "21.1.0-next.1",
|
|
2881
2881
|
ngImport: i0,
|
|
2882
2882
|
type: RadioControlValueAccessor,
|
|
2883
2883
|
decorators: [{
|
|
@@ -2930,7 +2930,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2930
2930
|
}
|
|
2931
2931
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2932
2932
|
minVersion: "12.0.0",
|
|
2933
|
-
version: "21.0.
|
|
2933
|
+
version: "21.1.0-next.1",
|
|
2934
2934
|
ngImport: i0,
|
|
2935
2935
|
type: RangeValueAccessor,
|
|
2936
2936
|
deps: null,
|
|
@@ -2938,7 +2938,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2938
2938
|
});
|
|
2939
2939
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2940
2940
|
minVersion: "14.0.0",
|
|
2941
|
-
version: "21.0.
|
|
2941
|
+
version: "21.1.0-next.1",
|
|
2942
2942
|
type: RangeValueAccessor,
|
|
2943
2943
|
isStandalone: false,
|
|
2944
2944
|
selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",
|
|
@@ -2956,7 +2956,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2956
2956
|
}
|
|
2957
2957
|
i0.ɵɵngDeclareClassMetadata({
|
|
2958
2958
|
minVersion: "12.0.0",
|
|
2959
|
-
version: "21.0.
|
|
2959
|
+
version: "21.1.0-next.1",
|
|
2960
2960
|
ngImport: i0,
|
|
2961
2961
|
type: RangeValueAccessor,
|
|
2962
2962
|
decorators: [{
|
|
@@ -3288,7 +3288,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3288
3288
|
}
|
|
3289
3289
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3290
3290
|
minVersion: "12.0.0",
|
|
3291
|
-
version: "21.0.
|
|
3291
|
+
version: "21.1.0-next.1",
|
|
3292
3292
|
ngImport: i0,
|
|
3293
3293
|
type: AbstractFormDirective,
|
|
3294
3294
|
deps: [{
|
|
@@ -3307,7 +3307,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3307
3307
|
});
|
|
3308
3308
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3309
3309
|
minVersion: "14.0.0",
|
|
3310
|
-
version: "21.0.
|
|
3310
|
+
version: "21.1.0-next.1",
|
|
3311
3311
|
type: AbstractFormDirective,
|
|
3312
3312
|
isStandalone: true,
|
|
3313
3313
|
usesInheritance: true,
|
|
@@ -3317,7 +3317,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3317
3317
|
}
|
|
3318
3318
|
i0.ɵɵngDeclareClassMetadata({
|
|
3319
3319
|
minVersion: "12.0.0",
|
|
3320
|
-
version: "21.0.
|
|
3320
|
+
version: "21.1.0-next.1",
|
|
3321
3321
|
ngImport: i0,
|
|
3322
3322
|
type: AbstractFormDirective,
|
|
3323
3323
|
decorators: [{
|
|
@@ -3366,7 +3366,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3366
3366
|
}
|
|
3367
3367
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3368
3368
|
minVersion: "12.0.0",
|
|
3369
|
-
version: "21.0.
|
|
3369
|
+
version: "21.1.0-next.1",
|
|
3370
3370
|
ngImport: i0,
|
|
3371
3371
|
type: FormArrayDirective,
|
|
3372
3372
|
deps: null,
|
|
@@ -3374,7 +3374,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3374
3374
|
});
|
|
3375
3375
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3376
3376
|
minVersion: "14.0.0",
|
|
3377
|
-
version: "21.0.
|
|
3377
|
+
version: "21.1.0-next.1",
|
|
3378
3378
|
type: FormArrayDirective,
|
|
3379
3379
|
isStandalone: false,
|
|
3380
3380
|
selector: "[formArray]",
|
|
@@ -3398,7 +3398,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
i0.ɵɵngDeclareClassMetadata({
|
|
3400
3400
|
minVersion: "12.0.0",
|
|
3401
|
-
version: "21.0.
|
|
3401
|
+
version: "21.1.0-next.1",
|
|
3402
3402
|
ngImport: i0,
|
|
3403
3403
|
type: FormArrayDirective,
|
|
3404
3404
|
decorators: [{
|
|
@@ -3425,7 +3425,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
3425
3425
|
}
|
|
3426
3426
|
});
|
|
3427
3427
|
|
|
3428
|
-
const NG_MODEL_WITH_FORM_CONTROL_WARNING = new InjectionToken(typeof ngDevMode !==
|
|
3428
|
+
const NG_MODEL_WITH_FORM_CONTROL_WARNING = new InjectionToken(typeof ngDevMode !== undefined && ngDevMode ? 'NgModelWithFormControlWarning' : '');
|
|
3429
3429
|
const formControlBinding = {
|
|
3430
3430
|
provide: NgControl,
|
|
3431
3431
|
useExisting: forwardRef(() => FormControlDirective)
|
|
@@ -3491,7 +3491,7 @@ class FormControlDirective extends NgControl {
|
|
|
3491
3491
|
}
|
|
3492
3492
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3493
3493
|
minVersion: "12.0.0",
|
|
3494
|
-
version: "21.0.
|
|
3494
|
+
version: "21.1.0-next.1",
|
|
3495
3495
|
ngImport: i0,
|
|
3496
3496
|
type: FormControlDirective,
|
|
3497
3497
|
deps: [{
|
|
@@ -3517,7 +3517,7 @@ class FormControlDirective extends NgControl {
|
|
|
3517
3517
|
});
|
|
3518
3518
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3519
3519
|
minVersion: "14.0.0",
|
|
3520
|
-
version: "21.0.
|
|
3520
|
+
version: "21.1.0-next.1",
|
|
3521
3521
|
type: FormControlDirective,
|
|
3522
3522
|
isStandalone: false,
|
|
3523
3523
|
selector: "[formControl]",
|
|
@@ -3538,7 +3538,7 @@ class FormControlDirective extends NgControl {
|
|
|
3538
3538
|
}
|
|
3539
3539
|
i0.ɵɵngDeclareClassMetadata({
|
|
3540
3540
|
minVersion: "12.0.0",
|
|
3541
|
-
version: "21.0.
|
|
3541
|
+
version: "21.1.0-next.1",
|
|
3542
3542
|
ngImport: i0,
|
|
3543
3543
|
type: FormControlDirective,
|
|
3544
3544
|
decorators: [{
|
|
@@ -3636,7 +3636,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3638
3638
|
minVersion: "12.0.0",
|
|
3639
|
-
version: "21.0.
|
|
3639
|
+
version: "21.1.0-next.1",
|
|
3640
3640
|
ngImport: i0,
|
|
3641
3641
|
type: FormGroupName,
|
|
3642
3642
|
deps: [{
|
|
@@ -3657,7 +3657,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3657
3657
|
});
|
|
3658
3658
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3659
3659
|
minVersion: "14.0.0",
|
|
3660
|
-
version: "21.0.
|
|
3660
|
+
version: "21.1.0-next.1",
|
|
3661
3661
|
type: FormGroupName,
|
|
3662
3662
|
isStandalone: false,
|
|
3663
3663
|
selector: "[formGroupName]",
|
|
@@ -3671,7 +3671,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3671
3671
|
}
|
|
3672
3672
|
i0.ɵɵngDeclareClassMetadata({
|
|
3673
3673
|
minVersion: "12.0.0",
|
|
3674
|
-
version: "21.0.
|
|
3674
|
+
version: "21.1.0-next.1",
|
|
3675
3675
|
ngImport: i0,
|
|
3676
3676
|
type: FormGroupName,
|
|
3677
3677
|
decorators: [{
|
|
@@ -3752,7 +3752,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3752
3752
|
}
|
|
3753
3753
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3754
3754
|
minVersion: "12.0.0",
|
|
3755
|
-
version: "21.0.
|
|
3755
|
+
version: "21.1.0-next.1",
|
|
3756
3756
|
ngImport: i0,
|
|
3757
3757
|
type: FormArrayName,
|
|
3758
3758
|
deps: [{
|
|
@@ -3773,7 +3773,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3773
3773
|
});
|
|
3774
3774
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3775
3775
|
minVersion: "14.0.0",
|
|
3776
|
-
version: "21.0.
|
|
3776
|
+
version: "21.1.0-next.1",
|
|
3777
3777
|
type: FormArrayName,
|
|
3778
3778
|
isStandalone: false,
|
|
3779
3779
|
selector: "[formArrayName]",
|
|
@@ -3787,7 +3787,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3787
3787
|
}
|
|
3788
3788
|
i0.ɵɵngDeclareClassMetadata({
|
|
3789
3789
|
minVersion: "12.0.0",
|
|
3790
|
-
version: "21.0.
|
|
3790
|
+
version: "21.1.0-next.1",
|
|
3791
3791
|
ngImport: i0,
|
|
3792
3792
|
type: FormArrayName,
|
|
3793
3793
|
decorators: [{
|
|
@@ -3900,7 +3900,7 @@ class FormControlName extends NgControl {
|
|
|
3900
3900
|
}
|
|
3901
3901
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3902
3902
|
minVersion: "12.0.0",
|
|
3903
|
-
version: "21.0.
|
|
3903
|
+
version: "21.1.0-next.1",
|
|
3904
3904
|
ngImport: i0,
|
|
3905
3905
|
type: FormControlName,
|
|
3906
3906
|
deps: [{
|
|
@@ -3928,7 +3928,7 @@ class FormControlName extends NgControl {
|
|
|
3928
3928
|
});
|
|
3929
3929
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3930
3930
|
minVersion: "14.0.0",
|
|
3931
|
-
version: "21.0.
|
|
3931
|
+
version: "21.1.0-next.1",
|
|
3932
3932
|
type: FormControlName,
|
|
3933
3933
|
isStandalone: false,
|
|
3934
3934
|
selector: "[formControlName]",
|
|
@@ -3948,7 +3948,7 @@ class FormControlName extends NgControl {
|
|
|
3948
3948
|
}
|
|
3949
3949
|
i0.ɵɵngDeclareClassMetadata({
|
|
3950
3950
|
minVersion: "12.0.0",
|
|
3951
|
-
version: "21.0.
|
|
3951
|
+
version: "21.1.0-next.1",
|
|
3952
3952
|
ngImport: i0,
|
|
3953
3953
|
type: FormControlName,
|
|
3954
3954
|
decorators: [{
|
|
@@ -4046,7 +4046,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4046
4046
|
}
|
|
4047
4047
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4048
4048
|
minVersion: "12.0.0",
|
|
4049
|
-
version: "21.0.
|
|
4049
|
+
version: "21.1.0-next.1",
|
|
4050
4050
|
ngImport: i0,
|
|
4051
4051
|
type: FormGroupDirective,
|
|
4052
4052
|
deps: null,
|
|
@@ -4054,7 +4054,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4054
4054
|
});
|
|
4055
4055
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4056
4056
|
minVersion: "14.0.0",
|
|
4057
|
-
version: "21.0.
|
|
4057
|
+
version: "21.1.0-next.1",
|
|
4058
4058
|
type: FormGroupDirective,
|
|
4059
4059
|
isStandalone: false,
|
|
4060
4060
|
selector: "[formGroup]",
|
|
@@ -4078,7 +4078,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4078
4078
|
}
|
|
4079
4079
|
i0.ɵɵngDeclareClassMetadata({
|
|
4080
4080
|
minVersion: "12.0.0",
|
|
4081
|
-
version: "21.0.
|
|
4081
|
+
version: "21.1.0-next.1",
|
|
4082
4082
|
ngImport: i0,
|
|
4083
4083
|
type: FormGroupDirective,
|
|
4084
4084
|
decorators: [{
|
|
@@ -4178,7 +4178,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4178
4178
|
}
|
|
4179
4179
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4180
4180
|
minVersion: "12.0.0",
|
|
4181
|
-
version: "21.0.
|
|
4181
|
+
version: "21.1.0-next.1",
|
|
4182
4182
|
ngImport: i0,
|
|
4183
4183
|
type: SelectControlValueAccessor,
|
|
4184
4184
|
deps: null,
|
|
@@ -4186,7 +4186,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4186
4186
|
});
|
|
4187
4187
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4188
4188
|
minVersion: "14.0.0",
|
|
4189
|
-
version: "21.0.
|
|
4189
|
+
version: "21.1.0-next.1",
|
|
4190
4190
|
type: SelectControlValueAccessor,
|
|
4191
4191
|
isStandalone: false,
|
|
4192
4192
|
selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",
|
|
@@ -4206,7 +4206,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4206
4206
|
}
|
|
4207
4207
|
i0.ɵɵngDeclareClassMetadata({
|
|
4208
4208
|
minVersion: "12.0.0",
|
|
4209
|
-
version: "21.0.
|
|
4209
|
+
version: "21.1.0-next.1",
|
|
4210
4210
|
ngImport: i0,
|
|
4211
4211
|
type: SelectControlValueAccessor,
|
|
4212
4212
|
decorators: [{
|
|
@@ -4259,7 +4259,7 @@ class NgSelectOption {
|
|
|
4259
4259
|
}
|
|
4260
4260
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4261
4261
|
minVersion: "12.0.0",
|
|
4262
|
-
version: "21.0.
|
|
4262
|
+
version: "21.1.0-next.1",
|
|
4263
4263
|
ngImport: i0,
|
|
4264
4264
|
type: NgSelectOption,
|
|
4265
4265
|
deps: [{
|
|
@@ -4275,7 +4275,7 @@ class NgSelectOption {
|
|
|
4275
4275
|
});
|
|
4276
4276
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4277
4277
|
minVersion: "14.0.0",
|
|
4278
|
-
version: "21.0.
|
|
4278
|
+
version: "21.1.0-next.1",
|
|
4279
4279
|
type: NgSelectOption,
|
|
4280
4280
|
isStandalone: false,
|
|
4281
4281
|
selector: "option",
|
|
@@ -4288,7 +4288,7 @@ class NgSelectOption {
|
|
|
4288
4288
|
}
|
|
4289
4289
|
i0.ɵɵngDeclareClassMetadata({
|
|
4290
4290
|
minVersion: "12.0.0",
|
|
4291
|
-
version: "21.0.
|
|
4291
|
+
version: "21.1.0-next.1",
|
|
4292
4292
|
ngImport: i0,
|
|
4293
4293
|
type: NgSelectOption,
|
|
4294
4294
|
decorators: [{
|
|
@@ -4404,7 +4404,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4404
4404
|
}
|
|
4405
4405
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4406
4406
|
minVersion: "12.0.0",
|
|
4407
|
-
version: "21.0.
|
|
4407
|
+
version: "21.1.0-next.1",
|
|
4408
4408
|
ngImport: i0,
|
|
4409
4409
|
type: SelectMultipleControlValueAccessor,
|
|
4410
4410
|
deps: null,
|
|
@@ -4412,7 +4412,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4412
4412
|
});
|
|
4413
4413
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4414
4414
|
minVersion: "14.0.0",
|
|
4415
|
-
version: "21.0.
|
|
4415
|
+
version: "21.1.0-next.1",
|
|
4416
4416
|
type: SelectMultipleControlValueAccessor,
|
|
4417
4417
|
isStandalone: false,
|
|
4418
4418
|
selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]",
|
|
@@ -4432,7 +4432,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4432
4432
|
}
|
|
4433
4433
|
i0.ɵɵngDeclareClassMetadata({
|
|
4434
4434
|
minVersion: "12.0.0",
|
|
4435
|
-
version: "21.0.
|
|
4435
|
+
version: "21.1.0-next.1",
|
|
4436
4436
|
ngImport: i0,
|
|
4437
4437
|
type: SelectMultipleControlValueAccessor,
|
|
4438
4438
|
decorators: [{
|
|
@@ -4496,7 +4496,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4496
4496
|
}
|
|
4497
4497
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4498
4498
|
minVersion: "12.0.0",
|
|
4499
|
-
version: "21.0.
|
|
4499
|
+
version: "21.1.0-next.1",
|
|
4500
4500
|
ngImport: i0,
|
|
4501
4501
|
type: ɵNgSelectMultipleOption,
|
|
4502
4502
|
deps: [{
|
|
@@ -4512,7 +4512,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4512
4512
|
});
|
|
4513
4513
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4514
4514
|
minVersion: "14.0.0",
|
|
4515
|
-
version: "21.0.
|
|
4515
|
+
version: "21.1.0-next.1",
|
|
4516
4516
|
type: ɵNgSelectMultipleOption,
|
|
4517
4517
|
isStandalone: false,
|
|
4518
4518
|
selector: "option",
|
|
@@ -4525,7 +4525,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4525
4525
|
}
|
|
4526
4526
|
i0.ɵɵngDeclareClassMetadata({
|
|
4527
4527
|
minVersion: "12.0.0",
|
|
4528
|
-
version: "21.0.
|
|
4528
|
+
version: "21.1.0-next.1",
|
|
4529
4529
|
ngImport: i0,
|
|
4530
4530
|
type: ɵNgSelectMultipleOption,
|
|
4531
4531
|
decorators: [{
|
|
@@ -4590,7 +4590,7 @@ class AbstractValidatorDirective {
|
|
|
4590
4590
|
}
|
|
4591
4591
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4592
4592
|
minVersion: "12.0.0",
|
|
4593
|
-
version: "21.0.
|
|
4593
|
+
version: "21.1.0-next.1",
|
|
4594
4594
|
ngImport: i0,
|
|
4595
4595
|
type: AbstractValidatorDirective,
|
|
4596
4596
|
deps: [],
|
|
@@ -4598,7 +4598,7 @@ class AbstractValidatorDirective {
|
|
|
4598
4598
|
});
|
|
4599
4599
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4600
4600
|
minVersion: "14.0.0",
|
|
4601
|
-
version: "21.0.
|
|
4601
|
+
version: "21.1.0-next.1",
|
|
4602
4602
|
type: AbstractValidatorDirective,
|
|
4603
4603
|
isStandalone: true,
|
|
4604
4604
|
usesOnChanges: true,
|
|
@@ -4607,7 +4607,7 @@ class AbstractValidatorDirective {
|
|
|
4607
4607
|
}
|
|
4608
4608
|
i0.ɵɵngDeclareClassMetadata({
|
|
4609
4609
|
minVersion: "12.0.0",
|
|
4610
|
-
version: "21.0.
|
|
4610
|
+
version: "21.1.0-next.1",
|
|
4611
4611
|
ngImport: i0,
|
|
4612
4612
|
type: AbstractValidatorDirective,
|
|
4613
4613
|
decorators: [{
|
|
@@ -4626,7 +4626,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4626
4626
|
createValidator = max => maxValidator(max);
|
|
4627
4627
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4628
4628
|
minVersion: "12.0.0",
|
|
4629
|
-
version: "21.0.
|
|
4629
|
+
version: "21.1.0-next.1",
|
|
4630
4630
|
ngImport: i0,
|
|
4631
4631
|
type: MaxValidator,
|
|
4632
4632
|
deps: null,
|
|
@@ -4634,7 +4634,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4634
4634
|
});
|
|
4635
4635
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4636
4636
|
minVersion: "14.0.0",
|
|
4637
|
-
version: "21.0.
|
|
4637
|
+
version: "21.1.0-next.1",
|
|
4638
4638
|
type: MaxValidator,
|
|
4639
4639
|
isStandalone: false,
|
|
4640
4640
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -4653,7 +4653,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4653
4653
|
}
|
|
4654
4654
|
i0.ɵɵngDeclareClassMetadata({
|
|
4655
4655
|
minVersion: "12.0.0",
|
|
4656
|
-
version: "21.0.
|
|
4656
|
+
version: "21.1.0-next.1",
|
|
4657
4657
|
ngImport: i0,
|
|
4658
4658
|
type: MaxValidator,
|
|
4659
4659
|
decorators: [{
|
|
@@ -4685,7 +4685,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4685
4685
|
createValidator = min => minValidator(min);
|
|
4686
4686
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4687
4687
|
minVersion: "12.0.0",
|
|
4688
|
-
version: "21.0.
|
|
4688
|
+
version: "21.1.0-next.1",
|
|
4689
4689
|
ngImport: i0,
|
|
4690
4690
|
type: MinValidator,
|
|
4691
4691
|
deps: null,
|
|
@@ -4693,7 +4693,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4693
4693
|
});
|
|
4694
4694
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4695
4695
|
minVersion: "14.0.0",
|
|
4696
|
-
version: "21.0.
|
|
4696
|
+
version: "21.1.0-next.1",
|
|
4697
4697
|
type: MinValidator,
|
|
4698
4698
|
isStandalone: false,
|
|
4699
4699
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -4712,7 +4712,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4712
4712
|
}
|
|
4713
4713
|
i0.ɵɵngDeclareClassMetadata({
|
|
4714
4714
|
minVersion: "12.0.0",
|
|
4715
|
-
version: "21.0.
|
|
4715
|
+
version: "21.1.0-next.1",
|
|
4716
4716
|
ngImport: i0,
|
|
4717
4717
|
type: MinValidator,
|
|
4718
4718
|
decorators: [{
|
|
@@ -4752,7 +4752,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4752
4752
|
}
|
|
4753
4753
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4754
4754
|
minVersion: "12.0.0",
|
|
4755
|
-
version: "21.0.
|
|
4755
|
+
version: "21.1.0-next.1",
|
|
4756
4756
|
ngImport: i0,
|
|
4757
4757
|
type: RequiredValidator,
|
|
4758
4758
|
deps: null,
|
|
@@ -4760,7 +4760,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4760
4760
|
});
|
|
4761
4761
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4762
4762
|
minVersion: "14.0.0",
|
|
4763
|
-
version: "21.0.
|
|
4763
|
+
version: "21.1.0-next.1",
|
|
4764
4764
|
type: RequiredValidator,
|
|
4765
4765
|
isStandalone: false,
|
|
4766
4766
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -4779,7 +4779,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4779
4779
|
}
|
|
4780
4780
|
i0.ɵɵngDeclareClassMetadata({
|
|
4781
4781
|
minVersion: "12.0.0",
|
|
4782
|
-
version: "21.0.
|
|
4782
|
+
version: "21.1.0-next.1",
|
|
4783
4783
|
ngImport: i0,
|
|
4784
4784
|
type: RequiredValidator,
|
|
4785
4785
|
decorators: [{
|
|
@@ -4803,7 +4803,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4803
4803
|
createValidator = input => requiredTrueValidator;
|
|
4804
4804
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4805
4805
|
minVersion: "12.0.0",
|
|
4806
|
-
version: "21.0.
|
|
4806
|
+
version: "21.1.0-next.1",
|
|
4807
4807
|
ngImport: i0,
|
|
4808
4808
|
type: CheckboxRequiredValidator,
|
|
4809
4809
|
deps: null,
|
|
@@ -4811,7 +4811,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4811
4811
|
});
|
|
4812
4812
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4813
4813
|
minVersion: "14.0.0",
|
|
4814
|
-
version: "21.0.
|
|
4814
|
+
version: "21.1.0-next.1",
|
|
4815
4815
|
type: CheckboxRequiredValidator,
|
|
4816
4816
|
isStandalone: false,
|
|
4817
4817
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -4827,7 +4827,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4827
4827
|
}
|
|
4828
4828
|
i0.ɵɵngDeclareClassMetadata({
|
|
4829
4829
|
minVersion: "12.0.0",
|
|
4830
|
-
version: "21.0.
|
|
4830
|
+
version: "21.1.0-next.1",
|
|
4831
4831
|
ngImport: i0,
|
|
4832
4832
|
type: CheckboxRequiredValidator,
|
|
4833
4833
|
decorators: [{
|
|
@@ -4857,7 +4857,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4857
4857
|
}
|
|
4858
4858
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4859
4859
|
minVersion: "12.0.0",
|
|
4860
|
-
version: "21.0.
|
|
4860
|
+
version: "21.1.0-next.1",
|
|
4861
4861
|
ngImport: i0,
|
|
4862
4862
|
type: EmailValidator,
|
|
4863
4863
|
deps: null,
|
|
@@ -4865,7 +4865,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4865
4865
|
});
|
|
4866
4866
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4867
4867
|
minVersion: "14.0.0",
|
|
4868
|
-
version: "21.0.
|
|
4868
|
+
version: "21.1.0-next.1",
|
|
4869
4869
|
type: EmailValidator,
|
|
4870
4870
|
isStandalone: false,
|
|
4871
4871
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -4879,7 +4879,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4879
4879
|
}
|
|
4880
4880
|
i0.ɵɵngDeclareClassMetadata({
|
|
4881
4881
|
minVersion: "12.0.0",
|
|
4882
|
-
version: "21.0.
|
|
4882
|
+
version: "21.1.0-next.1",
|
|
4883
4883
|
ngImport: i0,
|
|
4884
4884
|
type: EmailValidator,
|
|
4885
4885
|
decorators: [{
|
|
@@ -4908,7 +4908,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4908
4908
|
createValidator = minlength => minLengthValidator(minlength);
|
|
4909
4909
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4910
4910
|
minVersion: "12.0.0",
|
|
4911
|
-
version: "21.0.
|
|
4911
|
+
version: "21.1.0-next.1",
|
|
4912
4912
|
ngImport: i0,
|
|
4913
4913
|
type: MinLengthValidator,
|
|
4914
4914
|
deps: null,
|
|
@@ -4916,7 +4916,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4916
4916
|
});
|
|
4917
4917
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4918
4918
|
minVersion: "14.0.0",
|
|
4919
|
-
version: "21.0.
|
|
4919
|
+
version: "21.1.0-next.1",
|
|
4920
4920
|
type: MinLengthValidator,
|
|
4921
4921
|
isStandalone: false,
|
|
4922
4922
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -4935,7 +4935,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4935
4935
|
}
|
|
4936
4936
|
i0.ɵɵngDeclareClassMetadata({
|
|
4937
4937
|
minVersion: "12.0.0",
|
|
4938
|
-
version: "21.0.
|
|
4938
|
+
version: "21.1.0-next.1",
|
|
4939
4939
|
ngImport: i0,
|
|
4940
4940
|
type: MinLengthValidator,
|
|
4941
4941
|
decorators: [{
|
|
@@ -4967,7 +4967,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4967
4967
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
4968
4968
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4969
4969
|
minVersion: "12.0.0",
|
|
4970
|
-
version: "21.0.
|
|
4970
|
+
version: "21.1.0-next.1",
|
|
4971
4971
|
ngImport: i0,
|
|
4972
4972
|
type: MaxLengthValidator,
|
|
4973
4973
|
deps: null,
|
|
@@ -4975,7 +4975,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4975
4975
|
});
|
|
4976
4976
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4977
4977
|
minVersion: "14.0.0",
|
|
4978
|
-
version: "21.0.
|
|
4978
|
+
version: "21.1.0-next.1",
|
|
4979
4979
|
type: MaxLengthValidator,
|
|
4980
4980
|
isStandalone: false,
|
|
4981
4981
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -4994,7 +4994,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4994
4994
|
}
|
|
4995
4995
|
i0.ɵɵngDeclareClassMetadata({
|
|
4996
4996
|
minVersion: "12.0.0",
|
|
4997
|
-
version: "21.0.
|
|
4997
|
+
version: "21.1.0-next.1",
|
|
4998
4998
|
ngImport: i0,
|
|
4999
4999
|
type: MaxLengthValidator,
|
|
5000
5000
|
decorators: [{
|
|
@@ -5026,7 +5026,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5026
5026
|
createValidator = input => patternValidator(input);
|
|
5027
5027
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5028
5028
|
minVersion: "12.0.0",
|
|
5029
|
-
version: "21.0.
|
|
5029
|
+
version: "21.1.0-next.1",
|
|
5030
5030
|
ngImport: i0,
|
|
5031
5031
|
type: PatternValidator,
|
|
5032
5032
|
deps: null,
|
|
@@ -5034,7 +5034,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5034
5034
|
});
|
|
5035
5035
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5036
5036
|
minVersion: "14.0.0",
|
|
5037
|
-
version: "21.0.
|
|
5037
|
+
version: "21.1.0-next.1",
|
|
5038
5038
|
type: PatternValidator,
|
|
5039
5039
|
isStandalone: false,
|
|
5040
5040
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -5053,7 +5053,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5053
5053
|
}
|
|
5054
5054
|
i0.ɵɵngDeclareClassMetadata({
|
|
5055
5055
|
minVersion: "12.0.0",
|
|
5056
|
-
version: "21.0.
|
|
5056
|
+
version: "21.1.0-next.1",
|
|
5057
5057
|
ngImport: i0,
|
|
5058
5058
|
type: PatternValidator,
|
|
5059
5059
|
decorators: [{
|
|
@@ -5080,7 +5080,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5080
5080
|
class ɵInternalFormsSharedModule {
|
|
5081
5081
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5082
5082
|
minVersion: "12.0.0",
|
|
5083
|
-
version: "21.0.
|
|
5083
|
+
version: "21.1.0-next.1",
|
|
5084
5084
|
ngImport: i0,
|
|
5085
5085
|
type: ɵInternalFormsSharedModule,
|
|
5086
5086
|
deps: [],
|
|
@@ -5088,7 +5088,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5088
5088
|
});
|
|
5089
5089
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5090
5090
|
minVersion: "14.0.0",
|
|
5091
|
-
version: "21.0.
|
|
5091
|
+
version: "21.1.0-next.1",
|
|
5092
5092
|
ngImport: i0,
|
|
5093
5093
|
type: ɵInternalFormsSharedModule,
|
|
5094
5094
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5096,14 +5096,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5096
5096
|
});
|
|
5097
5097
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5098
5098
|
minVersion: "12.0.0",
|
|
5099
|
-
version: "21.0.
|
|
5099
|
+
version: "21.1.0-next.1",
|
|
5100
5100
|
ngImport: i0,
|
|
5101
5101
|
type: ɵInternalFormsSharedModule
|
|
5102
5102
|
});
|
|
5103
5103
|
}
|
|
5104
5104
|
i0.ɵɵngDeclareClassMetadata({
|
|
5105
5105
|
minVersion: "12.0.0",
|
|
5106
|
-
version: "21.0.
|
|
5106
|
+
version: "21.1.0-next.1",
|
|
5107
5107
|
ngImport: i0,
|
|
5108
5108
|
type: ɵInternalFormsSharedModule,
|
|
5109
5109
|
decorators: [{
|
|
@@ -5183,7 +5183,7 @@ class FormBuilder {
|
|
|
5183
5183
|
}
|
|
5184
5184
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5185
5185
|
minVersion: "12.0.0",
|
|
5186
|
-
version: "21.0.
|
|
5186
|
+
version: "21.1.0-next.1",
|
|
5187
5187
|
ngImport: i0,
|
|
5188
5188
|
type: FormBuilder,
|
|
5189
5189
|
deps: [],
|
|
@@ -5191,7 +5191,7 @@ class FormBuilder {
|
|
|
5191
5191
|
});
|
|
5192
5192
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5193
5193
|
minVersion: "12.0.0",
|
|
5194
|
-
version: "21.0.
|
|
5194
|
+
version: "21.1.0-next.1",
|
|
5195
5195
|
ngImport: i0,
|
|
5196
5196
|
type: FormBuilder,
|
|
5197
5197
|
providedIn: 'root'
|
|
@@ -5199,7 +5199,7 @@ class FormBuilder {
|
|
|
5199
5199
|
}
|
|
5200
5200
|
i0.ɵɵngDeclareClassMetadata({
|
|
5201
5201
|
minVersion: "12.0.0",
|
|
5202
|
-
version: "21.0.
|
|
5202
|
+
version: "21.1.0-next.1",
|
|
5203
5203
|
ngImport: i0,
|
|
5204
5204
|
type: FormBuilder,
|
|
5205
5205
|
decorators: [{
|
|
@@ -5212,7 +5212,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5212
5212
|
class NonNullableFormBuilder {
|
|
5213
5213
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5214
5214
|
minVersion: "12.0.0",
|
|
5215
|
-
version: "21.0.
|
|
5215
|
+
version: "21.1.0-next.1",
|
|
5216
5216
|
ngImport: i0,
|
|
5217
5217
|
type: NonNullableFormBuilder,
|
|
5218
5218
|
deps: [],
|
|
@@ -5220,7 +5220,7 @@ class NonNullableFormBuilder {
|
|
|
5220
5220
|
});
|
|
5221
5221
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5222
5222
|
minVersion: "12.0.0",
|
|
5223
|
-
version: "21.0.
|
|
5223
|
+
version: "21.1.0-next.1",
|
|
5224
5224
|
ngImport: i0,
|
|
5225
5225
|
type: NonNullableFormBuilder,
|
|
5226
5226
|
providedIn: 'root',
|
|
@@ -5229,7 +5229,7 @@ class NonNullableFormBuilder {
|
|
|
5229
5229
|
}
|
|
5230
5230
|
i0.ɵɵngDeclareClassMetadata({
|
|
5231
5231
|
minVersion: "12.0.0",
|
|
5232
|
-
version: "21.0.
|
|
5232
|
+
version: "21.1.0-next.1",
|
|
5233
5233
|
ngImport: i0,
|
|
5234
5234
|
type: NonNullableFormBuilder,
|
|
5235
5235
|
decorators: [{
|
|
@@ -5252,7 +5252,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5252
5252
|
}
|
|
5253
5253
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5254
5254
|
minVersion: "12.0.0",
|
|
5255
|
-
version: "21.0.
|
|
5255
|
+
version: "21.1.0-next.1",
|
|
5256
5256
|
ngImport: i0,
|
|
5257
5257
|
type: UntypedFormBuilder,
|
|
5258
5258
|
deps: null,
|
|
@@ -5260,7 +5260,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5260
5260
|
});
|
|
5261
5261
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5262
5262
|
minVersion: "12.0.0",
|
|
5263
|
-
version: "21.0.
|
|
5263
|
+
version: "21.1.0-next.1",
|
|
5264
5264
|
ngImport: i0,
|
|
5265
5265
|
type: UntypedFormBuilder,
|
|
5266
5266
|
providedIn: 'root'
|
|
@@ -5268,7 +5268,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5268
5268
|
}
|
|
5269
5269
|
i0.ɵɵngDeclareClassMetadata({
|
|
5270
5270
|
minVersion: "12.0.0",
|
|
5271
|
-
version: "21.0.
|
|
5271
|
+
version: "21.1.0-next.1",
|
|
5272
5272
|
ngImport: i0,
|
|
5273
5273
|
type: UntypedFormBuilder,
|
|
5274
5274
|
decorators: [{
|
|
@@ -5279,7 +5279,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5279
5279
|
}]
|
|
5280
5280
|
});
|
|
5281
5281
|
|
|
5282
|
-
const VERSION = /* @__PURE__ */new Version('21.0.
|
|
5282
|
+
const VERSION = /* @__PURE__ */new Version('21.1.0-next.1');
|
|
5283
5283
|
|
|
5284
5284
|
class FormsModule {
|
|
5285
5285
|
static withConfig(opts) {
|
|
@@ -5293,7 +5293,7 @@ class FormsModule {
|
|
|
5293
5293
|
}
|
|
5294
5294
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5295
5295
|
minVersion: "12.0.0",
|
|
5296
|
-
version: "21.0.
|
|
5296
|
+
version: "21.1.0-next.1",
|
|
5297
5297
|
ngImport: i0,
|
|
5298
5298
|
type: FormsModule,
|
|
5299
5299
|
deps: [],
|
|
@@ -5301,7 +5301,7 @@ class FormsModule {
|
|
|
5301
5301
|
});
|
|
5302
5302
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5303
5303
|
minVersion: "14.0.0",
|
|
5304
|
-
version: "21.0.
|
|
5304
|
+
version: "21.1.0-next.1",
|
|
5305
5305
|
ngImport: i0,
|
|
5306
5306
|
type: FormsModule,
|
|
5307
5307
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5309,7 +5309,7 @@ class FormsModule {
|
|
|
5309
5309
|
});
|
|
5310
5310
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5311
5311
|
minVersion: "12.0.0",
|
|
5312
|
-
version: "21.0.
|
|
5312
|
+
version: "21.1.0-next.1",
|
|
5313
5313
|
ngImport: i0,
|
|
5314
5314
|
type: FormsModule,
|
|
5315
5315
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5317,7 +5317,7 @@ class FormsModule {
|
|
|
5317
5317
|
}
|
|
5318
5318
|
i0.ɵɵngDeclareClassMetadata({
|
|
5319
5319
|
minVersion: "12.0.0",
|
|
5320
|
-
version: "21.0.
|
|
5320
|
+
version: "21.1.0-next.1",
|
|
5321
5321
|
ngImport: i0,
|
|
5322
5322
|
type: FormsModule,
|
|
5323
5323
|
decorators: [{
|
|
@@ -5343,7 +5343,7 @@ class ReactiveFormsModule {
|
|
|
5343
5343
|
}
|
|
5344
5344
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5345
5345
|
minVersion: "12.0.0",
|
|
5346
|
-
version: "21.0.
|
|
5346
|
+
version: "21.1.0-next.1",
|
|
5347
5347
|
ngImport: i0,
|
|
5348
5348
|
type: ReactiveFormsModule,
|
|
5349
5349
|
deps: [],
|
|
@@ -5351,7 +5351,7 @@ class ReactiveFormsModule {
|
|
|
5351
5351
|
});
|
|
5352
5352
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5353
5353
|
minVersion: "14.0.0",
|
|
5354
|
-
version: "21.0.
|
|
5354
|
+
version: "21.1.0-next.1",
|
|
5355
5355
|
ngImport: i0,
|
|
5356
5356
|
type: ReactiveFormsModule,
|
|
5357
5357
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5359,7 +5359,7 @@ class ReactiveFormsModule {
|
|
|
5359
5359
|
});
|
|
5360
5360
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5361
5361
|
minVersion: "12.0.0",
|
|
5362
|
-
version: "21.0.
|
|
5362
|
+
version: "21.1.0-next.1",
|
|
5363
5363
|
ngImport: i0,
|
|
5364
5364
|
type: ReactiveFormsModule,
|
|
5365
5365
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5367,7 +5367,7 @@ class ReactiveFormsModule {
|
|
|
5367
5367
|
}
|
|
5368
5368
|
i0.ɵɵngDeclareClassMetadata({
|
|
5369
5369
|
minVersion: "12.0.0",
|
|
5370
|
-
version: "21.0.
|
|
5370
|
+
version: "21.1.0-next.1",
|
|
5371
5371
|
ngImport: i0,
|
|
5372
5372
|
type: ReactiveFormsModule,
|
|
5373
5373
|
decorators: [{
|