@syncfusion/ej2-schedule 29.1.41 → 29.2.5
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 +12 -2
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +12 -2
- 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 +15 -15
- package/src/recurrence-editor/recurrence-editor.js +3 -0
- package/src/schedule/actions/keyboard.js +6 -2
- package/src/schedule/popups/event-window.js +3 -0
- package/styles/bds-lite.css +4 -0
- package/styles/bds.css +4 -0
- package/styles/bootstrap-dark-lite.css +4 -0
- package/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap-lite.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4-lite.css +4 -0
- package/styles/bootstrap4.css +4 -0
- 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/fabric-dark-lite.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric-lite.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/fluent-dark-lite.css +4 -0
- package/styles/fluent-dark.css +4 -0
- package/styles/fluent-lite.css +4 -0
- package/styles/fluent.css +4 -0
- package/styles/fluent2-lite.css +4 -0
- package/styles/fluent2.css +4 -0
- package/styles/highcontrast-light-lite.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast-lite.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark-lite.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material-lite.css +4 -0
- package/styles/material.css +4 -0
- package/styles/material3-dark-lite.css +4 -0
- package/styles/material3-dark.css +4 -0
- package/styles/material3-lite.css +4 -0
- package/styles/material3.css +4 -0
- package/styles/schedule/_layout.scss +5 -0
- package/styles/schedule/bds.css +4 -0
- package/styles/schedule/bootstrap-dark.css +4 -0
- package/styles/schedule/bootstrap.css +4 -0
- package/styles/schedule/bootstrap4.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/styles/schedule/fabric-dark.css +4 -0
- package/styles/schedule/fabric.css +4 -0
- package/styles/schedule/fluent-dark.css +4 -0
- package/styles/schedule/fluent.css +4 -0
- package/styles/schedule/fluent2.css +4 -0
- package/styles/schedule/highcontrast-light.css +4 -0
- package/styles/schedule/highcontrast.css +4 -0
- package/styles/schedule/material-dark.css +4 -0
- package/styles/schedule/material.css +4 -0
- package/styles/schedule/material3-dark.css +4 -0
- package/styles/schedule/material3.css +4 -0
- package/styles/schedule/tailwind-dark.css +4 -0
- package/styles/schedule/tailwind.css +4 -0
- package/styles/schedule/tailwind3.css +4 -0
- package/styles/tailwind-dark-lite.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind-lite.css +4 -0
- package/styles/tailwind.css +4 -0
- package/styles/tailwind3-lite.css +4 -0
- package/styles/tailwind3.css +4 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 29.
|
|
3
|
+
* version : 29.2.5
|
|
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-schedule@29.
|
|
3
|
+
"_id": "@syncfusion/ej2-schedule@29.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2D6f/2LJnMSRV7BtBW9pVFpRrXlum+5YUWcDWcc17sr7BTushuPz/oJbp1OWFmYfjOkbt8CuJmx4/7PgpNwFaw==",
|
|
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-29.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-29.2.4.tgz",
|
|
27
|
+
"_shasum": "6946e40e0befbabf56492019e127209d2a3db2a5",
|
|
28
28
|
"_spec": "@syncfusion/ej2-schedule@*",
|
|
29
29
|
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~29.
|
|
39
|
-
"@syncfusion/ej2-buttons": "~29.
|
|
40
|
-
"@syncfusion/ej2-calendars": "~29.
|
|
41
|
-
"@syncfusion/ej2-data": "~29.
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~29.
|
|
43
|
-
"@syncfusion/ej2-excel-export": "~29.
|
|
44
|
-
"@syncfusion/ej2-inputs": "~29.
|
|
45
|
-
"@syncfusion/ej2-lists": "~29.
|
|
46
|
-
"@syncfusion/ej2-navigations": "~29.
|
|
47
|
-
"@syncfusion/ej2-popups": "~29.
|
|
38
|
+
"@syncfusion/ej2-base": "~29.2.4",
|
|
39
|
+
"@syncfusion/ej2-buttons": "~29.2.5",
|
|
40
|
+
"@syncfusion/ej2-calendars": "~29.2.5",
|
|
41
|
+
"@syncfusion/ej2-data": "~29.2.4",
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~29.2.5",
|
|
43
|
+
"@syncfusion/ej2-excel-export": "~29.2.4",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~29.2.5",
|
|
45
|
+
"@syncfusion/ej2-lists": "~29.2.4",
|
|
46
|
+
"@syncfusion/ej2-navigations": "~29.2.5",
|
|
47
|
+
"@syncfusion/ej2-popups": "~29.2.4"
|
|
48
48
|
},
|
|
49
49
|
"deprecated": false,
|
|
50
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.",
|
|
@@ -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": "29.
|
|
76
|
+
"version": "29.2.5",
|
|
77
77
|
"sideEffects": false
|
|
78
78
|
}
|
|
@@ -226,6 +226,9 @@ var RecurrenceEditor = /** @class */ (function (_super) {
|
|
|
226
226
|
};
|
|
227
227
|
RecurrenceEditor.prototype.initialize = function () {
|
|
228
228
|
addClass([this.element], 'e-' + this.getModuleName());
|
|
229
|
+
if (typeof this.startDate === 'string') {
|
|
230
|
+
this.setProperties({ startDate: new Date(this.startDate) }, false);
|
|
231
|
+
}
|
|
229
232
|
this.renderComponent();
|
|
230
233
|
if (!isNullOrUndefined(this.value) && this.value !== '') {
|
|
231
234
|
this.setRecurrenceRule(this.value);
|
|
@@ -160,11 +160,15 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
160
160
|
break;
|
|
161
161
|
case 'cut':
|
|
162
162
|
case 'cmdCut':
|
|
163
|
-
|
|
163
|
+
if (e.ctrlKey || e.metaKey) {
|
|
164
|
+
this.processClipboardAction(true, undefined, e);
|
|
165
|
+
}
|
|
164
166
|
break;
|
|
165
167
|
case 'copy':
|
|
166
168
|
case 'cmdCopy':
|
|
167
|
-
|
|
169
|
+
if (e.ctrlKey || e.metaKey) {
|
|
170
|
+
this.processClipboardAction(false, undefined, e);
|
|
171
|
+
}
|
|
168
172
|
break;
|
|
169
173
|
}
|
|
170
174
|
};
|
|
@@ -1112,6 +1112,9 @@ var EventWindow = /** @class */ (function () {
|
|
|
1112
1112
|
EventWindow.prototype.updateDateTime = function (allDayStatus, startObj, endObj) {
|
|
1113
1113
|
var startDate;
|
|
1114
1114
|
var endDate;
|
|
1115
|
+
if (isNullOrUndefined(this.eventWindowTime.startTime) && isNullOrUndefined(this.eventWindowTime.endTime)) {
|
|
1116
|
+
return;
|
|
1117
|
+
}
|
|
1115
1118
|
if (allDayStatus) {
|
|
1116
1119
|
startDate = util.resetTime(new Date(this.eventWindowTime.startTime.getTime()));
|
|
1117
1120
|
if (this.parent.activeCellsData.isAllDay) {
|
package/styles/bds-lite.css
CHANGED
|
@@ -935,6 +935,10 @@
|
|
|
935
935
|
bottom: 0;
|
|
936
936
|
cursor: ns-resize;
|
|
937
937
|
}
|
|
938
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
939
|
+
position: absolute;
|
|
940
|
+
top: 0;
|
|
941
|
+
}
|
|
938
942
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
939
943
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
940
944
|
height: 100%;
|
package/styles/bds.css
CHANGED
|
@@ -935,6 +935,10 @@
|
|
|
935
935
|
bottom: 0;
|
|
936
936
|
cursor: ns-resize;
|
|
937
937
|
}
|
|
938
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
939
|
+
position: absolute;
|
|
940
|
+
top: 0;
|
|
941
|
+
}
|
|
938
942
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
939
943
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
940
944
|
height: 100%;
|
|
@@ -717,6 +717,10 @@
|
|
|
717
717
|
bottom: 0;
|
|
718
718
|
cursor: ns-resize;
|
|
719
719
|
}
|
|
720
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
721
|
+
position: absolute;
|
|
722
|
+
top: 0;
|
|
723
|
+
}
|
|
720
724
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
721
725
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
722
726
|
height: 100%;
|
|
@@ -717,6 +717,10 @@
|
|
|
717
717
|
bottom: 0;
|
|
718
718
|
cursor: ns-resize;
|
|
719
719
|
}
|
|
720
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
721
|
+
position: absolute;
|
|
722
|
+
top: 0;
|
|
723
|
+
}
|
|
720
724
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
721
725
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
722
726
|
height: 100%;
|
|
@@ -712,6 +712,10 @@
|
|
|
712
712
|
bottom: 0;
|
|
713
713
|
cursor: ns-resize;
|
|
714
714
|
}
|
|
715
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
716
|
+
position: absolute;
|
|
717
|
+
top: 0;
|
|
718
|
+
}
|
|
715
719
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
716
720
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
717
721
|
height: 100%;
|
package/styles/bootstrap.css
CHANGED
|
@@ -712,6 +712,10 @@
|
|
|
712
712
|
bottom: 0;
|
|
713
713
|
cursor: ns-resize;
|
|
714
714
|
}
|
|
715
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
716
|
+
position: absolute;
|
|
717
|
+
top: 0;
|
|
718
|
+
}
|
|
715
719
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
716
720
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
717
721
|
height: 100%;
|
|
@@ -759,6 +759,10 @@
|
|
|
759
759
|
bottom: 0;
|
|
760
760
|
cursor: ns-resize;
|
|
761
761
|
}
|
|
762
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
763
|
+
position: absolute;
|
|
764
|
+
top: 0;
|
|
765
|
+
}
|
|
762
766
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
763
767
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
764
768
|
height: 100%;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -759,6 +759,10 @@
|
|
|
759
759
|
bottom: 0;
|
|
760
760
|
cursor: ns-resize;
|
|
761
761
|
}
|
|
762
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
763
|
+
position: absolute;
|
|
764
|
+
top: 0;
|
|
765
|
+
}
|
|
762
766
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
763
767
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
764
768
|
height: 100%;
|
|
@@ -762,6 +762,10 @@
|
|
|
762
762
|
bottom: 0;
|
|
763
763
|
cursor: ns-resize;
|
|
764
764
|
}
|
|
765
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
766
|
+
position: absolute;
|
|
767
|
+
top: 0;
|
|
768
|
+
}
|
|
765
769
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
766
770
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
767
771
|
height: 100%;
|
|
@@ -762,6 +762,10 @@
|
|
|
762
762
|
bottom: 0;
|
|
763
763
|
cursor: ns-resize;
|
|
764
764
|
}
|
|
765
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
766
|
+
position: absolute;
|
|
767
|
+
top: 0;
|
|
768
|
+
}
|
|
765
769
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
766
770
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
767
771
|
height: 100%;
|
|
@@ -762,6 +762,10 @@
|
|
|
762
762
|
bottom: 0;
|
|
763
763
|
cursor: ns-resize;
|
|
764
764
|
}
|
|
765
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
766
|
+
position: absolute;
|
|
767
|
+
top: 0;
|
|
768
|
+
}
|
|
765
769
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
766
770
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
767
771
|
height: 100%;
|
|
@@ -766,6 +766,10 @@
|
|
|
766
766
|
bottom: 0;
|
|
767
767
|
cursor: ns-resize;
|
|
768
768
|
}
|
|
769
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
770
|
+
position: absolute;
|
|
771
|
+
top: 0;
|
|
772
|
+
}
|
|
769
773
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
770
774
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
771
775
|
height: 100%;
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -766,6 +766,10 @@
|
|
|
766
766
|
bottom: 0;
|
|
767
767
|
cursor: ns-resize;
|
|
768
768
|
}
|
|
769
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
770
|
+
position: absolute;
|
|
771
|
+
top: 0;
|
|
772
|
+
}
|
|
769
773
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
770
774
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
771
775
|
height: 100%;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -762,6 +762,10 @@
|
|
|
762
762
|
bottom: 0;
|
|
763
763
|
cursor: ns-resize;
|
|
764
764
|
}
|
|
765
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
766
|
+
position: absolute;
|
|
767
|
+
top: 0;
|
|
768
|
+
}
|
|
765
769
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
766
770
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
767
771
|
height: 100%;
|
|
@@ -687,6 +687,10 @@
|
|
|
687
687
|
bottom: 0;
|
|
688
688
|
cursor: ns-resize;
|
|
689
689
|
}
|
|
690
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
691
|
+
position: absolute;
|
|
692
|
+
top: 0;
|
|
693
|
+
}
|
|
690
694
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
691
695
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
692
696
|
height: 100%;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -687,6 +687,10 @@
|
|
|
687
687
|
bottom: 0;
|
|
688
688
|
cursor: ns-resize;
|
|
689
689
|
}
|
|
690
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
691
|
+
position: absolute;
|
|
692
|
+
top: 0;
|
|
693
|
+
}
|
|
690
694
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
691
695
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
692
696
|
height: 100%;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -684,6 +684,10 @@
|
|
|
684
684
|
bottom: 0;
|
|
685
685
|
cursor: ns-resize;
|
|
686
686
|
}
|
|
687
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
688
|
+
position: absolute;
|
|
689
|
+
top: 0;
|
|
690
|
+
}
|
|
687
691
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
688
692
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
689
693
|
height: 100%;
|
package/styles/fabric.css
CHANGED
|
@@ -684,6 +684,10 @@
|
|
|
684
684
|
bottom: 0;
|
|
685
685
|
cursor: ns-resize;
|
|
686
686
|
}
|
|
687
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
688
|
+
position: absolute;
|
|
689
|
+
top: 0;
|
|
690
|
+
}
|
|
687
691
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
688
692
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
689
693
|
height: 100%;
|
|
@@ -750,6 +750,10 @@
|
|
|
750
750
|
bottom: 0;
|
|
751
751
|
cursor: ns-resize;
|
|
752
752
|
}
|
|
753
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
754
|
+
position: absolute;
|
|
755
|
+
top: 0;
|
|
756
|
+
}
|
|
753
757
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
754
758
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
755
759
|
height: 100%;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -750,6 +750,10 @@
|
|
|
750
750
|
bottom: 0;
|
|
751
751
|
cursor: ns-resize;
|
|
752
752
|
}
|
|
753
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
754
|
+
position: absolute;
|
|
755
|
+
top: 0;
|
|
756
|
+
}
|
|
753
757
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
754
758
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
755
759
|
height: 100%;
|
package/styles/fluent-lite.css
CHANGED
|
@@ -750,6 +750,10 @@
|
|
|
750
750
|
bottom: 0;
|
|
751
751
|
cursor: ns-resize;
|
|
752
752
|
}
|
|
753
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
754
|
+
position: absolute;
|
|
755
|
+
top: 0;
|
|
756
|
+
}
|
|
753
757
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
754
758
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
755
759
|
height: 100%;
|
package/styles/fluent.css
CHANGED
|
@@ -750,6 +750,10 @@
|
|
|
750
750
|
bottom: 0;
|
|
751
751
|
cursor: ns-resize;
|
|
752
752
|
}
|
|
753
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
754
|
+
position: absolute;
|
|
755
|
+
top: 0;
|
|
756
|
+
}
|
|
753
757
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
754
758
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
755
759
|
height: 100%;
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -916,6 +916,10 @@
|
|
|
916
916
|
bottom: 0;
|
|
917
917
|
cursor: ns-resize;
|
|
918
918
|
}
|
|
919
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
920
|
+
position: absolute;
|
|
921
|
+
top: 0;
|
|
922
|
+
}
|
|
919
923
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
920
924
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
921
925
|
height: 100%;
|
package/styles/fluent2.css
CHANGED
|
@@ -916,6 +916,10 @@
|
|
|
916
916
|
bottom: 0;
|
|
917
917
|
cursor: ns-resize;
|
|
918
918
|
}
|
|
919
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
920
|
+
position: absolute;
|
|
921
|
+
top: 0;
|
|
922
|
+
}
|
|
919
923
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
920
924
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
921
925
|
height: 100%;
|
|
@@ -776,6 +776,10 @@
|
|
|
776
776
|
bottom: 0;
|
|
777
777
|
cursor: ns-resize;
|
|
778
778
|
}
|
|
779
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
780
|
+
position: absolute;
|
|
781
|
+
top: 0;
|
|
782
|
+
}
|
|
779
783
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
780
784
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
781
785
|
height: 100%;
|
|
@@ -776,6 +776,10 @@
|
|
|
776
776
|
bottom: 0;
|
|
777
777
|
cursor: ns-resize;
|
|
778
778
|
}
|
|
779
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
780
|
+
position: absolute;
|
|
781
|
+
top: 0;
|
|
782
|
+
}
|
|
779
783
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
780
784
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
781
785
|
height: 100%;
|
|
@@ -785,6 +785,10 @@
|
|
|
785
785
|
bottom: 0;
|
|
786
786
|
cursor: ns-resize;
|
|
787
787
|
}
|
|
788
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
789
|
+
position: absolute;
|
|
790
|
+
top: 0;
|
|
791
|
+
}
|
|
788
792
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
789
793
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
790
794
|
height: 100%;
|
package/styles/highcontrast.css
CHANGED
|
@@ -785,6 +785,10 @@
|
|
|
785
785
|
bottom: 0;
|
|
786
786
|
cursor: ns-resize;
|
|
787
787
|
}
|
|
788
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
789
|
+
position: absolute;
|
|
790
|
+
top: 0;
|
|
791
|
+
}
|
|
788
792
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
789
793
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
790
794
|
height: 100%;
|
|
@@ -764,6 +764,10 @@
|
|
|
764
764
|
bottom: 0;
|
|
765
765
|
cursor: ns-resize;
|
|
766
766
|
}
|
|
767
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
768
|
+
position: absolute;
|
|
769
|
+
top: 0;
|
|
770
|
+
}
|
|
767
771
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
768
772
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
769
773
|
height: 100%;
|
package/styles/material-dark.css
CHANGED
|
@@ -764,6 +764,10 @@
|
|
|
764
764
|
bottom: 0;
|
|
765
765
|
cursor: ns-resize;
|
|
766
766
|
}
|
|
767
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
768
|
+
position: absolute;
|
|
769
|
+
top: 0;
|
|
770
|
+
}
|
|
767
771
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
768
772
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
769
773
|
height: 100%;
|
package/styles/material-lite.css
CHANGED
|
@@ -799,6 +799,10 @@
|
|
|
799
799
|
bottom: 0;
|
|
800
800
|
cursor: ns-resize;
|
|
801
801
|
}
|
|
802
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
803
|
+
position: absolute;
|
|
804
|
+
top: 0;
|
|
805
|
+
}
|
|
802
806
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
803
807
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
804
808
|
height: 100%;
|
package/styles/material.css
CHANGED
|
@@ -799,6 +799,10 @@
|
|
|
799
799
|
bottom: 0;
|
|
800
800
|
cursor: ns-resize;
|
|
801
801
|
}
|
|
802
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
803
|
+
position: absolute;
|
|
804
|
+
top: 0;
|
|
805
|
+
}
|
|
802
806
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
803
807
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
804
808
|
height: 100%;
|
|
@@ -768,6 +768,10 @@
|
|
|
768
768
|
bottom: 0;
|
|
769
769
|
cursor: ns-resize;
|
|
770
770
|
}
|
|
771
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
772
|
+
position: absolute;
|
|
773
|
+
top: 0;
|
|
774
|
+
}
|
|
771
775
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
772
776
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
773
777
|
height: 100%;
|
|
@@ -768,6 +768,10 @@
|
|
|
768
768
|
bottom: 0;
|
|
769
769
|
cursor: ns-resize;
|
|
770
770
|
}
|
|
771
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
772
|
+
position: absolute;
|
|
773
|
+
top: 0;
|
|
774
|
+
}
|
|
771
775
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
772
776
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
773
777
|
height: 100%;
|
|
@@ -770,6 +770,10 @@
|
|
|
770
770
|
bottom: 0;
|
|
771
771
|
cursor: ns-resize;
|
|
772
772
|
}
|
|
773
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
774
|
+
position: absolute;
|
|
775
|
+
top: 0;
|
|
776
|
+
}
|
|
773
777
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
774
778
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
775
779
|
height: 100%;
|
package/styles/material3.css
CHANGED
|
@@ -770,6 +770,10 @@
|
|
|
770
770
|
bottom: 0;
|
|
771
771
|
cursor: ns-resize;
|
|
772
772
|
}
|
|
773
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
774
|
+
position: absolute;
|
|
775
|
+
top: 0;
|
|
776
|
+
}
|
|
773
777
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
774
778
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
775
779
|
height: 100%;
|
package/styles/schedule/bds.css
CHANGED
|
@@ -935,6 +935,10 @@
|
|
|
935
935
|
bottom: 0;
|
|
936
936
|
cursor: ns-resize;
|
|
937
937
|
}
|
|
938
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
939
|
+
position: absolute;
|
|
940
|
+
top: 0;
|
|
941
|
+
}
|
|
938
942
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
939
943
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
940
944
|
height: 100%;
|
|
@@ -717,6 +717,10 @@
|
|
|
717
717
|
bottom: 0;
|
|
718
718
|
cursor: ns-resize;
|
|
719
719
|
}
|
|
720
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
721
|
+
position: absolute;
|
|
722
|
+
top: 0;
|
|
723
|
+
}
|
|
720
724
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
721
725
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
722
726
|
height: 100%;
|
|
@@ -712,6 +712,10 @@
|
|
|
712
712
|
bottom: 0;
|
|
713
713
|
cursor: ns-resize;
|
|
714
714
|
}
|
|
715
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
716
|
+
position: absolute;
|
|
717
|
+
top: 0;
|
|
718
|
+
}
|
|
715
719
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
716
720
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
717
721
|
height: 100%;
|
|
@@ -759,6 +759,10 @@
|
|
|
759
759
|
bottom: 0;
|
|
760
760
|
cursor: ns-resize;
|
|
761
761
|
}
|
|
762
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
763
|
+
position: absolute;
|
|
764
|
+
top: 0;
|
|
765
|
+
}
|
|
762
766
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
763
767
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
764
768
|
height: 100%;
|
|
@@ -762,6 +762,10 @@
|
|
|
762
762
|
bottom: 0;
|
|
763
763
|
cursor: ns-resize;
|
|
764
764
|
}
|
|
765
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
766
|
+
position: absolute;
|
|
767
|
+
top: 0;
|
|
768
|
+
}
|
|
765
769
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
766
770
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
767
771
|
height: 100%;
|
|
@@ -766,6 +766,10 @@
|
|
|
766
766
|
bottom: 0;
|
|
767
767
|
cursor: ns-resize;
|
|
768
768
|
}
|
|
769
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
770
|
+
position: absolute;
|
|
771
|
+
top: 0;
|
|
772
|
+
}
|
|
769
773
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
770
774
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
771
775
|
height: 100%;
|
|
@@ -762,6 +762,10 @@
|
|
|
762
762
|
bottom: 0;
|
|
763
763
|
cursor: ns-resize;
|
|
764
764
|
}
|
|
765
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
766
|
+
position: absolute;
|
|
767
|
+
top: 0;
|
|
768
|
+
}
|
|
765
769
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
766
770
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
767
771
|
height: 100%;
|
|
@@ -687,6 +687,10 @@
|
|
|
687
687
|
bottom: 0;
|
|
688
688
|
cursor: ns-resize;
|
|
689
689
|
}
|
|
690
|
+
.e-schedule .e-vertical-view .e-month-event-table {
|
|
691
|
+
position: absolute;
|
|
692
|
+
top: 0;
|
|
693
|
+
}
|
|
690
694
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
691
695
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
692
696
|
height: 100%;
|