@dayflow/angular 3.2.0 → 3.2.1
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 +13 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
# DayFlow
|
|
1
|
+
# DayFlow Angular
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A flexible and feature-rich Angular calendar component library with drag-and-drop support, multiple views, and plugin architecture.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
[](https://www.npmjs.com/package/@dayflow/core)
|
|
5
|
+
[](https://www.npmjs.com/package/@dayflow/angular)
|
|
8
6
|
[](https://github.com/dayflow-js/dayflow/pulls)
|
|
9
7
|
[](https://github.com/dayflow-js/dayflow/blob/main/LICENSE)
|
|
10
8
|
[](https://discord.gg/9vdFZKJqBb)
|
|
@@ -15,47 +13,47 @@ A flexible and feature-rich calendar component library for **React, Vue, Angular
|
|
|
15
13
|
|
|
16
14
|
#### Day View
|
|
17
15
|
|
|
18
|
-

|
|
19
17
|
|
|
20
18
|
#### Week View
|
|
21
19
|
|
|
22
|
-

|
|
23
21
|
|
|
24
22
|
#### Month View
|
|
25
23
|
|
|
26
|
-

|
|
27
25
|
|
|
28
26
|
#### Year View(Fixed-Week)
|
|
29
27
|
|
|
30
|
-

|
|
31
29
|
|
|
32
30
|
#### Year View(Year-Canvas)
|
|
33
31
|
|
|
34
|
-

|
|
35
33
|
|
|
36
34
|
### Mobile View Support
|
|
37
35
|
|
|
38
36
|
#### Mobile Day & Year View
|
|
39
37
|
|
|
40
|
-

|
|
41
39
|
|
|
42
40
|
#### Mobile Week & Month View
|
|
43
41
|
|
|
44
|
-

|
|
45
43
|
|
|
46
44
|
### Multiple Event Detail Panel options
|
|
47
45
|
|
|
48
46
|
#### Detail Popup
|
|
49
47
|
|
|
50
|
-

|
|
51
49
|
|
|
52
50
|
#### Detail Dialog
|
|
53
51
|
|
|
54
|
-

|
|
55
53
|
|
|
56
54
|
### Dark Mode Support
|
|
57
55
|
|
|
58
|
-

|
|
59
57
|
|
|
60
58
|
### Easy to resize and drag
|
|
61
59
|
|
|
@@ -74,5 +72,3 @@ If you find a bug, please file an issue on [GitHub Issues](https://github.com/da
|
|
|
74
72
|
## Support
|
|
75
73
|
|
|
76
74
|
For questions and support, please open an issue on GitHub or go to discord.
|
|
77
|
-
|
|
78
|
-
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dayflow/angular",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Angular adapter for DayFlow calendar",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@angular/common": ">=14.0.0",
|
|
27
27
|
"@angular/core": ">=14.0.0",
|
|
28
|
-
"@dayflow/core": "
|
|
28
|
+
"@dayflow/core": "3.2.0"
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"dependencies": {
|