@dayflow/angular 3.1.2 → 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 +44 -19
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,32 +1,59 @@
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 applications with drag-and-drop support, multiple
6
- views, and plugin architecture.
7
-
8
- [![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)
9
6
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?logo=github)](https://github.com/dayflow-js/dayflow/pulls)
10
7
  [![License](https://img.shields.io/github/license/dayflow-js/dayflow)](https://github.com/dayflow-js/dayflow/blob/main/LICENSE)
11
8
  [![Discord](https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white)](https://discord.gg/9vdFZKJqBb)
12
9
 
13
10
  ## Features
14
11
 
15
- ### Monthly, Weekly, Daily and Various View Types
12
+ ### Daily, Weekly, Monthly and Yearly View Types
13
+
14
+ #### Day View
15
+
16
+ ![Day View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/DayView.png)
17
+
18
+ #### Week View
19
+
20
+ ![Week View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/WeekView.png)
21
+
22
+ #### Month View
23
+
24
+ ![Month View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/MonthView.png)
25
+
26
+ #### Year View(Fixed-Week)
27
+
28
+ ![Year View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Year-Fixed-Week.png)
29
+
30
+ #### Year View(Year-Canvas)
16
31
 
17
- | Monthly | Weekly |
18
- | --------------------------------------- | -------------------------------------- |
19
- | ![image](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/MonthView.png) | ![image](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/WeekView.png) |
32
+ ![Year Canvas View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Year-Canvas.png)
20
33
 
21
- | Daily | Event Stack Level |
22
- | ------------------------------------- | ---------------------------------------- |
23
- | ![image](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/DayView.png) | ![image](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/stackLevel.png) |
34
+ ### Mobile View Support
24
35
 
25
- ### Default Panel (with multiple Event Detail Panel options available)
36
+ #### Mobile Day & Year View
26
37
 
27
- | Detail Popup | Detail Dialog |
28
- | ----------------------------------- | ------------------------------------ |
29
- | ![image](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/popup.png) | ![image](https://raw.githubusercontent.com/dayflow-js/calendar/main/assets/images/dialog.png) |
38
+ ![Mobile Day and Year View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Mobile-Day-Year.png)
39
+
40
+ #### Mobile Week & Month View
41
+
42
+ ![Mobile Week and Month View](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/Mobile-Week-Month.png)
43
+
44
+ ### Multiple Event Detail Panel options
45
+
46
+ #### Detail Popup
47
+
48
+ ![Popup](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/popup.png)
49
+
50
+ #### Detail Dialog
51
+
52
+ ![Dialog](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/dialog.png)
53
+
54
+ ### Dark Mode Support
55
+
56
+ ![Dark Mode](https://raw.githubusercontent.com/dayflow-js/dayflow/main/assets/images/DarkMode.png)
30
57
 
31
58
  ### Easy to resize and drag
32
59
 
@@ -45,5 +72,3 @@ If you find a bug, please file an issue on [GitHub Issues](https://github.com/da
45
72
  ## Support
46
73
 
47
74
  For questions and support, please open an issue on GitHub or go to discord.
48
-
49
- ---
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@dayflow/angular",
3
- "version": "3.1.2",
3
+ "version": "3.2.1",
4
4
  "description": "Angular adapter for DayFlow calendar",
5
+ "files": [
6
+ "dist",
7
+ "README.md",
8
+ "LICENSE"
9
+ ],
5
10
  "main": "dist/fesm2022/dayflow-angular.mjs",
6
11
  "module": "fesm2022/dayflow-angular.mjs",
7
12
  "typings": "index.d.ts",
@@ -17,15 +22,10 @@
17
22
  "default": "./package.json"
18
23
  }
19
24
  },
20
- "files": [
21
- "dist",
22
- "README.md",
23
- "LICENSE"
24
- ],
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": {