[ADF-2334] Added metadata to Markdown files (#2969)

This commit is contained in:
Andy Stark 2018-02-20 18:21:38 +00:00 committed by Eugenio Romano
parent afe8778ac1
commit 4513cb0e09
20 changed files with 82 additions and 48 deletions

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Accordion Group component # Accordion Group component
Adds a collapsible panel to an [accordion menu](accordion.component.md). Adds a collapsible panel to an [accordion menu](accordion.component.md).

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Accordion Component # Accordion Component
Creates a collapsible accordion menu. Creates a collapsible accordion menu.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Activiti Alfresco Content Service # Activiti Alfresco Content Service
Gets Alfresco Repository folder content based on a Repository account configured in Alfresco Process Services (APS). Gets Alfresco Repository folder content based on a Repository account configured in Alfresco Process Services (APS).

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Alfresco Api Service # Alfresco Api Service
Provides access to initialized **AlfrescoJSApi** instance. Provides access to initialized **AlfrescoJSApi** instance.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Alfresco Content service # Alfresco Content service
Gets URLs and access info and creates folders in Content Services. Gets URLs and access info and creates folders in Content Services.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Analytics Generator Component # Analytics Generator Component
Generates and shows charts Generates and shows charts

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Activiti Analytics List Component # Activiti Analytics List Component
Shows a list of all available reports Shows a list of all available reports

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Activiti Analytics Component # Activiti Analytics Component
Shows the charts related to the reportId passed as input Shows the charts related to the reportId passed as input

View File

@ -1,4 +1,8 @@
# AppConfigService ---
Added: v2.0.0
Status: Active
---
# App Config service
Supports app configuration settings, stored server side. Supports app configuration settings, stored server side.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Apps List Component # Apps List Component
Shows all available apps. Shows all available apps.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Apps Process service # Apps Process service
Gets details of the Process Services apps that are deployed for the user. Gets details of the Process Services apps that are deployed for the user.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Auth Guard Bpm service # Auth Guard Bpm service
Adds authentication with Process Services to a route within the app. Adds authentication with Process Services to a route within the app.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Auth Guard Ecm service # Auth Guard Ecm service
Adds authentication with Content Services to a route within the app. Adds authentication with Content Services to a route within the app.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Auth Guard service # Auth Guard service
Adds authentication to a route within the app. Adds authentication to a route within the app.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Authentication Service # Authentication Service
Provides authentication for use with the Login component. Provides authentication for use with the Login component.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Bpm User model # Bpm User model
Contains information about a Process Services user. Contains information about a Process Services user.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Bpm User service # Bpm User service
Gets information about the current Process Services user. Gets information about the current Process Services user.

View File

@ -1,3 +1,7 @@
---
Added: v2.0.0
Status: Active
---
# Breadcrumb Component # Breadcrumb Component
Indicates the current position within a navigation hierarchy. Indicates the current position within a navigation hierarchy.

View File

@ -1,26 +1,19 @@
* * *
Added: v2.0.0
## 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](card-view.component.md).
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Details](#details)
* [Responding to updates](#responding-to-updates)
* [Responding to clicks](#responding-to-clicks)
- [See also](#see-also)
<!-- tocstop -->
<!-- markdown-toc end -->
## Details ## Details
You can use the Card View Update service to respond to edits and clicks within items on You can use the Card View Update service to respond to edits and clicks within items on
a card view. This might involve updating application data to reflect the changes made to a card view. This might involve updating application data to reflect the changes made to
the view or could simply be a matter of highlighting a clicked item. the view or could simply be a matter of highlighting a clicked item.
The service is injected into a component using a constructor parameter, which also The service is injected into a component using a constructor parameter, which also
creates a corresponding property in the object: creates a corresponding property in the object:
@ -130,12 +123,8 @@ respondToCardClick(cn: ClickNotification) {
} }
``` ```
Note that this function will only be called if the `clickable` property of the model object is set to true Note that this function will only be called if the `clickable` property of the model object is set to true for this item.
for this item.
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also ## See also
- [Card view component](card-view.component.md) - [Card view component](card-view.component.md)
<!-- seealso end -->

View File

@ -4,28 +4,6 @@ Displays a configurable property list renderer.
![adf-custom-view](docassets/images/adf-custom-view.png) ![adf-custom-view](docassets/images/adf-custom-view.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
- [Properties](#properties)
- [Details](#details)
- [Editing](#editing)
- [Defining properties](#defining-properties)
- [Card Text Item](#card-text-item)
- [Card Map Item](#card-map-item)
- [Card Date Item](#card-date-item)
- [Defining your custom card Item](#defining-your-custom-card-item)
- [1. Define the model for the custom type](#1-define-the-model-for-the-custom-type)
- [2. Define the component for the custom type](#2-define-the-component-for-the-custom-type)
- [3. Add you custom component to your module's entryComponents list](#3-add-you-custom-component-to-your-modules-entrycomponents-list)
- [See also](#see-also)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html
@ -382,11 +360,6 @@ export class SomeParentComponent {
} }
``` ```
<!-- Don't edit the See also section. Edit seeAlsoGraph.json and run config/generateSeeAlso.js -->
<!-- seealso start -->
## See also ## See also
- [Card view update service](card-view-update.service.md) - [Card view update service](card-view-update.service.md)
<!-- seealso end -->