mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Review documentation plus some tools fix (#5100)
* review 3.5.0 doc * fix documentation * fix documentation * fix documentation
This commit is contained in:
@@ -30,5 +30,5 @@ Generates and shows charts
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
|
@@ -30,6 +30,6 @@ Shows a list of all available reports
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
| reportClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ReportParametersModel`](../../../lib/insights/diagram/models/report/reportParameters.model.ts)`>` | |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
|
@@ -33,6 +33,6 @@ Shows the charts related to the reportId passed as input
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| editReport | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| reportDeleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| reportSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| editReport | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
| reportDeleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
| reportSaved | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
|
@@ -44,5 +44,5 @@ The below component shows the diagram of a running process instance with the act
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<Object>` | |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
||||
|
Reference in New Issue
Block a user