@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.
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +3 -1
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +3 -1
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/schedule/popups/event-tooltip.js +3 -1
- package/styles/bootstrap5-dark-lite.css +4 -0
- package/styles/bootstrap5-dark.css +4 -0
- package/styles/bootstrap5-lite.css +4 -0
- package/styles/bootstrap5.3-lite.css +4 -0
- package/styles/bootstrap5.3.css +4 -0
- package/styles/bootstrap5.css +4 -0
- package/styles/schedule/bootstrap5-dark.css +4 -0
- package/styles/schedule/bootstrap5.3.css +4 -0
- package/styles/schedule/bootstrap5.css +4 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 27.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.
|
|
3
|
+
"_id": "@syncfusion/ej2-schedule@27.2.2",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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.
|
|
27
|
-
"_shasum": "
|
|
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.
|
|
40
|
+
"@syncfusion/ej2-calendars": "~27.2.3",
|
|
41
41
|
"@syncfusion/ej2-data": "~27.2.2",
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~27.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.
|
|
46
|
-
"@syncfusion/ej2-navigations": "~27.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.
|
|
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.
|
|
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);
|
package/styles/bootstrap5.3.css
CHANGED
package/styles/bootstrap5.css
CHANGED