@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.
Files changed (2) hide show
  1. package/README.md +13 -17
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
- # DayFlow
1
+ # DayFlow Angular
2
2
 
3
- **English** | [中文](README.zh.md) | [日本語](README.ja.md) | [Getting Started & Contributing](CONTRIBUTING.md)
3
+ A flexible and feature-rich Angular calendar component library with drag-and-drop support, multiple views, and plugin architecture.
4
4
 
5
- A flexible and feature-rich calendar component library for **React, Vue, Angular, and Svelte** with drag-and-drop support, multiple views, and plugin architecture.
6
-
7
- [![npm](https://img.shields.io/npm/v/@dayflow/core?logo=npm&color=blue&label=version)](https://www.npmjs.com/package/@dayflow/core)
5
+ [![npm](https://img.shields.io/npm/v/@dayflow/angular?logo=npm&color=blue&label=version)](https://www.npmjs.com/package/@dayflow/angular)
8
6
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?logo=github)](https://github.com/dayflow-js/dayflow/pulls)
9
7
  [![License](https://img.shields.io/github/license/dayflow-js/dayflow)](https://github.com/dayflow-js/dayflow/blob/main/LICENSE)
10
8
  [![Discord](https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white)](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
- ![Day View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/DayView.png)
16
+ ![Day View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/DayView.png)
19
17
 
20
18
  #### Week View
21
19
 
22
- ![Week View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/WeekView.png)
20
+ ![Week View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/WeekView.png)
23
21
 
24
22
  #### Month View
25
23
 
26
- ![Month View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/MonthView.png)
24
+ ![Month View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/MonthView.png)
27
25
 
28
26
  #### Year View(Fixed-Week)
29
27
 
30
- ![Year View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/Year-Fixed-Week.png)
28
+ ![Year View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Year-Fixed-Week.png)
31
29
 
32
30
  #### Year View(Year-Canvas)
33
31
 
34
- ![Year Canvas View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/Year-Canvas.png)
32
+ ![Year Canvas View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Year-Canvas.png)
35
33
 
36
34
  ### Mobile View Support
37
35
 
38
36
  #### Mobile Day & Year View
39
37
 
40
- ![Mobile Day and Year View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/Mobile-Day-Year.png)
38
+ ![Mobile Day and Year View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Mobile-Day-Year.png)
41
39
 
42
40
  #### Mobile Week & Month View
43
41
 
44
- ![Mobile Week and Month View](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/Mobile-Week-Month.png)
42
+ ![Mobile Week and Month View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Mobile-Week-Month.png)
45
43
 
46
44
  ### Multiple Event Detail Panel options
47
45
 
48
46
  #### Detail Popup
49
47
 
50
- ![Popup](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/popup.png)
48
+ ![Popup](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/popup.png)
51
49
 
52
50
  #### Detail Dialog
53
51
 
54
- ![Dialog](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/dialog.png)
52
+ ![Dialog](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/dialog.png)
55
53
 
56
54
  ### Dark Mode Support
57
55
 
58
- ![Dark Mode](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/DarkMode.png)
56
+ ![Dark Mode](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/DarkMode.png)
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.0",
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": "workspace:*"
28
+ "@dayflow/core": "3.2.0"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "dependencies": {