mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#9 update demo
This commit is contained in:
@@ -8,10 +8,12 @@
|
|||||||
"ACTIONS": {
|
"ACTIONS": {
|
||||||
"FOLDER": {
|
"FOLDER": {
|
||||||
"SYSTEM_1": "System folder action 1",
|
"SYSTEM_1": "System folder action 1",
|
||||||
"CUSTOM": "Custom folder action"
|
"CUSTOM": "Custom folder action",
|
||||||
|
"DELETE": "Delete"
|
||||||
},
|
},
|
||||||
"DOCUMENT": {
|
"DOCUMENT": {
|
||||||
"DOWNLOAD": "Download",
|
"DOWNLOAD": "Download",
|
||||||
|
"DELETE": "Delete",
|
||||||
"SYSTEM_2": "System document action 2",
|
"SYSTEM_2": "System document action 2",
|
||||||
"CUSTOM": "Custom action"
|
"CUSTOM": "Custom action"
|
||||||
}
|
}
|
||||||
|
@@ -74,6 +74,10 @@ import {
|
|||||||
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.CUSTOM' | translate}}"
|
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.CUSTOM' | translate}}"
|
||||||
(execute)="myFolderAction1($event)">
|
(execute)="myFolderAction1($event)">
|
||||||
</content-action>
|
</content-action>
|
||||||
|
<content-column
|
||||||
|
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
|
||||||
|
source="createdAt">
|
||||||
|
</content-column>
|
||||||
|
|
||||||
<!-- document actions -->
|
<!-- document actions -->
|
||||||
<content-action
|
<content-action
|
||||||
|
Reference in New Issue
Block a user