alfresco-ng2-components/docs/content-services/components/version-comparison.component.md
Urse Daniel f0df6b3a5f
[ACA-3266] Improve version upload component (#5750)
* added new component to compare current and new file version of a node.

* update doc

* added more tests

* updated docs

* small fixes

* changed with typography

* Update version-comparison.component.md

* handle hiding the comparison component on demo shell if cancelled/uploaded a new file version

* small fixes

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-06-04 13:01:11 +01:00

947 B

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Version Comparison Component v3.9.0 Active 2020-06-04

Version Comparison Component

Displays the side by side comparison between the current target node (type, name, icon) and the new file that should update it's version.

Version Manager

Basic Usage

<adf-version-comparison 
    [node]="aNode"
    [newFileVersion]="aNewFileVersion">
</adf-version-comparison>

Class members

Properties

Name Type Default value Description
newFileVersion File New file for updating current version.
node Node Target node.