@daypilot/daypilot-lite-javascript 4.5.0 → 4.6.1-sandbox.732

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,24 +1,10 @@
1
- /*
2
- Copyright © 2025 Annpoint, s.r.o.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
15
-
16
- -------------------------------------------------------------------------
17
-
18
- NOTE: Requires the following acknowledgement (see also NOTICE):
19
- This software includes DayPilot (https://www.daypilot.org).
1
+ /*
2
+ DayPilot Lite
3
+ Copyright (c) 2005 - 2025 Annpoint s.r.o.
4
+ https://www.daypilot.org/
5
+ Licensed under Apache Software License 2.0
6
+ Version: 2025.3.732-lite
20
7
  */
21
-
22
8
  type GlobalDate = Date;
23
9
 
24
10
  export module DayPilot {
@@ -52,6 +38,7 @@ export module DayPilot {
52
38
  eventHeight?: number;
53
39
  eventMinWidth?: number;
54
40
  eventMoveHandling?: "Update" | "Disabled";
41
+ eventPadding?: string | number;
55
42
  eventResizeHandling?: "Update" | "Disabled";
56
43
  eventResizeMargin?: number;
57
44
  eventRightClickHandling?: "Enabled" | "Disabled" | "ContextMenu";
@@ -176,6 +163,8 @@ export module DayPilot {
176
163
 
177
164
  dragInProgress(): boolean;
178
165
 
166
+ getCoords(): { x: number, y: number, row: DayPilot.Row, time: DayPilot.Date };
167
+
179
168
  getDate(pixels: number, precise?: boolean, isEnd?: boolean): DayPilot.Date;
180
169
 
181
170
  getScrollX(): number;
@@ -1569,6 +1558,8 @@ export module DayPilot {
1569
1558
  barColor?: string;
1570
1559
  barHidden?: boolean;
1571
1560
  borderColor?: string;
1561
+ borderRadius?: string | number;
1562
+ padding?: string | number;
1572
1563
  cssClass?: string;
1573
1564
  fontColor?: string;
1574
1565
  html?: string;