[ADF-2042] Fixed incorrect property name on Upload Button component (#2737)

This commit is contained in:
Andy Stark
2017-11-27 15:03:24 +00:00
committed by Eugenio Romano
parent bdc06e3eed
commit 57234cd348
17 changed files with 6 additions and 174 deletions

View File

@@ -4,18 +4,6 @@ Displays Start Process, allowing the user to specify some basic details needed t
![adf-start-process ](docassets/images/startProcess.png) ![adf-start-process ](docassets/images/startProcess.png)
<!-- 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 ## Basic Usage
```html ```html

View File

@@ -4,18 +4,6 @@ Creates/Starts new task for the specified app
![adf-start-task](docassets/images/adf-start-task.png) ![adf-start-task](docassets/images/adf-start-task.png)
<!-- 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 ## Basic Usage
```html ```html

View File

@@ -2,17 +2,6 @@
![Custom columns](docassets/images/tag3.png) ![Custom columns](docassets/images/tag3.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -2,17 +2,6 @@
![Custom columns](docassets/images/tag1.png) ![Custom columns](docassets/images/tag1.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -4,19 +4,6 @@ Displays attached documents on a specified task.
![task-attachment-list-sample](docassets/images/task-attachment-list.png) ![task-attachment-list-sample](docassets/images/task-attachment-list.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Drag and Drop Functionality](#how-to-add-drag-and-drop-functionality)
* [Properties](#properties)
* [Events](#events)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -2,20 +2,6 @@
Shows the details of the task id passed in input Shows the details of the task id passed in input
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
* [Custom 'empty Activiti Task Details' template](#custom-empty-activiti-task-details-template)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -1,4 +1,5 @@
# Task Filter Service # Task Filter Service
Manage Task Filters, which are pre-configured Task Instance queries. Manage Task Filters, which are pre-configured Task Instance queries.
## Importing ## Importing

View File

@@ -4,19 +4,6 @@ Shows all the information related to a task.
![adf-task-header](docassets/images/adf-task-header.png) ![adf-task-header](docassets/images/adf-task-header.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -1,4 +1,5 @@
# Tasklist Service # Tasklist Service
Manage Task Instances. Manage Task Instances.
## Importing ## Importing

View File

@@ -2,16 +2,6 @@
Divides groups of elements in a Toolbar with a visual separator. Divides groups of elements in a Toolbar with a visual separator.
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -4,17 +4,6 @@ Supplies custom HTML to be included in a Toolbar component title.
![](docassets/images/adf-toolbar-02.png) ![](docassets/images/adf-toolbar-02.png)
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
- [Details](#details)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html

View File

@@ -2,18 +2,6 @@
Supports localisation. Supports localisation.
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Details](#details)
* [Registering translation sources](#registering-translation-sources)
* [Switching languages](#switching-languages)
<!-- tocstop -->
<!-- markdown-toc end -->
## Details ## Details
### Registering translation sources ### Registering translation sources

View File

@@ -1,24 +1,10 @@
# Upload Button Component # Upload Button Component
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
* [How to show notification message with no permission](#how-to-show-notification-message-with-no-permission)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
```html ```html
<adf-upload-button <adf-upload-button
[parentId]="-my-" [rootFolderId]="-my-"
[uploadFolders]="true" [uploadFolders]="true"
[multipleFiles]="false" [multipleFiles]="false"
[acceptedFilesType]=".jpg,.gif,.png,.svg" [acceptedFilesType]=".jpg,.gif,.png,.svg"
@@ -37,7 +23,7 @@
| multipleFiles | boolean | false | Allow/disallow multiple files | | multipleFiles | boolean | false | Allow/disallow multiple files |
| acceptedFilesType | string | * | array of allowed file extensions , example: ".jpg,.gif,.png,.svg" | | acceptedFilesType | string | * | array of allowed file extensions , example: ".jpg,.gif,.png,.svg" |
| maxFilesSize | number | | if defined allow to upload files only with this max file size. the size of a file is in bytes | | maxFilesSize | number | | if defined allow to upload files only with this max file size. the size of a file is in bytes |
| parentId | string | empty | The ID of the root. It can be the nodeId if you are using the upload for the Content Service or taskId/processId for the Process Service. | | rootFolderId | string | '-root-' | The ID of the root. It can be the nodeId if you are using the upload for the Content Service or taskId/processId for the Process Service. |
| versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created | | versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created |
| staticTitle | string | (predefined) | define the text of the upload button | | staticTitle | string | (predefined) | define the text of the upload button |
| tooltip | string | | Custom tooltip | | tooltip | string | | Custom tooltip |
@@ -59,7 +45,7 @@ You can subscribe to this event from your component and use the NotificationServ
```html ```html
<adf-upload-button <adf-upload-button
[parentId]="currentFolderId" [rootFolderId]="currentFolderId"
(permissionEvent)="onUploadPermissionFailed($event)"> (permissionEvent)="onUploadPermissionFailed($event)">
</adf-upload-button> </adf-upload-button>
``` ```

View File

@@ -2,18 +2,6 @@
Adds a drag and drop area to upload files to Alfresco. Adds a drag and drop area to upload files to Alfresco.
<!-- 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 ## Basic Usage
```html ```html

View File

@@ -2,19 +2,6 @@
Provides access to various APIs related to file upload features. Provides access to various APIs related to file upload features.
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Events](#events)
- [Details](#details)
* [Ignore list configuration](#ignore-list-configuration)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic Usage ## Basic Usage
### Events ### Events

View File

@@ -1,17 +1,5 @@
# Alfresco User Info component # Alfresco User Info component
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic usage](#basic-usage)
* [Properties](#properties)
- [Details](#details)
<!-- tocstop -->
<!-- markdown-toc end -->
## Basic usage ## Basic usage
```html ```html

View File

@@ -169,7 +169,7 @@ You can enable custom "Open With" menu by providing at least one action inside t
</button> </button>
</adf-viewer-open-with> </adf-viewer-open-with>
</adv-viewer> </adf-viewer>
``` ```
![Open with](docassets/images/viewer-open-with.png) ![Open with](docassets/images/viewer-open-with.png)