@daypilot/daypilot-lite-angular 4.2.0 → 4.2.1-sandbox.687
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 +14 -4
- package/esm2020/lib/core/daypilot-core.mjs +10 -11
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +9 -16
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +9 -10
- package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# DayPilot Lite for Angular
|
|
2
2
|
|
|
3
|
-
[DayPilot Lite for JavaScript](https://javascript.daypilot.org/open-source/) is a library of JavaScript/HTML5 event calendar/scheduler components that can display day/week/month calendar views. This is the Angular version of DayPilot Lite.
|
|
3
|
+
[DayPilot Lite for JavaScript](https://javascript.daypilot.org/open-source/) is a library of JavaScript/HTML5 event calendar/scheduler components that can display day/week/month calendar views, and a horizontal or vertical timeline for multiple resources. This is the Angular version of DayPilot Lite.
|
|
4
4
|
|
|
5
5
|
## What's New
|
|
6
6
|
|
|
@@ -35,6 +35,15 @@ Customize the scheduling components using an online [UI Builder](https://builder
|
|
|
35
35
|
|
|
36
36
|
## Tutorials
|
|
37
37
|
|
|
38
|
+
### Angular Scheduler with Horizontal Timeline
|
|
39
|
+
|
|
40
|
+
[](https://code.daypilot.org/85069/angular-scheduler-with-horizontal-timeline-open-source)
|
|
41
|
+
|
|
42
|
+
[Angular Scheduler with Horizontal Timeline (Open-Source)](https://code.daypilot.org/85069/angular-scheduler-with-horizontal-timeline-open-source)
|
|
43
|
+
Plan and visualize your resources in Angular with this lightweight, Apache‑licensed Scheduler - with a horizontal timeline, multi‑row time headers, CSS themes, dynamic event content and large‑dataset performance.
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
38
47
|
### Angular Appointment Calendar Tutorial
|
|
39
48
|
|
|
40
49
|
[](https://code.daypilot.org/50175/angular-appointment-calendar-component-typescript)
|
|
@@ -143,9 +152,10 @@ export class CalendarComponent implements AfterViewInit {
|
|
|
143
152
|
|
|
144
153
|
## Documentation
|
|
145
154
|
|
|
146
|
-
* [Angular
|
|
147
|
-
* [Angular
|
|
148
|
-
* [Angular
|
|
155
|
+
* [Angular Scheduler](https://doc.daypilot.org/scheduler/angular/)
|
|
156
|
+
* [Angular Weekly Calendar](https://doc.daypilot.org/calendar/angular/)
|
|
157
|
+
* [Angular Monthly Calendar](https://doc.daypilot.org/month/angular/)
|
|
158
|
+
* [Angular Date Picker](https://doc.daypilot.org/navigator/angular/)
|
|
149
159
|
|
|
150
160
|
## CSS Themes
|
|
151
161
|
|