[ADF-1586] Scaled and cropped screenshots (#2714)

This commit is contained in:
Andy Stark
2017-11-23 14:02:51 +00:00
committed by Eugenio Romano
parent 753c13feaa
commit e57869633b
13 changed files with 9 additions and 39 deletions

View File

@@ -243,11 +243,10 @@ for more information about installing and using the source code.
### Services
- [Process filter service](process-filter.service.md)
- [Process service](process.service.md)
- [*Process filter service](../lib/process-services/process-list/services/process-filter.service.ts)
- [*Process upload service](../lib/process-services/task-list/services/process-upload.service.ts)
- [*Task filter service](../lib/process-services/task-list/services/task-filter.service.ts)
- [*Tasklist service](../lib/process-services/task-list/services/tasklist.service.ts)
- [Task filter service](task-filter.service.md)
- [Tasklist service](tasklist.service.md)
<!-- process-services end -->
[(Back to Contents)](#contents)
@@ -267,12 +266,6 @@ for more information about installing and using the source code.
- [Analytics component](analytics.component.md)
- [Widget component](widget.component.md)
- [Diagram component](diagram.component.md)
- [*Analytics report heat map component](../lib/insights/analytics-process/components/analytics-report-heat-map.component.ts)
- [*Analytics report parameters component](../lib/insights/analytics-process/components/analytics-report-parameters.component.ts)
### Services
- [*Analytics service](../lib/insights/analytics-process/services/analytics.service.ts)
<!-- insights end -->
[(Back to Contents)](#contents)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -25,7 +25,7 @@ is mapped to a form field component (i.e. UI widget) implementation.
### Field Type -> Form Field Component mappings
Forms defined in APS have the following default mappings for the form fields:
APS Form Designer Widget | Field Type | Component Type |
| APS Form Designer Widget | Field Type | Component Type |
| --- | --- | --- |
| Text | text | TextWidgetComponent |
| Multi-line text | multi-line-text | MultilineTextWidgetComponentComponent |

View File

@@ -1,22 +1,9 @@
# InfoDrawerComponent
# InfoDrawer component
Displays a sidebar-style information panel with tabs.
![Info drawer screenshot](docassets/images/activities-infodrawer.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic usage](#basic-usage)
* [Properties](#properties)
- [Details](#details)
- [See also](#see-also)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic usage
```html

View File

@@ -2,18 +2,6 @@
Displays attached documents on a specified process instance
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage
```html
@@ -27,7 +15,7 @@ Displays attached documents on a specified process instance
| Name | Type | Description |
| --- | --- | -- |
| processInstanceId | string | (**required**): The ID of the process instance to display |
| processInstanceId | string | | (**required**): The ID of the process instance to display |
| disabled | boolean | false | Disable/Enable read only mode for attachement list |
### Events

View File

@@ -36,5 +36,7 @@
"version-upload",
"search-trigger",
"node-actions",
"content-node-selector.service"
"content-node-selector.service",
"analytics",
"process-upload"
]