nextcloud/apps/files/src/components
Daniel Calviño Sánchez a3e73de393 fix: Fix rendering custom columns in file lists
CustomElementRender is used to render both IFileActions and IColumns.
However, the API to render both of them is different, and currently
CustomElementRender passes the arguments expected by IFileAction.
Fortunately those arguments are a superset of those expected by IColumn,
so they can be adapted when a CustomElementRender is used to render an
IColumn.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2026-05-19 11:18:46 +00:00
..
FileEntry refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
FileListFilter feat(files): render filters in top bar 2026-01-22 16:31:48 +01:00
FilesAppSettings refactor(files): migrate to files registry for reactive file actions 2026-02-10 14:50:41 +01:00
FilesSidebar refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
Settings refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
TemplateFiller chore: manually adjust event names (update:checked to update:modelValue) 2025-11-25 16:25:54 +01:00
BreadCrumbs.vue refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
CustomElementRender.vue refactor(files): adjust for files library interfaces 2026-02-06 11:46:46 +01:00
DragAndDropNotice.vue refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
DragAndDropPreview.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FileEntry.vue fix: Fix rendering custom columns in file lists 2026-05-19 11:18:46 +00:00
FileEntryGrid.vue refactor(files): migrate to files registry for reactive file actions 2026-02-10 14:50:41 +01:00
FileEntryMixin.ts fix(files): properly handle dropped files on subfolders 2026-04-08 17:03:24 +02:00
FilesListHeader.vue refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
FilesListTableFooter.vue refactor(files): handle file list width break points in one central point 2026-01-22 16:31:47 +01:00
FilesListTableHeader.vue fix(files): add missing table header for actions column 2026-04-16 15:22:53 +02:00
FilesListTableHeaderActions.vue refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
FilesListTableHeaderButton.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FilesListVirtual.vue chore: fix ESLint issues reported because of config update 2026-04-20 22:13:24 +02:00
FilesNavigationList.spec.ts fix(files): correctly sort views 2026-02-14 22:29:46 +01:00
FilesNavigationList.vue fix(files): correctly sort views 2026-02-14 22:29:46 +01:00
FilesNavigationListItem.vue chore: fix ESLint issues reported because of config update 2026-04-20 22:13:24 +02:00
FilesNavigationSearch.vue refactor(files): migrate from deprecated useNavigation to activeStore 2026-01-07 16:50:42 +01:00
NavigationQuota.vue refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
NewNodeDialog.vue chore: auto fix ESLint issues 2025-11-25 16:25:54 +01:00
PersonalSettings.vue refactor(files): modernize transfer ownership settings 2026-04-20 23:47:03 +02:00
TemplateFiller.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
TemplatePreview.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
TransferOwnershipDialogue.vue refactor(files): modernize transfer ownership settings 2026-04-20 23:47:03 +02:00
VirtualList.vue refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00