mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-2463] Moved doc files to subfolders (#3081)
This commit is contained in:
parent
c27273cb7d
commit
e33cb06371
@ -56,7 +56,7 @@ for more information about installing and using the source code.
|
||||
| [Accordion group component](core/accordion-group.component.md) | Adds a collapsible panel to an accordion menu. | [Source](../lib/core/collapsable/accordion-group.component.ts) |
|
||||
| [Accordion component](core/accordion.component.md) | Creates a collapsible accordion menu. | [Source](../lib/core/collapsable/accordion.component.ts) |
|
||||
| [Data column component](core/data-column.component.md) | Defines column properties for DataTable, Tasklist, Document List and other components. | [Source](../lib/core/data-column/data-column.component.ts) |
|
||||
| [Datatable component](datatable.component.md) | Displays data as a table with customizable columns and presentation. | [Source](../lib/core/datatable/components/datatable/datatable.component.ts) |
|
||||
| [Datatable component](core/datatable.component.md) | Displays data as a table with customizable columns and presentation. | [Source](../lib/core/datatable/components/datatable/datatable.component.ts) |
|
||||
| [Form field component](core/form-field.component.md) | A form field in an APS form. | [Source](../lib/core/form/components/form-field/form-field.component.ts) |
|
||||
| [Form list component](core/form-list.component.md) | Shows APS forms as a list. | [Source](../lib/core/form/components/form-list.component.ts) |
|
||||
| [Form component](core/form.component.md) | Shows a Form from APS (see it live: [Form Quickstart](https://embed.plnkr.co/YSLXTqb3DtMhVJSqXKkE/)) | [Source](../lib/core/form/components/form.component.ts) |
|
||||
@ -65,15 +65,15 @@ for more information about installing and using the source code.
|
||||
| [Info drawer layout component](core/info-drawer-layout.component.md) | Displays a sidebar-style information panel. | [Source](../lib/core/info-drawer/info-drawer-layout.component.ts) |
|
||||
| [Info drawer component](core/info-drawer.component.md) | Displays a sidebar-style information panel with tabs. | [Source](../lib/core/info-drawer/info-drawer.component.ts) |
|
||||
| [Language menu component](core/language-menu.component.md) | Displays all the languages that are present in the "app.config.json" or the default one (EN). | [Source](../lib/core/language-menu/language-menu.component.ts) |
|
||||
| [Login component](login.component.md) | Authenticates to Alfresco Content Services and Alfresco Process Services. | [Source](../lib/core/login/components/login.component.ts) |
|
||||
| [Infinite pagination component](infinite-pagination.component.md) | Adds "infinite" pagination to the component it is used with. | [Source](../lib/core/pagination/infinite-pagination.component.ts) |
|
||||
| [Pagination component](pagination.component.md) | Adds pagination to the component it is used with. | [Source](../lib/core/pagination/pagination.component.ts) |
|
||||
| [Host settings component](host-settings.component.md) | Validates the URLs for ACS and APS and saves them in the user's local storage | [Source](../lib/core/settings/host-settings.component.ts) |
|
||||
| [Login component](core/login.component.md) | Authenticates to Alfresco Content Services and Alfresco Process Services. | [Source](../lib/core/login/components/login.component.ts) |
|
||||
| [Infinite pagination component](core/infinite-pagination.component.md) | Adds "infinite" pagination to the component it is used with. | [Source](../lib/core/pagination/infinite-pagination.component.ts) |
|
||||
| [Pagination component](core/pagination.component.md) | Adds pagination to the component it is used with. | [Source](../lib/core/pagination/pagination.component.ts) |
|
||||
| [Host settings component](core/host-settings.component.md) | Validates the URLs for ACS and APS and saves them in the user's local storage | [Source](../lib/core/settings/host-settings.component.ts) |
|
||||
| [Sidebar action menu component](core/sidebar-action-menu.component.md) | Displays a sidebar-action menu information panel. | [Source](../lib/core/sidebar/sidebar-action-menu.component.ts) |
|
||||
| [Toolbar divider component](core/toolbar-divider.component.md) | Divides groups of elements in a Toolbar with a visual separator. | [Source](../lib/core/toolbar/toolbar-divider.component.ts) |
|
||||
| [Toolbar title component](core/toolbar-title.component.md) | Supplies custom HTML to be included in a Toolbar component title. | [Source](../lib/core/toolbar/toolbar-title.component.ts) |
|
||||
| [Toolbar component](core/toolbar.component.md) | Simple container for headers, titles, actions and breadcrumbs. | [Source](../lib/core/toolbar/toolbar.component.ts) |
|
||||
| [User info component](user-info.component.md) | Shows user information. | [Source](../lib/core/userinfo/components/user-info.component.ts) |
|
||||
| [User info component](core/user-info.component.md) | Shows user information. | [Source](../lib/core/userinfo/components/user-info.component.ts) |
|
||||
| [Viewer component](core/viewer.component.md) | Displays content from an ACS repository. | [Source](../lib/core/viewer/components/viewer.component.ts) |
|
||||
|
||||
## Directives
|
||||
@ -82,7 +82,7 @@ for more information about installing and using the source code.
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Context menu directive](core/context-menu.directive.md) | Adds a context menu to a component. | [Source](../lib/core/context-menu/context-menu.directive.ts) |
|
||||
| [Highlight directive](core/highlight.directive.md) | Adds highlighting to selected sections of an HTML element's content. | [Source](../lib/core/directives/highlight.directive.ts) |
|
||||
| [Logout directive](logout.directive.md) | Logs the user out when the decorated element is clicked. | [Source](../lib/core/directives/logout.directive.ts) |
|
||||
| [Logout directive](core/logout.directive.md) | Logs the user out when the decorated element is clicked. | [Source](../lib/core/directives/logout.directive.ts) |
|
||||
| [Node delete directive](core/node-delete.directive.md) | Deletes multiple files and folders. | [Source](../lib/core/directives/node-delete.directive.ts) |
|
||||
| [Node favorite directive](core/node-favorite.directive.md) | Selectively toggles nodes as favorite | [Source](../lib/core/directives/node-favorite.directive.ts) |
|
||||
| [Node permission directive](core/node-permission.directive.md) | Selectively disables an HTML element or Angular component | [Source](../lib/core/directives/node-permission.directive.ts) |
|
||||
@ -116,25 +116,25 @@ for more information about installing and using the source code.
|
||||
| Name | Description | Source link |
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Card view update service](core/card-view-update.service.md) | Reports edits and clicks within fields of a Card View component. | [Source](../lib/core/card-view/services/card-view-update.service.ts) |
|
||||
| [Activiti alfresco service](activiti-alfresco.service.md) | Gets Alfresco Repository folder content based on a Repository account configured in Alfresco Process Services (APS). | [Source](../lib/core/form/services/activiti-alfresco.service.ts) |
|
||||
| [Activiti alfresco service](core/activiti-alfresco.service.md) | Gets Alfresco Repository folder content based on a Repository account configured in Alfresco Process Services (APS). | [Source](../lib/core/form/services/activiti-alfresco.service.ts) |
|
||||
| [Form rendering service](core/form-rendering.service.md) | Maps an APS form field type string onto the corresponding form widget component type. | [Source](../lib/core/form/services/form-rendering.service.ts) |
|
||||
| [Form service](core/form.service.md) | Implements Process Services form methods | [Source](../lib/core/form/services/form.service.ts) |
|
||||
| [Node service](core/node.service.md) | Gets Alfresco Repository node metadata and creates nodes with metadata. | [Source](../lib/core/form/services/node.service.ts) |
|
||||
| [Process content service](process-services/process-content.service.md) | Manipulates content related to a Process Instance or Task Instance in APS. | [Source](../lib/core/form/services/process-content.service.ts) |
|
||||
| [Alfresco api service](alfresco-api.service.md) | Provides access to initialized **AlfrescoJSApi** instance. | [Source](../lib/core/services/alfresco-api.service.ts) |
|
||||
| [Apps process service](apps-process.service.md) | Gets details of the Process Services apps that are deployed for the user. | [Source](../lib/core/services/apps-process.service.ts) |
|
||||
| [Alfresco api service](core/alfresco-api.service.md) | Provides access to initialized **AlfrescoJSApi** instance. | [Source](../lib/core/services/alfresco-api.service.ts) |
|
||||
| [Apps process service](process-services/apps-process.service.md) | Gets details of the Process Services apps that are deployed for the user. | [Source](../lib/core/services/apps-process.service.ts) |
|
||||
| [Auth guard bpm service](core/auth-guard-bpm.service.md) | Adds authentication with Process Services to a route within the app. | [Source](../lib/core/services/auth-guard-bpm.service.ts) |
|
||||
| [Auth guard ecm service](core/auth-guard-ecm.service.md) | Adds authentication with Content Services to a route within the app. | [Source](../lib/core/services/auth-guard-ecm.service.ts) |
|
||||
| [Auth guard service](core/auth-guard.service.md) | Adds authentication to a route within the app. | [Source](../lib/core/services/auth-guard.service.ts) |
|
||||
| [Authentication service](authentication.service.md) | Provides authentication to ACS and APS. | [Source](../lib/core/services/authentication.service.ts) |
|
||||
| [Authentication service](core/authentication.service.md) | Provides authentication to ACS and APS. | [Source](../lib/core/services/authentication.service.ts) |
|
||||
| [Comment process service](core/comment-process.service.md) | Adds and retrieves comments for task and process instances in Process Services. | [Source](../lib/core/services/comment-process.service.ts) |
|
||||
| [Content service](core/content.service.md) | Accesses app-generated data objects via URLs and file downloads. | [Source](../lib/core/services/content.service.ts) |
|
||||
| [Cookie service](core/cookie.service.md) | Stores key-value data items as browser cookies. | [Source](../lib/core/services/cookie.service.ts) |
|
||||
| [Deleted nodes api service](core/deleted-nodes-api.service.md) | Gets a list of Content Services nodes currently in the trash. | [Source](../lib/core/services/deleted-nodes-api.service.ts) |
|
||||
| [Discovery api service](core/discovery-api.service.md) | Gets version and license information for Process Services and Content Services. | [Source](../lib/core/services/discovery-api.service.ts) |
|
||||
| [Favorites api service](favorites-api.service.md) | Gets a list of items a user has marked as their favorites. | [Source](../lib/core/services/favorites-api.service.ts) |
|
||||
| [Favorites api service](core/favorites-api.service.md) | Gets a list of items a user has marked as their favorites. | [Source](../lib/core/services/favorites-api.service.ts) |
|
||||
| [Highlight transform service](core/highlight-transform.service.md) | Adds HTML to a string to highlight chosen sections. | [Source](../lib/core/services/highlight-transform.service.ts) |
|
||||
| [Log service](log.service.md) | Provide a log functionality for your ADF application. | [Source](../lib/core/services/log.service.ts) |
|
||||
| [Log service](process-services/log.service.md) | Provide a log functionality for your ADF application. | [Source](../lib/core/services/log.service.ts) |
|
||||
| [Nodes api service](core/nodes-api.service.md) | Accesses and manipulates ACS document nodes using their node IDs. | [Source](../lib/core/services/nodes-api.service.ts) |
|
||||
| [Notification service](core/notification.service.md) | Shows a notification message with optional feedback. | [Source](../lib/core/services/notification.service.ts) |
|
||||
| [Page title service](core/page-title.service.md) | Sets the page title. | [Source](../lib/core/services/page-title.service.ts) |
|
||||
@ -146,8 +146,8 @@ for more information about installing and using the source code.
|
||||
| [Sites service](core/sites.service.md) | Accesses and manipulates sites from a Content Services repository. | [Source](../lib/core/services/sites.service.ts) |
|
||||
| [Storage service](core/storage.service.md) | Stores items in the form of key-value pairs. | [Source](../lib/core/services/storage.service.ts) |
|
||||
| [Thumbnail service](core/thumbnail.service.md) | Retrieves an SVG thumbnail image to represent a document type. | [Source](../lib/core/services/thumbnail.service.ts) |
|
||||
| [Translation service](translation.service.md) | Supports localisation. | [Source](../lib/core/services/translation.service.ts) |
|
||||
| [Upload service](upload.service.md) | Provides access to various APIs related to file upload features. | [Source](../lib/core/services/upload.service.ts) |
|
||||
| [Translation service](core/translation.service.md) | Supports localisation. | [Source](../lib/core/services/translation.service.ts) |
|
||||
| [Upload service](core/upload.service.md) | Provides access to various APIs related to file upload features. | [Source](../lib/core/services/upload.service.ts) |
|
||||
| [User preferences service](core/user-preferences.service.md) | Stores preferences for components. | [Source](../lib/core/services/user-preferences.service.ts) |
|
||||
| [Bpm user service](core/bpm-user.service.md) | Gets information about the current Process Services user. | [Source](../lib/core/userinfo/services/bpm-user.service.ts) |
|
||||
| [Ecm user service](core/ecm-user.service.md) | Gets information about a Content Services user. | [Source](../lib/core/userinfo/services/ecm-user.service.ts) |
|
||||
@ -156,7 +156,7 @@ for more information about installing and using the source code.
|
||||
|
||||
| Name | Description | Source link |
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Content widget](content.widget.md) | Shows the content preview. | [Source](../lib/core/form/components/widgets/content/content.widget.ts) |
|
||||
| [Content widget](core/content.widget.md) | Shows the content preview. | [Source](../lib/core/form/components/widgets/content/content.widget.ts) |
|
||||
|
||||
<!--core end-->
|
||||
|
||||
@ -164,7 +164,7 @@ for more information about installing and using the source code.
|
||||
|
||||
| Name | Description | Source link |
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Data Table Adapter interface](datatable-adapter.interface.md) | Defines how table data is supplied to DataTable and Tasklist components. | [Source](../lib/core/datatable/data/datatable-adapter.ts) |
|
||||
| [Data Table Adapter interface](core/datatable-adapter.interface.md) | Defines how table data is supplied to DataTable and Tasklist components. | [Source](../lib/core/datatable/data/datatable-adapter.ts) |
|
||||
| [Form Field Validator interface](core/form-field-validator.interface.md) | Defines how the input fields of Form and Task Details components are validated. | [Source](../lib/core/form/components/widgets/core/form-field-validator.ts) |
|
||||
| [Search Configuration interface](core/search-configuration.interface.md) | Provides fine control of parameters to a search. | [Source](../lib/core/services/search-configuration.service.ts) |
|
||||
|
||||
@ -254,7 +254,7 @@ for more information about installing and using the source code.
|
||||
| [Create process attachment component](process-services/create-process-attachment.component.md) | Displays Upload Component (Drag and Click) to upload the attachment to a specified process instance | [Source](../lib/process-services/attachment/create-process-attachment.component.ts) |
|
||||
| [Create task attachment component](process-services/create-task-attachment.component.md) | Displays Upload Component (Drag and Click) to upload the attachment to a specified task | [Source](../lib/process-services/attachment/create-task-attachment.component.ts) |
|
||||
| [Process attachment list component](process-services/process-attachment-list.component.md) | Displays attached documents on a specified process instance | [Source](../lib/process-services/attachment/process-attachment-list.component.ts) |
|
||||
| [Task attachment list component](task-attachment-list.component.md) | Displays attached documents on a specified task. | [Source](../lib/process-services/attachment/task-attachment-list.component.ts) |
|
||||
| [Task attachment list component](process-services/task-attachment-list.component.md) | Displays attached documents on a specified task. | [Source](../lib/process-services/attachment/task-attachment-list.component.ts) |
|
||||
| [Comment list component](process-services/comment-list.component.md) | Shows a list of comments. | [Source](../lib/process-services/comments/comment-list.component.ts) |
|
||||
| [Comments component](process-services/comments.component.md) | Displays comments from users involved in a specified task and allows an involved user to add a comment to the task. | [Source](../lib/process-services/comments/comments.component.ts) |
|
||||
| [Process comments component](process-services/process-comments.component.md) | Displays comments associated with a particular process instance and allows the user to add new comments. | [Source](../lib/process-services/comments/process-comments.component.ts) |
|
||||
@ -266,27 +266,27 @@ for more information about installing and using the source code.
|
||||
| [Process instance header component](process-services/process-instance-header.component.md) | Sub-component of the process details component, which renders some general information about the selected process. | [Source](../lib/process-services/process-list/components/process-instance-header.component.ts) |
|
||||
| [Process instance tasks component](process-services/process-instance-tasks.component.md) | Lists both the active and completed tasks associated with a particular process instance | [Source](../lib/process-services/process-list/components/process-instance-tasks.component.ts) |
|
||||
| [Process list component](process-services/process-list.component.md) | Renders a list containing all the process instances matched by the parameters specified. | [Source](../lib/process-services/process-list/components/process-list.component.ts) |
|
||||
| [Start process component](start-process.component.md) | Starts a process. | [Source](../lib/process-services/process-list/components/start-process.component.ts) |
|
||||
| [Start process component](process-services/start-process.component.md) | Starts a process. | [Source](../lib/process-services/process-list/components/start-process.component.ts) |
|
||||
| [Checklist component](process-services/checklist.component.md) | Shows the checklist task functionality. | [Source](../lib/process-services/task-list/components/checklist.component.ts) |
|
||||
| [Start task component](start-task.component.md) | Creates/Starts new task for the specified app | [Source](../lib/process-services/task-list/components/start-task.component.ts) |
|
||||
| [Task details component](task-details.component.md) | Shows the details of the task ID passed in as input. | [Source](../lib/process-services/task-list/components/task-details.component.ts) |
|
||||
| [Task filters component](task-filters.component.md) | Shows all available filters. | [Source](../lib/process-services/task-list/components/task-filters.component.ts) |
|
||||
| [Task header component](task-header.component.md) | Shows all the information related to a task. | [Source](../lib/process-services/task-list/components/task-header.component.ts) |
|
||||
| [Task list component](task-list.component.md) | Renders a list containing all the tasks matched by the parameters specified. | [Source](../lib/process-services/task-list/components/task-list.component.ts) |
|
||||
| [Start task component](process-services/start-task.component.md) | Creates/Starts new task for the specified app | [Source](../lib/process-services/task-list/components/start-task.component.ts) |
|
||||
| [Task details component](process-services/task-details.component.md) | Shows the details of the task ID passed in as input. | [Source](../lib/process-services/task-list/components/task-details.component.ts) |
|
||||
| [Task filters component](process-services/task-filters.component.md) | Shows all available filters. | [Source](../lib/process-services/task-list/components/task-filters.component.ts) |
|
||||
| [Task header component](process-services/task-header.component.md) | Shows all the information related to a task. | [Source](../lib/process-services/task-list/components/task-header.component.ts) |
|
||||
| [Task list component](process-services/task-list.component.md) | Renders a list containing all the tasks matched by the parameters specified. | [Source](../lib/process-services/task-list/components/task-list.component.ts) |
|
||||
|
||||
## Directives
|
||||
|
||||
| Name | Description | Source link |
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Process audit directive](process-services/process-audit.directive.md) | Fetches the Process Audit information in the pdf or json format. | [Source](../lib/process-services/process-list/components/process-audit.directive.ts) |
|
||||
| [Task audit directive](task-audit.directive.md) | Fetches the Task Audit information in the pdf or json format. | [Source](../lib/process-services/task-list/components/task-audit.directive.ts) |
|
||||
| [Task audit directive](process-services/task-audit.directive.md) | Fetches the Task Audit information in the pdf or json format. | [Source](../lib/process-services/task-list/components/task-audit.directive.ts) |
|
||||
|
||||
## Models
|
||||
|
||||
| Name | Description | Source link |
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Filter model](filter.model.md) | Contains classes related to filters in Process Services. | [Source](../lib/process-services/task-list/models/filter.model.ts) |
|
||||
| [Task details model](task-details.model.md) | Information about a task. | [Source](../lib/process-services/task-list/models/task-details.model.ts) |
|
||||
| [Filter model](process-services/filter.model.md) | Contains classes related to filters in Process Services. | [Source](../lib/process-services/task-list/models/filter.model.ts) |
|
||||
| [Task details model](process-services/task-details.model.md) | Information about a task. | [Source](../lib/process-services/task-list/models/task-details.model.ts) |
|
||||
|
||||
## Services
|
||||
|
||||
@ -294,8 +294,8 @@ for more information about installing and using the source code.
|
||||
| ---- | ----------- | ----------- |
|
||||
| [Process filter service](process-services/process-filter.service.md) | Manage Process Filters, which are pre-configured Process Instance queries. | [Source](../lib/process-services/process-list/services/process-filter.service.ts) |
|
||||
| [Process service](process-services/process.service.md) | Manages Process Instances, Process Variables, and Process Audit Log. | [Source](../lib/process-services/process-list/services/process.service.ts) |
|
||||
| [Task filter service](task-filter.service.md) | Manage Task Filters, which are pre-configured Task Instance queries. | [Source](../lib/process-services/task-list/services/task-filter.service.ts) |
|
||||
| [Tasklist service](tasklist.service.md) | Manage Task Instances. | [Source](../lib/process-services/task-list/services/tasklist.service.ts) |
|
||||
| [Task filter service](process-services/task-filter.service.md) | Manage Task Filters, which are pre-configured Task Instance queries. | [Source](../lib/process-services/task-list/services/task-filter.service.ts) |
|
||||
| [Tasklist service](process-services/tasklist.service.md) | Manage Task Instances. | [Source](../lib/process-services/task-list/services/tasklist.service.ts) |
|
||||
|
||||
<!--process-services end-->
|
||||
|
||||
|
@ -9,7 +9,7 @@ Defines classes for use with the Content Services node API.
|
||||
## Details
|
||||
|
||||
ADF provides several services that give higher-level access to
|
||||
underlying [Alfresco JS Api](../alfresco-api.service.md) functionality.
|
||||
underlying [Alfresco JS Api](../core/alfresco-api.service.md) functionality.
|
||||
The classes defined below are used in some of these services to access
|
||||
the Content Services nodes API. You can use these services to access
|
||||
the nodes (ie, documents and folders) of a repository using their
|
||||
|
@ -122,7 +122,7 @@ have at least the following properties as part of the `Event.detail` property va
|
||||
}
|
||||
```
|
||||
|
||||
See the [DataTable](../datatable.component.md) documentation for further details about
|
||||
See the [DataTable](../core/datatable.component.md) documentation for further details about
|
||||
the other DOM events that the Document List component bubbles up from the DataTable.
|
||||
|
||||
Below is a basic example of handling DOM events in the parent elements.
|
||||
@ -521,7 +521,7 @@ A custom set of columns might look like the following:
|
||||

|
||||
|
||||
You can also use the HTML-based schema declaration used by
|
||||
[DataTable](../datatable.component.md), [Task List](../task-list.component.md) and other components:
|
||||
[DataTable](../core/datatable.component.md), [Task List](../process-services/task-list.component.md) and other components:
|
||||
|
||||
```html
|
||||
<adf-datatable [data]="data" ...>
|
||||
@ -801,10 +801,10 @@ This will give the following output:
|
||||
|
||||
## See also
|
||||
|
||||
- [Datatable component](../datatable.component.md)
|
||||
- [Datatable component](../core/datatable.component.md)
|
||||
- [Data column component](../core/data-column.component.md)
|
||||
- [Pagination component](../pagination.component.md)
|
||||
- [Infinite pagination component](../infinite-pagination.component.md)
|
||||
- [Pagination component](../core/pagination.component.md)
|
||||
- [Infinite pagination component](../core/infinite-pagination.component.md)
|
||||
- [Sites dropdown component](sites-dropdown.component.md)
|
||||
- [Metadata indicators](../metadata-indicators.md)
|
||||
- [Document library model](document-library.model.md)
|
||||
|
@ -32,4 +32,4 @@ Displays a dropdown menu to show and interact with the sites of the current user
|
||||
|
||||
| Name | Returned Type | Description |
|
||||
| ---- | ------------- | ----------- |
|
||||
| change | [SiteModel](../site.model.md) | Emitted when user selects a site. When default option is selected an empty model is emitted |
|
||||
| change | [SiteModel](../core/site.model.md) | Emitted when user selects a site. When default option is selected an empty model is emitted |
|
||||
|
@ -29,7 +29,7 @@ Checks if the the node has the `allowableOperations` property.
|
||||
## Details
|
||||
|
||||
The methods that take a `node` parameter can receive the node as either a node ID string
|
||||
or as a [MinimalNode](content-services/document-library.model.md) object. You can obtain the `ticket` string,
|
||||
or as a [MinimalNode](../content-services/document-library.model.md) object. You can obtain the `ticket` string,
|
||||
if you need it, from the [Authentication service](authentication.service.md). If
|
||||
`attachment` is false then the content can be viewed in the browser but not downloaded; the
|
||||
default value of true allows a download to take place.
|
@ -2,7 +2,7 @@
|
||||
|
||||
Shows how to write a Markdown file for a component.
|
||||
|
||||

|
||||

|
||||
|
||||
<!-- Most doc files don't need a table of contents. Delete this part unless
|
||||
you have added about five subsections in the Details part.
|
@ -105,9 +105,9 @@ Every cell in the DataTable component is bound to the dynamic data context conta
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| data | [DataTableAdapter](../datatable-adapter.interface.md) | Data adapter instance. |
|
||||
| row | [DataRow](../datatable-adapter.interface.md) | Current data row instance. |
|
||||
| col | [DataColumn](../datatable-adapter.interface.md) | Current data column instance. |
|
||||
| data | [DataTableAdapter](datatable-adapter.interface.md) | Data adapter instance. |
|
||||
| row | [DataRow](datatable-adapter.interface.md) | Current data row instance. |
|
||||
| col | [DataColumn](datatable-adapter.interface.md) | Current data column instance. |
|
||||
|
||||
You can use all three properties to gain full access to underlying data from within your custom templates.
|
||||
In order to wire HTML templates with the data context you will need defining a variable that is bound to `$implicit` like shown below:
|
||||
@ -277,6 +277,6 @@ Now you can declare columns and assign `desktop-only` class where needed:
|
||||
## See also
|
||||
|
||||
- [Document list component](../content-services/document-list.component.md)
|
||||
- [Datatable component](../datatable.component.md)
|
||||
- [Task list component](../task-list.component.md)
|
||||
- [Datatable component](datatable.component.md)
|
||||
- [Task list component](../process-services/task-list.component.md)
|
||||
<!-- seealso end -->
|
||||
|
@ -5,7 +5,7 @@ Status: Active
|
||||
# DataTableAdapter interface
|
||||
|
||||
Defines how table data is supplied to [DataTable](datatable.component.md)
|
||||
and [Tasklist](task-list.component.md) components.
|
||||
and [Tasklist](../process-services/task-list.component.md) components.
|
||||
|
||||
## Properties
|
||||
|
||||
@ -37,7 +37,7 @@ Sort the table with a specified key and direction (ascending or descending).
|
||||
## Details
|
||||
|
||||
You can implement DataTableAdapter in your own class to display your data with the [DataTable](datatable.component.md)
|
||||
and [Tasklist](task-list.component.md) components.
|
||||
and [Tasklist](../process-services/task-list.component.md) components.
|
||||
This interface (along with other interfaces for column and row data) hides the details of your class from the caller, so you can store your data internally however you like. The DataTable library implements the interface in the [ObjectDataTableAdapter](#objectdatatableadapter) class which is the standard adapter for the Datatable component.
|
||||
|
||||
The basic idea of DataTableAdapter is that the caller can request your class to return an array of column
|
||||
@ -113,7 +113,7 @@ let data = new ObjectDataTableAdapter(
|
||||
);
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
If you don't specify the column array then the constructor will infer the layout of the columns from
|
||||
the structure of the row objects. The field names ('id' and 'name' in the example below) will be used
|
||||
@ -151,5 +151,5 @@ let schema = ObjectDataTableAdapter.generateSchema(data);
|
||||
## See also
|
||||
|
||||
- [Datatable component](datatable.component.md)
|
||||
- [Task list component](task-list.component.md)
|
||||
- [Task list component](../process-services/task-list.component.md)
|
||||
<!-- seealso end -->
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Displays data as a table with customizable columns and presentation.
|
||||
|
||||

|
||||

|
||||
|
||||
See it live: [DataTable Quickstart](https://embed.plnkr.co/80qr4YFBeHjLMdAV0F6l/)
|
||||
|
||||
@ -196,7 +196,7 @@ onRowClick(event) {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Card view
|
||||
|
||||
@ -209,7 +209,7 @@ If you want to enable the card view mode you need to set to 'gallery' the input
|
||||
</adf-datatable
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Custom Empty content template
|
||||
@ -270,7 +270,7 @@ You can use any HTML layout or Angular component as a content of the empty templ
|
||||
| dragDropMsg | String | Drag and drop | The default drag and drop message |
|
||||
| additionalMsg | String | Drag and drop | The default additional message |
|
||||
|
||||

|
||||

|
||||
|
||||
### Loading content template
|
||||
|
||||
@ -463,9 +463,9 @@ onExecuteRowAction(event: DataRowActionEvent) {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Developers are allowed to use any payloads as row actions.
|
||||
The only requirement for the objects is having `title` property.
|
||||
@ -480,8 +480,8 @@ and do corresponding actions.
|
||||
|
||||
## See also
|
||||
|
||||
- [Data column component](core/data-column.component.md)
|
||||
- [Data column component](data-column.component.md)
|
||||
- [Pagination component](pagination.component.md)
|
||||
- [DataTableAdapter](datatable-adapter.interface.md)
|
||||
- [Document list component](content-services/document-list.component.md)
|
||||
- [Document list component](../content-services/document-list.component.md)
|
||||
<!-- seealso end -->
|
@ -64,7 +64,7 @@ example, the `currency` property holds the currency symbol to be displayed next
|
||||
|
||||
### Validation
|
||||
|
||||
A [Form](form.component.md) or [Task Details](../task-details.component.md) component can
|
||||
A [Form](form.component.md) or [Task Details](../process-services/task-details.component.md) component can
|
||||
be supplied with a set of validator objects. Each validator applies a particular kind of
|
||||
check to a field. A number of `FormFieldModel` properties are used by validators. For
|
||||
example, `minValue` and `maxValue` are used to check that a numeric value falls within an
|
||||
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Validates the URLs for ACS and APS and saves them in the user's local storage
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Adds "infinite" pagination to the component it is used with.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
||||
@ -61,5 +61,5 @@ See the [Pagination component](pagination.component.md) for more information abo
|
||||
|
||||
## See also
|
||||
|
||||
- [Document list component](content-services/document-list.component.md)
|
||||
- [Document list component](../content-services/document-list.component.md)
|
||||
- [Pagination component](pagination.component.md)
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Authenticates to Alfresco Content Services and Alfresco Process Services.
|
||||
|
||||

|
||||

|
||||
|
||||
## Contents
|
||||
|
||||
@ -89,7 +89,7 @@ export class AppComponent {
|
||||
|
||||
### Change footer content
|
||||
|
||||

|
||||

|
||||
|
||||
You can replace the entire content in the footer of the login component with your custom content.
|
||||
|
||||
@ -101,7 +101,7 @@ You can replace the entire content in the footer of the login component with you
|
||||
|
||||
### Change header content
|
||||
|
||||

|
||||

|
||||
|
||||
You can replace the entire content in the header of the login component with your custom content.
|
||||
|
||||
@ -126,7 +126,7 @@ This becomes handy in case you need to extend it with custom input fields handle
|
||||
|
||||
Here's an example of custom content:
|
||||
|
||||

|
||||

|
||||
|
||||
### Custom logo and background
|
||||
|
||||
@ -141,7 +141,7 @@ It is possible changing logo and background images to custom values.
|
||||
|
||||
Should give you something like the following:
|
||||
|
||||

|
||||

|
||||
|
||||
Alternatively you can bind to your component properties and provide values dynamically if needed:
|
||||
|
@ -57,7 +57,7 @@ The Nodes Api Service has methods for getting information about nodes and
|
||||
managing them within the repository (creating, deleting, etc).
|
||||
|
||||
Other lower level interfaces to the ACS nodes API are also available - see the
|
||||
[Alfresco Api service](../alfresco-api.service.md), the
|
||||
[Alfresco Api service](alfresco-api.service.md), the
|
||||
[Alfresco JS API docs](https://github.com/Alfresco/alfresco-js-api/tree/master/src/alfresco-core-rest-api)
|
||||
and the
|
||||
[REST API Explorer](https://api-explorer.alfresco.com/api-explorer/#/nodes)
|
||||
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Adds pagination to the component it is used with.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
@ -8,7 +8,7 @@ Provides information about a site in a Content Services repository.
|
||||
|
||||
## Details
|
||||
|
||||
`SiteModel` is returned by methods from the [Sites Api service](core/sites.service.md).
|
||||
`SiteModel` is returned by methods from the [Sites Api service](sites.service.md).
|
||||
Also, the
|
||||
[`getSite`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitesApi.md#getSite)
|
||||
and
|
||||
@ -46,4 +46,4 @@ class SiteMembersModel {
|
||||
|
||||
## See also
|
||||
|
||||
- [Sites service](core/sites.service.md)
|
||||
- [Sites service](sites.service.md)
|
@ -30,7 +30,7 @@ Accesses and manipulates sites from a Content Services repository.
|
||||
|
||||
You can use `getSites` to get a list of all sites in the repository.
|
||||
The sites are returned as `Observable<SiteModel[]>` (see
|
||||
[Site Model](../site.model.md) for more information about this class).
|
||||
[Site Model](site.model.md) for more information about this class).
|
||||
If you are only interested in a single site and you have its ID, you
|
||||
can use `getSite` to access it. Alternatively, you can use `getSiteContent`
|
||||
or `getSiteMembers` to extract just the `contents` and `members` properties
|
||||
@ -49,4 +49,4 @@ for more information about the available options.
|
||||
|
||||
## See also
|
||||
|
||||
- [Site model](../site.model.md)
|
||||
- [Site model](site.model.md)
|
||||
|
@ -62,7 +62,7 @@ Displays the Start Form for a process.
|
||||
|
||||
## Details
|
||||
|
||||
The [Start Process component](../start-process.component.md) uses the Start Form component
|
||||
The [Start Process component](../process-services/start-process.component.md) uses the Start Form component
|
||||
to display the
|
||||
[start form](http://docs.alfresco.com/process-services1.6/topics/none_start_event.html)
|
||||
for the process.
|
||||
|
@ -149,4 +149,4 @@ class MyComponent {
|
||||
|
||||
## See Also
|
||||
|
||||
- [Internationalization](internationalization.md)
|
||||
- [Internationalization](../internationalization.md)
|
@ -71,7 +71,7 @@ notation (so `FORM.START_FORM.TITLE` would be the key for the "Start Form"
|
||||
string here). This is useful for grouping related messages and providing
|
||||
singular and plural versions, among other things.
|
||||
|
||||
The [Translation service](translation.service.md) defines the `get` method to
|
||||
The [Translation service](core/translation.service.md) defines the `get` method to
|
||||
get the translation of a key in the current language. A simple component might
|
||||
contain code like this:
|
||||
|
||||
@ -146,7 +146,7 @@ component's `.ts` file:
|
||||
The built-in translations certainly won't cover everything you will need for
|
||||
your app but you can easily replace them with your own lists. This involves
|
||||
making copies of the existing lists in your app's folder and adding your
|
||||
own keys. See the [Translation service](translation.service.md) page for
|
||||
own keys. See the [Translation service](core/translation.service.md) page for
|
||||
full details and examples.
|
||||
|
||||
## Interpolations
|
||||
@ -216,5 +216,5 @@ component to see if it has built-in support for i18n.
|
||||
|
||||
## See also
|
||||
|
||||
- [Translation service](translation.service.md)
|
||||
- [Translation service](core/translation.service.md)
|
||||
- [Language Menu component](core/language-menu.component.md)
|
||||
|
@ -68,6 +68,6 @@ class TaskQueryRequestRepresentationModel implements TaskQueryRequestRepresentat
|
||||
|
||||
## See also
|
||||
|
||||
- [Process filters component](process-services/process-filters.component.md)
|
||||
- [Process filters component](process-filters.component.md)
|
||||
- [Task filters component](task-filters.component.md)
|
||||
- [Apps process service](apps-process.service.md)
|
@ -65,7 +65,7 @@ In the component template use the people list component:
|
||||
```
|
||||
|
||||
Note that the people list component is based on the
|
||||
[Datatable component](../datatable.component.md).
|
||||
[Datatable component](../core/datatable.component.md).
|
||||
|
||||
### Properties
|
||||
|
||||
|
@ -74,4 +74,4 @@ page for an example of how to do set this up.
|
||||
|
||||
## See also
|
||||
|
||||
- [Filter model](../filter.model.md)
|
||||
- [Filter model](filter.model.md)
|
||||
|
@ -133,5 +133,5 @@ adf-process-instance-list also supports pagination and the same can be used as s
|
||||
## See also
|
||||
|
||||
- [Data column component](../core/data-column.component.md)
|
||||
- [DataTableAdapter](../datatable-adapter.interface.md)
|
||||
- [Pagination component](../pagination.component.md)
|
||||
- [DataTableAdapter](../core/datatable-adapter.interface.md)
|
||||
- [Pagination component](../core/pagination.component.md)
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Show all available apps and return the selected app.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
@ -8,7 +8,7 @@ Last reviewed: 2018-03-13
|
||||
|
||||
Starts a process.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
||||
@ -116,7 +116,7 @@ const formValues: FormValues = {
|
||||
```
|
||||
|
||||
Note that in the object above, the key `file` is the name of the attach file field in the start form of the process. The value of the `file` property must be a
|
||||
[MinimalNodeEntryEntity](content-services/document-library.model.md):
|
||||
[MinimalNodeEntryEntity](../content-services/document-library.model.md):
|
||||
|
||||
```html
|
||||
<adf-start-process
|
||||
@ -127,7 +127,7 @@ Note that in the object above, the key `file` is the name of the attach file fie
|
||||
|
||||
The result will be the start form prefilled with the file data:
|
||||
|
||||

|
||||

|
||||
|
||||
## See also
|
||||
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Creates/Starts new task for the specified app
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
@ -7,7 +7,7 @@ Last reviewed: 2018-03-13
|
||||
|
||||
Displays attached documents on a specified task.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
||||
@ -37,11 +37,11 @@ Displays attached documents on a specified task.
|
||||
|
||||
If the List is empty, a default "no content" template is displayed.
|
||||
|
||||

|
||||

|
||||
|
||||
### How to Add Drag and Drop Functionality
|
||||
|
||||
You can wrap the component with an [Upload Drag Area component](content-services/upload-drag-area.component.md)
|
||||
You can wrap the component with an [Upload Drag Area component](../content-services/upload-drag-area.component.md)
|
||||
to enable the user to upload attachments for empty lists. When you do this, you can also pass
|
||||
a custom _no content template_ as shown below. The component invites the user to drag files to
|
||||
upload whenever the list is empty.
|
||||
@ -82,8 +82,8 @@ export class MyCustomTaskAttachmentComponent {
|
||||
}
|
||||
```
|
||||
|
||||
[Upload Drag Area Component](content-services/upload-drag-area.component.md)
|
||||
[Upload Drag Area Component](../content-services/upload-drag-area.component.md)
|
||||
|
||||
If the List is empty, the custom no-content template we passed is displayed.
|
||||
|
||||

|
||||

|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Fetches the Task Audit information in the pdf or json format.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
@ -59,7 +59,7 @@ You can use inside the filterParam one of the properties from [FilterParamsModel
|
||||
|
||||
### How to create an accordion menu with the task filter
|
||||
|
||||
The task filter often works well as an item in an accordion menu. See the [Accordion component](core/accordion.component.md)
|
||||
The task filter often works well as an item in an accordion menu. See the [Accordion component](../core/accordion.component.md)
|
||||
page for an example of how to do set this up.
|
||||
|
||||
## See also
|
@ -6,7 +6,7 @@ Status: Active
|
||||
|
||||
Shows all the information related to a task.
|
||||
|
||||

|
||||

|
||||
|
||||
## Basic Usage
|
||||
|
@ -53,7 +53,7 @@ render details of any chosen instance.
|
||||
|
||||
### Setting the column schema
|
||||
|
||||
You can pass a [DataTableAdapter instance](datatable-adapter.interface.md)
|
||||
You can pass a [DataTableAdapter instance](../core/datatable-adapter.interface.md)
|
||||
to set a column schema for the tasklist as shown below :
|
||||
|
||||
```ts
|
||||
@ -186,7 +186,7 @@ The Tasklist also supports pagination as shown in the example below:
|
||||
|
||||
### DataTableAdapter example
|
||||
|
||||
See the [DataTableAdapter](datatable-adapter.interface.md) page for full details of the interface and its standard
|
||||
See the [DataTableAdapter](../core/datatable-adapter.interface.md) page for full details of the interface and its standard
|
||||
implementation, ObjectDataTableAdapter. Below is an example of how you can set up the adapter for a
|
||||
typical tasklist.
|
||||
|
||||
@ -201,10 +201,10 @@ typical tasklist.
|
||||
|
||||
### DataColumn Features
|
||||
|
||||
You can customize the styling of a column and also add features like tooltips and automatic translation of column titles. See the [DataColumn](core/data-column.component.md) page for more information about these features.
|
||||
You can customize the styling of a column and also add features like tooltips and automatic translation of column titles. See the [DataColumn](../core/data-column.component.md) page for more information about these features.
|
||||
|
||||
## See also
|
||||
|
||||
- [Data column component](core/data-column.component.md)
|
||||
- [DataTableAdapter](datatable-adapter.interface.md)
|
||||
- [Pagination component](pagination.component.md)
|
||||
- [Data column component](../core/data-column.component.md)
|
||||
- [DataTableAdapter](../core/datatable-adapter.interface.md)
|
||||
- [Pagination component](../core/pagination.component.md)
|
@ -28,19 +28,19 @@ ADF version in which they were introduced. See the
|
||||
|
||||
- [Accordion group component](core/accordion-group.component.md)
|
||||
- [Accordion component](core/accordion.component.md)
|
||||
- [Activiti alfresco service](activiti-alfresco.service.md)
|
||||
- [Alfresco api service](alfresco-api.service.md)
|
||||
- [Alfresco content service](alfresco-content.service.md)
|
||||
- [Activiti alfresco service](core/activiti-alfresco.service.md)
|
||||
- [Alfresco api service](core/alfresco-api.service.md)
|
||||
- [Alfresco content service](core/alfresco-content.service.md)
|
||||
- [Analytics generator component](insights/analytics-generator.component.md)
|
||||
- [Analytics report list component](insights/analytics-report-list.component.md)
|
||||
- [Analytics component](insights/analytics.component.md)
|
||||
- [App config service](core/app-config.service.md)
|
||||
- [Apps list component](process-services/apps-list.component.md)
|
||||
- [Apps process service](apps-process.service.md)
|
||||
- [Apps process service](process-services/apps-process.service.md)
|
||||
- [Auth guard bpm service](core/auth-guard-bpm.service.md)
|
||||
- [Auth guard ecm service](core/auth-guard-ecm.service.md)
|
||||
- [Auth guard service](core/auth-guard.service.md)
|
||||
- [Authentication service](authentication.service.md)
|
||||
- [Authentication service](core/authentication.service.md)
|
||||
- [Bpm user model](core/bpm-user.model.md)
|
||||
- [Bpm user service](core/bpm-user.service.md)
|
||||
- [Breadcrumb component](content-services/breadcrumb.component.md)
|
||||
@ -54,13 +54,13 @@ ADF version in which they were introduced. See the
|
||||
- [Content action component](content-services/content-action.component.md)
|
||||
- [Content node selector component](content-services/content-node-selector.component.md)
|
||||
- [Content service](core/content.service.md)
|
||||
- [Content widget](content.widget.md)
|
||||
- [Content widget](core/content.widget.md)
|
||||
- [Context menu directive](core/context-menu.directive.md)
|
||||
- [Cookie service](core/cookie.service.md)
|
||||
- [Create process attachment component](process-services/create-process-attachment.component.md)
|
||||
- [Create task attachment component](process-services/create-task-attachment.component.md)
|
||||
- [Data column component](core/data-column.component.md)
|
||||
- [Datatable component](datatable.component.md)
|
||||
- [Datatable component](core/datatable.component.md)
|
||||
- [Deleted nodes api service](core/deleted-nodes-api.service.md)
|
||||
- [Diagram component](insights/diagram.component.md)
|
||||
- [Discovery api service](core/discovery-api.service.md)
|
||||
@ -71,11 +71,11 @@ ADF version in which they were introduced. See the
|
||||
- [Dropdown breadcrumb component](content-services/dropdown-breadcrumb.component.md)
|
||||
- [Ecm user model](core/ecm-user.model.md)
|
||||
- [Ecm user service](core/ecm-user.service.md)
|
||||
- [Favorites api service](favorites-api.service.md)
|
||||
- [Favorites api service](core/favorites-api.service.md)
|
||||
- [File draggable directive](core/file-draggable.directive.md)
|
||||
- [File size pipe](core/file-size.pipe.md)
|
||||
- [File uploading dialog component](content-services/file-uploading-dialog.component.md)
|
||||
- [Filter model](filter.model.md)
|
||||
- [Filter model](process-services/filter.model.md)
|
||||
- [Folder actions service](content-services/folder-actions.service.md)
|
||||
- [Folder create directive](content-services/folder-create.directive.md)
|
||||
- [Folder edit directive](content-services/folder-edit.directive.md)
|
||||
@ -87,15 +87,15 @@ ADF version in which they were introduced. See the
|
||||
- [Form service](core/form.service.md)
|
||||
- [Highlight transform service](core/highlight-transform.service.md)
|
||||
- [Highlight directive](core/highlight.directive.md)
|
||||
- [Host settings component](host-settings.component.md)
|
||||
- [Infinite pagination component](infinite-pagination.component.md)
|
||||
- [Host settings component](core/host-settings.component.md)
|
||||
- [Infinite pagination component](core/infinite-pagination.component.md)
|
||||
- [Info drawer layout component](core/info-drawer-layout.component.md)
|
||||
- [Info drawer component](core/info-drawer.component.md)
|
||||
- [Language menu component](core/language-menu.component.md)
|
||||
- [Like component](content-services/like.component.md)
|
||||
- [Log service](log.service.md)
|
||||
- [Login component](login.component.md)
|
||||
- [Logout directive](logout.directive.md)
|
||||
- [Log service](process-services/log.service.md)
|
||||
- [Login component](core/login.component.md)
|
||||
- [Logout directive](core/logout.directive.md)
|
||||
- [Mime type icon pipe](core/mime-type-icon.pipe.md)
|
||||
- [Node delete directive](core/node-delete.directive.md)
|
||||
- [Node favorite directive](core/node-favorite.directive.md)
|
||||
@ -106,7 +106,7 @@ ADF version in which they were introduced. See the
|
||||
- [Nodes api service](core/nodes-api.service.md)
|
||||
- [Notification service](core/notification.service.md)
|
||||
- [Page title service](core/page-title.service.md)
|
||||
- [Pagination component](pagination.component.md)
|
||||
- [Pagination component](core/pagination.component.md)
|
||||
- [People content service](core/people-content.service.md)
|
||||
- [People list component](process-services/people-list.component.md)
|
||||
- [People process service](core/people-process.service.md)
|
||||
@ -128,31 +128,31 @@ ADF version in which they were introduced. See the
|
||||
- [Rating component](content-services/rating.component.md)
|
||||
- [Rating service](content-services/rating.service.md)
|
||||
- [Renditions service](core/renditions.service.md)
|
||||
- [Search api service](search-api.service.md)
|
||||
- [Search api service](core/search-api.service.md)
|
||||
- [Search control component](content-services/search-control.component.md)
|
||||
- [Search component](content-services/search.component.md)
|
||||
- [Select apps dialog component](select-apps-dialog.component.md)
|
||||
- [Select apps dialog component](process-services/select-apps-dialog.component.md)
|
||||
- [Shared links api service](core/shared-links-api.service.md)
|
||||
- [Site model](site.model.md)
|
||||
- [Site model](core/site.model.md)
|
||||
- [Sites dropdown component](content-services/sites-dropdown.component.md)
|
||||
- [Sites service](core/sites.service.md)
|
||||
- [Start form component](core/start-form.component.md)
|
||||
- [Start process component](start-process.component.md)
|
||||
- [Start task component](start-task.component.md)
|
||||
- [Start process component](process-services/start-process.component.md)
|
||||
- [Start task component](process-services/start-task.component.md)
|
||||
- [Storage service](core/storage.service.md)
|
||||
- [Tag actions component](content-services/tag-actions.component.md)
|
||||
- [Tag list component](content-services/tag-list.component.md)
|
||||
- [Tag node list component](content-services/tag-node-list.component.md)
|
||||
- [Tag service](content-services/tag.service.md)
|
||||
- [Task attachment list component](task-attachment-list.component.md)
|
||||
- [Task audit directive](task-audit.directive.md)
|
||||
- [Task details component](task-details.component.md)
|
||||
- [Task details model](task-details.model.md)
|
||||
- [Task filter service](task-filter.service.md)
|
||||
- [Task filters component](task-filters.component.md)
|
||||
- [Task header component](task-header.component.md)
|
||||
- [Task list component](task-list.component.md)
|
||||
- [Tasklist service](tasklist.service.md)
|
||||
- [Task attachment list component](process-services/task-attachment-list.component.md)
|
||||
- [Task audit directive](process-services/task-audit.directive.md)
|
||||
- [Task details component](process-services/task-details.component.md)
|
||||
- [Task details model](process-services/task-details.model.md)
|
||||
- [Task filter service](process-services/task-filter.service.md)
|
||||
- [Task filters component](process-services/task-filters.component.md)
|
||||
- [Task header component](process-services/task-header.component.md)
|
||||
- [Task list component](process-services/task-list.component.md)
|
||||
- [Tasklist service](process-services/tasklist.service.md)
|
||||
- [Text highlight pipe](core/text-highlight.pipe.md)
|
||||
- [Text mask component](core/text-mask.component.md)
|
||||
- [Thumbnail service](core/thumbnail.service.md)
|
||||
@ -160,12 +160,12 @@ ADF version in which they were introduced. See the
|
||||
- [Toolbar divider component](core/toolbar-divider.component.md)
|
||||
- [Toolbar title component](core/toolbar-title.component.md)
|
||||
- [Toolbar component](core/toolbar.component.md)
|
||||
- [Translation service](translation.service.md)
|
||||
- [Translation service](core/translation.service.md)
|
||||
- [Upload button component](content-services/upload-button.component.md)
|
||||
- [Upload drag area component](content-services/upload-drag-area.component.md)
|
||||
- [Upload directive](core/upload.directive.md)
|
||||
- [Upload service](upload.service.md)
|
||||
- [User info component](user-info.component.md)
|
||||
- [Upload service](core/upload.service.md)
|
||||
- [User info component](core/user-info.component.md)
|
||||
- [User initial pipe](core/user-initial.pipe.md)
|
||||
- [User preferences service](core/user-preferences.service.md)
|
||||
- [User process model](core/user-process.model.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user