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 (#3070)
* [ADF-2463] Moved doc files to subfolders * [ADF-2463] Fixed broken image links * [ADF-2463] Moved doc files to subfolders * [ADF-2463] Fixed broken image links
This commit is contained in:
parent
d4780d41ce
commit
ba905acf13
@ -52,27 +52,27 @@ for more information about installing and using the source code.
|
|||||||
|
|
||||||
| Name | Description | Source link |
|
| Name | Description | Source link |
|
||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [Card view component](card-view.component.md) | Displays a configurable property list renderer. | [Source](../lib/core/card-view/components/card-view/card-view.component.ts) |
|
| [Card view component](core/card-view.component.md) | Displays a configurable property list renderer. | [Source](../lib/core/card-view/components/card-view/card-view.component.ts) |
|
||||||
| [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 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) |
|
| [Accordion component](core/accordion.component.md) | Creates a collapsible accordion menu. | [Source](../lib/core/collapsable/accordion.component.ts) |
|
||||||
| [Data column component](data-column.component.md) | Defines column properties for DataTable, Tasklist, Document List and other components. | [Source](../lib/core/data-column/data-column.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](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](form-field.component.md) | A form field in an APS form. | [Source](../lib/core/form/components/form-field/form-field.component.ts) |
|
| [Form field component](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](form-list.component.md) | Shows APS forms as a list. | [Source](../lib/core/form/components/form-list.component.ts) |
|
| [Form list component](form-list.component.md) | Shows APS forms as a list. | [Source](../lib/core/form/components/form-list.component.ts) |
|
||||||
| [Form component](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) |
|
| [Form component](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) |
|
||||||
| [Start form component](start-form.component.md) | Displays the Start Form for a process. | [Source](../lib/core/form/components/start-form.component.ts) |
|
| [Start form component](start-form.component.md) | Displays the Start Form for a process. | [Source](../lib/core/form/components/start-form.component.ts) |
|
||||||
| [Text mask component](text-mask.component.md) | Implements text field input masks. | [Source](../lib/core/form/components/widgets/text/text-mask.component.ts) |
|
| [Text mask component](core/text-mask.component.md) | Implements text field input masks. | [Source](../lib/core/form/components/widgets/text/text-mask.component.ts) |
|
||||||
| [Info drawer layout component](info-drawer-layout.component.md) | Displays a sidebar-style information panel. | [Source](../lib/core/info-drawer/info-drawer-layout.component.ts) |
|
| [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](info-drawer.component.md) | Displays a sidebar-style information panel with tabs. | [Source](../lib/core/info-drawer/info-drawer.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](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) |
|
| [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) |
|
| [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) |
|
| [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) |
|
| [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) |
|
| [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) |
|
||||||
| [Sidebar action menu component](sidebar-action-menu.component.md) | Displays a sidebar-action menu information panel. | [Source](../lib/core/sidebar/sidebar-action-menu.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](toolbar-divider.component.md) | Divides groups of elements in a Toolbar with a visual separator. | [Source](../lib/core/toolbar/toolbar-divider.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](toolbar-title.component.md) | Supplies custom HTML to be included in a Toolbar component title. | [Source](../lib/core/toolbar/toolbar-title.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](toolbar.component.md) | Simple container for headers, titles, actions and breadcrumbs. | [Source](../lib/core/toolbar/toolbar.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](user-info.component.md) | Shows user information. | [Source](../lib/core/userinfo/components/user-info.component.ts) |
|
||||||
| [Viewer component](viewer.component.md) | Displays content from an ACS repository. | [Source](../lib/core/viewer/components/viewer.component.ts) |
|
| [Viewer component](viewer.component.md) | Displays content from an ACS repository. | [Source](../lib/core/viewer/components/viewer.component.ts) |
|
||||||
|
|
||||||
@ -80,13 +80,13 @@ for more information about installing and using the source code.
|
|||||||
|
|
||||||
| Name | Description | Source link |
|
| Name | Description | Source link |
|
||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [Context menu directive](context-menu.directive.md) | Adds a context menu to a component. | [Source](../lib/core/context-menu/context-menu.directive.ts) |
|
| [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) |
|
| [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](logout.directive.md) | Logs the user out when the decorated element is clicked. | [Source](../lib/core/directives/logout.directive.ts) |
|
||||||
| [Node delete directive](node-delete.directive.md) | Deletes multiple files and folders. | [Source](../lib/core/directives/node-delete.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](node-favorite.directive.md) | Selectively toggles nodes as favorite | [Source](../lib/core/directives/node-favorite.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](node-permission.directive.md) | Selectively disables an HTML element or Angular component | [Source](../lib/core/directives/node-permission.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) |
|
||||||
| [Node restore directive](node-restore.directive.md) | Restores deleted nodes to their original location. | [Source](../lib/core/directives/node-restore.directive.ts) |
|
| [Node restore directive](core/node-restore.directive.md) | Restores deleted nodes to their original location. | [Source](../lib/core/directives/node-restore.directive.ts) |
|
||||||
| [Upload directive](core/upload.directive.md) | Allows your components or common HTML elements reacting on File drag and drop in order to upload content. | [Source](../lib/core/directives/upload.directive.ts) |
|
| [Upload directive](core/upload.directive.md) | Allows your components or common HTML elements reacting on File drag and drop in order to upload content. | [Source](../lib/core/directives/upload.directive.ts) |
|
||||||
|
|
||||||
## Models
|
## Models
|
||||||
@ -115,7 +115,7 @@ for more information about installing and using the source code.
|
|||||||
|
|
||||||
| Name | Description | Source link |
|
| Name | Description | Source link |
|
||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [Card view update service](card-view-update.service.md) | Reports edits and clicks within fields of a [Card View component](card-view.component.md). | [Source](../lib/core/card-view/services/card-view-update.service.ts) |
|
| [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](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](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 rendering service](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](form.service.md) | Implements Process Services form methods | [Source](../lib/core/form/services/form.service.ts) |
|
| [Form service](form.service.md) | Implements Process Services form methods | [Source](../lib/core/form/services/form.service.ts) |
|
||||||
@ -123,14 +123,14 @@ for more information about installing and using the source code.
|
|||||||
| [Process content service](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) |
|
| [Process content service](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) |
|
| [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) |
|
| [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) |
|
||||||
| [Auth guard bpm service](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 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](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 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](auth-guard.service.md) | Adds authentication to a route within the app. | [Source](../lib/core/services/auth-guard.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 for use with the Login component. | [Source](../lib/core/services/authentication.service.ts) |
|
| [Authentication service](authentication.service.md) | Provides authentication for use with the Login component. | [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) |
|
| [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) |
|
| [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) |
|
| [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](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) |
|
| [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) |
|
| [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](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) |
|
| [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) |
|
||||||
@ -143,12 +143,12 @@ for more information about installing and using the source code.
|
|||||||
| [Renditions service](renditions.service.md)  | Manages prearranged conversions of content to different formats. | [Source](../lib/core/services/renditions.service.ts) |
|
| [Renditions service](renditions.service.md)  | Manages prearranged conversions of content to different formats. | [Source](../lib/core/services/renditions.service.ts) |
|
||||||
| [Search configuration service](search-configuration.service.md) | Provides fine control of parameters to a search. | [Source](../lib/core/services/search-configuration.service.ts) |
|
| [Search configuration service](search-configuration.service.md) | Provides fine control of parameters to a search. | [Source](../lib/core/services/search-configuration.service.ts) |
|
||||||
| [Shared links api service](core/shared-links-api.service.md) | Finds shared links to Content Services items. | [Source](../lib/core/services/shared-links-api.service.ts) |
|
| [Shared links api service](core/shared-links-api.service.md) | Finds shared links to Content Services items. | [Source](../lib/core/services/shared-links-api.service.ts) |
|
||||||
| [Sites service](sites.service.md) | Accesses and manipulates sites from a Content Services repository. | [Source](../lib/core/services/sites.service.ts) |
|
| [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) |
|
| [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) |
|
| [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) |
|
| [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) |
|
| [Upload service](upload.service.md) | Provides access to various APIs related to file upload features. | [Source](../lib/core/services/upload.service.ts) |
|
||||||
| [User preferences service](user-preferences.service.md) | Stores preferences for components. | [Source](../lib/core/services/user-preferences.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) |
|
| [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) |
|
| [Ecm user service](core/ecm-user.service.md) | Gets information about a Content Services user. | [Source](../lib/core/userinfo/services/ecm-user.service.ts) |
|
||||||
|
|
||||||
@ -314,11 +314,11 @@ for more information about installing and using the source code.
|
|||||||
|
|
||||||
| Name | Description | Source link |
|
| Name | Description | Source link |
|
||||||
| ---- | ----------- | ----------- |
|
| ---- | ----------- | ----------- |
|
||||||
| [Widget component](widget.component.md) | Base class for standard and custom widget classes. | [Source](../lib/insights/analytics-process/components/widgets/widget.component.ts) |
|
| [Widget component](insights/widget.component.md) | Base class for standard and custom widget classes. | [Source](../lib/insights/analytics-process/components/widgets/widget.component.ts) |
|
||||||
| [Analytics generator component](analytics-generator.component.md) | Generates and shows charts | [Source](../lib/insights/analytics-process/components/analytics-generator.component.ts) |
|
| [Analytics generator component](insights/analytics-generator.component.md) | Generates and shows charts | [Source](../lib/insights/analytics-process/components/analytics-generator.component.ts) |
|
||||||
| [Analytics report list component](analytics-report-list.component.md) | Shows a list of all available reports | [Source](../lib/insights/analytics-process/components/analytics-report-list.component.ts) |
|
| [Analytics report list component](insights/analytics-report-list.component.md) | Shows a list of all available reports | [Source](../lib/insights/analytics-process/components/analytics-report-list.component.ts) |
|
||||||
| [Analytics component](analytics.component.md) | Shows the charts related to the reportId passed as input | [Source](../lib/insights/analytics-process/components/analytics.component.ts) |
|
| [Analytics component](insights/analytics.component.md) | Shows the charts related to the reportId passed as input | [Source](../lib/insights/analytics-process/components/analytics.component.ts) |
|
||||||
| [Diagram component](diagram.component.md) | Displays process diagrams. | [Source](../lib/insights/diagram/components/diagram.component.ts) |
|
| [Diagram component](insights/diagram.component.md) | Displays process diagrams. | [Source](../lib/insights/diagram/components/diagram.component.ts) |
|
||||||
|
|
||||||
<!--insights end-->
|
<!--insights end-->
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Status: Active
|
|||||||
---
|
---
|
||||||
# Card View Update service
|
# Card View Update service
|
||||||
|
|
||||||
Reports edits and clicks within fields of a [Card View component](card-view.component.md).
|
Reports edits and clicks within fields of a Card View component.
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
@ -6,7 +6,7 @@ Status: Active
|
|||||||
|
|
||||||
Displays a configurable property list renderer.
|
Displays a configurable property list renderer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
@ -105,9 +105,9 @@ Every cell in the DataTable component is bound to the dynamic data context conta
|
|||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ---- | ---- | ----------- |
|
| ---- | ---- | ----------- |
|
||||||
| data | [DataTableAdapter](datatable-adapter.interface.md) | Data adapter instance. |
|
| data | [DataTableAdapter](../datatable-adapter.interface.md) | Data adapter instance. |
|
||||||
| row | [DataRow](datatable-adapter.interface.md) | Current data row instance. |
|
| row | [DataRow](../datatable-adapter.interface.md) | Current data row instance. |
|
||||||
| col | [DataColumn](datatable-adapter.interface.md) | Current data column 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.
|
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:
|
In order to wire HTML templates with the data context you will need defining a variable that is bound to `$implicit` like shown below:
|
||||||
@ -156,7 +156,7 @@ In the Example below we will prepend `Hi!` to each file and folder name in the l
|
|||||||
</data-column>
|
</data-column>
|
||||||
```
|
```
|
||||||
|
|
||||||
In the Example below we will integrate the [adf-tag-node-list](tag-node-list.component.md) component
|
In the Example below we will integrate the [adf-tag-node-list](../tag-node-list.component.md) component
|
||||||
with the document list.
|
with the document list.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
@ -171,7 +171,7 @@ with the document list.
|
|||||||
</data-column>
|
</data-column>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Styling Techniques
|
### Styling Techniques
|
||||||
|
|
||||||
@ -210,7 +210,7 @@ adf-document-list ::ng-deep adf-datatable > table > tbody > tr.is-selected > td.
|
|||||||
|
|
||||||
Once your application starts you should see the following icon for each selected row:
|
Once your application starts you should see the following icon for each selected row:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Hiding columns on small screens
|
#### Hiding columns on small screens
|
||||||
|
|
||||||
@ -264,11 +264,11 @@ Now you can declare columns and assign `desktop-only` class where needed:
|
|||||||
|
|
||||||
**Desktop View**
|
**Desktop View**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Mobile View**
|
**Mobile View**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
|
||||||
|
|
||||||
@ -276,7 +276,7 @@ Now you can declare columns and assign `desktop-only` class where needed:
|
|||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Document list component](document-list.component.md)
|
- [Document list component](../document-list.component.md)
|
||||||
- [Datatable component](datatable.component.md)
|
- [Datatable component](../datatable.component.md)
|
||||||
- [Task list component](task-list.component.md)
|
- [Task list component](../task-list.component.md)
|
||||||
<!-- seealso end -->
|
<!-- seealso end -->
|
@ -15,12 +15,12 @@ Gets a list of Content Services nodes currently in the trash.
|
|||||||
## Details
|
## Details
|
||||||
|
|
||||||
The `getDeletedNodes` method returns a NodePaging object that lists
|
The `getDeletedNodes` method returns a NodePaging object that lists
|
||||||
the items in the trash (see [Document Library model](document-library.model.md) for
|
the items in the trash (see [Document Library model](../document-library.model.md) for
|
||||||
more information about this class). The format of the `options` parameter is
|
more information about this class). The format of the `options` parameter is
|
||||||
described in the [getDeletedNodes](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodesApi.md#getDeletedNodes)
|
described in the [getDeletedNodes](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodesApi.md#getDeletedNodes)
|
||||||
page of the Alfresco JS API docs.
|
page of the Alfresco JS API docs.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Nodes api service](nodes-api.service.md)
|
- [Nodes api service](../nodes-api.service.md)
|
||||||
- [Node service](node.service.md)
|
- [Node service](../node.service.md)
|
@ -6,7 +6,7 @@ Status: Active
|
|||||||
|
|
||||||
Displays a sidebar-style information panel.
|
Displays a sidebar-style information panel.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
@ -6,7 +6,7 @@ Status: Active
|
|||||||
|
|
||||||
Displays a sidebar-style information panel with tabs.
|
Displays a sidebar-style information panel with tabs.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
@ -6,7 +6,7 @@ Status: Active
|
|||||||
|
|
||||||
Displays all the languages that are present in the "app.config.json" or the default one (EN).
|
Displays all the languages that are present in the "app.config.json" or the default one (EN).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ How to attach an ADF Language Menu as nested menu
|
|||||||
</mat-menu>
|
</mat-menu>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Nested menu details
|
### Nested menu details
|
||||||
|
|
||||||
@ -72,4 +72,4 @@ In the previous example we are using the ADF Language Menu as nested menu.
|
|||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
- [Internationalization](internationalization.md)
|
- [Internationalization](../internationalization.md)
|
@ -6,8 +6,8 @@ Status: Active
|
|||||||
|
|
||||||
Displays a sidebar-action menu information panel.
|
Displays a sidebar-action menu information panel.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Basic usage
|
## Basic usage
|
||||||
|
|
@ -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.
|
You can use `getSites` to get a list of all sites in the repository.
|
||||||
The sites are returned as `Observable<SiteModel[]>` (see
|
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
|
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`
|
can use `getSite` to access it. Alternatively, you can use `getSiteContent`
|
||||||
or `getSiteMembers` to extract just the `contents` and `members` properties
|
or `getSiteMembers` to extract just the `contents` and `members` properties
|
||||||
@ -49,4 +49,4 @@ for more information about the available options.
|
|||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Site model](site.model.md)
|
- [Site model](../site.model.md)
|
@ -6,7 +6,7 @@ Status: Active
|
|||||||
|
|
||||||
Supplies custom HTML to be included in a Toolbar component title.
|
Supplies custom HTML to be included in a Toolbar component title.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
@ -6,7 +6,7 @@ Status: Active
|
|||||||
|
|
||||||
Simple container for headers, titles, actions and breadcrumbs.
|
Simple container for headers, titles, actions and breadcrumbs.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ You can use any HTML layout or Angular component as a content of the Title secti
|
|||||||
|
|
||||||
The toolbar should now look similar to the following:
|
The toolbar should now look similar to the following:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Divider
|
### Divider
|
||||||
|
|
||||||
@ -90,11 +90,11 @@ You can use the following example to create a dropdown menu:
|
|||||||
|
|
||||||
The code above is based on the `<mat-menu>` component from the `@angular/material` library. You can use any custom menu component as well.
|
The code above is based on the `<mat-menu>` component from the `@angular/material` library. You can use any custom menu component as well.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Once you click the menu button you should see the following menu items as defined earlier:
|
Once you click the menu button you should see the following menu items as defined earlier:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Custom color
|
### Custom color
|
||||||
|
|
||||||
@ -104,11 +104,11 @@ Depending on the overall application theme the colors of the toolbar should chan
|
|||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
@ -480,7 +480,7 @@ and do corresponding actions.
|
|||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Data column component](data-column.component.md)
|
- [Data column component](core/data-column.component.md)
|
||||||
- [Pagination component](pagination.component.md)
|
- [Pagination component](pagination.component.md)
|
||||||
- [DataTableAdapter](datatable-adapter.interface.md)
|
- [DataTableAdapter](datatable-adapter.interface.md)
|
||||||
- [Document list component](document-list.component.md)
|
- [Document list component](document-list.component.md)
|
||||||
|
@ -535,7 +535,7 @@ You can also use the HTML-based schema declaration used by
|
|||||||
</adf-datatable>
|
</adf-datatable>
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also add tooltips, styling, automatic column title translation and other features. See the [DataColumn component page](data-column.component.md) for more information about specifying and customizing columns.
|
You can also add tooltips, styling, automatic column title translation and other features. See the [DataColumn component page](core/data-column.component.md) for more information about specifying and customizing columns.
|
||||||
|
|
||||||
### Date Column
|
### Date Column
|
||||||
|
|
||||||
@ -602,7 +602,7 @@ you can also define your own actions. See the
|
|||||||
[Content Action component](content-action.component.md)
|
[Content Action component](content-action.component.md)
|
||||||
for more information and examples.
|
for more information and examples.
|
||||||
|
|
||||||
You can also use the [Context Menu directive](context-menu.directive.md) from the
|
You can also use the [Context Menu directive](core/context-menu.directive.md) from the
|
||||||
[ADF Core](https://www.npmjs.com/package/ng2-alfresco-core) library to show the
|
[ADF Core](https://www.npmjs.com/package/ng2-alfresco-core) library to show the
|
||||||
actions you have defined in a context menu:
|
actions you have defined in a context menu:
|
||||||
|
|
||||||
@ -802,7 +802,7 @@ This will give the following output:
|
|||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Datatable component](datatable.component.md)
|
- [Datatable component](datatable.component.md)
|
||||||
- [Data column component](data-column.component.md)
|
- [Data column component](core/data-column.component.md)
|
||||||
- [Pagination component](pagination.component.md)
|
- [Pagination component](pagination.component.md)
|
||||||
- [Infinite pagination component](infinite-pagination.component.md)
|
- [Infinite pagination component](infinite-pagination.component.md)
|
||||||
- [Sites dropdown component](sites-dropdown.component.md)
|
- [Sites dropdown component](sites-dropdown.component.md)
|
||||||
|
@ -262,4 +262,4 @@ At runtime you should now see your custom Angular component rendered in place of
|
|||||||
- [Form field model](form-field.model.md)
|
- [Form field model](form-field.model.md)
|
||||||
- [Form rendering service](form-rendering.service.md)
|
- [Form rendering service](form-rendering.service.md)
|
||||||
- [Form component](form.component.md)
|
- [Form component](form.component.md)
|
||||||
- [Widget component](widget.component.md)
|
- [Widget component](insights/widget.component.md)
|
||||||
|
@ -26,14 +26,14 @@ export class CustomEditorComponent extends WidgetComponent {}
|
|||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| ---- | ---- | ------- | ----------- |
|
| ---- | ---- | ------- | ----------- |
|
||||||
| readOnly | boolean | false | Does the widget show a read-only value? (ie, can't be edited) |
|
| readOnly | boolean | false | Does the widget show a read-only value? (ie, can't be edited) |
|
||||||
| field | [FormFieldModel](form-field.model.md) | | Data to be displayed in the field |
|
| field | [FormFieldModel](../form-field.model.md) | | Data to be displayed in the field |
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
The Widget component is the base class for all standard and custom form widgets. See the
|
The Widget component is the base class for all standard and custom form widgets. See the
|
||||||
[Form Extensibility and Customisation](extensibility.md) page for full details about
|
[Form Extensibility and Customisation](../extensibility.md) page for full details about
|
||||||
implementing custom widgets.
|
implementing custom widgets.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Extensibility](extensibility.md)
|
- [Extensibility](../extensibility.md)
|
@ -191,30 +191,30 @@ You can use interpolations with the `translate` pipe in a similar way:
|
|||||||
|
|
||||||
## Selecting the display language
|
## Selecting the display language
|
||||||
|
|
||||||
ADF provides a [Language Menu component](language-menu.component.md) that
|
ADF provides a [Language Menu component](core/language-menu.component.md) that
|
||||||
you can add to a page to let the user choose their preferred language. The
|
you can add to a page to let the user choose their preferred language. The
|
||||||
available languages are defined in the `app.config.json` file for the app.
|
available languages are defined in the `app.config.json` file for the app.
|
||||||
|
|
||||||
Note that when the user selects an item from the menu, it simply changes the "locale"
|
Note that when the user selects an item from the menu, it simply changes the "locale"
|
||||||
preference (which you can get via the [User Preferences service](user-preferences.service.md)).
|
preference (which you can get via the [User Preferences service](core/user-preferences.service.md)).
|
||||||
The `translate` pipe reacts automatically to this and changes the page text
|
The `translate` pipe reacts automatically to this and changes the page text
|
||||||
immediately to the new language. However, text added via a variable set using
|
immediately to the new language. However, text added via a variable set using
|
||||||
`TranslationService.get`, as in the example above, will not be updated like this;
|
`TranslationService.get`, as in the example above, will not be updated like this;
|
||||||
you will need to get a new translation and set the variable's value again explicitly
|
you will need to get a new translation and set the variable's value again explicitly
|
||||||
from the code.
|
from the code.
|
||||||
|
|
||||||
See the [Language Menu component](language-menu.component.md) page for further
|
See the [Language Menu component](core/language-menu.component.md) page for further
|
||||||
details and usage examples.
|
details and usage examples.
|
||||||
|
|
||||||
## Support for i18n within ADF components
|
## Support for i18n within ADF components
|
||||||
|
|
||||||
Some components allow you to use translation keys in places where you would normally
|
Some components allow you to use translation keys in places where you would normally
|
||||||
supply your own messages directly. For example, the
|
supply your own messages directly. For example, the
|
||||||
[Data Column component](data-column.component.md) can accept a key instead of
|
[Data Column component](core/data-column.component.md) can accept a key instead of
|
||||||
normal text to specify the column title. Consult the documentation for a
|
normal text to specify the column title. Consult the documentation for a
|
||||||
component to see if it has built-in support for i18n.
|
component to see if it has built-in support for i18n.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Translation service](translation.service.md)
|
- [Translation service](translation.service.md)
|
||||||
- [Language Menu component](language-menu.component.md)
|
- [Language Menu component](core/language-menu.component.md)
|
||||||
|
@ -122,4 +122,4 @@ See the `createNode` method for information about the response object.
|
|||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Nodes api service](nodes-api.service.md)
|
- [Nodes api service](nodes-api.service.md)
|
||||||
- [Deleted nodes api service](deleted-nodes-api.service.md)
|
- [Deleted nodes api service](core/deleted-nodes-api.service.md)
|
||||||
|
@ -167,11 +167,11 @@ to delete the node immediately if you have the right permissions. See the
|
|||||||
and
|
and
|
||||||
[restoreNode](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodesApi.md#restoreNode)
|
[restoreNode](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/NodesApi.md#restoreNode)
|
||||||
pages in the Alfresco JS API for further details and options. Note that you can also use the
|
pages in the Alfresco JS API for further details and options. Note that you can also use the
|
||||||
[Deleted Nodes Api service](deleted-nodes-api.service.md) get a list of all items currently in the trashcan.
|
[Deleted Nodes Api service](core/deleted-nodes-api.service.md) get a list of all items currently in the trashcan.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Document library model](document-library.model.md)
|
- [Document library model](document-library.model.md)
|
||||||
- [Deleted nodes api service](deleted-nodes-api.service.md)
|
- [Deleted nodes api service](core/deleted-nodes-api.service.md)
|
||||||
- [Document list component](document-list.component.md)
|
- [Document list component](document-list.component.md)
|
||||||
- [Node service](node.service.md)
|
- [Node service](node.service.md)
|
||||||
|
@ -8,7 +8,7 @@ Provides information about a site in a Content Services repository.
|
|||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
`SiteModel` is returned by methods from the [Sites Api service](sites.service.md).
|
`SiteModel` is returned by methods from the [Sites Api service](core/sites.service.md).
|
||||||
Also, the
|
Also, the
|
||||||
[`getSite`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitesApi.md#getSite)
|
[`getSite`](https://github.com/Alfresco/alfresco-js-api/blob/master/src/alfresco-core-rest-api/docs/SitesApi.md#getSite)
|
||||||
and
|
and
|
||||||
@ -46,4 +46,4 @@ class SiteMembersModel {
|
|||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
- [Sites service](sites.service.md)
|
- [Sites service](core/sites.service.md)
|
||||||
|
@ -197,10 +197,10 @@ typical tasklist.
|
|||||||
|
|
||||||
### DataColumn Features
|
### 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](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
|
## See also
|
||||||
|
|
||||||
- [Data column component](data-column.component.md)
|
- [Data column component](core/data-column.component.md)
|
||||||
- [DataTableAdapter](datatable-adapter.interface.md)
|
- [DataTableAdapter](datatable-adapter.interface.md)
|
||||||
- [Pagination component](pagination.component.md)
|
- [Pagination component](pagination.component.md)
|
||||||
|
@ -22,7 +22,7 @@ ADF version in which they were introduced. See the
|
|||||||
- [Content node dialog service](content-node-dialog.service.md)
|
- [Content node dialog service](content-node-dialog.service.md)
|
||||||
- [Content node selector panel component](content-node-selector-panel.component.md)
|
- [Content node selector panel component](content-node-selector-panel.component.md)
|
||||||
- [Search configuration service](search-configuration.service.md)
|
- [Search configuration service](search-configuration.service.md)
|
||||||
- [Sidebar action menu component](sidebar-action-menu.component.md)
|
- [Sidebar action menu component](core/sidebar-action-menu.component.md)
|
||||||
|
|
||||||
## v2.0.0
|
## v2.0.0
|
||||||
|
|
||||||
@ -31,21 +31,21 @@ ADF version in which they were introduced. See the
|
|||||||
- [Activiti alfresco service](activiti-alfresco.service.md)
|
- [Activiti alfresco service](activiti-alfresco.service.md)
|
||||||
- [Alfresco api service](alfresco-api.service.md)
|
- [Alfresco api service](alfresco-api.service.md)
|
||||||
- [Alfresco content service](alfresco-content.service.md)
|
- [Alfresco content service](alfresco-content.service.md)
|
||||||
- [Analytics generator component](analytics-generator.component.md)
|
- [Analytics generator component](insights/analytics-generator.component.md)
|
||||||
- [Analytics report list component](analytics-report-list.component.md)
|
- [Analytics report list component](insights/analytics-report-list.component.md)
|
||||||
- [Analytics component](analytics.component.md)
|
- [Analytics component](insights/analytics.component.md)
|
||||||
- [App config service](core/app-config.service.md)
|
- [App config service](core/app-config.service.md)
|
||||||
- [Apps list component](apps-list.component.md)
|
- [Apps list component](apps-list.component.md)
|
||||||
- [Apps process service](apps-process.service.md)
|
- [Apps process service](apps-process.service.md)
|
||||||
- [Auth guard bpm service](auth-guard-bpm.service.md)
|
- [Auth guard bpm service](core/auth-guard-bpm.service.md)
|
||||||
- [Auth guard ecm service](auth-guard-ecm.service.md)
|
- [Auth guard ecm service](core/auth-guard-ecm.service.md)
|
||||||
- [Auth guard service](auth-guard.service.md)
|
- [Auth guard service](core/auth-guard.service.md)
|
||||||
- [Authentication service](authentication.service.md)
|
- [Authentication service](authentication.service.md)
|
||||||
- [Bpm user model](core/bpm-user.model.md)
|
- [Bpm user model](core/bpm-user.model.md)
|
||||||
- [Bpm user service](core/bpm-user.service.md)
|
- [Bpm user service](core/bpm-user.service.md)
|
||||||
- [Breadcrumb component](breadcrumb.component.md)
|
- [Breadcrumb component](breadcrumb.component.md)
|
||||||
- [Card view update service](card-view-update.service.md)
|
- [Card view update service](core/card-view-update.service.md)
|
||||||
- [Card view component](card-view.component.md)
|
- [Card view component](core/card-view.component.md)
|
||||||
- [Checklist component](checklist.component.md)
|
- [Checklist component](checklist.component.md)
|
||||||
- [Comment list component](comment-list.component.md)
|
- [Comment list component](comment-list.component.md)
|
||||||
- [Comment process model](core/comment-process.model.md)
|
- [Comment process model](core/comment-process.model.md)
|
||||||
@ -55,14 +55,14 @@ ADF version in which they were introduced. See the
|
|||||||
- [Content node selector component](content-node-selector.component.md)
|
- [Content node selector component](content-node-selector.component.md)
|
||||||
- [Content service](core/content.service.md)
|
- [Content service](core/content.service.md)
|
||||||
- [Content widget](content.widget.md)
|
- [Content widget](content.widget.md)
|
||||||
- [Context menu directive](context-menu.directive.md)
|
- [Context menu directive](core/context-menu.directive.md)
|
||||||
- [Cookie service](core/cookie.service.md)
|
- [Cookie service](core/cookie.service.md)
|
||||||
- [Create process attachment component](create-process-attachment.component.md)
|
- [Create process attachment component](create-process-attachment.component.md)
|
||||||
- [Create task attachment component](create-task-attachment.component.md)
|
- [Create task attachment component](create-task-attachment.component.md)
|
||||||
- [Data column component](data-column.component.md)
|
- [Data column component](core/data-column.component.md)
|
||||||
- [Datatable component](datatable.component.md)
|
- [Datatable component](datatable.component.md)
|
||||||
- [Deleted nodes api service](deleted-nodes-api.service.md)
|
- [Deleted nodes api service](core/deleted-nodes-api.service.md)
|
||||||
- [Diagram component](diagram.component.md)
|
- [Diagram component](insights/diagram.component.md)
|
||||||
- [Discovery api service](core/discovery-api.service.md)
|
- [Discovery api service](core/discovery-api.service.md)
|
||||||
- [Document actions service](document-actions.service.md)
|
- [Document actions service](document-actions.service.md)
|
||||||
- [Document library model](document-library.model.md)
|
- [Document library model](document-library.model.md)
|
||||||
@ -89,19 +89,19 @@ ADF version in which they were introduced. See the
|
|||||||
- [Highlight directive](core/highlight.directive.md)
|
- [Highlight directive](core/highlight.directive.md)
|
||||||
- [Host settings component](host-settings.component.md)
|
- [Host settings component](host-settings.component.md)
|
||||||
- [Infinite pagination component](infinite-pagination.component.md)
|
- [Infinite pagination component](infinite-pagination.component.md)
|
||||||
- [Info drawer layout component](info-drawer-layout.component.md)
|
- [Info drawer layout component](core/info-drawer-layout.component.md)
|
||||||
- [Info drawer component](info-drawer.component.md)
|
- [Info drawer component](core/info-drawer.component.md)
|
||||||
- [Language menu component](language-menu.component.md)
|
- [Language menu component](core/language-menu.component.md)
|
||||||
- [Like component](like.component.md)
|
- [Like component](like.component.md)
|
||||||
- [Log service](log.service.md)
|
- [Log service](log.service.md)
|
||||||
- [Login component](login.component.md)
|
- [Login component](login.component.md)
|
||||||
- [Logout directive](logout.directive.md)
|
- [Logout directive](logout.directive.md)
|
||||||
- [Mime type icon pipe](core/mime-type-icon.pipe.md)
|
- [Mime type icon pipe](core/mime-type-icon.pipe.md)
|
||||||
- [Node delete directive](node-delete.directive.md)
|
- [Node delete directive](core/node-delete.directive.md)
|
||||||
- [Node favorite directive](node-favorite.directive.md)
|
- [Node favorite directive](core/node-favorite.directive.md)
|
||||||
- [Node name tooltip pipe](core/node-name-tooltip.pipe.md)
|
- [Node name tooltip pipe](core/node-name-tooltip.pipe.md)
|
||||||
- [Node permission directive](node-permission.directive.md)
|
- [Node permission directive](core/node-permission.directive.md)
|
||||||
- [Node restore directive](node-restore.directive.md)
|
- [Node restore directive](core/node-restore.directive.md)
|
||||||
- [Node service](node.service.md)
|
- [Node service](node.service.md)
|
||||||
- [Nodes api service](nodes-api.service.md)
|
- [Nodes api service](nodes-api.service.md)
|
||||||
- [Notification service](core/notification.service.md)
|
- [Notification service](core/notification.service.md)
|
||||||
@ -135,7 +135,7 @@ ADF version in which they were introduced. See the
|
|||||||
- [Shared links api service](core/shared-links-api.service.md)
|
- [Shared links api service](core/shared-links-api.service.md)
|
||||||
- [Site model](site.model.md)
|
- [Site model](site.model.md)
|
||||||
- [Sites dropdown component](sites-dropdown.component.md)
|
- [Sites dropdown component](sites-dropdown.component.md)
|
||||||
- [Sites service](sites.service.md)
|
- [Sites service](core/sites.service.md)
|
||||||
- [Start form component](start-form.component.md)
|
- [Start form component](start-form.component.md)
|
||||||
- [Start process component](start-process.component.md)
|
- [Start process component](start-process.component.md)
|
||||||
- [Start task component](start-task.component.md)
|
- [Start task component](start-task.component.md)
|
||||||
@ -154,12 +154,12 @@ ADF version in which they were introduced. See the
|
|||||||
- [Task list component](task-list.component.md)
|
- [Task list component](task-list.component.md)
|
||||||
- [Tasklist service](tasklist.service.md)
|
- [Tasklist service](tasklist.service.md)
|
||||||
- [Text highlight pipe](core/text-highlight.pipe.md)
|
- [Text highlight pipe](core/text-highlight.pipe.md)
|
||||||
- [Text mask component](text-mask.component.md)
|
- [Text mask component](core/text-mask.component.md)
|
||||||
- [Thumbnail service](core/thumbnail.service.md)
|
- [Thumbnail service](core/thumbnail.service.md)
|
||||||
- [Time ago pipe](core/time-ago.pipe.md)
|
- [Time ago pipe](core/time-ago.pipe.md)
|
||||||
- [Toolbar divider component](toolbar-divider.component.md)
|
- [Toolbar divider component](core/toolbar-divider.component.md)
|
||||||
- [Toolbar title component](toolbar-title.component.md)
|
- [Toolbar title component](core/toolbar-title.component.md)
|
||||||
- [Toolbar component](toolbar.component.md)
|
- [Toolbar component](core/toolbar.component.md)
|
||||||
- [Translation service](translation.service.md)
|
- [Translation service](translation.service.md)
|
||||||
- [Upload button component](upload-button.component.md)
|
- [Upload button component](upload-button.component.md)
|
||||||
- [Upload drag area component](upload-drag-area.component.md)
|
- [Upload drag area component](upload-drag-area.component.md)
|
||||||
@ -167,12 +167,12 @@ ADF version in which they were introduced. See the
|
|||||||
- [Upload service](upload.service.md)
|
- [Upload service](upload.service.md)
|
||||||
- [User info component](user-info.component.md)
|
- [User info component](user-info.component.md)
|
||||||
- [User initial pipe](core/user-initial.pipe.md)
|
- [User initial pipe](core/user-initial.pipe.md)
|
||||||
- [User preferences service](user-preferences.service.md)
|
- [User preferences service](core/user-preferences.service.md)
|
||||||
- [User process model](core/user-process.model.md)
|
- [User process model](core/user-process.model.md)
|
||||||
- [Version list component](version-list.component.md)
|
- [Version list component](version-list.component.md)
|
||||||
- [Version manager component](version-manager.component.md)
|
- [Version manager component](version-manager.component.md)
|
||||||
- [Viewer component](viewer.component.md)
|
- [Viewer component](viewer.component.md)
|
||||||
- [Webscript component](webscript.component.md)
|
- [Webscript component](webscript.component.md)
|
||||||
- [Widget component](widget.component.md)
|
- [Widget component](insights/widget.component.md)
|
||||||
|
|
||||||
<!--history end-->
|
<!--history end-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user