@syncfusion/ej2-schedule 29.1.34 → 29.1.37

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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 29.1.33
3
+ * version : 29.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. 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
package/package.json CHANGED
@@ -1,30 +1,32 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-schedule@29.1.33",
2
+ "_from": "@syncfusion/ej2-schedule@*",
3
3
  "_id": "@syncfusion/ej2-schedule@29.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ivDkcDwdybEWPzEUSml+XZlml9wNx8X5O5UpT9sorn1bHFPeT5iJoXWMGoCtSz9eXHJ+z6ALiIwT8rj/oksOeA==",
5
+ "_integrity": "sha512-R+2ytO2dblE2O3/8e0GD2JHuBJQvFkPsUrlr4e/NvlfRaHmxjjX9x6pDWdFi7r2toTvWcssSK24s72JUUX5oLg==",
6
6
  "_location": "/@syncfusion/ej2-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
- "type": "version",
9
+ "type": "range",
10
10
  "registry": true,
11
- "raw": "@syncfusion/ej2-schedule@29.1.33",
11
+ "raw": "@syncfusion/ej2-schedule@*",
12
12
  "name": "@syncfusion/ej2-schedule",
13
13
  "escapedName": "@syncfusion%2fej2-schedule",
14
14
  "scope": "@syncfusion",
15
- "rawSpec": "29.1.34",
15
+ "rawSpec": "*",
16
16
  "saveSpec": null,
17
- "fetchSpec": "29.1.34"
17
+ "fetchSpec": "*"
18
18
  },
19
19
  "_requiredBy": [
20
+ "/",
21
+ "/@syncfusion/ej2",
20
22
  "/@syncfusion/ej2-angular-schedule",
21
23
  "/@syncfusion/ej2-react-schedule",
22
24
  "/@syncfusion/ej2-vue-schedule"
23
25
  ],
24
- "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-schedule/-/ej2-schedule-29.1.33.tgz",
25
- "_shasum": "ea34b90c0855afef8524f880e9f2e5cbd47c1865",
26
- "_spec": "@syncfusion/ej2-schedule@29.1.33",
27
- "_where": "E:\\march2025\\memory-leaks\\node_modules\\@syncfusion\\ej2-angular-schedule",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-29.1.33.tgz",
27
+ "_shasum": "b8db1ec994c8d6cbd25f7e4e772372471b21cc64",
28
+ "_spec": "@syncfusion/ej2-schedule@*",
29
+ "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
28
30
  "author": {
29
31
  "name": "Syncfusion Inc."
30
32
  },
@@ -33,16 +35,16 @@
33
35
  },
34
36
  "bundleDependencies": false,
35
37
  "dependencies": {
36
- "@syncfusion/ej2-base": "~29.1.33",
37
- "@syncfusion/ej2-buttons": "~29.1.33",
38
- "@syncfusion/ej2-calendars": "~29.1.33",
38
+ "@syncfusion/ej2-base": "~29.1.36",
39
+ "@syncfusion/ej2-buttons": "~29.1.34",
40
+ "@syncfusion/ej2-calendars": "~29.1.35",
39
41
  "@syncfusion/ej2-data": "~29.1.33",
40
- "@syncfusion/ej2-dropdowns": "~29.1.33",
42
+ "@syncfusion/ej2-dropdowns": "~29.1.37",
41
43
  "@syncfusion/ej2-excel-export": "~29.1.33",
42
- "@syncfusion/ej2-inputs": "~29.1.33",
43
- "@syncfusion/ej2-lists": "~29.1.33",
44
- "@syncfusion/ej2-navigations": "~29.1.33",
45
- "@syncfusion/ej2-popups": "~29.1.33"
44
+ "@syncfusion/ej2-inputs": "~29.1.34",
45
+ "@syncfusion/ej2-lists": "~29.1.34",
46
+ "@syncfusion/ej2-navigations": "~29.1.37",
47
+ "@syncfusion/ej2-popups": "~29.1.37"
46
48
  },
47
49
  "deprecated": false,
48
50
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
@@ -70,7 +72,7 @@
70
72
  "type": "git",
71
73
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
72
74
  },
73
- "sideEffects": false,
74
75
  "typings": "index.d.ts",
75
- "version": "29.1.34"
76
- }
76
+ "version": "29.1.37",
77
+ "sideEffects": false
78
+ }
@@ -349,7 +349,7 @@ var Resize = /** @class */ (function (_super) {
349
349
  if (!isTop) {
350
350
  offsetValue += this.actionObj.clone.offsetHeight;
351
351
  }
352
- var minutes = (offsetValue / this.actionObj.cellHeight) * this.actionObj.slotInterval;
352
+ var minutes = (offsetValue / Math.round(this.actionObj.cellHeight)) * this.actionObj.slotInterval;
353
353
  var element = this.actionObj.clone.offsetParent;
354
354
  if (isNullOrUndefined(element)) {
355
355
  return;