mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-3911] Converted GIF image URLs to absolute (#4159)
This commit is contained in:
parent
431e2ff09c
commit
c8303f3479
@ -65,7 +65,7 @@ This makes it easy to customize the [people component](../process-services/peopl
|
|||||||
</adf-people>
|
</adf-people>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Involve People single click without close search
|
### Involve People single click without close search
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ This makes it easy to customize the [people component](../process-services/peopl
|
|||||||
</adf-people>
|
</adf-people>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Involve People double click and close search
|
### Involve People double click and close search
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ This makes it easy to customize the [people component](../process-services/peopl
|
|||||||
</adf-people>
|
</adf-people>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Involve People double double without close search
|
### Involve People double double without close search
|
||||||
|
|
||||||
@ -104,4 +104,4 @@ This makes it easy to customize the [people component](../process-services/peopl
|
|||||||
</adf-people>
|
</adf-people>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
@ -90,7 +90,7 @@ Is now possible define your custom loading template that will be shown during th
|
|||||||
|
|
||||||
</alfresco-datatable>
|
</alfresco-datatable>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Refer to the [datable documentation](https://github.com/Alfresco/alfresco-ng2-components/tree/master/ng2-components/ng2-alfresco-datatable#loading-content-template) for further details. With this modify also the n2-alfresco-documentlist has gained a loading state.
|
Refer to the [datable documentation](https://github.com/Alfresco/alfresco-ng2-components/tree/master/ng2-components/ng2-alfresco-datatable#loading-content-template) for further details. With this modify also the n2-alfresco-documentlist has gained a loading state.
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ The ng2-alfresco-viewer is now able to show files with txt extension natively an
|
|||||||
|
|
||||||
We have added more methods in the type definition file of the alfresco-js-api to help you with the autocomplete of your IDE.
|
We have added more methods in the type definition file of the alfresco-js-api to help you with the autocomplete of your IDE.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5. ADF Card View
|
### 5. ADF Card View
|
||||||
|
|
||||||
@ -328,7 +328,7 @@ You get the following settings by default (also applied to the Application setti
|
|||||||
|
|
||||||
### 14. Login restyling
|
### 14. Login restyling
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The settings above address most common scenarios for running ACS on port 8080 and APS on port 9999 and allow you to skip the CORS configuration.
|
The settings above address most common scenarios for running ACS on port 8080 and APS on port 9999 and allow you to skip the CORS configuration.
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ Two new content actions have been added, the "copy" and the "move" for both fold
|
|||||||
handler="move">
|
handler="move">
|
||||||
</content-action>
|
</content-action>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 3. Dropdown Sites/Favorites Component
|
### 3. Dropdown Sites/Favorites Component
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ DocumentList now provides a site dropdown component to show and interact with th
|
|||||||
(change)="getSiteContent($event)">
|
(change)="getSiteContent($event)">
|
||||||
</adf-sites-dropdown>
|
</adf-sites-dropdown>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 4. Toolbar Component
|
### 4. Toolbar Component
|
||||||
|
|
||||||
@ -127,11 +127,11 @@ adf-toolbar is an easy container for headers, titles, actions, breadcrumbs.
|
|||||||
</button>
|
</button>
|
||||||
</adf-toolbar>
|
</adf-toolbar>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5. Upload Component New design
|
### 5. Upload Component New design
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 6. Upload ignore list configuration service
|
### 6. Upload ignore list configuration service
|
||||||
|
|
||||||
@ -177,19 +177,19 @@ The component is using the **adf-card-view** component to render all the informa
|
|||||||
From now, it is possible to delete files (if you have permission) from within the search results.
|
From now, it is possible to delete files (if you have permission) from within the search results.
|
||||||
This action will do delete the particular file from your contents and NOT just from the search results.
|
This action will do delete the particular file from your contents and NOT just from the search results.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 10. Login new property
|
### 10. Login new property
|
||||||
|
|
||||||
You can now customize the copyright text in the adf-login component using the copyrightText property:
|
You can now customize the copyright text in the adf-login component using the copyrightText property:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 11. TaskDetails - DueDate and Description editable
|
### 11. TaskDetails - DueDate and Description editable
|
||||||
|
|
||||||
The due date and the description of the task details are now editable and integrate into the adf-task-header component
|
The due date and the description of the task details are now editable and integrate into the adf-task-header component
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 12. Configuration back end service hostname feature
|
### 12. Configuration back end service hostname feature
|
||||||
|
|
||||||
@ -232,7 +232,7 @@ The [`UserPreferencesService`](../core/user-preferences.service.md) provides an
|
|||||||
With the current ADF version, we got a Pipe that has the goal to highlight a specific term found in the text. Basically, when the term has been found, a CSS class is added to the HTML code. By doing so it will be easy to customise the colour just overriding the CSS class.
|
With the current ADF version, we got a Pipe that has the goal to highlight a specific term found in the text. Basically, when the term has been found, a CSS class is added to the HTML code. By doing so it will be easy to customise the colour just overriding the CSS class.
|
||||||
Note that the Pipe can be used in all the template where this behaviour is needed, but at the moment we are using that only inside the search result.
|
Note that the Pipe can be used in all the template where this behaviour is needed, but at the moment we are using that only inside the search result.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 15. Change document list style rows based on permissions
|
### 15. Change document list style rows based on permissions
|
||||||
|
|
||||||
|
@ -74,13 +74,13 @@ Below the most relevant features of this release:
|
|||||||
We have added in ADF several pre-built theme css files. These theme files also include all of the styles for core (styles common to all components), so you only have to include a single css file for Angular Material in your app.
|
We have added in ADF several pre-built theme css files. These theme files also include all of the styles for core (styles common to all components), so you only have to include a single css file for Angular Material in your app.
|
||||||
When you want more customization than a pre-built theme offers, you can create your own theme file. You need to include the packages only what you really use in your application. For more information about theming please refer to the [offiicial documentation.](../user-guide/theming.md)
|
When you want more customization than a pre-built theme offers, you can create your own theme file. You need to include the packages only what you really use in your application. For more information about theming please refer to the [offiicial documentation.](../user-guide/theming.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 2. Info Drawer component
|
### 2. Info Drawer component
|
||||||
|
|
||||||
It is now possible to use the [Info Drawer component,](../core/info-drawer.component.md) which gives you a sidebar like look with tabbing support. For more information about the usage, check the documentation in the core package.
|
It is now possible to use the [Info Drawer component,](../core/info-drawer.component.md) which gives you a sidebar like look with tabbing support. For more information about the usage, check the documentation in the core package.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 3. Form style component enhancements
|
### 3. Form style component enhancements
|
||||||
|
|
||||||
@ -155,13 +155,13 @@ The major features are:
|
|||||||
|
|
||||||
Further enhancements were implemented for the Copy & move dialog. From now, you can see the path of a selected item, navigate back with the breadcrumbs and select the folder you entered.
|
Further enhancements were implemented for the Copy & move dialog. From now, you can see the path of a selected item, navigate back with the breadcrumbs and select the folder you entered.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 9. Download as a ZIP functionality
|
### 9. Download as a ZIP functionality
|
||||||
|
|
||||||
The ADF framework provides support for downloading nodes (Files and Folders) as "ZIP" archives. The **alfresco-js-api** library features new support for the [Downloads](https://api-explorer.alfresco.com/api-explorer/#/downloads) API. In addition, the Core library (ng2-alfresco-core) provides a ["DownloadZipDialogComponent"](../core/download-zip.service.md) that allows invoking "Download as Zip" dialogues from any place in your code.
|
The ADF framework provides support for downloading nodes (Files and Folders) as "ZIP" archives. The **alfresco-js-api** library features new support for the [Downloads](https://api-explorer.alfresco.com/api-explorer/#/downloads) API. In addition, the Core library (ng2-alfresco-core) provides a ["DownloadZipDialogComponent"](../core/download-zip.service.md) that allows invoking "Download as Zip" dialogues from any place in your code.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can see a working button handler code in the following [resource](../../demo-shell/src/app/components/files/files.component.ts).
|
You can see a working button handler code in the following [resource](../../demo-shell/src/app/components/files/files.component.ts).
|
||||||
|
|
||||||
@ -224,7 +224,7 @@ DocumentList now also supports extra data sources. You can now set the "**curren
|
|||||||
|
|
||||||
The component provides reasonable column defaults for each custom source, so you can use an empty **adf-document-list** tag in HTML templates, and the layout will be automatically adopted.
|
The component provides reasonable column defaults for each custom source, so you can use an empty **adf-document-list** tag in HTML templates, and the layout will be automatically adopted.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can get more details on the data sources and default presets in the [Data Sources](https://github.com/Alfresco/alfresco-ng2-components/tree/development/ng2-components/ng2-alfresco-documentlist#data-sources) section.
|
You can get more details on the data sources and default presets in the [Data Sources](https://github.com/Alfresco/alfresco-ng2-components/tree/development/ng2-components/ng2-alfresco-documentlist#data-sources) section.
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ Below the most relevant features of this release:
|
|||||||
The document list now provides two different way to paginate the results the normal pagination or the infinite scrolling.
|
The document list now provides two different way to paginate the results the normal pagination or the infinite scrolling.
|
||||||
In order to enable this feature, you need to specify the paginationStrategy properties 'Infinite'. The infinite scrolling is also now used as default in the object picker component
|
In order to enable this feature, you need to specify the paginationStrategy properties 'Infinite'. The infinite scrolling is also now used as default in the object picker component
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 2.Requeue option added to adf-task-header
|
### 2.Requeue option added to adf-task-header
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ For more details please refer to:
|
|||||||
|
|
||||||
Basic content metadata can now be displayed and edited with the new ContentMetadata component. At the moment, only the basic properties are supported, such as title, description, author, etc. As an example it can be injected into the revamped viewer in the sidebar layout.
|
Basic content metadata can now be displayed and edited with the new ContentMetadata component. At the moment, only the basic properties are supported, such as title, description, author, etc. As an example it can be injected into the revamped viewer in the sidebar layout.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<adf-content-metadata-card [node]="aMinimalNodeEntryEntity"></adf-content-metadata-card>
|
<adf-content-metadata-card [node]="aMinimalNodeEntryEntity"></adf-content-metadata-card>
|
||||||
|
|
||||||
@ -172,7 +172,7 @@ Basic content metadata can now be displayed and edited with the new ContentMetad
|
|||||||
|
|
||||||
You can now see and restore previous versions of a file node. This component can also be used in a dialog or in a sidebar layout. Being the first prototype, there are some restrictions applied on this component - check the documentation for details.
|
You can now see and restore previous versions of a file node. This component can also be used in a dialog or in a sidebar layout. Being the first prototype, there are some restrictions applied on this component - check the documentation for details.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<adf-version-manager [node]="aMinimalNodeEntryEntity"></adf-version-manager>
|
<adf-version-manager [node]="aMinimalNodeEntryEntity"></adf-version-manager>
|
||||||
|
|
||||||
@ -188,7 +188,7 @@ The adf-search-control provides you with a standard input search with an pre-sty
|
|||||||
|
|
||||||
For example :
|
For example :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The adf-search component offers a simple way to customize your search results:
|
The adf-search component offers a simple way to customize your search results:
|
||||||
|
|
||||||
@ -214,7 +214,7 @@ You can also associate to your own input/textarea with the search results via th
|
|||||||
|
|
||||||
This allows you to fetch the search result typed from the input/textarea element associated with the adf-search component:
|
This allows you to fetch the search result typed from the input/textarea element associated with the adf-search component:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For more details please refer to:
|
For more details please refer to:
|
||||||
|
|
||||||
@ -233,7 +233,7 @@ For more details please refer to [Upload button documentation](../content-servic
|
|||||||
|
|
||||||
All the ADF MIME type icons are now registered into the MatIconRegistry. This improvement allows you to use all the icons through the mat-icon tag:
|
All the ADF MIME type icons are now registered into the MatIconRegistry. This improvement allows you to use all the icons through the mat-icon tag:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<mat-icon svgIcon="video/mp4"></mat-icon>
|
<mat-icon svgIcon="video/mp4"></mat-icon>
|
||||||
|
|
||||||
@ -265,7 +265,7 @@ The NodeFavoriteDirective instance can be bound to a button to retrieve and mana
|
|||||||
</mat-icon>
|
</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 11. Delete multiple nodes directive
|
### 11. Delete multiple nodes directive
|
||||||
|
|
||||||
@ -325,7 +325,7 @@ For more information please refer to [host component documentation.](../core/hos
|
|||||||
|
|
||||||
We have added all the [process service](../process-services/process.service.md) related models, class methods and type in the type definition file of the alfresco-js-api to help you with the autocomplete of your IDE.
|
We have added all the [process service](../process-services/process.service.md) related models, class methods and type in the type definition file of the alfresco-js-api to help you with the autocomplete of your IDE.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 15. Redirect to original path upon successful login
|
### 15. Redirect to original path upon successful login
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ In this release, the [Viewer component](../core/viewer.component.md) got improve
|
|||||||
|
|
||||||
### 2. Upload file from CS widget
|
### 2. Upload file from CS widget
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
In this release we have re-enabled and improved the upload file widget of our [form component](../core/form.component.md).
|
In this release we have re-enabled and improved the upload file widget of our [form component](../core/form.component.md).
|
||||||
We have added the option to choose the file to upload from a configured ECM repository of APS.
|
We have added the option to choose the file to upload from a configured ECM repository of APS.
|
||||||
@ -98,14 +98,14 @@ It is also possible to make it work like a normal local file uploader by configu
|
|||||||
|
|
||||||
### 3. Attach Folder from CS widget
|
### 3. Attach Folder from CS widget
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
We have added the attach folder widget which is really useful in processes where you need to create your content in the ECM platform via APS .
|
We have added the attach folder widget which is really useful in processes where you need to create your content in the ECM platform via APS .
|
||||||
As you can see this widget works like the attach file widget in terms of navigation through the folders and restricting the selection to folders.
|
As you can see this widget works like the attach file widget in terms of navigation through the folders and restricting the selection to folders.
|
||||||
|
|
||||||
### 4. Content metadata component enhancements
|
### 4. Content metadata component enhancements
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The purpose of the [content metadata component](../content-services/content-metadata.component.md) is to display the metadata belonging to a given node. Until now, the component was capable of displaying and making the basic properties editable, but with the latest enhancements, all of the system wide and custom aspects related to a particular node can be displayed and edited.
|
The purpose of the [content metadata component](../content-services/content-metadata.component.md) is to display the metadata belonging to a given node. Until now, the component was capable of displaying and making the basic properties editable, but with the latest enhancements, all of the system wide and custom aspects related to a particular node can be displayed and edited.
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ For more information about the component see its [documentation](https://communi
|
|||||||
|
|
||||||
### 5. Start process from a file
|
### 5. Start process from a file
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
After the repository is created in APS, you can see it in the Alfresco Repositories list. If the ID is set to 1 then all default values are fine. However, if it is set to something else, for example
|
After the repository is created in APS, you can see it in the Alfresco Repositories list. If the ID is set to 1 then all default values are fine. However, if it is set to something else, for example
|
||||||
_1002_ and the name is _alfresco_, you must set the property alfrescoRepositoryName in your app.config.json file to _alfresco-1002_:
|
_1002_ and the name is _alfresco_, you must set the property alfrescoRepositoryName in your app.config.json file to _alfresco-1002_:
|
||||||
|
@ -84,7 +84,7 @@ The data table and the document list are now able to render in different formats
|
|||||||
<adf-document-list ...[display]="'gallery'"> </adf-document-list>
|
<adf-document-list ...[display]="'gallery'"> </adf-document-list>
|
||||||
<adf-datatable ... [display]="'gallery'"> </adf-datatable>
|
<adf-datatable ... [display]="'gallery'"> </adf-datatable>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Metadata Component enhancements: layout oriented configurations
|
### Metadata Component enhancements: layout oriented configurations
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ With ADF 2.2.0 the processes list result are easy to paginate. You just need to
|
|||||||
|
|
||||||
With ADF 2.2.0, the app list component is shows the mat-spinner until the apps are loaded.
|
With ADF 2.2.0, the app list component is shows the mat-spinner until the apps are loaded.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Task Header - Make it customizable from the config file
|
### Task Header - Make it customizable from the config file
|
||||||
|
|
||||||
@ -237,7 +237,7 @@ You can define your custom template in the HTML code:
|
|||||||
We have added the new date time widget provided with APS 1.7.
|
We have added the new date time widget provided with APS 1.7.
|
||||||
This widget lets you choose the date and the time in the format given by the APS form.
|
This widget lets you choose the date and the time in the format given by the APS form.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Form Upload Widget Actions menu
|
### Form Upload Widget Actions menu
|
||||||
|
|
||||||
@ -247,7 +247,7 @@ Clicking on the Show button will trigger the viewer to open with the given docum
|
|||||||
Clicking on the Download button will allow you to download the selected file.
|
Clicking on the Download button will allow you to download the selected file.
|
||||||
Clicking on the Remove button will remove the file from the Upload widget value.
|
Clicking on the Remove button will remove the file from the Upload widget value.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Search custom empty template
|
### Search custom empty template
|
||||||
|
|
||||||
@ -263,7 +263,7 @@ We enhanced the [search control component](../content-services/search-control.co
|
|||||||
|
|
||||||
This lets you customize the empty search template as you want.
|
This lets you customize the empty search template as you want.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### CI changes
|
### CI changes
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ Creates and manages public shared links for files.
|
|||||||
<mat-icon>share</mat-icon>
|
<mat-icon>share</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Lock File
|
### Lock File
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ When a file is locked it can be locked and unlocked by default only by the user
|
|||||||
<mat-icon>lock</mat-icon> Lock file
|
<mat-icon>lock</mat-icon> Lock file
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Comment a Node
|
### Comment a Node
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ The [comments component](../core/comments.component.md) can now be used also on
|
|||||||
[readOnly]="YOUR_READ_ONLY_FLAG">
|
[readOnly]="YOUR_READ_ONLY_FLAG">
|
||||||
</adf-comments>
|
</adf-comments>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Inherit Permission Button
|
### Inherit Permission Button
|
||||||
|
|
||||||
@ -121,7 +121,7 @@ Is it now possible add remove inherit permissions to a specific node via ADF add
|
|||||||
|
|
||||||
This directive should be added to a button and when the button is clicked this will add/remove the inherited permission based on the actual node configuration.
|
This directive should be added to a button and when the button is clicked this will add/remove the inherited permission based on the actual node configuration.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Permission List Component
|
### Permission List Component
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ We have added a new component to show the list of the permission actually presen
|
|||||||
|
|
||||||
Also this component will allow a role change for the locally set permissions using a dropdown.
|
Also this component will allow a role change for the locally set permissions using a dropdown.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Sidenav Layout Component
|
### Sidenav Layout Component
|
||||||
|
|
||||||
@ -156,7 +156,7 @@ We have added a new component to make this common layout organisation easier to
|
|||||||
|
|
||||||
</adf-sidenav-layout>
|
</adf-sidenav-layout>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Content metadata component enhancement
|
### Content metadata component enhancement
|
||||||
|
|
||||||
@ -172,7 +172,7 @@ Two new input parameters have been added to the content-metadata component.
|
|||||||
[readOnly]="true">
|
[readOnly]="true">
|
||||||
</adf-content-metadata-card>
|
</adf-content-metadata-card>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Search Enhancements
|
### Search Enhancements
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ Once the Keycloak login is performed the user is redirected back to the app base
|
|||||||
With ADF 2.4.0, you can now upload minor or major versions of a file. We have also removed the restriction where you were limited to uploading only same file types as new versions.
|
With ADF 2.4.0, you can now upload minor or major versions of a file. We have also removed the restriction where you were limited to uploading only same file types as new versions.
|
||||||
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/version-manager.component.md)
|
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/version-manager.component.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Empty Page Component
|
### Empty Page Component
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ This component needs just 3 inputs: icon, title, and subtitle.
|
|||||||
You can also transclude external content into the component's body.
|
You can also transclude external content into the component's body.
|
||||||
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/empty-content.component.md)
|
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/empty-content.component.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### TaskList Empty Page
|
### TaskList Empty Page
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ You can still override it from the parent component using `<ng-template>`.
|
|||||||
We have created an error page component that will show buttons and messages relevant to the error that occurred (404, 403, etc...)
|
We have created an error page component that will show buttons and messages relevant to the error that occurred (404, 403, etc...)
|
||||||
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/error-content.component.md)
|
For more information about this component please refer to [the official documentation.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/error-content.component.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Search Improvements
|
### Search Improvements
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ Note that this feature applies to all methods of uploading (drag and drop, butto
|
|||||||
|
|
||||||
You can find more details and examples of how to set up the confirmation dialog on the [Upload drag area page.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/upload-drag-area.component.md#intercepting-uploads)
|
You can find more details and examples of how to set up the confirmation dialog on the [Upload drag area page.](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/content-services/upload-drag-area.component.md#intercepting-uploads)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Conditional Visibility for Data Columns
|
### Conditional Visibility for Data Columns
|
||||||
|
|
||||||
@ -203,7 +203,7 @@ More details are available on the [Content action component page.](https://githu
|
|||||||
We have added a new component which allows you add a custom list of buttons. The list will automatically collapse into a burger menu choice for small screens so the menu button will always fit inside your page.
|
We have added a new component which allows you add a custom list of buttons. The list will automatically collapse into a burger menu choice for small screens so the menu button will always fit inside your page.
|
||||||
See the [Buttons menu component page](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/buttons-menu.component.md) for more information.
|
See the [Buttons menu component page](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/buttons-menu.component.md) for more information.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Localization
|
## Localization
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ This component is a reusable header for Alfresco applications. It displays a cus
|
|||||||
.......
|
.......
|
||||||
</adf-layout-header>
|
</adf-layout-header>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For more information about this component please refer to the
|
For more information about this component please refer to the
|
||||||
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/header.component.md).
|
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/header.component.md).
|
||||||
@ -110,7 +110,7 @@ In ADF 2.5.0 you can now customize the metadata card with the option of showing
|
|||||||
[displayEmpty]="false">
|
[displayEmpty]="false">
|
||||||
</adf-content-metadata-card>
|
</adf-content-metadata-card>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Card view new property types rendering
|
### Card view new property types rendering
|
||||||
|
|
||||||
@ -132,7 +132,7 @@ Two new property types are now available in the card view:
|
|||||||
|
|
||||||
KeyValuePairs is a map key value that is rendered as shown in the image to the left. It uses a nicely-formatted table that allows also for easy editing.ViewSelectItem is a selectBox that allows you to limit the set of possible values for a property.
|
KeyValuePairs is a map key value that is rendered as shown in the image to the left. It uses a nicely-formatted table that allows also for easy editing.ViewSelectItem is a selectBox that allows you to limit the set of possible values for a property.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For more information about this component please refer to the
|
For more information about this component please refer to the
|
||||||
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/card-view.component.md).
|
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/card-view.component.md).
|
||||||
@ -147,7 +147,7 @@ The NotificationService now exposes a new input parameter to allow a full custom
|
|||||||
- Vertical Position : The vertical position to place the snack bar.
|
- Vertical Position : The vertical position to place the snack bar.
|
||||||
- panelClass : Extra CSS classes to be added to the snack bar container.
|
- panelClass : Extra CSS classes to be added to the snack bar container.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For more information about this component please refer to the
|
For more information about this component please refer to the
|
||||||
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/notification.service.md).
|
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/core/notification.service.md).
|
||||||
@ -156,7 +156,7 @@ For more information about this component please refer to the
|
|||||||
|
|
||||||
You can now render DateTime items in the dynamic table of a form.
|
You can now render DateTime items in the dynamic table of a form.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Attach a form to a standalone Task
|
### Attach a form to a standalone Task
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ You can now attach a form to a new task that is not part of a Process using the
|
|||||||
[taskName]= "taskname">
|
[taskName]= "taskname">
|
||||||
</adf-task-standalone>
|
</adf-task-standalone>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
For more information about this component please refer to the
|
For more information about this component please refer to the
|
||||||
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/process-services/task-standalone.component.md).
|
[official documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/process-services/task-standalone.component.md).
|
||||||
|
@ -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>
|
<adf-tag-list></adf-tag-list>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Show sidebar on the right option
|
### 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>
|
<adf-sidenav-layout [position]="'end'"></adf-sidenav-layout>
|
||||||
|
|
||||||

|

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

|

|
||||||
|
|
||||||
### Smart folder icon
|
### 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.
|
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
|
### 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>
|
<adf-tag-node-list [showDelete]="showDelete" [nodeId]="nodeId"></adf-tag-node-list>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Validation summary support for form component
|
### 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>
|
<p *ngFor="let error of errorFields">Error {{ error.name }} {{error.validationSummary.message | translate}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Share link with expiry date
|
### 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.
|
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
|
### Base extensibility support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user