@daypilot/daypilot-lite-javascript 3.30.0 → 3.30.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.
|
@@ -163,13 +163,17 @@ export module DayPilot {
|
|
|
163
163
|
readonly start: DayPilot.Date;
|
|
164
164
|
readonly end: DayPilot.Date;
|
|
165
165
|
readonly resource: ResourceId;
|
|
166
|
+
readonly x: number;
|
|
167
|
+
readonly y: number;
|
|
166
168
|
readonly properties: {
|
|
167
169
|
html: string;
|
|
168
170
|
business: boolean;
|
|
169
171
|
backColor: string;
|
|
170
172
|
backImage: string;
|
|
171
173
|
backRepeat: string;
|
|
174
|
+
fontColor: string;
|
|
172
175
|
cssClass: string;
|
|
176
|
+
text: string;
|
|
173
177
|
};
|
|
174
178
|
};
|
|
175
179
|
}
|
|
@@ -1040,6 +1044,7 @@ export module DayPilot {
|
|
|
1040
1044
|
action?: "Default" | "None" | "ContextMenu" | "ResizeEnd" | "ResizeStart" | "Move";
|
|
1041
1045
|
backColor?: string;
|
|
1042
1046
|
background?: string;
|
|
1047
|
+
borderRadius?: number | string;
|
|
1043
1048
|
bottom?: number | string;
|
|
1044
1049
|
cssClass?: string;
|
|
1045
1050
|
fontColor?: string;
|