@daypilot/daypilot-lite-angular 3.18.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.
@@ -104,6 +104,7 @@ export declare module DayPilot {
104
104
  start?: DayPilot.Date | string;
105
105
  html?: string;
106
106
  toolTip?: string;
107
+ tags?: any;
107
108
  }
108
109
  export interface CalendarAfterEventRenderArgs {
109
110
  readonly e: DayPilot.Event;
@@ -122,6 +123,7 @@ export declare module DayPilot {
122
123
  html: string;
123
124
  backColor: string;
124
125
  cssClass?: string;
126
+ verticalAlignment?: "top" | "center" | "bottom";
125
127
  toolTip: string;
126
128
  areas: AreaData[];
127
129
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.18.0",
3
+ "version": "3.19.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",