@daypilot/daypilot-lite-angular 3.18.0 → 3.20.0
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 +9 -1
- package/esm2020/lib/core/daypilot-core.mjs +196 -182
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +210 -192
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +195 -181
- package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/lib/core/daypilot-core.d.ts +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ Angular project that displays an event calendar component with day, week and mon
|
|
|
48
48
|
|
|
49
49
|
### Angular Resource Calendar Tutorial
|
|
50
50
|
|
|
51
|
-
[](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
|
|
52
52
|
|
|
53
53
|
[Angular Resource Calendar (Open-Source)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
|
|
54
54
|
Angular application that shows how to create a resource calendar Angular component that displays event data in multiple columns. The resource calendar supports drag and drop out of the box.
|
|
@@ -67,6 +67,14 @@ How to activate the free-hand date range selection mode in the Angular date pick
|
|
|
67
67
|
[Angular Calendar: Date Switching](https://code.daypilot.org/78004/angular-calendar-date-switching)
|
|
68
68
|
How to integrate Angular event calendar component with a date picker and navigation buttons for changing the visible week.
|
|
69
69
|
|
|
70
|
+
### Angular Calendar Undo/Redo
|
|
71
|
+
|
|
72
|
+
[](https://code.daypilot.org/14933/angular-calendar-with-undo-redo-open-source)
|
|
73
|
+
|
|
74
|
+
[Angular Calendar with Undo/Redo (Open-Source)](https://code.daypilot.org/14933/angular-calendar-with-undo-redo-open-source)
|
|
75
|
+
How to implement undo/redo functionality the for the open-source Angular Calendar component.
|
|
76
|
+
|
|
77
|
+
|
|
70
78
|
## Example
|
|
71
79
|
|
|
72
80
|
```typescript
|