[ACS-8080] Enable multiselection in lists (#3873)

* [ACS-8080] Enable multiselection in lists

* [ACS-8080] Fix selected row in E2Es

* [ACS-8080] E2Es fix

* [ACS-8080] E2Es fix

---------

Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
MichalKinas
2024-06-06 08:15:34 +02:00
committed by GitHub
parent 157451841c
commit a5343fd627
11 changed files with 24 additions and 17 deletions

View File

@@ -12,7 +12,8 @@
acaContextActions
[node]="$any(list)"
[loading]="isLoading"
[selectionMode]="'single'"
[selectionMode]="'multiple'"
[multiselect]="true"
[navigate]="false"
[sorting]="['title', 'asc']"
[sortingMode]="'client'"

View File

@@ -12,6 +12,7 @@
acaContextActions
[currentFolderId]="'-favorites-'"
[selectionMode]="'multiple'"
[multiselect]="true"
[navigate]="false"
[sorting]="['modifiedAt', 'desc']"
[sortingMode]="'client'"

View File

@@ -16,7 +16,7 @@
acaDocumentList
acaContextActions
[selectionMode]="'multiple'"
[multiselect]="false"
[multiselect]="true"
[currentFolderId]="node?.id"
[loading]="true"
[showHeader]="showHeader"

View File

@@ -11,7 +11,8 @@
acaDocumentList
acaContextActions
[currentFolderId]="'-mysites-'"
[selectionMode]="'single'"
[selectionMode]="'multiple'"
[multiselect]="true"
[navigate]="false"
[sorting]="['title', 'asc']"
[sortingMode]="'client'"

View File

@@ -12,6 +12,7 @@
acaContextActions
[currentFolderId]="'-recent-'"
[selectionMode]="'multiple'"
[multiselect]="true"
[navigate]="false"
[sorting]="['modifiedAt', 'desc']"
[sortingMode]="'client'"

View File

@@ -26,7 +26,8 @@
acaContextActions
acaDocumentList
[showHeader]="showHeader"
[selectionMode]="'single'"
[selectionMode]="'multiple'"
[multiselect]="true"
[sorting]="['name', 'asc']"
[node]="data"
[imageResolver]="imageResolver"

View File

@@ -37,6 +37,7 @@
acaDocumentList
acaContextActions
[selectionMode]="'multiple'"
[multiselect]="true"
[sortingMode]="'server'"
[sorting]="sorting"
[imageResolver]="imageResolver"

View File

@@ -12,6 +12,7 @@
acaContextActions
[currentFolderId]="'-sharedlinks-'"
[selectionMode]="'multiple'"
[multiselect]="true"
[sorting]="['modifiedAt', 'desc']"
[imageResolver]="imageResolver"
[sortingMode]="'client'"

View File

@@ -12,7 +12,7 @@
acaContextActions
[currentFolderId]="'-trashcan-'"
[selectionMode]="'multiple'"
[multiselect]="false"
[multiselect]="true"
[navigate]="false"
[sortingMode]="'client'"
[imageResolver]="imageResolver"