mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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
@@ -31,13 +31,13 @@ Allows a user to select items from a Content Services repository.
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| -- | -- | -- | -- |
|
||||
| currentFolderId | `string` | null | **Deprecated:** in 2.1.0 |
|
||||
| dropdownHideMyFiles | `boolean` | false | **Deprecated:** in 2.1.0 |
|
||||
| dropdownSiteList | [`SitePaging`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitePaging.md) | null | **Deprecated:** in 2.1.0 |
|
||||
| imageResolver | [`ImageResolver`](../../lib/content-services/document-list/data/image-resolver.model.ts) | null | **Deprecated:** in 2.1.0 |
|
||||
| pageSize | `number` | | **Deprecated:** in 2.1.0 |
|
||||
| rowFilter | [`RowFilter`](../../lib/content-services/document-list/data/row-filter.model.ts) | null | **Deprecated:** in 2.1.0 |
|
||||
| title | `string` | null | **Deprecated:** in 2.1.0 |
|
||||
| currentFolderId | `string` | null | (**Deprecated:** in 2.1.0) |
|
||||
| dropdownHideMyFiles | `boolean` | false | (**Deprecated:** in 2.1.0) |
|
||||
| dropdownSiteList | [`SitePaging`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitePaging.md) | null | (**Deprecated:** in 2.1.0) |
|
||||
| imageResolver | [`ImageResolver`](../../lib/content-services/document-list/data/image-resolver.model.ts) | null | (**Deprecated:** in 2.1.0) |
|
||||
| pageSize | `number` | | (**Deprecated:** in 2.1.0) |
|
||||
| rowFilter | [`RowFilter`](../../lib/content-services/document-list/data/row-filter.model.ts) | null | (**Deprecated:** in 2.1.0) |
|
||||
| title | `string` | null | (**Deprecated:** in 2.1.0) |
|
||||
|
||||
## Details
|
||||
|
||||
|
Reference in New Issue
Block a user