@daypilot/daypilot-lite-javascript 3.31.0 → 3.32.1
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Copyright ©
|
|
2
|
+
Copyright © 2025 Annpoint, s.r.o.
|
|
3
3
|
|
|
4
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
you may not use this file except in compliance with the License.
|
|
@@ -1039,6 +1039,7 @@ export module DayPilot {
|
|
|
1039
1039
|
fontColor?: string;
|
|
1040
1040
|
html?: string;
|
|
1041
1041
|
tags?: any;
|
|
1042
|
+
toolTip?: string;
|
|
1042
1043
|
}
|
|
1043
1044
|
|
|
1044
1045
|
export interface AreaData {
|