Skip to content

Commit dfeedb6

Browse files
committed
Bump @nextcloud/vue to beta 3
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 7e61528 commit dfeedb6

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

js/viewer-main.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.

js/viewer-main.js.LICENSE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ object-assign
4141
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4242
*/
4343

44-
/*! For license information please see ActionButton.js.LICENSE.txt */
44+
/*! For license information please see NcActionButton.js.LICENSE.txt */
4545

46-
/*! For license information please see ActionLink.js.LICENSE.txt */
46+
/*! For license information please see NcActionLink.js.LICENSE.txt */
4747

48-
/*! For license information please see Modal.js.LICENSE.txt */
48+
/*! For license information please see NcModal.js.LICENSE.txt */
4949

5050
/*! For license information please see isFullscreen.js.LICENSE.txt */
5151

js/viewer-main.js.map

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@nextcloud/logger": "^2.2.1",
4848
"@nextcloud/paths": "^2.1.0",
4949
"@nextcloud/router": "^2.0.0",
50-
"@nextcloud/vue": "^6.0.0-beta.2",
50+
"@nextcloud/vue": "^6.0.0-beta.3",
5151
"@skjnldsv/vue-plyr": "^7.2.0",
5252
"camelcase": "^7.0.0",
5353
"debounce": "^1.2.1",

src/views/Viewer.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ import '@nextcloud/dialogs/styles/toast.scss'
133133
import { showError } from '@nextcloud/dialogs'
134134
import { subscribe, unsubscribe } from '@nextcloud/event-bus'
135135
136-
import ActionButton from '@nextcloud/vue/dist/Components/ActionButton.js'
137-
import ActionLink from '@nextcloud/vue/dist/Components/ActionLink.js'
138-
import Modal from '@nextcloud/vue/dist/Components/Modal.js'
136+
import ActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
137+
import ActionLink from '@nextcloud/vue/dist/Components/NcActionLink.js'
138+
import Modal from '@nextcloud/vue/dist/Components/NcModal.js'
139139
import isFullscreen from '@nextcloud/vue/dist/Mixins/isFullscreen.js'
140140
import isMobile from '@nextcloud/vue/dist/Mixins/isMobile'
141141

0 commit comments

Comments
 (0)