@sumaris-net/ngx-components 2.7.5-rc2 → 2.7.5-rc3
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/package.json
CHANGED
|
@@ -88,6 +88,7 @@ export declare class SharedFormArrayValidators {
|
|
|
88
88
|
*/
|
|
89
89
|
static uniqueEntity(controlName: string): ValidatorFn;
|
|
90
90
|
static requiredArrayMinLength(minLength?: number): ValidatorFn;
|
|
91
|
+
static arrayMaxLength(maxLength?: number): ValidatorFn;
|
|
91
92
|
/**
|
|
92
93
|
* Validate the sum of control values in an FormArray not overflow the max value
|
|
93
94
|
*
|
package/src/assets/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ngx-sumaris-components",
|
|
3
3
|
"short_name": "ngx-sumaris-components",
|
|
4
4
|
"manifest_version": 1,
|
|
5
|
-
"version": "2.7.
|
|
5
|
+
"version": "2.7.5-rc3",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|