nextcloud/apps/files/src/views
Ferdinand Thiessen 470ff8d3d3 fix: migrate to non-deprecated dialog props
In Nextcloud Vue v8 some props for dialog buttons were deprecated (type
for e.g. primary or nativeType) those are replaced with `variant` and
`type`.
In v9 the deprecated props are removed - thus this breaks with
nextcloud-dialogs v7 which is based on Vue 3.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-10-16 17:55:11 +02:00
..
DialogConfirmFileExtension.spec.ts refactor(test): migrate cypress component tests to vitest 2025-10-14 14:30:14 +02:00
DialogConfirmFileExtension.vue fix: migrate to non-deprecated dialog props 2025-10-16 17:55:11 +02:00
favorites.spec.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
favorites.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FileReferencePickerElement.vue feat: add new link endpoint when using globalscale 2025-10-15 18:58:10 +00:00
files.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FilesAppSettings.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FilesList.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FilesNavigation.spec.ts refactor(test): migrate cypress component tests to vitest 2025-10-14 14:30:14 +02:00
FilesNavigation.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
FilesSidebar.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
folderTree.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
personal-files.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
recent.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
ReferenceFileWidget.vue fix: migrate to non-deprecated dialog props 2025-10-16 17:55:11 +02:00
search.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
SearchEmptyView.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
SettingsAdmin.vue chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
TemplatePicker.vue refactor: adjust code for breaking changes in @nextcloud/dialogs v7 2025-10-15 13:45:12 +02:00