@daypilot/daypilot-lite-angular 3.33.1 → 4.0.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 +4 -1
- package/esm2020/lib/core/daypilot-core.mjs +2643 -1645
- package/esm2020/lib/daypilot-scheduler.component.mjs +102 -0
- package/esm2020/lib/daypilot.module.mjs +5 -1
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/daypilot-daypilot-lite-angular.mjs +3869 -2113
- package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/fesm2020/daypilot-daypilot-lite-angular.mjs +2742 -1643
- package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +1 -1
- package/lib/core/daypilot-core.d.ts +413 -27
- package/lib/daypilot-scheduler.component.d.ts +25 -0
- package/lib/daypilot.module.d.ts +4 -3
- package/package.json +2 -2
- package/public-api.d.ts +1 -0
package/README.md
CHANGED
|
@@ -12,13 +12,16 @@ Customize the scheduling components using an online [UI Builder](https://builder
|
|
|
12
12
|
|
|
13
13
|
## Online Demo
|
|
14
14
|
|
|
15
|
-
[](https://javascript.daypilot.org/demo/lite/scheduler/)
|
|
16
|
+
|
|
17
|
+
[](https://javascript.daypilot.org/demo/lite/calendar/)
|
|
16
18
|
|
|
17
19
|
[Online Demo](https://javascript.daypilot.org/demo/lite/)
|
|
18
20
|
|
|
19
21
|
## Features
|
|
20
22
|
|
|
21
23
|
* Calendar/scheduler views: day, week, work week, month, resource calendar
|
|
24
|
+
* Horizontal timeline view
|
|
22
25
|
* Event creation using drag and drop
|
|
23
26
|
* Drag and drop event moving and resizing
|
|
24
27
|
* Integrated delete icon
|