-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
299 changed files
with
94,826 additions
and
83,709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!DOCTYPE html><html><head><base href=/app-extension-qpdfviewer/ ><title></title><meta charset=utf-8><meta name=description content=""><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon href=quasar-logo.png type=image/x-icon><link rel=icon type=image/png sizes=32x32 href=icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=icons/favicon-16x16.png><link href=/app-extension-qpdfviewer/css/vendor.0e67b25c.css rel=stylesheet><link href=/app-extension-qpdfviewer/css/app.1978544c.css rel=stylesheet></head><body><script>(function(){ | ||
<!DOCTYPE html><html><head><base href=/app-extension-qpdfviewer/ ><title></title><meta charset=utf-8><meta name=description content=""><meta name=format-detection content="telephone=no"><meta name=msapplication-tap-highlight content=no><meta name=viewport content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"><link rel=icon href=quasar-logo.png type=image/x-icon><link rel=icon type=image/png sizes=32x32 href=icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=icons/favicon-16x16.png><link href=/app-extension-qpdfviewer/css/vendor.387ce229.css rel=stylesheet><link href=/app-extension-qpdfviewer/css/app.1978544c.css rel=stylesheet></head><body><script>(function(){ | ||
let redirect = sessionStorage.redirect; | ||
delete sessionStorage.redirect; | ||
if (redirect && redirect !== location.href) { | ||
history.replaceState(null, null, redirect); | ||
} | ||
})();</script><div id=q-app></div><script src=/app-extension-qpdfviewer/js/vendor.714f0aed.js></script><script src=/app-extension-qpdfviewer/js/app.9b99bff4.js></script></body></html> | ||
})();</script><div id=q-app></div><script src=/app-extension-qpdfviewer/js/vendor.d9c9f766.js></script><script src=/app-extension-qpdfviewer/js/app.9b99bff4.js></script></body></html> |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@quasar/quasar-app-extension-qpdfviewer", | ||
"version": "1.0.0-beta.8", | ||
"version": "1.0.0", | ||
"description": "QPdfviewer is an app extension for viewing PDF files", | ||
"author": "Jeff Galbraith <[email protected]>", | ||
"main": "src/index.js", | ||
|
@@ -34,11 +34,11 @@ | |
"viewer" | ||
], | ||
"devDependencies": { | ||
"@vue/eslint-config-standard": "^5.1.2", | ||
"@vue/eslint-config-standard": "^6.1.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.2.0", | ||
"eslint": "^8.6.0", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-vue": "^6.2.2" | ||
"eslint-plugin-vue": "^8.2.0" | ||
}, | ||
"dependencies": {} | ||
} |
Oops, something went wrong.