mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Review documentation plus some tools fix (#5100)
* review 3.5.0 doc * fix documentation * fix documentation * fix documentation
This commit is contained in:
@@ -73,6 +73,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges,
|
||||
@Input()
|
||||
data: TaskVariableCloud[];
|
||||
|
||||
/** FormFieldValidator allow to override the form field validators provided. */
|
||||
@Input()
|
||||
fieldValidators: FormFieldValidator[] = [...FORM_FIELD_VALIDATORS];
|
||||
|
||||
@@ -92,6 +93,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges,
|
||||
@Output()
|
||||
formDataRefreshed = new EventEmitter<FormModel>();
|
||||
|
||||
/** Emitted when form content is clicked. */
|
||||
@Output()
|
||||
formContentClicked = new EventEmitter<string>();
|
||||
|
||||
|
Reference in New Issue
Block a user