@alfresco/adf-core 8.4.0-17399835374 → 8.4.0-17407900008
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.
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { FormFieldTypes } from './form-field-types';
|
|
18
17
|
import { FormFieldModel } from './form-field.model';
|
|
19
18
|
export interface FormFieldValidator {
|
|
20
19
|
isSupported(field: FormFieldModel): boolean;
|
|
@@ -38,11 +37,8 @@ export declare class MinLengthFieldValidator implements FormFieldValidator {
|
|
|
38
37
|
}
|
|
39
38
|
export declare class MaxLengthFieldValidator implements FormFieldValidator {
|
|
40
39
|
private supportedTypes;
|
|
41
|
-
private maxLength?;
|
|
42
|
-
constructor(supportedTypes?: FormFieldTypes[], maxLength?: number);
|
|
43
40
|
isSupported(field: FormFieldModel): boolean;
|
|
44
41
|
validate(field: FormFieldModel): boolean;
|
|
45
|
-
getMaxLength(field: FormFieldModel): number | undefined;
|
|
46
42
|
}
|
|
47
43
|
export declare class MinValueFieldValidator implements FormFieldValidator {
|
|
48
44
|
private supportedTypes;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-core",
|
|
3
3
|
"description": "Alfresco ADF core",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-17407900008",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-17407900008",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-17407900008",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122",
|
|
70
70
|
"ts-morph": ">=20.0.0"
|