@quasar/quasar-app-extension-qcalendar 4.0.0-beta.21 → 4.0.0-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The **QCalendar App Extension** allows you to seamlessly add the [QCalendar](../ui) component into your Quasar application. It manages the boot file file and all other configuration for you.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@quasar/quasar-app-extension-qcalendar)
|
|
6
6
|
[]()
|
|
7
7
|
[]()
|
|
8
8
|
[](https://www.npmjs.com/package/@quasar/quasar-app-extension-qcalendar)
|
|
@@ -10,17 +10,18 @@ The **QCalendar App Extension** allows you to seamlessly add the [QCalendar](../
|
|
|
10
10
|
|
|
11
11
|
[](https://chat.quasar.dev)
|
|
12
12
|
[](https://twitter.com/jgalbraith64)
|
|
13
|
+
|
|
13
14
|
## Everything you need for a complete Calendar solution.
|
|
14
15
|
|
|
15
16
|
QCalendar is a [Quasar](https://quasar.dev) component. It is a powerful calendar that plugs right into your Quasar application and allows for viewing of **day** (1-7 days for a week), **monthly**, **scheduler** and **agenda** views. Painstaking care has been given to make almost every aspect of QCalendar configurable and/or modifiable in some way and control given to the developer.
|
|
16
17
|
|
|
17
|
-
# QCalendar v4.
|
|
18
|
-
|
|
18
|
+
# QCalendar v4.x
|
|
19
|
+
|
|
20
|
+
Welcome to the QCalendar v4.x release
|
|
19
21
|
|
|
20
22
|
### QCalendar is now converted to use Vue v3
|
|
21
|
-
With this update comes a lot of changes, with over 90% of QCalendar being rewritten. Please read below to understand these changes and how they will affect you for upgrading.
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
With this update comes a lot of changes, with over 90% of QCalendar being rewritten. Please read below to understand these changes and how they will affect you for upgrading.
|
|
24
25
|
|
|
25
26
|
# Documentation
|
|
26
27
|
|
|
@@ -28,53 +29,58 @@ Go to Netlify which is hosting QCalendar v4.0.0 docs https://qcalendar.netlify.a
|
|
|
28
29
|
|
|
29
30
|
---
|
|
30
31
|
|
|
32
|
+
## Examples
|
|
33
|
+
|
|
31
34
|
**Month view with events**
|
|
32
35
|
|
|
33
|
-

|
|
34
37
|
|
|
35
38
|
**Planner example**
|
|
36
39
|
|
|
37
|
-

|
|
38
41
|
|
|
39
42
|
**Monthly Mini-mode**
|
|
40
43
|
|
|
41
|
-

|
|
42
45
|
|
|
43
|
-
**
|
|
46
|
+
**Multi-month selector (mini-mode)**
|
|
44
47
|
|
|
45
|
-

|
|
46
49
|
|
|
47
50
|
**Agenda view with custom content**
|
|
48
51
|
|
|
49
|
-

|
|
50
53
|
|
|
51
|
-
**Day view**
|
|
54
|
+
**Day view with events**
|
|
52
55
|
|
|
53
|
-

|
|
54
57
|
|
|
55
|
-
**Resource view**
|
|
58
|
+
**Resource view with events**
|
|
56
59
|
|
|
57
|
-

|
|
58
61
|
|
|
59
62
|
**Scheduler view**
|
|
60
63
|
|
|
61
|
-

|
|
62
65
|
|
|
63
66
|
**Task view**
|
|
64
67
|
|
|
65
|
-

|
|
66
69
|
|
|
67
70
|
Including support for locales, optional theming, 1st day Monday, 5-day work weeks, work week numbers, selected days, disabled days, day of year...
|
|
68
71
|
|
|
69
72
|
...and many more!
|
|
70
73
|
|
|
71
74
|
# Install
|
|
75
|
+
|
|
72
76
|
```bash
|
|
73
|
-
quasar ext add @quasar/qcalendar
|
|
77
|
+
quasar ext add @quasar/qcalendar
|
|
74
78
|
```
|
|
79
|
+
|
|
75
80
|
Quasar CLI will retrieve it from NPM and install the extension.
|
|
76
81
|
|
|
77
82
|
# Uninstall
|
|
83
|
+
|
|
78
84
|
```bash
|
|
79
85
|
quasar ext remove @quasar/qcalendar
|
|
80
86
|
```
|
|
@@ -82,8 +88,10 @@ quasar ext remove @quasar/qcalendar
|
|
|
82
88
|
# Donations
|
|
83
89
|
|
|
84
90
|
QCalendar is an open source MIT project that has been made possible due to the **generous contributions** by [sponsors and backers](https://github.com/sponsors/hawkeye64). If you are interested in supporting this project, please consider:
|
|
91
|
+
|
|
85
92
|
- [Becoming a sponsor on Github](https://github.com/users/hawkeye64/sponsorship)
|
|
86
93
|
- [One-off donation via PayPal](https://paypal.me/hawkeye64)
|
|
87
94
|
|
|
88
95
|
# License
|
|
96
|
+
|
|
89
97
|
MIT (c) Jeff Galbraith <jeff@quasar.dev>
|
package/package.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quasar/quasar-app-extension-qcalendar",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.23",
|
|
4
4
|
"description": "A Quasar App Extension for @quasar/quasar-ui-qcalendar",
|
|
5
5
|
"author": "Jeff Galbraith <jeff@quasar.dev>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "src/index.js",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"lint": "eslint --ext .js,.vue src",
|
|
10
|
-
"lint-fix": "eslint --ext .js,.vue src --fix"
|
|
11
|
-
},
|
|
12
8
|
"funding": {
|
|
13
9
|
"type": "github",
|
|
14
10
|
"url": "https://github.com/sponsors/hawkeye64"
|
|
@@ -37,7 +33,7 @@
|
|
|
37
33
|
"schedule"
|
|
38
34
|
],
|
|
39
35
|
"dependencies": {
|
|
40
|
-
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.
|
|
36
|
+
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.23"
|
|
41
37
|
},
|
|
42
38
|
"devDependencies": {
|
|
43
39
|
"@babel/core": "^7.17.8",
|
|
@@ -53,5 +49,9 @@
|
|
|
53
49
|
"node": ">= 10.0.0",
|
|
54
50
|
"npm": ">= 5.6.0",
|
|
55
51
|
"yarn": ">= 1.6.0"
|
|
52
|
+
},
|
|
53
|
+
"scripts": {
|
|
54
|
+
"lint": "eslint --ext .js,.vue src",
|
|
55
|
+
"lint-fix": "eslint --ext .js,.vue src --fix"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|
package/src/index.js
CHANGED
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
function extendConf(conf, api) {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
if (api.hasVite) {
|
|
11
|
+
// register the boot file
|
|
12
|
+
conf.boot.push('~@quasar/quasar-app-extension-qcalendar/src/boot/vite-register.js')
|
|
13
|
+
} else {
|
|
14
|
+
// register the boot file
|
|
15
|
+
conf.boot.push('~@quasar/quasar-app-extension-qcalendar/src/boot/webpack-register.js')
|
|
14
16
|
// make sure app extension files & ui packages get transpiled
|
|
15
17
|
conf.build.webpackTranspileDependencies = conf.build.webpackTranspileDependencies || []
|
|
16
18
|
conf.build.webpackTranspileDependencies.push(/quasar-app-extension-qcalendar[\\/]src/)
|
|
@@ -18,7 +20,7 @@ function extendConf(conf, api) {
|
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
// make sure the stylesheet goes through webpack to avoid SSR issues
|
|
21
|
-
conf.css.push('~@quasar/quasar-ui-qcalendar/src/index.
|
|
23
|
+
conf.css.push('~@quasar/quasar-ui-qcalendar/src/index.scss')
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
module.exports = function (api) {
|
/package/{LICENSE → LICENSE.md}
RENAMED
|
File without changes
|