@syncfusion/ej2-angular-schedule 24.2.4-ngcc → 24.2.8-ngcc

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/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I549187` - An issue with the virtual scroll with `rowAutoHeight` has been resolved.
10
+
11
+ ## 24.2.4 (2024-02-06)
12
+
13
+ ### Schedule
14
+
15
+ #### Bug fixes
16
+
9
17
  - `#I540139` - The appointment disappearance issue while using the `rowAutoHeight` has been resolved.
10
18
  - `#I524766` - An issue related to scaling has been fixed.
11
19
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-schedule.umd.js
3
- * version : 24.2.4
3
+ * version : 24.2.8
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1066,6 +1066,9 @@ exports.getUniversalTime = ej2Schedule.getUniversalTime;
1066
1066
  exports.isMobile = ej2Schedule.isMobile;
1067
1067
  exports.isIPadDevice = ej2Schedule.isIPadDevice;
1068
1068
  exports.capitalizeFirstWord = ej2Schedule.capitalizeFirstWord;
1069
+ exports.getElementWidth = ej2Schedule.getElementWidth;
1070
+ exports.getElementHeight = ej2Schedule.getElementHeight;
1071
+ exports.getElementTop = ej2Schedule.getElementTop;
1069
1072
  exports.Resize = ej2Schedule.Resize;
1070
1073
  exports.DragAndDrop = ej2Schedule.DragAndDrop;
1071
1074
  exports.HeaderRenderer = ej2Schedule.HeaderRenderer;