mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* configuration support for version manager * checkbox for version deletion demo * i18n support for version manager * deleting versions * confirmation dialog for version deletion * readme update * update schema * update code as per code review * update i18n resources for demo shell * unit tests
12 lines
453 B
HTML
12 lines
453 B
HTML
<adf-upload-version-button
|
|
data-automation-id="adf-new-version-file-upload"
|
|
class="adf-new-version-file-upload"
|
|
staticTitle="{{ 'ADF_VERSION_LIST.ACTIONS.UPLOAD.TITLE' | translate }}"
|
|
[node]="node"
|
|
[rootFolderId]="node.parentId"
|
|
tooltip="{{ 'ADF_VERSION_LIST.ACTIONS.UPLOAD.TOOLTIP' | translate }}"
|
|
[versioning]="true"
|
|
(success)="onUploadSuccess($event)"
|
|
(error)="onUploadError($event)">
|
|
</adf-upload-version-button>
|