mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3239] Fixed deprecated property descriptions (#3509)
* [ADF-3239] Changed deprecated properties to include full description * [ADF-3239] Updated deprecated properties of affected doc files * [ADF-3239] Fixed badly formatted doc comment in tasklist
This commit is contained in:
committed by
Eugenio Romano
parent
4984cc4437
commit
c1b12204f3
@@ -87,8 +87,8 @@ export class TaskListComponent extends DataTableSchema implements OnChanges, Aft
|
||||
|
||||
/** Data source object that represents the number and the type of the columns that
|
||||
* you want to show.
|
||||
* @deprecated 2.4.0
|
||||
*/
|
||||
/** @deprecated 2.4.0 */
|
||||
@Input()
|
||||
data: DataTableAdapter;
|
||||
|
||||
@@ -103,7 +103,7 @@ export class TaskListComponent extends DataTableSchema implements OnChanges, Aft
|
||||
@Input()
|
||||
multiselect: boolean = false;
|
||||
|
||||
/* Toggles default selection of the first row */
|
||||
/** Toggles default selection of the first row */
|
||||
@Input()
|
||||
selectFirstRow: boolean = true;
|
||||
|
||||
|
Reference in New Issue
Block a user