Skip to content

Commit f1cb035

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 5e51520 + 8789c77 commit f1cb035

File tree

120 files changed

+112391
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+112391
-18
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [hawkeye64, rstoenescu] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with a single custom sponsorship URL

app-extension/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
> For Qpdfviewer that works with Quasar v2/Vue v3, head to the [next](https://github.com/quasarframework/app-extension-qpdfviewer/tree/next) branch or check out the [documentation](https://qpdfviewer.netlify.app/).
2+
13
QPdfViewer (@quasar/qpdfviewer)
24
===
35

app-extension/src/component/QPdfviewer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Vue from 'vue'
22
import ModelToggleMixin from 'quasar/src/mixins/model-toggle.js'
33

4-
export default Vue.extend({
4+
export default {
55
name: 'QPdfviewer',
66

77
mixins: [ModelToggleMixin],
@@ -105,4 +105,4 @@ export default Vue.extend({
105105
}
106106
return ''
107107
}
108-
})
108+
}

demo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "quasar-app-extension-pdfviewer",
2+
"name": "quasar-app-extension-pdfviewer-docs",
33
"version": "0.0.1",
44
"description": "QPdfviewer Docs and Examples",
55
"productName": "QPdfviewer docs/examples",
66
"cordovaId": "org.cordova.quasar.app",
7-
"author": "Jeff Galbraith <jeff.galbraith@xendra.com>",
7+
"author": "Jeff Galbraith <galbraith64@gmail.com>",
88
"private": true,
99
"scripts": {
1010
"build": "quasar build && cp ./src/404.html ./dist/spa",
@@ -21,17 +21,17 @@
2121
"@quasar/quasar-app-extension-qmarkdown": "^1.4.4",
2222
"@quasar/quasar-app-extension-qpdfviewer": "file:../app-extension/.",
2323
"@quasar/quasar-app-extension-qribbon": "^1.0.0-beta.15",
24-
"@vue/eslint-config-standard": "^5.1.2",
24+
"@vue/eslint-config-standard": "^6.1.0",
2525
"babel-eslint": "^10.1.0",
2626
"devtron": "^1.4.0",
2727
"electron": "^9.1.0",
28-
"electron-debug": "^3.1.0",
29-
"electron-devtools-installer": "^3.1.0",
30-
"eslint": "^7.4.0",
28+
"electron-debug": "^3.2.0",
29+
"electron-devtools-installer": "^3.2.0",
30+
"eslint": "^8.6.0",
3131
"eslint-loader": "^4.0.2",
32-
"eslint-plugin-import": "^2.22.0",
32+
"eslint-plugin-import": "^2.25.3",
3333
"eslint-plugin-node": "^11.1.0",
34-
"eslint-plugin-promise": "^4.2.1",
34+
"eslint-plugin-promise": "^6.0.0",
3535
"eslint-plugin-quasar": "^1.0.0",
3636
"eslint-plugin-standard": "^4.0.1",
3737
"eslint-plugin-vue": "^6.2.2",

demo/quasar.conf.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ module.exports = function (ctx) {
6363
// Options below are automatically set depending on the env, set them if you want to override
6464
// extractCSS: false,
6565

66-
extendWebpack (cfg) {
67-
cfg.module.rules.push({
68-
enforce: 'pre',
69-
test: /\.(js|vue)$/,
70-
loader: 'eslint-loader',
71-
exclude: /node_modules/
72-
})
73-
},
66+
// extendWebpack (cfg) {
67+
// cfg.module.rules.push({
68+
// enforce: 'pre',
69+
// test: /\.(js|vue)$/,
70+
// loader: 'eslint-loader',
71+
// exclude: /node_modules/
72+
// })
73+
// },
7474

7575
chainWebpack (chain) {
7676
chain.resolve.alias.merge({

docs/css/vendor.387ce229.css

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
150 KB
Binary file not shown.
117 KB
Binary file not shown.

docs/js/1.8c46fbb0.js

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

docs/js/10.2167959c.js

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

0 commit comments

Comments
 (0)