Skip to content

Commit b4803f9

Browse files
authored
Merge pull request #54171 from nextcloud/chore/remove-deprecated-package
2 parents ea44382 + 5c768aa commit b4803f9

21 files changed

Lines changed: 27 additions & 95 deletions

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: 6 additions & 6 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,16 +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'
166165
167-
import InfoIcon from 'vue-material-design-icons/InformationOutline.vue'
166+
import NcAvatar from '@nextcloud/vue/components/NcAvatar'
167+
import NcButton from '@nextcloud/vue/components/NcButton'
168+
import NcCollectionList from '@nextcloud/vue/components/NcCollectionList'
168169
import NcPopover from '@nextcloud/vue/components/NcPopover'
170+
import InfoIcon from 'vue-material-design-icons/InformationOutline.vue'
169171
170172
import axios from '@nextcloud/axios'
171173
import moment from '@nextcloud/moment'
172-
import NcAvatar from '@nextcloud/vue/components/NcAvatar'
173-
import NcButton from '@nextcloud/vue/components/NcButton'
174174
175175
import { shareWithTitle } from '../utils/SharedWithMe.js'
176176
@@ -192,10 +192,10 @@ export default {
192192
name: 'SharingTab',
193193
194194
components: {
195-
CollectionList,
196195
InfoIcon,
197196
NcAvatar,
198197
NcButton,
198+
NcCollectionList,
199199
NcPopover,
200200
SharingEntryInternal,
201201
SharingEntrySimple,

dist/1025-1025.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.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
2424
SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
2525
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
2626
SPDX-FileCopyrightText: Matt Zabriskie
27-
SPDX-FileCopyrightText: Julius Härtl <jus@bitgrid.net>
2827
SPDX-FileCopyrightText: Joyent
2928
SPDX-FileCopyrightText: Jonas Schade <derzade@gmail.com>
3029
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@@ -172,9 +171,6 @@ This file is generated from multiple sources. Included packages:
172171
- moment
173172
- version: 2.30.1
174173
- license: MIT
175-
- nextcloud-vue-collections
176-
- version: 0.13.0
177-
- license: AGPL-3.0-or-later
178174
- buffer
179175
- version: 6.0.3
180176
- license: MIT

dist/1025-1025.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/1025-1025.js.map.license

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

dist/4732-4732.js

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

dist/4732-4732.js.map

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

dist/4732-4732.js.map.license

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

dist/core-common.js

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

0 commit comments

Comments
 (0)