mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Revert "[ADF-3911] Converted GIF image URLs to absolute" (#4164)
* Revert "[ADF-3745] Reviewed new Group cloud component docs (#4160)" This reverts commit0d8beb195a. * Revert "add missing property to NavBarLinkRef interface" This reverts commite3648dea5f. * Revert "[ADF-3911] Converted GIF image URLs to absolute (#4159)" This reverts commitc8303f3479.
This commit is contained in:
committed by
Eugenio Romano
parent
0d8beb195a
commit
9dfac14931
@@ -62,7 +62,7 @@ The **Tag List Component** has two new buttons that allow the user to see more/l
|
||||
|
||||
<adf-tag-list></adf-tag-list>
|
||||
|
||||

|
||||

|
||||
|
||||
### Show sidebar on the right option
|
||||
|
||||
@@ -70,7 +70,7 @@ The **Sidenav Component** now accepts the **position** as an input parameter so
|
||||
|
||||
<adf-sidenav-layout [position]="'end'"></adf-sidenav-layout>
|
||||
|
||||

|
||||

|
||||
|
||||
### Double sidebar for viewer
|
||||
|
||||
@@ -89,13 +89,13 @@ An extra sidebar is now available to use within the **Viewer Component**. This h
|
||||
[sidebarLeftTemplate]="sidebarLeftTemplate"
|
||||
[sidebarTemplate]="sidebarRightTemplate"></adf-viewer>
|
||||
|
||||

|
||||

|
||||
|
||||
### Smart folder icon
|
||||
|
||||
The **DocumentList Component** can now show different icons for **Smart Folders** and Standard Folders. No extra action is needed by the user to use this functionality.
|
||||
|
||||

|
||||

|
||||
|
||||
### Tag node list component has a configurable delete button for tag
|
||||
|
||||
@@ -103,7 +103,7 @@ A configurable delete button has been added to the **Tag Node List Component** t
|
||||
|
||||
<adf-tag-node-list [showDelete]="showDelete" [nodeId]="nodeId"></adf-tag-node-list>
|
||||
|
||||

|
||||

|
||||
|
||||
### Validation summary support for form component
|
||||
|
||||
@@ -121,13 +121,13 @@ The **Form Component** will now use the **formError** event to send a validation
|
||||
<p *ngFor="let error of errorFields">Error {{ error.name }} {{error.validationSummary.message | translate}}</p>
|
||||
</div>
|
||||
|
||||

|
||||

|
||||
|
||||
### Share link with expiry date
|
||||
|
||||
Some extra information is now available for shared links: expiry date. The earliest date accepted is at least 24h after the time you created it (following the ACS specification : [here](https://docs.alfresco.com/5.2/concepts/repository-properties.html) is the link). This is embedded into the **Share Dialog Component** and will be automatically shown when the share dialog is displayed.
|
||||
|
||||

|
||||

|
||||
|
||||
### Base extensibility support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user