@syncfusion/ej2-schedule 27.2.2 → 27.2.3

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.2.2
3
+ * version : 27.2.3
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.58",
3
+ "_id": "@syncfusion/ej2-schedule@27.2.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Xj6pRx3XMa4myVZbkPjPY6+2dczfrvXOrHZG/dsuRcmJj4EESATpaNvZ0etOF5doeYiN+Da8/krD8ZAtjVaFAA==",
5
+ "_integrity": "sha512-b88lLHfj7V4Wax5SAyfM5yU6BC5EBqGEcBOfUEp8z9eUQarVMuq5bRcbk+c5eqt53FLk/m+lHSaR/FyeLmP7HQ==",
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.58.tgz",
27
- "_shasum": "c7043f9e8beafed03b1792b29fb039b8ae823d4d",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-27.2.2.tgz",
27
+ "_shasum": "6bbc889e31f9da833dcca1583c4a98d8a1d32c8b",
28
28
  "_spec": "@syncfusion/ej2-schedule@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
30
30
  "author": {
@@ -37,13 +37,13 @@
37
37
  "dependencies": {
38
38
  "@syncfusion/ej2-base": "~27.2.2",
39
39
  "@syncfusion/ej2-buttons": "~27.2.2",
40
- "@syncfusion/ej2-calendars": "~27.2.2",
40
+ "@syncfusion/ej2-calendars": "~27.2.3",
41
41
  "@syncfusion/ej2-data": "~27.2.2",
42
- "@syncfusion/ej2-dropdowns": "~27.2.2",
42
+ "@syncfusion/ej2-dropdowns": "~27.2.3",
43
43
  "@syncfusion/ej2-excel-export": "~27.2.2",
44
44
  "@syncfusion/ej2-inputs": "~27.2.2",
45
- "@syncfusion/ej2-lists": "~27.2.2",
46
- "@syncfusion/ej2-navigations": "~27.2.2",
45
+ "@syncfusion/ej2-lists": "~27.2.3",
46
+ "@syncfusion/ej2-navigations": "~27.2.3",
47
47
  "@syncfusion/ej2-popups": "~27.2.2"
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.2.2",
76
+ "version": "27.2.3",
77
77
  "sideEffects": false
78
78
  }
@@ -133,7 +133,9 @@ var EventTooltip = /** @class */ (function () {
133
133
  removeClass([args.element], cls.POPUP_OPEN);
134
134
  addClass([args.element], cls.POPUP_CLOSE);
135
135
  }
136
- this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
136
+ if (!(this.parent.isReact && this.parent.eventWindow.dialogObject && this.parent.eventWindow.dialogObject.visible)) {
137
+ this.parent.resetTemplates(['tooltipTemplate', 'headerTooltipTemplate']);
138
+ }
137
139
  };
138
140
  EventTooltip.prototype.setContent = function (content) {
139
141
  this.tooltipObj.setProperties({ content: content, windowCollision: true }, true);
@@ -130,6 +130,10 @@
130
130
  border-left-width: 0;
131
131
  }
132
132
 
133
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
134
+ background: transparent;
135
+ }
136
+
133
137
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
134
138
  content: "\e765";
135
139
  }
@@ -130,6 +130,10 @@
130
130
  border-left-width: 0;
131
131
  }
132
132
 
133
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
134
+ background: transparent;
135
+ }
136
+
133
137
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
134
138
  content: "\e765";
135
139
  }
@@ -130,6 +130,10 @@
130
130
  border-left-width: 0;
131
131
  }
132
132
 
133
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
134
+ background: transparent;
135
+ }
136
+
133
137
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
134
138
  content: "\e765";
135
139
  }
@@ -134,6 +134,10 @@
134
134
  border-left-width: 0;
135
135
  }
136
136
 
137
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
138
+ background: transparent;
139
+ }
140
+
137
141
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
138
142
  content: "\e765";
139
143
  }
@@ -134,6 +134,10 @@
134
134
  border-left-width: 0;
135
135
  }
136
136
 
137
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
138
+ background: transparent;
139
+ }
140
+
137
141
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
138
142
  content: "\e765";
139
143
  }
@@ -130,6 +130,10 @@
130
130
  border-left-width: 0;
131
131
  }
132
132
 
133
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
134
+ background: transparent;
135
+ }
136
+
133
137
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
134
138
  content: "\e765";
135
139
  }
@@ -130,6 +130,10 @@
130
130
  border-left-width: 0;
131
131
  }
132
132
 
133
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
134
+ background: transparent;
135
+ }
136
+
133
137
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
134
138
  content: "\e765";
135
139
  }
@@ -134,6 +134,10 @@
134
134
  border-left-width: 0;
135
135
  }
136
136
 
137
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
138
+ background: transparent;
139
+ }
140
+
137
141
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
138
142
  content: "\e765";
139
143
  }
@@ -130,6 +130,10 @@
130
130
  border-left-width: 0;
131
131
  }
132
132
 
133
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
134
+ background: transparent;
135
+ }
136
+
133
137
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
134
138
  content: "\e765";
135
139
  }