@syncfusion/ej2-schedule 19.4.41 → 19.4.42

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 : 19.4.41
3
+ * version : 19.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-schedule@*",
3
- "_id": "@syncfusion/ej2-schedule@19.4.40",
3
+ "_id": "@syncfusion/ej2-schedule@19.4.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ntfr3rJfYEDvgr9W9eWy/lNzRMAmQ9jeqAd/TXKu4bmu96mkyqyfErAeBNI2hSwHpfP/4ABshRKfnM66FVnmhw==",
5
+ "_integrity": "sha512-Y6K/LRGgeZJ6KdSHKmOvn3JpwOrigatndbpg+10wlSBAOJwBK2wDvRwVleG48St6jKUXglTs+q3vT57KBQYFQQ==",
6
6
  "_location": "/@syncfusion/ej2-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-schedule",
24
24
  "/@syncfusion/ej2-vue-schedule"
25
25
  ],
26
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-19.4.40.tgz",
27
- "_shasum": "d48a66ca331a4aad73850e1b611f34a6bd366b9f",
26
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-19.4.41.tgz",
27
+ "_shasum": "955cdeecc4c945122bf7b84cee5f098ee379d56b",
28
28
  "_spec": "@syncfusion/ej2-schedule@*",
29
29
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
30
  "author": {
@@ -35,13 +35,13 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~19.4.38",
39
- "@syncfusion/ej2-buttons": "~19.4.38",
40
- "@syncfusion/ej2-calendars": "~19.4.38",
41
- "@syncfusion/ej2-data": "~19.4.38",
42
- "@syncfusion/ej2-dropdowns": "~19.4.41",
38
+ "@syncfusion/ej2-base": "~19.4.42",
39
+ "@syncfusion/ej2-buttons": "~19.4.42",
40
+ "@syncfusion/ej2-calendars": "~19.4.42",
41
+ "@syncfusion/ej2-data": "~19.4.42",
42
+ "@syncfusion/ej2-dropdowns": "~19.4.42",
43
43
  "@syncfusion/ej2-excel-export": "~19.4.38",
44
- "@syncfusion/ej2-inputs": "~19.4.41",
44
+ "@syncfusion/ej2-inputs": "~19.4.42",
45
45
  "@syncfusion/ej2-lists": "~19.4.38",
46
46
  "@syncfusion/ej2-navigations": "~19.4.41",
47
47
  "@syncfusion/ej2-popups": "~19.4.41"
@@ -81,6 +81,6 @@
81
81
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
82
82
  },
83
83
  "typings": "index.d.ts",
84
- "version": "19.4.41",
84
+ "version": "19.4.42",
85
85
  "sideEffects": false
86
86
  }
@@ -437,7 +437,7 @@ var ViewBase = /** @class */ (function () {
437
437
  if (this.isTimelineView()) {
438
438
  var colElements = this.getColElements();
439
439
  var contentBody = this.element.querySelector('.' + cls.CONTENT_TABLE_CLASS + ' tbody');
440
- var colWidth_1 = Math.ceil(contentBody.offsetWidth / (colElements.length / 2));
440
+ var colWidth_1 = (contentBody.getBoundingClientRect().width / (colElements.length / 2));
441
441
  colElements.forEach(function (col) { return setStyleAttribute(col, { 'width': formatUnit(colWidth_1) }); });
442
442
  if (content.offsetHeight !== content.clientHeight) {
443
443
  var resourceColumn = this.parent.element.querySelector('.' + cls.RESOURCE_COLUMN_WRAP_CLASS);