@angular/forms 21.1.1 → 21.2.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/_structure-chunk.mjs +3 -3
- package/fesm2022/_structure-chunk.mjs.map +1 -1
- package/fesm2022/forms.mjs +128 -128
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +1 -1
- package/fesm2022/signals.mjs +7 -7
- package/fesm2022/signals.mjs.map +1 -1
- package/package.json +4 -4
- package/types/_structure-chunk.d.ts +6 -5
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +1 -1
- package/types/signals.d.ts +2 -2
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.
|
|
2
|
+
* @license Angular v21.2.0-next.0
|
|
3
3
|
* (c) 2010-2026 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.
|
|
36
|
+
version: "21.2.0-next.0",
|
|
37
37
|
ngImport: i0,
|
|
38
38
|
type: BaseControlValueAccessor,
|
|
39
39
|
deps: [{
|
|
@@ -45,7 +45,7 @@ class BaseControlValueAccessor {
|
|
|
45
45
|
});
|
|
46
46
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
47
47
|
minVersion: "14.0.0",
|
|
48
|
-
version: "21.
|
|
48
|
+
version: "21.2.0-next.0",
|
|
49
49
|
type: BaseControlValueAccessor,
|
|
50
50
|
isStandalone: true,
|
|
51
51
|
ngImport: i0
|
|
@@ -53,7 +53,7 @@ class BaseControlValueAccessor {
|
|
|
53
53
|
}
|
|
54
54
|
i0.ɵɵngDeclareClassMetadata({
|
|
55
55
|
minVersion: "12.0.0",
|
|
56
|
-
version: "21.
|
|
56
|
+
version: "21.2.0-next.0",
|
|
57
57
|
ngImport: i0,
|
|
58
58
|
type: BaseControlValueAccessor,
|
|
59
59
|
decorators: [{
|
|
@@ -68,7 +68,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
68
68
|
class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
69
69
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
70
70
|
minVersion: "12.0.0",
|
|
71
|
-
version: "21.
|
|
71
|
+
version: "21.2.0-next.0",
|
|
72
72
|
ngImport: i0,
|
|
73
73
|
type: BuiltInControlValueAccessor,
|
|
74
74
|
deps: null,
|
|
@@ -76,7 +76,7 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
76
76
|
});
|
|
77
77
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
78
78
|
minVersion: "14.0.0",
|
|
79
|
-
version: "21.
|
|
79
|
+
version: "21.2.0-next.0",
|
|
80
80
|
type: BuiltInControlValueAccessor,
|
|
81
81
|
isStandalone: true,
|
|
82
82
|
usesInheritance: true,
|
|
@@ -85,7 +85,7 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
85
85
|
}
|
|
86
86
|
i0.ɵɵngDeclareClassMetadata({
|
|
87
87
|
minVersion: "12.0.0",
|
|
88
|
-
version: "21.
|
|
88
|
+
version: "21.2.0-next.0",
|
|
89
89
|
ngImport: i0,
|
|
90
90
|
type: BuiltInControlValueAccessor,
|
|
91
91
|
decorators: [{
|
|
@@ -105,7 +105,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
105
105
|
}
|
|
106
106
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "21.
|
|
108
|
+
version: "21.2.0-next.0",
|
|
109
109
|
ngImport: i0,
|
|
110
110
|
type: CheckboxControlValueAccessor,
|
|
111
111
|
deps: null,
|
|
@@ -113,7 +113,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
113
113
|
});
|
|
114
114
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
115
115
|
minVersion: "14.0.0",
|
|
116
|
-
version: "21.
|
|
116
|
+
version: "21.2.0-next.0",
|
|
117
117
|
type: CheckboxControlValueAccessor,
|
|
118
118
|
isStandalone: false,
|
|
119
119
|
selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]",
|
|
@@ -130,7 +130,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
130
130
|
}
|
|
131
131
|
i0.ɵɵngDeclareClassMetadata({
|
|
132
132
|
minVersion: "12.0.0",
|
|
133
|
-
version: "21.
|
|
133
|
+
version: "21.2.0-next.0",
|
|
134
134
|
ngImport: i0,
|
|
135
135
|
type: CheckboxControlValueAccessor,
|
|
136
136
|
decorators: [{
|
|
@@ -185,7 +185,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
185
185
|
}
|
|
186
186
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
187
187
|
minVersion: "12.0.0",
|
|
188
|
-
version: "21.
|
|
188
|
+
version: "21.2.0-next.0",
|
|
189
189
|
ngImport: i0,
|
|
190
190
|
type: DefaultValueAccessor,
|
|
191
191
|
deps: [{
|
|
@@ -200,7 +200,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
200
200
|
});
|
|
201
201
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
202
202
|
minVersion: "14.0.0",
|
|
203
|
-
version: "21.
|
|
203
|
+
version: "21.2.0-next.0",
|
|
204
204
|
type: DefaultValueAccessor,
|
|
205
205
|
isStandalone: false,
|
|
206
206
|
selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]",
|
|
@@ -219,7 +219,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
219
219
|
}
|
|
220
220
|
i0.ɵɵngDeclareClassMetadata({
|
|
221
221
|
minVersion: "12.0.0",
|
|
222
|
-
version: "21.
|
|
222
|
+
version: "21.2.0-next.0",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: DefaultValueAccessor,
|
|
225
225
|
decorators: [{
|
|
@@ -643,7 +643,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
643
643
|
}
|
|
644
644
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
645
645
|
minVersion: "12.0.0",
|
|
646
|
-
version: "21.
|
|
646
|
+
version: "21.2.0-next.0",
|
|
647
647
|
ngImport: i0,
|
|
648
648
|
type: NgControlStatus,
|
|
649
649
|
deps: [{
|
|
@@ -654,7 +654,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
654
654
|
});
|
|
655
655
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
656
656
|
minVersion: "14.0.0",
|
|
657
|
-
version: "21.
|
|
657
|
+
version: "21.2.0-next.0",
|
|
658
658
|
type: NgControlStatus,
|
|
659
659
|
isStandalone: false,
|
|
660
660
|
selector: "[formControlName],[ngModel],[formControl]",
|
|
@@ -675,7 +675,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
675
675
|
}
|
|
676
676
|
i0.ɵɵngDeclareClassMetadata({
|
|
677
677
|
minVersion: "12.0.0",
|
|
678
|
-
version: "21.
|
|
678
|
+
version: "21.2.0-next.0",
|
|
679
679
|
ngImport: i0,
|
|
680
680
|
type: NgControlStatus,
|
|
681
681
|
decorators: [{
|
|
@@ -699,7 +699,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
699
699
|
}
|
|
700
700
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
701
701
|
minVersion: "12.0.0",
|
|
702
|
-
version: "21.
|
|
702
|
+
version: "21.2.0-next.0",
|
|
703
703
|
ngImport: i0,
|
|
704
704
|
type: NgControlStatusGroup,
|
|
705
705
|
deps: [{
|
|
@@ -711,7 +711,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
711
711
|
});
|
|
712
712
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
713
713
|
minVersion: "14.0.0",
|
|
714
|
-
version: "21.
|
|
714
|
+
version: "21.2.0-next.0",
|
|
715
715
|
type: NgControlStatusGroup,
|
|
716
716
|
isStandalone: false,
|
|
717
717
|
selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]",
|
|
@@ -733,7 +733,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
733
733
|
}
|
|
734
734
|
i0.ɵɵngDeclareClassMetadata({
|
|
735
735
|
minVersion: "12.0.0",
|
|
736
|
-
version: "21.
|
|
736
|
+
version: "21.2.0-next.0",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: NgControlStatusGroup,
|
|
739
739
|
decorators: [{
|
|
@@ -807,7 +807,7 @@ const ngModelWithFormGroupExample = `
|
|
|
807
807
|
</div>
|
|
808
808
|
`;
|
|
809
809
|
|
|
810
|
-
const VERSION = /* @__PURE__ */new Version('21.
|
|
810
|
+
const VERSION = /* @__PURE__ */new Version('21.2.0-next.0');
|
|
811
811
|
|
|
812
812
|
function controlParentException(nameOrIndex) {
|
|
813
813
|
return new _RuntimeError(1050, `formControlName must be used with a parent formGroup or formArray directive. You'll want to add a formGroup/formArray
|
|
@@ -1959,7 +1959,7 @@ class NgForm extends ControlContainer {
|
|
|
1959
1959
|
}
|
|
1960
1960
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1961
1961
|
minVersion: "12.0.0",
|
|
1962
|
-
version: "21.
|
|
1962
|
+
version: "21.2.0-next.0",
|
|
1963
1963
|
ngImport: i0,
|
|
1964
1964
|
type: NgForm,
|
|
1965
1965
|
deps: [{
|
|
@@ -1978,7 +1978,7 @@ class NgForm extends ControlContainer {
|
|
|
1978
1978
|
});
|
|
1979
1979
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1980
1980
|
minVersion: "14.0.0",
|
|
1981
|
-
version: "21.
|
|
1981
|
+
version: "21.2.0-next.0",
|
|
1982
1982
|
type: NgForm,
|
|
1983
1983
|
isStandalone: false,
|
|
1984
1984
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -2002,7 +2002,7 @@ class NgForm extends ControlContainer {
|
|
|
2002
2002
|
}
|
|
2003
2003
|
i0.ɵɵngDeclareClassMetadata({
|
|
2004
2004
|
minVersion: "12.0.0",
|
|
2005
|
-
version: "21.
|
|
2005
|
+
version: "21.2.0-next.0",
|
|
2006
2006
|
ngImport: i0,
|
|
2007
2007
|
type: NgForm,
|
|
2008
2008
|
decorators: [{
|
|
@@ -2184,7 +2184,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2184
2184
|
_checkParentType() {}
|
|
2185
2185
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2186
2186
|
minVersion: "12.0.0",
|
|
2187
|
-
version: "21.
|
|
2187
|
+
version: "21.2.0-next.0",
|
|
2188
2188
|
ngImport: i0,
|
|
2189
2189
|
type: AbstractFormGroupDirective,
|
|
2190
2190
|
deps: null,
|
|
@@ -2192,7 +2192,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2192
2192
|
});
|
|
2193
2193
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2194
2194
|
minVersion: "14.0.0",
|
|
2195
|
-
version: "21.
|
|
2195
|
+
version: "21.2.0-next.0",
|
|
2196
2196
|
type: AbstractFormGroupDirective,
|
|
2197
2197
|
isStandalone: false,
|
|
2198
2198
|
usesInheritance: true,
|
|
@@ -2201,7 +2201,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2201
2201
|
}
|
|
2202
2202
|
i0.ɵɵngDeclareClassMetadata({
|
|
2203
2203
|
minVersion: "12.0.0",
|
|
2204
|
-
version: "21.
|
|
2204
|
+
version: "21.2.0-next.0",
|
|
2205
2205
|
ngImport: i0,
|
|
2206
2206
|
type: AbstractFormGroupDirective,
|
|
2207
2207
|
decorators: [{
|
|
@@ -2276,7 +2276,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2276
2276
|
}
|
|
2277
2277
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2278
2278
|
minVersion: "12.0.0",
|
|
2279
|
-
version: "21.
|
|
2279
|
+
version: "21.2.0-next.0",
|
|
2280
2280
|
ngImport: i0,
|
|
2281
2281
|
type: NgModelGroup,
|
|
2282
2282
|
deps: [{
|
|
@@ -2296,7 +2296,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2296
2296
|
});
|
|
2297
2297
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2298
2298
|
minVersion: "14.0.0",
|
|
2299
|
-
version: "21.
|
|
2299
|
+
version: "21.2.0-next.0",
|
|
2300
2300
|
type: NgModelGroup,
|
|
2301
2301
|
isStandalone: false,
|
|
2302
2302
|
selector: "[ngModelGroup]",
|
|
@@ -2311,7 +2311,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2311
2311
|
}
|
|
2312
2312
|
i0.ɵɵngDeclareClassMetadata({
|
|
2313
2313
|
minVersion: "12.0.0",
|
|
2314
|
-
version: "21.
|
|
2314
|
+
version: "21.2.0-next.0",
|
|
2315
2315
|
ngImport: i0,
|
|
2316
2316
|
type: NgModelGroup,
|
|
2317
2317
|
decorators: [{
|
|
@@ -2477,7 +2477,7 @@ class NgModel extends NgControl {
|
|
|
2477
2477
|
}
|
|
2478
2478
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2479
2479
|
minVersion: "12.0.0",
|
|
2480
|
-
version: "21.
|
|
2480
|
+
version: "21.2.0-next.0",
|
|
2481
2481
|
ngImport: i0,
|
|
2482
2482
|
type: NgModel,
|
|
2483
2483
|
deps: [{
|
|
@@ -2507,7 +2507,7 @@ class NgModel extends NgControl {
|
|
|
2507
2507
|
});
|
|
2508
2508
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2509
2509
|
minVersion: "14.0.0",
|
|
2510
|
-
version: "21.
|
|
2510
|
+
version: "21.2.0-next.0",
|
|
2511
2511
|
type: NgModel,
|
|
2512
2512
|
isStandalone: false,
|
|
2513
2513
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -2529,7 +2529,7 @@ class NgModel extends NgControl {
|
|
|
2529
2529
|
}
|
|
2530
2530
|
i0.ɵɵngDeclareClassMetadata({
|
|
2531
2531
|
minVersion: "12.0.0",
|
|
2532
|
-
version: "21.
|
|
2532
|
+
version: "21.2.0-next.0",
|
|
2533
2533
|
ngImport: i0,
|
|
2534
2534
|
type: NgModel,
|
|
2535
2535
|
decorators: [{
|
|
@@ -2628,7 +2628,7 @@ function checkParentType$1(parent) {
|
|
|
2628
2628
|
class ɵNgNoValidate {
|
|
2629
2629
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2630
2630
|
minVersion: "12.0.0",
|
|
2631
|
-
version: "21.
|
|
2631
|
+
version: "21.2.0-next.0",
|
|
2632
2632
|
ngImport: i0,
|
|
2633
2633
|
type: ɵNgNoValidate,
|
|
2634
2634
|
deps: [],
|
|
@@ -2636,7 +2636,7 @@ class ɵNgNoValidate {
|
|
|
2636
2636
|
});
|
|
2637
2637
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2638
2638
|
minVersion: "14.0.0",
|
|
2639
|
-
version: "21.
|
|
2639
|
+
version: "21.2.0-next.0",
|
|
2640
2640
|
type: ɵNgNoValidate,
|
|
2641
2641
|
isStandalone: false,
|
|
2642
2642
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -2650,7 +2650,7 @@ class ɵNgNoValidate {
|
|
|
2650
2650
|
}
|
|
2651
2651
|
i0.ɵɵngDeclareClassMetadata({
|
|
2652
2652
|
minVersion: "12.0.0",
|
|
2653
|
-
version: "21.
|
|
2653
|
+
version: "21.2.0-next.0",
|
|
2654
2654
|
ngImport: i0,
|
|
2655
2655
|
type: ɵNgNoValidate,
|
|
2656
2656
|
decorators: [{
|
|
@@ -2682,7 +2682,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2682
2682
|
}
|
|
2683
2683
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2684
2684
|
minVersion: "12.0.0",
|
|
2685
|
-
version: "21.
|
|
2685
|
+
version: "21.2.0-next.0",
|
|
2686
2686
|
ngImport: i0,
|
|
2687
2687
|
type: NumberValueAccessor,
|
|
2688
2688
|
deps: null,
|
|
@@ -2690,7 +2690,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2690
2690
|
});
|
|
2691
2691
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2692
2692
|
minVersion: "14.0.0",
|
|
2693
|
-
version: "21.
|
|
2693
|
+
version: "21.2.0-next.0",
|
|
2694
2694
|
type: NumberValueAccessor,
|
|
2695
2695
|
isStandalone: false,
|
|
2696
2696
|
selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",
|
|
@@ -2707,7 +2707,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2707
2707
|
}
|
|
2708
2708
|
i0.ɵɵngDeclareClassMetadata({
|
|
2709
2709
|
minVersion: "12.0.0",
|
|
2710
|
-
version: "21.
|
|
2710
|
+
version: "21.2.0-next.0",
|
|
2711
2711
|
ngImport: i0,
|
|
2712
2712
|
type: NumberValueAccessor,
|
|
2713
2713
|
decorators: [{
|
|
@@ -2761,7 +2761,7 @@ class RadioControlRegistry {
|
|
|
2761
2761
|
}
|
|
2762
2762
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2763
2763
|
minVersion: "12.0.0",
|
|
2764
|
-
version: "21.
|
|
2764
|
+
version: "21.2.0-next.0",
|
|
2765
2765
|
ngImport: i0,
|
|
2766
2766
|
type: RadioControlRegistry,
|
|
2767
2767
|
deps: [],
|
|
@@ -2769,7 +2769,7 @@ class RadioControlRegistry {
|
|
|
2769
2769
|
});
|
|
2770
2770
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2771
2771
|
minVersion: "12.0.0",
|
|
2772
|
-
version: "21.
|
|
2772
|
+
version: "21.2.0-next.0",
|
|
2773
2773
|
ngImport: i0,
|
|
2774
2774
|
type: RadioControlRegistry,
|
|
2775
2775
|
providedIn: 'root'
|
|
@@ -2777,7 +2777,7 @@ class RadioControlRegistry {
|
|
|
2777
2777
|
}
|
|
2778
2778
|
i0.ɵɵngDeclareClassMetadata({
|
|
2779
2779
|
minVersion: "12.0.0",
|
|
2780
|
-
version: "21.
|
|
2780
|
+
version: "21.2.0-next.0",
|
|
2781
2781
|
ngImport: i0,
|
|
2782
2782
|
type: RadioControlRegistry,
|
|
2783
2783
|
decorators: [{
|
|
@@ -2842,7 +2842,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2842
2842
|
}
|
|
2843
2843
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2844
2844
|
minVersion: "12.0.0",
|
|
2845
|
-
version: "21.
|
|
2845
|
+
version: "21.2.0-next.0",
|
|
2846
2846
|
ngImport: i0,
|
|
2847
2847
|
type: RadioControlValueAccessor,
|
|
2848
2848
|
deps: [{
|
|
@@ -2858,7 +2858,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2858
2858
|
});
|
|
2859
2859
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2860
2860
|
minVersion: "14.0.0",
|
|
2861
|
-
version: "21.
|
|
2861
|
+
version: "21.2.0-next.0",
|
|
2862
2862
|
type: RadioControlValueAccessor,
|
|
2863
2863
|
isStandalone: false,
|
|
2864
2864
|
selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",
|
|
@@ -2880,7 +2880,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2880
2880
|
}
|
|
2881
2881
|
i0.ɵɵngDeclareClassMetadata({
|
|
2882
2882
|
minVersion: "12.0.0",
|
|
2883
|
-
version: "21.
|
|
2883
|
+
version: "21.2.0-next.0",
|
|
2884
2884
|
ngImport: i0,
|
|
2885
2885
|
type: RadioControlValueAccessor,
|
|
2886
2886
|
decorators: [{
|
|
@@ -2933,7 +2933,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2933
2933
|
}
|
|
2934
2934
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2935
2935
|
minVersion: "12.0.0",
|
|
2936
|
-
version: "21.
|
|
2936
|
+
version: "21.2.0-next.0",
|
|
2937
2937
|
ngImport: i0,
|
|
2938
2938
|
type: RangeValueAccessor,
|
|
2939
2939
|
deps: null,
|
|
@@ -2941,7 +2941,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2941
2941
|
});
|
|
2942
2942
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2943
2943
|
minVersion: "14.0.0",
|
|
2944
|
-
version: "21.
|
|
2944
|
+
version: "21.2.0-next.0",
|
|
2945
2945
|
type: RangeValueAccessor,
|
|
2946
2946
|
isStandalone: false,
|
|
2947
2947
|
selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",
|
|
@@ -2959,7 +2959,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2959
2959
|
}
|
|
2960
2960
|
i0.ɵɵngDeclareClassMetadata({
|
|
2961
2961
|
minVersion: "12.0.0",
|
|
2962
|
-
version: "21.
|
|
2962
|
+
version: "21.2.0-next.0",
|
|
2963
2963
|
ngImport: i0,
|
|
2964
2964
|
type: RangeValueAccessor,
|
|
2965
2965
|
decorators: [{
|
|
@@ -3291,7 +3291,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3291
3291
|
}
|
|
3292
3292
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3293
3293
|
minVersion: "12.0.0",
|
|
3294
|
-
version: "21.
|
|
3294
|
+
version: "21.2.0-next.0",
|
|
3295
3295
|
ngImport: i0,
|
|
3296
3296
|
type: AbstractFormDirective,
|
|
3297
3297
|
deps: [{
|
|
@@ -3310,7 +3310,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3310
3310
|
});
|
|
3311
3311
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3312
3312
|
minVersion: "14.0.0",
|
|
3313
|
-
version: "21.
|
|
3313
|
+
version: "21.2.0-next.0",
|
|
3314
3314
|
type: AbstractFormDirective,
|
|
3315
3315
|
isStandalone: true,
|
|
3316
3316
|
usesInheritance: true,
|
|
@@ -3320,7 +3320,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3320
3320
|
}
|
|
3321
3321
|
i0.ɵɵngDeclareClassMetadata({
|
|
3322
3322
|
minVersion: "12.0.0",
|
|
3323
|
-
version: "21.
|
|
3323
|
+
version: "21.2.0-next.0",
|
|
3324
3324
|
ngImport: i0,
|
|
3325
3325
|
type: AbstractFormDirective,
|
|
3326
3326
|
decorators: [{
|
|
@@ -3369,7 +3369,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3369
3369
|
}
|
|
3370
3370
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3371
3371
|
minVersion: "12.0.0",
|
|
3372
|
-
version: "21.
|
|
3372
|
+
version: "21.2.0-next.0",
|
|
3373
3373
|
ngImport: i0,
|
|
3374
3374
|
type: FormArrayDirective,
|
|
3375
3375
|
deps: null,
|
|
@@ -3377,7 +3377,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3377
3377
|
});
|
|
3378
3378
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3379
3379
|
minVersion: "14.0.0",
|
|
3380
|
-
version: "21.
|
|
3380
|
+
version: "21.2.0-next.0",
|
|
3381
3381
|
type: FormArrayDirective,
|
|
3382
3382
|
isStandalone: false,
|
|
3383
3383
|
selector: "[formArray]",
|
|
@@ -3401,7 +3401,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3401
3401
|
}
|
|
3402
3402
|
i0.ɵɵngDeclareClassMetadata({
|
|
3403
3403
|
minVersion: "12.0.0",
|
|
3404
|
-
version: "21.
|
|
3404
|
+
version: "21.2.0-next.0",
|
|
3405
3405
|
ngImport: i0,
|
|
3406
3406
|
type: FormArrayDirective,
|
|
3407
3407
|
decorators: [{
|
|
@@ -3494,7 +3494,7 @@ class FormControlDirective extends NgControl {
|
|
|
3494
3494
|
}
|
|
3495
3495
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3496
3496
|
minVersion: "12.0.0",
|
|
3497
|
-
version: "21.
|
|
3497
|
+
version: "21.2.0-next.0",
|
|
3498
3498
|
ngImport: i0,
|
|
3499
3499
|
type: FormControlDirective,
|
|
3500
3500
|
deps: [{
|
|
@@ -3520,7 +3520,7 @@ class FormControlDirective extends NgControl {
|
|
|
3520
3520
|
});
|
|
3521
3521
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3522
3522
|
minVersion: "14.0.0",
|
|
3523
|
-
version: "21.
|
|
3523
|
+
version: "21.2.0-next.0",
|
|
3524
3524
|
type: FormControlDirective,
|
|
3525
3525
|
isStandalone: false,
|
|
3526
3526
|
selector: "[formControl]",
|
|
@@ -3541,7 +3541,7 @@ class FormControlDirective extends NgControl {
|
|
|
3541
3541
|
}
|
|
3542
3542
|
i0.ɵɵngDeclareClassMetadata({
|
|
3543
3543
|
minVersion: "12.0.0",
|
|
3544
|
-
version: "21.
|
|
3544
|
+
version: "21.2.0-next.0",
|
|
3545
3545
|
ngImport: i0,
|
|
3546
3546
|
type: FormControlDirective,
|
|
3547
3547
|
decorators: [{
|
|
@@ -3639,7 +3639,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3639
3639
|
}
|
|
3640
3640
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3641
3641
|
minVersion: "12.0.0",
|
|
3642
|
-
version: "21.
|
|
3642
|
+
version: "21.2.0-next.0",
|
|
3643
3643
|
ngImport: i0,
|
|
3644
3644
|
type: FormGroupName,
|
|
3645
3645
|
deps: [{
|
|
@@ -3660,7 +3660,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3660
3660
|
});
|
|
3661
3661
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3662
3662
|
minVersion: "14.0.0",
|
|
3663
|
-
version: "21.
|
|
3663
|
+
version: "21.2.0-next.0",
|
|
3664
3664
|
type: FormGroupName,
|
|
3665
3665
|
isStandalone: false,
|
|
3666
3666
|
selector: "[formGroupName]",
|
|
@@ -3674,7 +3674,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3674
3674
|
}
|
|
3675
3675
|
i0.ɵɵngDeclareClassMetadata({
|
|
3676
3676
|
minVersion: "12.0.0",
|
|
3677
|
-
version: "21.
|
|
3677
|
+
version: "21.2.0-next.0",
|
|
3678
3678
|
ngImport: i0,
|
|
3679
3679
|
type: FormGroupName,
|
|
3680
3680
|
decorators: [{
|
|
@@ -3755,7 +3755,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3755
3755
|
}
|
|
3756
3756
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3757
3757
|
minVersion: "12.0.0",
|
|
3758
|
-
version: "21.
|
|
3758
|
+
version: "21.2.0-next.0",
|
|
3759
3759
|
ngImport: i0,
|
|
3760
3760
|
type: FormArrayName,
|
|
3761
3761
|
deps: [{
|
|
@@ -3776,7 +3776,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3776
3776
|
});
|
|
3777
3777
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3778
3778
|
minVersion: "14.0.0",
|
|
3779
|
-
version: "21.
|
|
3779
|
+
version: "21.2.0-next.0",
|
|
3780
3780
|
type: FormArrayName,
|
|
3781
3781
|
isStandalone: false,
|
|
3782
3782
|
selector: "[formArrayName]",
|
|
@@ -3790,7 +3790,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3790
3790
|
}
|
|
3791
3791
|
i0.ɵɵngDeclareClassMetadata({
|
|
3792
3792
|
minVersion: "12.0.0",
|
|
3793
|
-
version: "21.
|
|
3793
|
+
version: "21.2.0-next.0",
|
|
3794
3794
|
ngImport: i0,
|
|
3795
3795
|
type: FormArrayName,
|
|
3796
3796
|
decorators: [{
|
|
@@ -3903,7 +3903,7 @@ class FormControlName extends NgControl {
|
|
|
3903
3903
|
}
|
|
3904
3904
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3905
3905
|
minVersion: "12.0.0",
|
|
3906
|
-
version: "21.
|
|
3906
|
+
version: "21.2.0-next.0",
|
|
3907
3907
|
ngImport: i0,
|
|
3908
3908
|
type: FormControlName,
|
|
3909
3909
|
deps: [{
|
|
@@ -3931,7 +3931,7 @@ class FormControlName extends NgControl {
|
|
|
3931
3931
|
});
|
|
3932
3932
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3933
3933
|
minVersion: "14.0.0",
|
|
3934
|
-
version: "21.
|
|
3934
|
+
version: "21.2.0-next.0",
|
|
3935
3935
|
type: FormControlName,
|
|
3936
3936
|
isStandalone: false,
|
|
3937
3937
|
selector: "[formControlName]",
|
|
@@ -3951,7 +3951,7 @@ class FormControlName extends NgControl {
|
|
|
3951
3951
|
}
|
|
3952
3952
|
i0.ɵɵngDeclareClassMetadata({
|
|
3953
3953
|
minVersion: "12.0.0",
|
|
3954
|
-
version: "21.
|
|
3954
|
+
version: "21.2.0-next.0",
|
|
3955
3955
|
ngImport: i0,
|
|
3956
3956
|
type: FormControlName,
|
|
3957
3957
|
decorators: [{
|
|
@@ -4049,7 +4049,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4049
4049
|
}
|
|
4050
4050
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4051
4051
|
minVersion: "12.0.0",
|
|
4052
|
-
version: "21.
|
|
4052
|
+
version: "21.2.0-next.0",
|
|
4053
4053
|
ngImport: i0,
|
|
4054
4054
|
type: FormGroupDirective,
|
|
4055
4055
|
deps: null,
|
|
@@ -4057,7 +4057,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4057
4057
|
});
|
|
4058
4058
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4059
4059
|
minVersion: "14.0.0",
|
|
4060
|
-
version: "21.
|
|
4060
|
+
version: "21.2.0-next.0",
|
|
4061
4061
|
type: FormGroupDirective,
|
|
4062
4062
|
isStandalone: false,
|
|
4063
4063
|
selector: "[formGroup]",
|
|
@@ -4081,7 +4081,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4081
4081
|
}
|
|
4082
4082
|
i0.ɵɵngDeclareClassMetadata({
|
|
4083
4083
|
minVersion: "12.0.0",
|
|
4084
|
-
version: "21.
|
|
4084
|
+
version: "21.2.0-next.0",
|
|
4085
4085
|
ngImport: i0,
|
|
4086
4086
|
type: FormGroupDirective,
|
|
4087
4087
|
decorators: [{
|
|
@@ -4181,7 +4181,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4181
4181
|
}
|
|
4182
4182
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4183
4183
|
minVersion: "12.0.0",
|
|
4184
|
-
version: "21.
|
|
4184
|
+
version: "21.2.0-next.0",
|
|
4185
4185
|
ngImport: i0,
|
|
4186
4186
|
type: SelectControlValueAccessor,
|
|
4187
4187
|
deps: null,
|
|
@@ -4189,7 +4189,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4189
4189
|
});
|
|
4190
4190
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4191
4191
|
minVersion: "14.0.0",
|
|
4192
|
-
version: "21.
|
|
4192
|
+
version: "21.2.0-next.0",
|
|
4193
4193
|
type: SelectControlValueAccessor,
|
|
4194
4194
|
isStandalone: false,
|
|
4195
4195
|
selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",
|
|
@@ -4209,7 +4209,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4209
4209
|
}
|
|
4210
4210
|
i0.ɵɵngDeclareClassMetadata({
|
|
4211
4211
|
minVersion: "12.0.0",
|
|
4212
|
-
version: "21.
|
|
4212
|
+
version: "21.2.0-next.0",
|
|
4213
4213
|
ngImport: i0,
|
|
4214
4214
|
type: SelectControlValueAccessor,
|
|
4215
4215
|
decorators: [{
|
|
@@ -4262,7 +4262,7 @@ class NgSelectOption {
|
|
|
4262
4262
|
}
|
|
4263
4263
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4264
4264
|
minVersion: "12.0.0",
|
|
4265
|
-
version: "21.
|
|
4265
|
+
version: "21.2.0-next.0",
|
|
4266
4266
|
ngImport: i0,
|
|
4267
4267
|
type: NgSelectOption,
|
|
4268
4268
|
deps: [{
|
|
@@ -4278,7 +4278,7 @@ class NgSelectOption {
|
|
|
4278
4278
|
});
|
|
4279
4279
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4280
4280
|
minVersion: "14.0.0",
|
|
4281
|
-
version: "21.
|
|
4281
|
+
version: "21.2.0-next.0",
|
|
4282
4282
|
type: NgSelectOption,
|
|
4283
4283
|
isStandalone: false,
|
|
4284
4284
|
selector: "option",
|
|
@@ -4291,7 +4291,7 @@ class NgSelectOption {
|
|
|
4291
4291
|
}
|
|
4292
4292
|
i0.ɵɵngDeclareClassMetadata({
|
|
4293
4293
|
minVersion: "12.0.0",
|
|
4294
|
-
version: "21.
|
|
4294
|
+
version: "21.2.0-next.0",
|
|
4295
4295
|
ngImport: i0,
|
|
4296
4296
|
type: NgSelectOption,
|
|
4297
4297
|
decorators: [{
|
|
@@ -4407,7 +4407,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4407
4407
|
}
|
|
4408
4408
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4409
4409
|
minVersion: "12.0.0",
|
|
4410
|
-
version: "21.
|
|
4410
|
+
version: "21.2.0-next.0",
|
|
4411
4411
|
ngImport: i0,
|
|
4412
4412
|
type: SelectMultipleControlValueAccessor,
|
|
4413
4413
|
deps: null,
|
|
@@ -4415,7 +4415,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4415
4415
|
});
|
|
4416
4416
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4417
4417
|
minVersion: "14.0.0",
|
|
4418
|
-
version: "21.
|
|
4418
|
+
version: "21.2.0-next.0",
|
|
4419
4419
|
type: SelectMultipleControlValueAccessor,
|
|
4420
4420
|
isStandalone: false,
|
|
4421
4421
|
selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]",
|
|
@@ -4435,7 +4435,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4435
4435
|
}
|
|
4436
4436
|
i0.ɵɵngDeclareClassMetadata({
|
|
4437
4437
|
minVersion: "12.0.0",
|
|
4438
|
-
version: "21.
|
|
4438
|
+
version: "21.2.0-next.0",
|
|
4439
4439
|
ngImport: i0,
|
|
4440
4440
|
type: SelectMultipleControlValueAccessor,
|
|
4441
4441
|
decorators: [{
|
|
@@ -4499,7 +4499,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4499
4499
|
}
|
|
4500
4500
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4501
4501
|
minVersion: "12.0.0",
|
|
4502
|
-
version: "21.
|
|
4502
|
+
version: "21.2.0-next.0",
|
|
4503
4503
|
ngImport: i0,
|
|
4504
4504
|
type: ɵNgSelectMultipleOption,
|
|
4505
4505
|
deps: [{
|
|
@@ -4515,7 +4515,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4515
4515
|
});
|
|
4516
4516
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4517
4517
|
minVersion: "14.0.0",
|
|
4518
|
-
version: "21.
|
|
4518
|
+
version: "21.2.0-next.0",
|
|
4519
4519
|
type: ɵNgSelectMultipleOption,
|
|
4520
4520
|
isStandalone: false,
|
|
4521
4521
|
selector: "option",
|
|
@@ -4528,7 +4528,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4528
4528
|
}
|
|
4529
4529
|
i0.ɵɵngDeclareClassMetadata({
|
|
4530
4530
|
minVersion: "12.0.0",
|
|
4531
|
-
version: "21.
|
|
4531
|
+
version: "21.2.0-next.0",
|
|
4532
4532
|
ngImport: i0,
|
|
4533
4533
|
type: ɵNgSelectMultipleOption,
|
|
4534
4534
|
decorators: [{
|
|
@@ -4593,7 +4593,7 @@ class AbstractValidatorDirective {
|
|
|
4593
4593
|
}
|
|
4594
4594
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4595
4595
|
minVersion: "12.0.0",
|
|
4596
|
-
version: "21.
|
|
4596
|
+
version: "21.2.0-next.0",
|
|
4597
4597
|
ngImport: i0,
|
|
4598
4598
|
type: AbstractValidatorDirective,
|
|
4599
4599
|
deps: [],
|
|
@@ -4601,7 +4601,7 @@ class AbstractValidatorDirective {
|
|
|
4601
4601
|
});
|
|
4602
4602
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4603
4603
|
minVersion: "14.0.0",
|
|
4604
|
-
version: "21.
|
|
4604
|
+
version: "21.2.0-next.0",
|
|
4605
4605
|
type: AbstractValidatorDirective,
|
|
4606
4606
|
isStandalone: true,
|
|
4607
4607
|
usesOnChanges: true,
|
|
@@ -4610,7 +4610,7 @@ class AbstractValidatorDirective {
|
|
|
4610
4610
|
}
|
|
4611
4611
|
i0.ɵɵngDeclareClassMetadata({
|
|
4612
4612
|
minVersion: "12.0.0",
|
|
4613
|
-
version: "21.
|
|
4613
|
+
version: "21.2.0-next.0",
|
|
4614
4614
|
ngImport: i0,
|
|
4615
4615
|
type: AbstractValidatorDirective,
|
|
4616
4616
|
decorators: [{
|
|
@@ -4629,7 +4629,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4629
4629
|
createValidator = max => maxValidator(max);
|
|
4630
4630
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4631
4631
|
minVersion: "12.0.0",
|
|
4632
|
-
version: "21.
|
|
4632
|
+
version: "21.2.0-next.0",
|
|
4633
4633
|
ngImport: i0,
|
|
4634
4634
|
type: MaxValidator,
|
|
4635
4635
|
deps: null,
|
|
@@ -4637,7 +4637,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4637
4637
|
});
|
|
4638
4638
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4639
4639
|
minVersion: "14.0.0",
|
|
4640
|
-
version: "21.
|
|
4640
|
+
version: "21.2.0-next.0",
|
|
4641
4641
|
type: MaxValidator,
|
|
4642
4642
|
isStandalone: false,
|
|
4643
4643
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -4656,7 +4656,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4656
4656
|
}
|
|
4657
4657
|
i0.ɵɵngDeclareClassMetadata({
|
|
4658
4658
|
minVersion: "12.0.0",
|
|
4659
|
-
version: "21.
|
|
4659
|
+
version: "21.2.0-next.0",
|
|
4660
4660
|
ngImport: i0,
|
|
4661
4661
|
type: MaxValidator,
|
|
4662
4662
|
decorators: [{
|
|
@@ -4688,7 +4688,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4688
4688
|
createValidator = min => minValidator(min);
|
|
4689
4689
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4690
4690
|
minVersion: "12.0.0",
|
|
4691
|
-
version: "21.
|
|
4691
|
+
version: "21.2.0-next.0",
|
|
4692
4692
|
ngImport: i0,
|
|
4693
4693
|
type: MinValidator,
|
|
4694
4694
|
deps: null,
|
|
@@ -4696,7 +4696,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4696
4696
|
});
|
|
4697
4697
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4698
4698
|
minVersion: "14.0.0",
|
|
4699
|
-
version: "21.
|
|
4699
|
+
version: "21.2.0-next.0",
|
|
4700
4700
|
type: MinValidator,
|
|
4701
4701
|
isStandalone: false,
|
|
4702
4702
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -4715,7 +4715,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4715
4715
|
}
|
|
4716
4716
|
i0.ɵɵngDeclareClassMetadata({
|
|
4717
4717
|
minVersion: "12.0.0",
|
|
4718
|
-
version: "21.
|
|
4718
|
+
version: "21.2.0-next.0",
|
|
4719
4719
|
ngImport: i0,
|
|
4720
4720
|
type: MinValidator,
|
|
4721
4721
|
decorators: [{
|
|
@@ -4755,7 +4755,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4755
4755
|
}
|
|
4756
4756
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4757
4757
|
minVersion: "12.0.0",
|
|
4758
|
-
version: "21.
|
|
4758
|
+
version: "21.2.0-next.0",
|
|
4759
4759
|
ngImport: i0,
|
|
4760
4760
|
type: RequiredValidator,
|
|
4761
4761
|
deps: null,
|
|
@@ -4763,7 +4763,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4763
4763
|
});
|
|
4764
4764
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4765
4765
|
minVersion: "14.0.0",
|
|
4766
|
-
version: "21.
|
|
4766
|
+
version: "21.2.0-next.0",
|
|
4767
4767
|
type: RequiredValidator,
|
|
4768
4768
|
isStandalone: false,
|
|
4769
4769
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -4782,7 +4782,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4782
4782
|
}
|
|
4783
4783
|
i0.ɵɵngDeclareClassMetadata({
|
|
4784
4784
|
minVersion: "12.0.0",
|
|
4785
|
-
version: "21.
|
|
4785
|
+
version: "21.2.0-next.0",
|
|
4786
4786
|
ngImport: i0,
|
|
4787
4787
|
type: RequiredValidator,
|
|
4788
4788
|
decorators: [{
|
|
@@ -4806,7 +4806,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4806
4806
|
createValidator = input => requiredTrueValidator;
|
|
4807
4807
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4808
4808
|
minVersion: "12.0.0",
|
|
4809
|
-
version: "21.
|
|
4809
|
+
version: "21.2.0-next.0",
|
|
4810
4810
|
ngImport: i0,
|
|
4811
4811
|
type: CheckboxRequiredValidator,
|
|
4812
4812
|
deps: null,
|
|
@@ -4814,7 +4814,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4814
4814
|
});
|
|
4815
4815
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4816
4816
|
minVersion: "14.0.0",
|
|
4817
|
-
version: "21.
|
|
4817
|
+
version: "21.2.0-next.0",
|
|
4818
4818
|
type: CheckboxRequiredValidator,
|
|
4819
4819
|
isStandalone: false,
|
|
4820
4820
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -4830,7 +4830,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4830
4830
|
}
|
|
4831
4831
|
i0.ɵɵngDeclareClassMetadata({
|
|
4832
4832
|
minVersion: "12.0.0",
|
|
4833
|
-
version: "21.
|
|
4833
|
+
version: "21.2.0-next.0",
|
|
4834
4834
|
ngImport: i0,
|
|
4835
4835
|
type: CheckboxRequiredValidator,
|
|
4836
4836
|
decorators: [{
|
|
@@ -4860,7 +4860,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4860
4860
|
}
|
|
4861
4861
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4862
4862
|
minVersion: "12.0.0",
|
|
4863
|
-
version: "21.
|
|
4863
|
+
version: "21.2.0-next.0",
|
|
4864
4864
|
ngImport: i0,
|
|
4865
4865
|
type: EmailValidator,
|
|
4866
4866
|
deps: null,
|
|
@@ -4868,7 +4868,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4868
4868
|
});
|
|
4869
4869
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4870
4870
|
minVersion: "14.0.0",
|
|
4871
|
-
version: "21.
|
|
4871
|
+
version: "21.2.0-next.0",
|
|
4872
4872
|
type: EmailValidator,
|
|
4873
4873
|
isStandalone: false,
|
|
4874
4874
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -4882,7 +4882,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4882
4882
|
}
|
|
4883
4883
|
i0.ɵɵngDeclareClassMetadata({
|
|
4884
4884
|
minVersion: "12.0.0",
|
|
4885
|
-
version: "21.
|
|
4885
|
+
version: "21.2.0-next.0",
|
|
4886
4886
|
ngImport: i0,
|
|
4887
4887
|
type: EmailValidator,
|
|
4888
4888
|
decorators: [{
|
|
@@ -4911,7 +4911,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4911
4911
|
createValidator = minlength => minLengthValidator(minlength);
|
|
4912
4912
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4913
4913
|
minVersion: "12.0.0",
|
|
4914
|
-
version: "21.
|
|
4914
|
+
version: "21.2.0-next.0",
|
|
4915
4915
|
ngImport: i0,
|
|
4916
4916
|
type: MinLengthValidator,
|
|
4917
4917
|
deps: null,
|
|
@@ -4919,7 +4919,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4919
4919
|
});
|
|
4920
4920
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4921
4921
|
minVersion: "14.0.0",
|
|
4922
|
-
version: "21.
|
|
4922
|
+
version: "21.2.0-next.0",
|
|
4923
4923
|
type: MinLengthValidator,
|
|
4924
4924
|
isStandalone: false,
|
|
4925
4925
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -4938,7 +4938,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4938
4938
|
}
|
|
4939
4939
|
i0.ɵɵngDeclareClassMetadata({
|
|
4940
4940
|
minVersion: "12.0.0",
|
|
4941
|
-
version: "21.
|
|
4941
|
+
version: "21.2.0-next.0",
|
|
4942
4942
|
ngImport: i0,
|
|
4943
4943
|
type: MinLengthValidator,
|
|
4944
4944
|
decorators: [{
|
|
@@ -4970,7 +4970,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4970
4970
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
4971
4971
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4972
4972
|
minVersion: "12.0.0",
|
|
4973
|
-
version: "21.
|
|
4973
|
+
version: "21.2.0-next.0",
|
|
4974
4974
|
ngImport: i0,
|
|
4975
4975
|
type: MaxLengthValidator,
|
|
4976
4976
|
deps: null,
|
|
@@ -4978,7 +4978,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4978
4978
|
});
|
|
4979
4979
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4980
4980
|
minVersion: "14.0.0",
|
|
4981
|
-
version: "21.
|
|
4981
|
+
version: "21.2.0-next.0",
|
|
4982
4982
|
type: MaxLengthValidator,
|
|
4983
4983
|
isStandalone: false,
|
|
4984
4984
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -4997,7 +4997,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4997
4997
|
}
|
|
4998
4998
|
i0.ɵɵngDeclareClassMetadata({
|
|
4999
4999
|
minVersion: "12.0.0",
|
|
5000
|
-
version: "21.
|
|
5000
|
+
version: "21.2.0-next.0",
|
|
5001
5001
|
ngImport: i0,
|
|
5002
5002
|
type: MaxLengthValidator,
|
|
5003
5003
|
decorators: [{
|
|
@@ -5029,7 +5029,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5029
5029
|
createValidator = input => patternValidator(input);
|
|
5030
5030
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5031
5031
|
minVersion: "12.0.0",
|
|
5032
|
-
version: "21.
|
|
5032
|
+
version: "21.2.0-next.0",
|
|
5033
5033
|
ngImport: i0,
|
|
5034
5034
|
type: PatternValidator,
|
|
5035
5035
|
deps: null,
|
|
@@ -5037,7 +5037,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5037
5037
|
});
|
|
5038
5038
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5039
5039
|
minVersion: "14.0.0",
|
|
5040
|
-
version: "21.
|
|
5040
|
+
version: "21.2.0-next.0",
|
|
5041
5041
|
type: PatternValidator,
|
|
5042
5042
|
isStandalone: false,
|
|
5043
5043
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -5056,7 +5056,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5056
5056
|
}
|
|
5057
5057
|
i0.ɵɵngDeclareClassMetadata({
|
|
5058
5058
|
minVersion: "12.0.0",
|
|
5059
|
-
version: "21.
|
|
5059
|
+
version: "21.2.0-next.0",
|
|
5060
5060
|
ngImport: i0,
|
|
5061
5061
|
type: PatternValidator,
|
|
5062
5062
|
decorators: [{
|
|
@@ -5083,7 +5083,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5083
5083
|
class ɵInternalFormsSharedModule {
|
|
5084
5084
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5085
5085
|
minVersion: "12.0.0",
|
|
5086
|
-
version: "21.
|
|
5086
|
+
version: "21.2.0-next.0",
|
|
5087
5087
|
ngImport: i0,
|
|
5088
5088
|
type: ɵInternalFormsSharedModule,
|
|
5089
5089
|
deps: [],
|
|
@@ -5091,7 +5091,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5091
5091
|
});
|
|
5092
5092
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5093
5093
|
minVersion: "14.0.0",
|
|
5094
|
-
version: "21.
|
|
5094
|
+
version: "21.2.0-next.0",
|
|
5095
5095
|
ngImport: i0,
|
|
5096
5096
|
type: ɵInternalFormsSharedModule,
|
|
5097
5097
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5099,14 +5099,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5099
5099
|
});
|
|
5100
5100
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5101
5101
|
minVersion: "12.0.0",
|
|
5102
|
-
version: "21.
|
|
5102
|
+
version: "21.2.0-next.0",
|
|
5103
5103
|
ngImport: i0,
|
|
5104
5104
|
type: ɵInternalFormsSharedModule
|
|
5105
5105
|
});
|
|
5106
5106
|
}
|
|
5107
5107
|
i0.ɵɵngDeclareClassMetadata({
|
|
5108
5108
|
minVersion: "12.0.0",
|
|
5109
|
-
version: "21.
|
|
5109
|
+
version: "21.2.0-next.0",
|
|
5110
5110
|
ngImport: i0,
|
|
5111
5111
|
type: ɵInternalFormsSharedModule,
|
|
5112
5112
|
decorators: [{
|
|
@@ -5186,7 +5186,7 @@ class FormBuilder {
|
|
|
5186
5186
|
}
|
|
5187
5187
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5188
5188
|
minVersion: "12.0.0",
|
|
5189
|
-
version: "21.
|
|
5189
|
+
version: "21.2.0-next.0",
|
|
5190
5190
|
ngImport: i0,
|
|
5191
5191
|
type: FormBuilder,
|
|
5192
5192
|
deps: [],
|
|
@@ -5194,7 +5194,7 @@ class FormBuilder {
|
|
|
5194
5194
|
});
|
|
5195
5195
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5196
5196
|
minVersion: "12.0.0",
|
|
5197
|
-
version: "21.
|
|
5197
|
+
version: "21.2.0-next.0",
|
|
5198
5198
|
ngImport: i0,
|
|
5199
5199
|
type: FormBuilder,
|
|
5200
5200
|
providedIn: 'root'
|
|
@@ -5202,7 +5202,7 @@ class FormBuilder {
|
|
|
5202
5202
|
}
|
|
5203
5203
|
i0.ɵɵngDeclareClassMetadata({
|
|
5204
5204
|
minVersion: "12.0.0",
|
|
5205
|
-
version: "21.
|
|
5205
|
+
version: "21.2.0-next.0",
|
|
5206
5206
|
ngImport: i0,
|
|
5207
5207
|
type: FormBuilder,
|
|
5208
5208
|
decorators: [{
|
|
@@ -5215,7 +5215,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5215
5215
|
class NonNullableFormBuilder {
|
|
5216
5216
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5217
5217
|
minVersion: "12.0.0",
|
|
5218
|
-
version: "21.
|
|
5218
|
+
version: "21.2.0-next.0",
|
|
5219
5219
|
ngImport: i0,
|
|
5220
5220
|
type: NonNullableFormBuilder,
|
|
5221
5221
|
deps: [],
|
|
@@ -5223,7 +5223,7 @@ class NonNullableFormBuilder {
|
|
|
5223
5223
|
});
|
|
5224
5224
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5225
5225
|
minVersion: "12.0.0",
|
|
5226
|
-
version: "21.
|
|
5226
|
+
version: "21.2.0-next.0",
|
|
5227
5227
|
ngImport: i0,
|
|
5228
5228
|
type: NonNullableFormBuilder,
|
|
5229
5229
|
providedIn: 'root',
|
|
@@ -5232,7 +5232,7 @@ class NonNullableFormBuilder {
|
|
|
5232
5232
|
}
|
|
5233
5233
|
i0.ɵɵngDeclareClassMetadata({
|
|
5234
5234
|
minVersion: "12.0.0",
|
|
5235
|
-
version: "21.
|
|
5235
|
+
version: "21.2.0-next.0",
|
|
5236
5236
|
ngImport: i0,
|
|
5237
5237
|
type: NonNullableFormBuilder,
|
|
5238
5238
|
decorators: [{
|
|
@@ -5255,7 +5255,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5255
5255
|
}
|
|
5256
5256
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5257
5257
|
minVersion: "12.0.0",
|
|
5258
|
-
version: "21.
|
|
5258
|
+
version: "21.2.0-next.0",
|
|
5259
5259
|
ngImport: i0,
|
|
5260
5260
|
type: UntypedFormBuilder,
|
|
5261
5261
|
deps: null,
|
|
@@ -5263,7 +5263,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5263
5263
|
});
|
|
5264
5264
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5265
5265
|
minVersion: "12.0.0",
|
|
5266
|
-
version: "21.
|
|
5266
|
+
version: "21.2.0-next.0",
|
|
5267
5267
|
ngImport: i0,
|
|
5268
5268
|
type: UntypedFormBuilder,
|
|
5269
5269
|
providedIn: 'root'
|
|
@@ -5271,7 +5271,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5271
5271
|
}
|
|
5272
5272
|
i0.ɵɵngDeclareClassMetadata({
|
|
5273
5273
|
minVersion: "12.0.0",
|
|
5274
|
-
version: "21.
|
|
5274
|
+
version: "21.2.0-next.0",
|
|
5275
5275
|
ngImport: i0,
|
|
5276
5276
|
type: UntypedFormBuilder,
|
|
5277
5277
|
decorators: [{
|
|
@@ -5294,7 +5294,7 @@ class FormsModule {
|
|
|
5294
5294
|
}
|
|
5295
5295
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5296
5296
|
minVersion: "12.0.0",
|
|
5297
|
-
version: "21.
|
|
5297
|
+
version: "21.2.0-next.0",
|
|
5298
5298
|
ngImport: i0,
|
|
5299
5299
|
type: FormsModule,
|
|
5300
5300
|
deps: [],
|
|
@@ -5302,7 +5302,7 @@ class FormsModule {
|
|
|
5302
5302
|
});
|
|
5303
5303
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5304
5304
|
minVersion: "14.0.0",
|
|
5305
|
-
version: "21.
|
|
5305
|
+
version: "21.2.0-next.0",
|
|
5306
5306
|
ngImport: i0,
|
|
5307
5307
|
type: FormsModule,
|
|
5308
5308
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5310,7 +5310,7 @@ class FormsModule {
|
|
|
5310
5310
|
});
|
|
5311
5311
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5312
5312
|
minVersion: "12.0.0",
|
|
5313
|
-
version: "21.
|
|
5313
|
+
version: "21.2.0-next.0",
|
|
5314
5314
|
ngImport: i0,
|
|
5315
5315
|
type: FormsModule,
|
|
5316
5316
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5318,7 +5318,7 @@ class FormsModule {
|
|
|
5318
5318
|
}
|
|
5319
5319
|
i0.ɵɵngDeclareClassMetadata({
|
|
5320
5320
|
minVersion: "12.0.0",
|
|
5321
|
-
version: "21.
|
|
5321
|
+
version: "21.2.0-next.0",
|
|
5322
5322
|
ngImport: i0,
|
|
5323
5323
|
type: FormsModule,
|
|
5324
5324
|
decorators: [{
|
|
@@ -5344,7 +5344,7 @@ class ReactiveFormsModule {
|
|
|
5344
5344
|
}
|
|
5345
5345
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5346
5346
|
minVersion: "12.0.0",
|
|
5347
|
-
version: "21.
|
|
5347
|
+
version: "21.2.0-next.0",
|
|
5348
5348
|
ngImport: i0,
|
|
5349
5349
|
type: ReactiveFormsModule,
|
|
5350
5350
|
deps: [],
|
|
@@ -5352,7 +5352,7 @@ class ReactiveFormsModule {
|
|
|
5352
5352
|
});
|
|
5353
5353
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5354
5354
|
minVersion: "14.0.0",
|
|
5355
|
-
version: "21.
|
|
5355
|
+
version: "21.2.0-next.0",
|
|
5356
5356
|
ngImport: i0,
|
|
5357
5357
|
type: ReactiveFormsModule,
|
|
5358
5358
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5360,7 +5360,7 @@ class ReactiveFormsModule {
|
|
|
5360
5360
|
});
|
|
5361
5361
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5362
5362
|
minVersion: "12.0.0",
|
|
5363
|
-
version: "21.
|
|
5363
|
+
version: "21.2.0-next.0",
|
|
5364
5364
|
ngImport: i0,
|
|
5365
5365
|
type: ReactiveFormsModule,
|
|
5366
5366
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5368,7 +5368,7 @@ class ReactiveFormsModule {
|
|
|
5368
5368
|
}
|
|
5369
5369
|
i0.ɵɵngDeclareClassMetadata({
|
|
5370
5370
|
minVersion: "12.0.0",
|
|
5371
|
-
version: "21.
|
|
5371
|
+
version: "21.2.0-next.0",
|
|
5372
5372
|
ngImport: i0,
|
|
5373
5373
|
type: ReactiveFormsModule,
|
|
5374
5374
|
decorators: [{
|