diff --git a/docs/core/accordion-group.component.md b/docs/core/accordion-group.component.md index ec0b88c5c7..495149fd40 100644 --- a/docs/core/accordion-group.component.md +++ b/docs/core/accordion-group.component.md @@ -33,6 +33,8 @@ export class MyComponent implements OnInit { } ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/alfresco-content.service.md b/docs/core/alfresco-content.service.md index 82bbeeb487..68516adbbc 100644 --- a/docs/core/alfresco-content.service.md +++ b/docs/core/alfresco-content.service.md @@ -6,7 +6,9 @@ Status: Active Gets URLs and access info and creates folders in Content Services. -## Methods +## Class members + +### Methods `getDocumentThumbnailUrl(nodeId: any, attachment?: boolean, ticket?: string): string`
Gets a thumbnail URL for a node. diff --git a/docs/core/bpm-user.service.md b/docs/core/bpm-user.service.md index 419574361b..1f2d258e57 100644 --- a/docs/core/bpm-user.service.md +++ b/docs/core/bpm-user.service.md @@ -6,7 +6,9 @@ Status: Active Gets information about the current Process Services user. -## Methods +## Class members + +### Methods `getCurrentUserInfo(): Observable`
Gets information about the current user. diff --git a/docs/core/card-view.component.md b/docs/core/card-view.component.md index f1b7226aa5..fa6052106f 100644 --- a/docs/core/card-view.component.md +++ b/docs/core/card-view.component.md @@ -17,6 +17,8 @@ Displays a configurable property list renderer. ``` +## Class members + ### Properties | Name | Type | Default | Description | diff --git a/docs/core/comment-list.component.md b/docs/core/comment-list.component.md index 3ce21f3f13..51d8dbce5e 100644 --- a/docs/core/comment-list.component.md +++ b/docs/core/comment-list.component.md @@ -56,6 +56,8 @@ In the component template use the comment list component: ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/comments.component.md b/docs/core/comments.component.md index a51efe3c60..592c15913e 100644 --- a/docs/core/comments.component.md +++ b/docs/core/comments.component.md @@ -26,6 +26,8 @@ Displays comments from users involved in a specified task or content and allows ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/content.service.md b/docs/core/content.service.md index e1d3691711..ec4f8e12ef 100644 --- a/docs/core/content.service.md +++ b/docs/core/content.service.md @@ -8,7 +8,9 @@ Last reviewed: 2018-04-13 Accesses app-generated data objects via URLs and file downloads. -## Methods +## Class members + +### Methods - `downloadBlob(blob: Blob, fileName: string)` Invokes content download for a Blob with a file name. diff --git a/docs/core/datatable.component.md b/docs/core/datatable.component.md index 0bf96c245d..ddde44d2a2 100644 --- a/docs/core/datatable.component.md +++ b/docs/core/datatable.component.md @@ -123,6 +123,8 @@ export class DataTableDemo { } ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/favorites-api.service.md b/docs/core/favorites-api.service.md index b9b33bb75b..69ebf7a589 100644 --- a/docs/core/favorites-api.service.md +++ b/docs/core/favorites-api.service.md @@ -6,7 +6,9 @@ Status: Active Gets a list of items a user has marked as their favorites. -## Methods +## Class members + +### Methods `getFavorites(personId: string, options?: any): Observable`
Gets the favorites for a user. diff --git a/docs/core/form-field.component.md b/docs/core/form-field.component.md index 16fe1758fe..4e1efb2b8d 100644 --- a/docs/core/form-field.component.md +++ b/docs/core/form-field.component.md @@ -18,6 +18,8 @@ that takes an instance of a `FormFieldModel`: This component depends on the `FormRenderingService` to map the `FormFieldModel` to a Form Field UI component based on the field type or the metadata information. +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/form-list.component.md b/docs/core/form-list.component.md index 768f18551c..c0364e47f2 100644 --- a/docs/core/form-list.component.md +++ b/docs/core/form-list.component.md @@ -14,6 +14,8 @@ Shows APS forms as a list. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/form-rendering.service.md b/docs/core/form-rendering.service.md index 52eef70809..da87555ec7 100644 --- a/docs/core/form-rendering.service.md +++ b/docs/core/form-rendering.service.md @@ -6,7 +6,9 @@ Status: Active Maps an APS form field type string onto the corresponding form widget component type. -## Methods +## Class members + +### Methods - `getComponentTypeResolver(type: string, defaultValue: Type<{}> = this.defaultValue): DynamicComponentResolveFunction` Gets the currently active ComponentTypeResolver function for a field type. diff --git a/docs/core/form.component.md b/docs/core/form.component.md index c3bbc1fa07..300616ff2c 100644 --- a/docs/core/form.component.md +++ b/docs/core/form.component.md @@ -35,6 +35,8 @@ Shows a Form from APS ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/highlight-transform.service.md b/docs/core/highlight-transform.service.md index 46062f89fa..fd2609a108 100644 --- a/docs/core/highlight-transform.service.md +++ b/docs/core/highlight-transform.service.md @@ -6,7 +6,9 @@ Status: Active Adds HTML to a string to highlight chosen sections. -## Methods +## Class members + +### Methods - `highlight(text: string, search: string, wrapperClass: string = 'highlight'): HightlightTransformResult` Searches for `search` string(s) within `text` and highlights all occurrences. diff --git a/docs/core/host-settings.component.md b/docs/core/host-settings.component.md index e95c0f61fb..44885cad0d 100644 --- a/docs/core/host-settings.component.md +++ b/docs/core/host-settings.component.md @@ -15,6 +15,8 @@ Validates the URLs for ACS and APS and saves them in the user's local storage ``` +## Class members + ### Properties | Name | Type | Default value | Description |