mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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>();
|
||||
|
||||
|
@@ -89,6 +89,7 @@ export class TaskFormCloudComponent implements OnChanges {
|
||||
@Output()
|
||||
error = new EventEmitter<any>();
|
||||
|
||||
/** Emitted when form content is clicked. */
|
||||
@Output()
|
||||
formContentClicked: EventEmitter<ContentLinkModel> = new EventEmitter();
|
||||
|
||||
|
Reference in New Issue
Block a user