Skip to content

Commit

Permalink
fix: @nextcloud/typings import
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Jul 13, 2024
1 parent 71c5bbc commit 2a8bad2
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 662 deletions.
4 changes: 2 additions & 2 deletions js/viewer-filerobot.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-filerobot.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

559 changes: 1 addition & 558 deletions js/viewer-main.js.LICENSE.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@nextcloud/logger": "^2.7.0",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/typings": "^1.8.0",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/vue": "^8.9.1",
"@skjnldsv/vue-plyr": "^7.4.0",
"camelcase": "^8.0.0",
Expand Down
3 changes: 2 additions & 1 deletion src/utils/fileUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ import camelcase from 'camelcase'
import { getRootPath, getToken, getUserRoot, isPublic } from './davUtils'
import { isNumber } from './numberUtil'

declare const OC: Nextcloud.v27.OC
/// <reference types="@nextcloud/typings" />
declare const OC: Nextcloud.v28.OC

/**
* Extract dir and name from file path
Expand Down

0 comments on commit 2a8bad2

Please sign in to comment.