@colijnit/corecomponents_v12 261.20.3 → 261.20.4
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.
package/index.d.ts
CHANGED
|
@@ -3705,6 +3705,8 @@ declare class HourSchedulingExpandableComponent implements OnInit {
|
|
|
3705
3705
|
private currentDraggingObject;
|
|
3706
3706
|
private MIN_HEIGHT;
|
|
3707
3707
|
private _schedule;
|
|
3708
|
+
private _onMouseMove;
|
|
3709
|
+
private _onMouseUp;
|
|
3708
3710
|
set schedule(value: Object);
|
|
3709
3711
|
get schedule(): Object;
|
|
3710
3712
|
startTimeProp: string;
|
|
@@ -3772,7 +3774,7 @@ declare class HourSchedulingExpandableTemplateComponent {
|
|
|
3772
3774
|
startTimeProp: string;
|
|
3773
3775
|
endTimeProp: string;
|
|
3774
3776
|
showClass(): boolean;
|
|
3775
|
-
onExpandableDragStart(event: DragEvent, obj:
|
|
3777
|
+
onExpandableDragStart(event: DragEvent, obj: SchedulingObject$1): void;
|
|
3776
3778
|
calculateLeftAndWidthOfObjects(): {
|
|
3777
3779
|
leftPercent: number;
|
|
3778
3780
|
widthPercent: number;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|