Documentation build (#6762)

* move doc dependency in doctools

* add ignore link

* rebuild doc

* version index

* put it back some deps
This commit is contained in:
Eugenio Romano
2021-03-03 14:08:15 +00:00
committed by GitHub
parent e05c80f04f
commit c3452a4f62
227 changed files with 6994 additions and 4146 deletions

View File

@@ -22,13 +22,13 @@ Generates and shows charts
### Properties
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------------- | ----------- |
| reportId | `number` | | reportId. |
| reportParamQuery | [`ReportQuery`](../../../lib/insights/src/lib/diagram/models/report/report-query.model.ts) | undefined | reportParamQuery. |
### Events
| Name | Type | Description |
| --- | --- | --- |
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | error. |
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | success. |
| ---- | ---- | ----------- |
| error | `any` | error. |
| success | `any` | success. |

View File

@@ -21,7 +21,7 @@ Shows a list of all available reports
### Properties
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------------- | ----------- |
| appId | `number` | | appId ID of the target app. |
| layoutType | `string` | | layout Type LIST or GRID. |
| selectFirst | `boolean` | false | selectFirst. |
@@ -29,7 +29,7 @@ Shows a list of all available reports
### Events
| Name | Type | Description |
| --- | --- | --- |
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | error. |
| ---- | ---- | ----------- |
| error | `any` | error. |
| reportClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<`[`ReportParametersModel`](../../../lib/insights/src/lib/diagram/models/report/report-parameters.model.ts)`>` | report Click. |
| success | `EventEmitter<any>` | success. |
| success | `any` | success. |

View File

@@ -24,7 +24,7 @@ Shows the charts related to the reportId passed as input
### Properties
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------------- | ----------- |
| appId | `number` | | appId ID of the target app. |
| hideParameters | `boolean` | false | hideParameters. |
| reportId | `number` | | reportId. |
@@ -32,7 +32,7 @@ Shows the charts related to the reportId passed as input
### Events
| Name | Type | Description |
| --- | --- | --- |
| editReport | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | emitted when editReport. |
| reportDeleted | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | emitted when reportDeleted. |
| reportSaved | `EventEmitter<any>` | emitted when reportSaved. |
| ---- | ---- | ----------- |
| editReport | `any` | emitted when editReport. |
| reportDeleted | `any` | emitted when reportDeleted. |
| reportSaved | `any` | emitted when reportSaved. |

View File

@@ -31,7 +31,7 @@ The below component shows the diagram of a running process instance with the act
### Properties
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------------- | ----------- |
| height | `number` | 500 | height. |
| metricColor | `any` | | metricColor. |
| metricPercentages | `any` | | metricPercentages. |
@@ -43,6 +43,6 @@ The below component shows the diagram of a running process instance with the act
### Events
| Name | Type | Description |
| --- | --- | --- |
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | error. |
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | success. |
| ---- | ---- | ----------- |
| error | `any` | error. |
| success | `any` | success. |

View File

@@ -29,13 +29,13 @@ export class CustomEditorComponent extends WidgetComponent {}
### Properties
| Name | Type | Default value | Description |
| --- | --- | --- | --- |
| ---- | ---- | ------------- | ----------- |
| field | `any` | | field. |
### Events
| Name | Type | Description |
| --- | --- | --- |
| ---- | ---- | ----------- |
| fieldChanged | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | fieldChanged. |
## Details
@@ -46,4 +46,4 @@ implementing custom widgets.
## See also
* [Extensibility](../../user-guide/extensibility.md)
- [Extensibility](../../user-guide/extensibility.md)