Skip to content

Commit d64ca1d

Browse files
authored
Merge pull request #54175 from nextcloud/backport/54171/stable31
[stable31] chore: remove `nextcloud-vue-collections` and use `@nextcloud/vue` instead
2 parents 95f0b47 + 89dc692 commit d64ca1d

26 files changed

+29
-100
lines changed

apps/files_sharing/src/views/CollaborationView.vue

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/files_sharing/src/views/SharingTab.vue

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<div v-if="projectsEnabled"
139139
v-show="!showSharingDetailsView && fileInfo"
140140
class="sharingTab__additionalContent">
141-
<CollectionList :id="`${fileInfo.id}`"
141+
<NcCollectionList :id="`${fileInfo.id}`"
142142
type="file"
143143
:name="fileInfo.name" />
144144
</div>
@@ -161,19 +161,16 @@ import { getCapabilities } from '@nextcloud/capabilities'
161161
import { orderBy } from '@nextcloud/files'
162162
import { loadState } from '@nextcloud/initial-state'
163163
import { generateOcsUrl } from '@nextcloud/router'
164-
import { CollectionList } from 'nextcloud-vue-collections'
165164
import { ShareType } from '@nextcloud/sharing'
166-
167-
import InfoIcon from 'vue-material-design-icons/Information.vue'
168-
import NcPopover from '@nextcloud/vue/dist/Components/NcPopover.js'
169-
170165
import axios from '@nextcloud/axios'
171166
import moment from '@nextcloud/moment'
172-
import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'
173-
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
167+
import NcAvatar from '@nextcloud/vue/components/NcAvatar'
168+
import NcButton from '@nextcloud/vue/components/NcButton'
169+
import NcCollectionList from '@nextcloud/vue/components/NcCollectionList'
170+
import NcPopover from '@nextcloud/vue/components/NcPopover'
171+
import InfoIcon from 'vue-material-design-icons/InformationOutline.vue'
174172
175173
import { shareWithTitle } from '../utils/SharedWithMe.js'
176-
177174
import Config from '../services/ConfigService.ts'
178175
import Share from '../models/Share.ts'
179176
import SharingEntryInternal from '../components/SharingEntryInternal.vue'
@@ -192,10 +189,10 @@ export default {
192189
name: 'SharingTab',
193190
194191
components: {
195-
CollectionList,
196192
InfoIcon,
197193
NcAvatar,
198194
NcButton,
195+
NcCollectionList,
199196
NcPopover,
200197
SharingEntryInternal,
201198
SharingEntrySimple,

dist/3467-3467.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/3467-3467.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/3467-3467.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/5110-5110.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/3467-3467.js.license renamed to dist/5110-5110.js.license

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
2323
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
2424
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2525
SPDX-FileCopyrightText: Matt Zabriskie
26-
SPDX-FileCopyrightText: Julius Härtl <jus@bitgrid.net>
2726
SPDX-FileCopyrightText: Joyent
2827
SPDX-FileCopyrightText: Jonas Schade <derzade@gmail.com>
2928
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@@ -169,9 +168,6 @@ This file is generated from multiple sources. Included packages:
169168
- moment
170169
- version: 2.30.1
171170
- license: MIT
172-
- nextcloud-vue-collections
173-
- version: 0.13.0
174-
- license: AGPL-3.0-or-later
175171
- buffer
176172
- version: 6.0.3
177173
- license: MIT

dist/5110-5110.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/5110-5110.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5110-5110.js.license

dist/5291-5291.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)