@angular/forms 22.0.0-next.5 → 22.0.0-next.6
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/_validation_errors-chunk.mjs +1 -1
- package/fesm2022/forms.mjs +129 -129
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +1 -1
- package/fesm2022/signals.mjs +13 -13
- package/package.json +4 -4
- package/resources/code-examples.db +0 -0
- package/types/_structure-chunk.d.ts +1 -1
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +1 -1
- package/types/signals.d.ts +1 -1
package/fesm2022/signals.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.6
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -917,7 +917,7 @@ function nativeControlCreate(host, parent, parseErrorsSource, validityMonitor) {
|
|
|
917
917
|
class InputValidityMonitor {
|
|
918
918
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
919
919
|
minVersion: "12.0.0",
|
|
920
|
-
version: "22.0.0-next.
|
|
920
|
+
version: "22.0.0-next.6",
|
|
921
921
|
ngImport: i0,
|
|
922
922
|
type: InputValidityMonitor,
|
|
923
923
|
deps: [],
|
|
@@ -925,7 +925,7 @@ class InputValidityMonitor {
|
|
|
925
925
|
});
|
|
926
926
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
927
927
|
minVersion: "12.0.0",
|
|
928
|
-
version: "22.0.0-next.
|
|
928
|
+
version: "22.0.0-next.6",
|
|
929
929
|
ngImport: i0,
|
|
930
930
|
type: InputValidityMonitor,
|
|
931
931
|
providedIn: 'root',
|
|
@@ -934,7 +934,7 @@ class InputValidityMonitor {
|
|
|
934
934
|
}
|
|
935
935
|
i0.ɵɵngDeclareClassMetadata({
|
|
936
936
|
minVersion: "12.0.0",
|
|
937
|
-
version: "22.0.0-next.
|
|
937
|
+
version: "22.0.0-next.6",
|
|
938
938
|
ngImport: i0,
|
|
939
939
|
type: InputValidityMonitor,
|
|
940
940
|
decorators: [{
|
|
@@ -997,7 +997,7 @@ class AnimationInputValidityMonitor extends InputValidityMonitor {
|
|
|
997
997
|
}
|
|
998
998
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
999
999
|
minVersion: "12.0.0",
|
|
1000
|
-
version: "22.0.0-next.
|
|
1000
|
+
version: "22.0.0-next.6",
|
|
1001
1001
|
ngImport: i0,
|
|
1002
1002
|
type: AnimationInputValidityMonitor,
|
|
1003
1003
|
deps: null,
|
|
@@ -1005,14 +1005,14 @@ class AnimationInputValidityMonitor extends InputValidityMonitor {
|
|
|
1005
1005
|
});
|
|
1006
1006
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1007
1007
|
minVersion: "12.0.0",
|
|
1008
|
-
version: "22.0.0-next.
|
|
1008
|
+
version: "22.0.0-next.6",
|
|
1009
1009
|
ngImport: i0,
|
|
1010
1010
|
type: AnimationInputValidityMonitor
|
|
1011
1011
|
});
|
|
1012
1012
|
}
|
|
1013
1013
|
i0.ɵɵngDeclareClassMetadata({
|
|
1014
1014
|
minVersion: "12.0.0",
|
|
1015
|
-
version: "22.0.0-next.
|
|
1015
|
+
version: "22.0.0-next.6",
|
|
1016
1016
|
ngImport: i0,
|
|
1017
1017
|
type: AnimationInputValidityMonitor,
|
|
1018
1018
|
decorators: [{
|
|
@@ -1164,7 +1164,7 @@ class FormField {
|
|
|
1164
1164
|
}
|
|
1165
1165
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1166
1166
|
minVersion: "12.0.0",
|
|
1167
|
-
version: "22.0.0-next.
|
|
1167
|
+
version: "22.0.0-next.6",
|
|
1168
1168
|
ngImport: i0,
|
|
1169
1169
|
type: FormField,
|
|
1170
1170
|
deps: [],
|
|
@@ -1172,7 +1172,7 @@ class FormField {
|
|
|
1172
1172
|
});
|
|
1173
1173
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1174
1174
|
minVersion: "17.1.0",
|
|
1175
|
-
version: "22.0.0-next.
|
|
1175
|
+
version: "22.0.0-next.6",
|
|
1176
1176
|
type: FormField,
|
|
1177
1177
|
isStandalone: true,
|
|
1178
1178
|
selector: "[formField]",
|
|
@@ -1204,7 +1204,7 @@ class FormField {
|
|
|
1204
1204
|
}
|
|
1205
1205
|
i0.ɵɵngDeclareClassMetadata({
|
|
1206
1206
|
minVersion: "12.0.0",
|
|
1207
|
-
version: "22.0.0-next.
|
|
1207
|
+
version: "22.0.0-next.6",
|
|
1208
1208
|
ngImport: i0,
|
|
1209
1209
|
type: FormField,
|
|
1210
1210
|
decorators: [{
|
|
@@ -1255,7 +1255,7 @@ class FormRoot {
|
|
|
1255
1255
|
}
|
|
1256
1256
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1257
1257
|
minVersion: "12.0.0",
|
|
1258
|
-
version: "22.0.0-next.
|
|
1258
|
+
version: "22.0.0-next.6",
|
|
1259
1259
|
ngImport: i0,
|
|
1260
1260
|
type: FormRoot,
|
|
1261
1261
|
deps: [],
|
|
@@ -1263,7 +1263,7 @@ class FormRoot {
|
|
|
1263
1263
|
});
|
|
1264
1264
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1265
1265
|
minVersion: "17.1.0",
|
|
1266
|
-
version: "22.0.0-next.
|
|
1266
|
+
version: "22.0.0-next.6",
|
|
1267
1267
|
type: FormRoot,
|
|
1268
1268
|
isStandalone: true,
|
|
1269
1269
|
selector: "form[formRoot]",
|
|
@@ -1289,7 +1289,7 @@ class FormRoot {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
i0.ɵɵngDeclareClassMetadata({
|
|
1291
1291
|
minVersion: "12.0.0",
|
|
1292
|
-
version: "22.0.0-next.
|
|
1292
|
+
version: "22.0.0-next.6",
|
|
1293
1293
|
ngImport: i0,
|
|
1294
1294
|
type: FormRoot,
|
|
1295
1295
|
decorators: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/forms",
|
|
3
|
-
"version": "22.0.0-next.
|
|
3
|
+
"version": "22.0.0-next.6",
|
|
4
4
|
"description": "Angular - directives and services for creating forms",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"@standard-schema/spec": "^1.0.0"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@angular/core": "22.0.0-next.
|
|
16
|
-
"@angular/common": "22.0.0-next.
|
|
17
|
-
"@angular/platform-browser": "22.0.0-next.
|
|
15
|
+
"@angular/core": "22.0.0-next.6",
|
|
16
|
+
"@angular/common": "22.0.0-next.6",
|
|
17
|
+
"@angular/platform-browser": "22.0.0-next.6",
|
|
18
18
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
Binary file
|
package/types/forms.d.ts
CHANGED
package/types/signals.d.ts
CHANGED