@daypilot/daypilot-lite-angular 3.17.0 → 3.19.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 CHANGED
@@ -41,14 +41,14 @@ Simple appointment scheduling application built using Angular. The calendar view
41
41
 
42
42
  ### Angular Day/Week/Month Views
43
43
 
44
- [![Angular Calendar: Day/Week/Month Views](https://static.daypilot.org/npm/202207/angular-calendar-day-week-month.png)](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
44
+ [![Angular Calendar: Day/Week/Month Views](https://static.daypilot.org/npm/202308/angular-calendar-scheduler-day-week-month-open-source.png)](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
45
45
 
46
46
  [Angular Calendar: Day/Week/Month Views (Open-Source)](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
47
47
  Angular project that displays an event calendar component with day, week and month views that share the same data and can be easily switched. A date picker component is used to switch the current date and highlight busy days.
48
48
 
49
49
  ### Angular Resource Calendar Tutorial
50
50
 
51
- [![Angular Resource Calendar](https://static.daypilot.org/npm/202207/angular-resource-calendar-tutorial.png)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
51
+ [![Angular Resource Calendar](https://static.daypilot.org/npm/202309/angular-resource-calendar-open-source-tutorial.png)](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
+ [![Angular Calendar Date Switching](https://static.daypilot.org/npm/202311/angular-calendar-component-open-source-undo-redo.png)](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