@daypilot/daypilot-lite-angular 3.9.0 → 3.10.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.
@@ -504,6 +504,7 @@ export declare module DayPilot {
504
504
  image?: string;
505
505
  items?: MenuItemData[];
506
506
  onClick?: EventHandler<MenuItemClickArgs>;
507
+ symbol?: string;
507
508
  tags?: any;
508
509
  target?: string;
509
510
  text?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",