@syncfusion/ej2-schedule 27.1.51 → 27.1.52

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 : 27.1.51
3
+ * version : 27.1.52
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-schedule@*",
3
- "_id": "@syncfusion/ej2-schedule@27.1.50",
3
+ "_id": "@syncfusion/ej2-schedule@27.1.51",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-gZRE4byvqUJ1Vl5mWybcZuVP1XRw92DCfRM/UiWrjtAbAUX+zHCDVjwyuIJtz8lbR+JrrSpIRFn/kTqkxKZEmQ==",
5
+ "_integrity": "sha512-tWoxWvJfAIU2htx1DrK3slTP2JUiQ1enkPZYB+tFAcYgy+zNWv9ypSpFDIbFKtk5cSZs+fSPNMGHW5cZYEYUjA==",
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": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-27.1.50.tgz",
27
- "_shasum": "9017f33d1852c653a865ac22eda7ed0c76a4032a",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-27.1.51.tgz",
27
+ "_shasum": "0f6618c8304d52cd417e3d37cda1c0af19d9b949",
28
28
  "_spec": "@syncfusion/ej2-schedule@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
30
30
  "author": {
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~27.1.50",
38
+ "@syncfusion/ej2-base": "~27.1.52",
39
39
  "@syncfusion/ej2-buttons": "~27.1.51",
40
- "@syncfusion/ej2-calendars": "~27.1.51",
41
- "@syncfusion/ej2-data": "~27.1.51",
42
- "@syncfusion/ej2-dropdowns": "~27.1.51",
40
+ "@syncfusion/ej2-calendars": "~27.1.52",
41
+ "@syncfusion/ej2-data": "~27.1.52",
42
+ "@syncfusion/ej2-dropdowns": "~27.1.52",
43
43
  "@syncfusion/ej2-excel-export": "~27.1.50",
44
44
  "@syncfusion/ej2-inputs": "~27.1.50",
45
45
  "@syncfusion/ej2-lists": "~27.1.50",
46
- "@syncfusion/ej2-navigations": "~27.1.51",
46
+ "@syncfusion/ej2-navigations": "~27.1.52",
47
47
  "@syncfusion/ej2-popups": "~27.1.50"
48
48
  },
49
49
  "deprecated": false,
@@ -73,6 +73,6 @@
73
73
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
74
74
  },
75
75
  "typings": "index.d.ts",
76
- "version": "27.1.51",
76
+ "version": "27.1.52",
77
77
  "sideEffects": false
78
78
  }
@@ -136,7 +136,7 @@ var EventTooltip = /** @class */ (function () {
136
136
  this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
137
137
  };
138
138
  EventTooltip.prototype.setContent = function (content) {
139
- this.tooltipObj.setProperties({ content: content }, true);
139
+ this.tooltipObj.setProperties({ content: content, windowCollision: true }, true);
140
140
  };
141
141
  EventTooltip.prototype.close = function () {
142
142
  this.tooltipObj.close();