@daypilot/daypilot-lite-angular 4.6.1 → 4.8.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 +928 -860
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +1247 -1154
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +919 -851
- 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
|
@@ -1,6 +1,12 @@
|
|
|
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
|
|
3
|
+
[DayPilot Lite for JavaScript](https://javascript.daypilot.org/open-source/) is a library of JavaScript/HTML5 scheduling components that can display calendar/scheduler UI:
|
|
4
|
+
* day, week, month
|
|
5
|
+
* resource calendar (resources as columns)
|
|
6
|
+
* horizontal timeline (resources as rows)
|
|
7
|
+
* custom number of days as columns
|
|
8
|
+
|
|
9
|
+
This is the **DayPilot Lite for Angular** package.
|
|
4
10
|
|
|
5
11
|
## What's New
|
|
6
12
|
|
|
@@ -29,8 +35,11 @@ Customize the scheduling components using an online [UI Builder](https://builder
|
|
|
29
35
|
* Date picker with free/busy days highlighting, free-hand range selection, day cell customization
|
|
30
36
|
* CSS themes (use theme builder to create your own theme)
|
|
31
37
|
* Event customization (text, HTML, colors...)
|
|
38
|
+
* Cell customization (background, images, text, HTML...)
|
|
39
|
+
* Column header customization (background, images, text, HTML...)
|
|
32
40
|
* Built-in XSS protection
|
|
33
41
|
* Localization support
|
|
42
|
+
* Calendar RTL support
|
|
34
43
|
* TypeScript definitions
|
|
35
44
|
|
|
36
45
|
## Tutorials
|