diff --git a/docs/core/login.component.md b/docs/core/login.component.md index 86f61b5852..ca569ef3c2 100644 --- a/docs/core/login.component.md +++ b/docs/core/login.component.md @@ -37,6 +37,8 @@ Authenticates to Alfresco Content Services and Alfresco Process Services. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/notification.service.md b/docs/core/notification.service.md index 6df0419da7..21a7292e0d 100644 --- a/docs/core/notification.service.md +++ b/docs/core/notification.service.md @@ -8,7 +8,9 @@ Shows a notification message with optional feedback. ![Notification Service screenshot](docassets/images/NotiService.png) -## Methods +## Class members + +### Methods - `openSnackMessage(message: string, millisecondsDuration?: number): MatSnackBarRef` Opens a snackbar notification to show a message. diff --git a/docs/core/page-title.service.md b/docs/core/page-title.service.md index f5af2f0475..07f491fe55 100644 --- a/docs/core/page-title.service.md +++ b/docs/core/page-title.service.md @@ -6,7 +6,9 @@ Status: Active Sets the page title. -## Methods +## Class members + +### Methods - `setTitle(value: string = '')` Sets the page title. diff --git a/docs/core/pagination.component.md b/docs/core/pagination.component.md index c710ba039a..f5ffb65f22 100644 --- a/docs/core/pagination.component.md +++ b/docs/core/pagination.component.md @@ -24,6 +24,8 @@ Adds pagination to the component it is used with. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/search-api.service.md b/docs/core/search-api.service.md index 81d4859868..bd27e448c5 100644 --- a/docs/core/search-api.service.md +++ b/docs/core/search-api.service.md @@ -2,7 +2,9 @@ Accesses the Content Services Search API. -## Methods +## Class members + +### Methods `search(query: any): Observable`
Searches the repository. diff --git a/docs/core/search-configuration.service.md b/docs/core/search-configuration.service.md index a124c98748..b41a90fdab 100644 --- a/docs/core/search-configuration.service.md +++ b/docs/core/search-configuration.service.md @@ -6,7 +6,9 @@ Status: Active Provides fine control of parameters to a search. -## Methods +## Class members + +### Methods `generateQueryBody(searchTerm: string, maxResults: string, skipCount: string): QueryBody`
Generates a QueryBody object with custom search parameters. diff --git a/docs/core/shared-links-api.service.md b/docs/core/shared-links-api.service.md index 32b3a69894..400958382c 100644 --- a/docs/core/shared-links-api.service.md +++ b/docs/core/shared-links-api.service.md @@ -6,7 +6,9 @@ Status: Active Finds shared links to Content Services items. -## Methods +## Class members + +### Methods - `getSharedLinks(options: any = {}): Observable` Gets shared links available to the current user. diff --git a/docs/core/sidebar-action-menu.component.md b/docs/core/sidebar-action-menu.component.md index 7d69380704..26cbb12502 100644 --- a/docs/core/sidebar-action-menu.component.md +++ b/docs/core/sidebar-action-menu.component.md @@ -26,6 +26,8 @@ Displays a sidebar-action menu information panel. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/sites.service.md b/docs/core/sites.service.md index 34e278096e..9d0db510b5 100644 --- a/docs/core/sites.service.md +++ b/docs/core/sites.service.md @@ -8,7 +8,9 @@ Last reviewed: 2018-03-21 Accesses and manipulates sites from a Content Services repository. -## Methods +## Class members + +### Methods - `getSites(opts: any = {}): Observable` Gets a list of all sites in the repository. diff --git a/docs/core/start-form.component.md b/docs/core/start-form.component.md index 0f42eef9f1..9ae1fd49be 100644 --- a/docs/core/start-form.component.md +++ b/docs/core/start-form.component.md @@ -17,6 +17,8 @@ Displays the Start Form for a process. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/storage.service.md b/docs/core/storage.service.md index f55324cf40..2b35496229 100644 --- a/docs/core/storage.service.md +++ b/docs/core/storage.service.md @@ -6,7 +6,9 @@ Status: Active Stores items in the form of key-value pairs. -## Methods +## Class members + +### Methods - `getItem(key: string): string` Gets an item. diff --git a/docs/core/text-mask.component.md b/docs/core/text-mask.component.md index a26bcf816b..7157e334db 100644 --- a/docs/core/text-mask.component.md +++ b/docs/core/text-mask.component.md @@ -14,6 +14,8 @@ Implements text field input masks. ``` +## Class members + ### Properties | Name | Type | Default | Description | diff --git a/docs/core/thumbnail.service.md b/docs/core/thumbnail.service.md index dd3e3a6e9b..a914d7f47a 100644 --- a/docs/core/thumbnail.service.md +++ b/docs/core/thumbnail.service.md @@ -8,7 +8,9 @@ Last reviewed: 2018-03-21 Retrieves an SVG thumbnail image to represent a document type. -## Methods +## Class members + +### Methods - `getDocumentThumbnailUrl(node: any): string` Gets a thumbnail URL for the given document node. diff --git a/docs/core/toolbar.component.md b/docs/core/toolbar.component.md index 647daf1679..959d94d701 100644 --- a/docs/core/toolbar.component.md +++ b/docs/core/toolbar.component.md @@ -21,6 +21,8 @@ Simple container for headers, titles, actions and breadcrumbs. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/translation.service.md b/docs/core/translation.service.md index 39135181af..3fcb407fdb 100644 --- a/docs/core/translation.service.md +++ b/docs/core/translation.service.md @@ -6,7 +6,9 @@ Status: Active Supports localisation. -## Methods +## Class members + +### Methods - `addTranslationFolder(name: string = '', path: string = '')` Adds a new folder of translation source files. diff --git a/docs/core/user-info.component.md b/docs/core/user-info.component.md index 758f61d6af..1e960418e9 100644 --- a/docs/core/user-info.component.md +++ b/docs/core/user-info.component.md @@ -12,6 +12,8 @@ Shows user information. ``` +## Class members + ### Properties | Name | Type | Default value | Description | diff --git a/docs/core/user-preferences.service.md b/docs/core/user-preferences.service.md index 3b297f32c2..2b7c6e7110 100644 --- a/docs/core/user-preferences.service.md +++ b/docs/core/user-preferences.service.md @@ -8,7 +8,9 @@ Last reviewed: 2018-04-16 Stores preferences for components. -## Methods +## Class members + +### Methods - `get(property: string, defaultValue?: string): string` Gets a preference property.