@daypilot/daypilot-lite-angular 3.30.1 → 3.31.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 +10 -1
- package/esm2020/lib/core/daypilot-core.mjs +51 -36
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +37 -28
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +50 -35
- package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/lib/core/daypilot-core.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -39,6 +39,8 @@ Customize the scheduling components using an online [UI Builder](https://builder
|
|
|
39
39
|
[Open-Source Angular Appointment Calendar Component (TypeScript + PHP/MySQL)](https://code.daypilot.org/50175/angular-appointment-calendar-component-typescript)
|
|
40
40
|
Simple appointment scheduling application built using Angular. The calendar view is created using DayPilot Pro Angular Calendar component. The server-side backend is created using PHP and stores events in a MySQL or SQLite database.
|
|
41
41
|
|
|
42
|
+
***
|
|
43
|
+
|
|
42
44
|
### Angular Day/Week/Month Views
|
|
43
45
|
|
|
44
46
|
[](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
|
|
@@ -46,6 +48,8 @@ Simple appointment scheduling application built using Angular. The calendar view
|
|
|
46
48
|
[Angular Calendar: Day/Week/Month Views (Open-Source)](https://code.daypilot.org/30451/angular-calendar-day-week-month-views)
|
|
47
49
|
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
50
|
|
|
51
|
+
***
|
|
52
|
+
|
|
49
53
|
### Angular Resource Calendar Tutorial
|
|
50
54
|
|
|
51
55
|
[](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
|
|
@@ -53,6 +57,8 @@ Angular project that displays an event calendar component with day, week and mon
|
|
|
53
57
|
[Angular Resource Calendar (Open-Source)](https://code.daypilot.org/42642/angular-resource-calendar-tutorial)
|
|
54
58
|
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.
|
|
55
59
|
|
|
60
|
+
***
|
|
61
|
+
|
|
56
62
|
### Angular Date Picker Tutorial
|
|
57
63
|
|
|
58
64
|
[](https://code.daypilot.org/16244/angular-date-picker-with-drag-drop-range-selection)
|
|
@@ -60,6 +66,8 @@ Angular application that shows how to create a resource calendar Angular compone
|
|
|
60
66
|
[Angular Date Picker with Drag & Drop Range Selection (Open-Source)](https://code.daypilot.org/16244/angular-date-picker-with-drag-drop-range-selection)
|
|
61
67
|
How to activate the free-hand date range selection mode in the Angular date picker component (Navigator).
|
|
62
68
|
|
|
69
|
+
***
|
|
70
|
+
|
|
63
71
|
### Angular Calendar Date Switching Tutorial
|
|
64
72
|
|
|
65
73
|
[](https://code.daypilot.org/78004/angular-calendar-date-switching)
|
|
@@ -67,6 +75,8 @@ How to activate the free-hand date range selection mode in the Angular date pick
|
|
|
67
75
|
[Angular Calendar: Date Switching](https://code.daypilot.org/78004/angular-calendar-date-switching)
|
|
68
76
|
How to integrate Angular event calendar component with a date picker and navigation buttons for changing the visible week.
|
|
69
77
|
|
|
78
|
+
***
|
|
79
|
+
|
|
70
80
|
### Angular Calendar Undo/Redo
|
|
71
81
|
|
|
72
82
|
[](https://code.daypilot.org/14933/angular-calendar-with-undo-redo-open-source)
|
|
@@ -74,7 +84,6 @@ How to integrate Angular event calendar component with a date picker and navigat
|
|
|
74
84
|
[Angular Calendar with Undo/Redo (Open-Source)](https://code.daypilot.org/14933/angular-calendar-with-undo-redo-open-source)
|
|
75
85
|
How to implement undo/redo functionality the for the open-source Angular Calendar component.
|
|
76
86
|
|
|
77
|
-
|
|
78
87
|
## Example
|
|
79
88
|
|
|
80
89
|
```typescript
|