[ADF-1586] Scaled and cropped screenshots (#2714)
@@ -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)
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 9.4 KiB |
@@ -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 |
|
||||
|
@@ -1,22 +1,9 @@
|
||||
# InfoDrawerComponent
|
||||
# InfoDrawer component
|
||||
|
||||
Displays a sidebar-style information panel with tabs.
|
||||
|
||||

|
||||
|
||||
<!-- 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
|
||||
|
@@ -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
|
||||
|
@@ -36,5 +36,7 @@
|
||||
"version-upload",
|
||||
"search-trigger",
|
||||
"node-actions",
|
||||
"content-node-selector.service"
|
||||
"content-node-selector.service",
|
||||
"analytics",
|
||||
"process-upload"
|
||||
]
|