@syncfusion/ej2-schedule 20.1.59 → 20.1.61
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/CHANGELOG.md +12 -0
- 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 +34 -8
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +34 -8
- 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 +10 -10
- package/src/schedule/actions/action-base.d.ts +1 -0
- package/src/schedule/actions/action-base.js +3 -2
- package/src/schedule/actions/drag.js +1 -1
- package/src/schedule/event-renderer/event-base.js +3 -0
- package/src/schedule/event-renderer/month.js +1 -3
- package/src/schedule/popups/quick-popups.js +2 -1
- package/src/schedule/renderer/vertical-view.d.ts +1 -0
- package/src/schedule/renderer/vertical-view.js +16 -1
- package/src/schedule/renderer/view-base.js +8 -0
- package/styles/bootstrap-dark.css +1 -4
- package/styles/bootstrap.css +1 -4
- package/styles/bootstrap4.css +1 -4
- package/styles/bootstrap5-dark.css +0 -2
- package/styles/bootstrap5.css +1 -4
- package/styles/fabric-dark.css +1 -4
- package/styles/fabric.css +1 -4
- package/styles/fluent-dark.css +0 -2
- package/styles/fluent.css +1 -4
- package/styles/highcontrast-light.css +1 -4
- package/styles/highcontrast.css +1 -4
- package/styles/material-dark.css +1 -4
- package/styles/material.css +1 -4
- package/styles/schedule/_layout.scss +0 -1
- package/styles/schedule/bootstrap-dark.css +1 -4
- package/styles/schedule/bootstrap.css +1 -4
- package/styles/schedule/bootstrap4.css +1 -4
- package/styles/schedule/bootstrap5-dark.css +0 -2
- package/styles/schedule/bootstrap5.css +1 -4
- package/styles/schedule/fabric-dark.css +1 -4
- package/styles/schedule/fabric.css +1 -4
- package/styles/schedule/fluent-dark.css +0 -2
- package/styles/schedule/fluent.css +1 -4
- package/styles/schedule/highcontrast-light.css +1 -4
- package/styles/schedule/highcontrast.css +1 -4
- package/styles/schedule/material-dark.css +1 -4
- package/styles/schedule/material.css +1 -4
- package/styles/schedule/tailwind-dark.css +0 -2
- package/styles/schedule/tailwind.css +1 -4
- package/styles/tailwind-dark.css +0 -2
- package/styles/tailwind.css +1 -4
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.61
|
|
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@20.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-schedule@20.1.59",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-gDP6/wsghpQtUJ49UTmIPeJx5aTHUJKd00EBl1b0VT9McWpp3ZQJ/tK5J2vPCkHWGhhwbQrPt+ycSbySV7uEFw==",
|
|
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-20.1.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-20.1.59.tgz",
|
|
27
|
+
"_shasum": "add165639e70831957429402aa630c7bf8e0262b",
|
|
28
28
|
"_spec": "@syncfusion/ej2-schedule@*",
|
|
29
29
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
39
|
-
"@syncfusion/ej2-buttons": "~20.1.
|
|
38
|
+
"@syncfusion/ej2-base": "~20.1.61",
|
|
39
|
+
"@syncfusion/ej2-buttons": "~20.1.61",
|
|
40
40
|
"@syncfusion/ej2-calendars": "~20.1.58",
|
|
41
41
|
"@syncfusion/ej2-data": "~20.1.55",
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~20.1.
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~20.1.61",
|
|
43
43
|
"@syncfusion/ej2-excel-export": "~20.1.55",
|
|
44
|
-
"@syncfusion/ej2-inputs": "~20.1.
|
|
44
|
+
"@syncfusion/ej2-inputs": "~20.1.61",
|
|
45
45
|
"@syncfusion/ej2-lists": "~20.1.55",
|
|
46
|
-
"@syncfusion/ej2-navigations": "~20.1.
|
|
46
|
+
"@syncfusion/ej2-navigations": "~20.1.61",
|
|
47
47
|
"@syncfusion/ej2-popups": "~20.1.58"
|
|
48
48
|
},
|
|
49
49
|
"deprecated": false,
|
|
@@ -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": "20.1.
|
|
84
|
+
"version": "20.1.61",
|
|
85
85
|
"sideEffects": false
|
|
86
86
|
}
|
|
@@ -16,6 +16,7 @@ export declare class ActionBase {
|
|
|
16
16
|
verticalEvent: VerticalEvent;
|
|
17
17
|
yearEvent: YearEvent;
|
|
18
18
|
daysVariation: number;
|
|
19
|
+
private scrollEventArgs;
|
|
19
20
|
constructor(parent: Schedule);
|
|
20
21
|
getChangedData(multiData?: Record<string, any>[]): Record<string, any>;
|
|
21
22
|
saveChangedData(eventArgs: DragEventArgs | ResizeEventArgs, isMultiSelect?: boolean): void;
|
|
@@ -300,6 +300,7 @@ var ActionBase = /** @class */ (function () {
|
|
|
300
300
|
};
|
|
301
301
|
ActionBase.prototype.updateScrollPosition = function (e) {
|
|
302
302
|
var _this = this;
|
|
303
|
+
this.scrollEventArgs = e;
|
|
303
304
|
if (this.actionObj.scroll.enable && isNullOrUndefined(this.actionObj.scrollInterval)) {
|
|
304
305
|
this.actionObj.scrollInterval = window.setInterval(function () {
|
|
305
306
|
if (_this.autoScrollValidation() && !_this.actionObj.clone.classList.contains(cls.ALLDAY_APPOINTMENT_CLASS)) {
|
|
@@ -309,10 +310,10 @@ var ActionBase = /** @class */ (function () {
|
|
|
309
310
|
}
|
|
310
311
|
_this.autoScroll();
|
|
311
312
|
if (_this.actionObj.action === 'drag') {
|
|
312
|
-
_this.parent.dragAndDropModule.updateDraggingDateTime(
|
|
313
|
+
_this.parent.dragAndDropModule.updateDraggingDateTime(_this.scrollEventArgs);
|
|
313
314
|
}
|
|
314
315
|
else {
|
|
315
|
-
_this.parent.resizeModule.updateResizingDirection(
|
|
316
|
+
_this.parent.resizeModule.updateResizingDirection(_this.scrollEventArgs);
|
|
316
317
|
}
|
|
317
318
|
}
|
|
318
319
|
}, this.actionObj.scroll.timeDelay);
|
|
@@ -1238,7 +1238,7 @@ var DragAndDrop = /** @class */ (function (_super) {
|
|
|
1238
1238
|
var cursorElement = this.getCursorElement(e);
|
|
1239
1239
|
if (cursorElement) {
|
|
1240
1240
|
top = cursorElement.classList.contains(cls.WORK_CELLS_CLASS) ? cursorElement.offsetTop :
|
|
1241
|
-
cursorElement.offsetParent.classList.contains(cls.APPOINTMENT_CLASS) ?
|
|
1241
|
+
(cursorElement.offsetParent && cursorElement.offsetParent.classList.contains(cls.APPOINTMENT_CLASS)) ?
|
|
1242
1242
|
cursorElement.offsetParent.offsetTop : top;
|
|
1243
1243
|
}
|
|
1244
1244
|
}
|
|
@@ -660,6 +660,7 @@ var EventBase = /** @class */ (function () {
|
|
|
660
660
|
}
|
|
661
661
|
else if (!closest(element, '.' + cls.POPUP_OPEN)) {
|
|
662
662
|
this.removeSelectedAppointmentClass();
|
|
663
|
+
this.parent.selectedElements = [];
|
|
663
664
|
}
|
|
664
665
|
};
|
|
665
666
|
EventBase.prototype.wireAppointmentEvents = function (element, event, isPreventCrud) {
|
|
@@ -765,6 +766,7 @@ var EventBase = /** @class */ (function () {
|
|
|
765
766
|
this.parent.trigger(event.eventClick, args, function (eventClickArgs) {
|
|
766
767
|
if (eventClickArgs.cancel) {
|
|
767
768
|
_this.removeSelectedAppointmentClass();
|
|
769
|
+
_this.parent.selectedElements = [];
|
|
768
770
|
if (_this.parent.quickPopup) {
|
|
769
771
|
_this.parent.quickPopup.quickPopupHide();
|
|
770
772
|
}
|
|
@@ -796,6 +798,7 @@ var EventBase = /** @class */ (function () {
|
|
|
796
798
|
this.activeEventData(e, true);
|
|
797
799
|
}
|
|
798
800
|
this.removeSelectedAppointmentClass();
|
|
801
|
+
this.parent.selectedElements = [];
|
|
799
802
|
if (this.parent.activeEventData.element.classList.contains(cls.INLINE_APPOINTMENT_CLASS) ||
|
|
800
803
|
this.parent.activeEventData.element.querySelector('.' + cls.INLINE_SUBJECT_CLASS)) {
|
|
801
804
|
return;
|
|
@@ -163,9 +163,7 @@ var MonthEvent = /** @class */ (function (_super) {
|
|
|
163
163
|
this.sortByDateTime(blockList);
|
|
164
164
|
if (this.parent.currentView === 'Month' && this.parent.rowAutoHeight && this.parent.activeViewOptions.group.resources.length === 0) {
|
|
165
165
|
var totalCells = [].slice.call(this.parent.element.querySelectorAll('.e-content-wrap table tr td:first-child'));
|
|
166
|
-
var height_1 = this.parent.
|
|
167
|
-
this.parent.element.querySelector('.e-date-header-wrap').clientHeight) / totalCells.length
|
|
168
|
-
: this.parent.element.querySelector('.e-schedule-table').clientHeight / totalCells.length;
|
|
166
|
+
var height_1 = this.parent.element.querySelector('.' + cls.CONTENT_TABLE_CLASS).clientHeight / totalCells.length;
|
|
169
167
|
totalCells.forEach(function (cell) {
|
|
170
168
|
setStyleAttribute(cell, { 'height': height_1 + 'px' });
|
|
171
169
|
});
|
|
@@ -511,6 +511,7 @@ var QuickPopups = /** @class */ (function () {
|
|
|
511
511
|
}
|
|
512
512
|
else {
|
|
513
513
|
var isSameTarget = this.isSameEventClick(events);
|
|
514
|
+
this.parent.selectedElements = [];
|
|
514
515
|
if (isSameTarget) {
|
|
515
516
|
return;
|
|
516
517
|
}
|
|
@@ -576,7 +577,7 @@ var QuickPopups = /** @class */ (function () {
|
|
|
576
577
|
("<button class=\"" + (cls.DELETE_CLASS + ' ' + cls.ICON) + "\" title=\"" + this.l10n.getConstant('delete') + "\"></button>") +
|
|
577
578
|
("<button class=\"" + cls.CLOSE_CLASS + "\" title=\"" + this.l10n.getConstant('close') + "\"></button></div>") +
|
|
578
579
|
("<div class=\"" + cls.SUBJECT_WRAP + "\"><div class=\"" + cls.SUBJECT_CLASS + " " + cls.TEXT_ELLIPSIS + "\" ") +
|
|
579
|
-
("title=\"" + args.eventSubject + "\">" + args.eventSubject + "</div></div >");
|
|
580
|
+
("title=\"" + (args.eventSubject ? args.eventSubject.replaceAll('"', '\'') : args.eventSubject) + "\">" + args.eventSubject + "</div></div >");
|
|
580
581
|
break;
|
|
581
582
|
}
|
|
582
583
|
var templateWrapper = createElement('div', { innerHTML: header });
|
|
@@ -23,6 +23,7 @@ export declare class VerticalView extends ViewBase implements IRenderer {
|
|
|
23
23
|
setContentHeight(element: HTMLElement, leftPanelElement: HTMLElement, height: number): void;
|
|
24
24
|
scrollToWorkHour(): void;
|
|
25
25
|
scrollToHour(hour: string, scrollDate?: Date): void;
|
|
26
|
+
scrollToDate(scrollDate: Date): void;
|
|
26
27
|
generateColumnLevels(): TdData[][];
|
|
27
28
|
getDateSlots(renderDates: Date[], workDays: number[], workStartHour?: string, workEndHour?: string): TdData[];
|
|
28
29
|
private isWorkHourRange;
|
|
@@ -156,11 +156,26 @@ var VerticalView = /** @class */ (function (_super) {
|
|
|
156
156
|
};
|
|
157
157
|
VerticalView.prototype.scrollToHour = function (hour, scrollDate) {
|
|
158
158
|
var date = this.parent.getStartEndTime(hour);
|
|
159
|
-
if (
|
|
159
|
+
if (!isNullOrUndefined(scrollDate)) {
|
|
160
|
+
var headerElement = this.element.querySelector('.' + cls.HEADER_CELLS_CLASS + '[data-date="' + new Date(util.resetTime(scrollDate)).getTime() + '"]');
|
|
161
|
+
if (headerElement) {
|
|
162
|
+
if (this.parent.enableRtl) {
|
|
163
|
+
var conWrap = this.element.querySelector('.' + cls.CONTENT_TABLE_CLASS);
|
|
164
|
+
this.getScrollableElement().scrollLeft = -(conWrap.offsetWidth - headerElement.offsetLeft - headerElement.offsetWidth);
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
this.getScrollableElement().scrollLeft = headerElement.offsetLeft;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
if (isNullOrUndefined(date)) {
|
|
160
172
|
return;
|
|
161
173
|
}
|
|
162
174
|
this.getScrollableElement().scrollTop = this.getTopFromDateTime(date);
|
|
163
175
|
};
|
|
176
|
+
VerticalView.prototype.scrollToDate = function (scrollDate) {
|
|
177
|
+
this.scrollToHour(null, scrollDate);
|
|
178
|
+
};
|
|
164
179
|
VerticalView.prototype.generateColumnLevels = function () {
|
|
165
180
|
var level = this.getDateSlots(this.renderDates, this.parent.activeViewOptions.workDays);
|
|
166
181
|
var columnLevels = [];
|
|
@@ -482,6 +482,14 @@ var ViewBase = /** @class */ (function () {
|
|
|
482
482
|
var tdDate = new Date(util.resetTime(new Date(+scrollDate)).getTime()).getTime();
|
|
483
483
|
var dateElement = scrollWrap.querySelector("." + cls.WORK_CELLS_CLASS + "[data-date=\"" + tdDate + "\"]");
|
|
484
484
|
if (this.parent.currentView === 'Month' && dateElement) {
|
|
485
|
+
if (scrollWrap.scrollWidth > scrollWrap.clientWidth) {
|
|
486
|
+
if (!this.parent.enableRtl) {
|
|
487
|
+
scrollWrap.scrollLeft = dateElement.offsetLeft;
|
|
488
|
+
}
|
|
489
|
+
else {
|
|
490
|
+
scrollWrap.scrollLeft = -(this.parent.getContentTable().offsetWidth - dateElement.offsetLeft - dateElement.offsetWidth);
|
|
491
|
+
}
|
|
492
|
+
}
|
|
485
493
|
scrollWrap.scrollTop = dateElement.offsetTop;
|
|
486
494
|
}
|
|
487
495
|
if (this.parent.currentView === 'TimelineMonth' && dateElement) {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap4 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap4 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e78c";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 14px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1080,8 +1079,6 @@
|
|
|
1080
1079
|
height: 70px;
|
|
1081
1080
|
}
|
|
1082
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1083
|
-
display: -ms-flexbox;
|
|
1084
|
-
display: flex;
|
|
1085
1082
|
font-size: 14px;
|
|
1086
1083
|
}
|
|
1087
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/fabric.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1067,8 +1066,6 @@
|
|
|
1067
1066
|
height: 70px;
|
|
1068
1067
|
}
|
|
1069
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1070
|
-
display: -ms-flexbox;
|
|
1071
|
-
display: flex;
|
|
1072
1069
|
font-size: 14px;
|
|
1073
1070
|
}
|
|
1074
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1070,8 +1069,6 @@
|
|
|
1070
1069
|
height: 70px;
|
|
1071
1070
|
}
|
|
1072
1071
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1073
|
-
display: -ms-flexbox;
|
|
1074
|
-
display: flex;
|
|
1075
1072
|
font-size: 13px;
|
|
1076
1073
|
}
|
|
1077
1074
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/material-dark.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
package/styles/material.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1074,8 +1073,6 @@
|
|
|
1074
1073
|
height: 70px;
|
|
1075
1074
|
}
|
|
1076
1075
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1077
|
-
display: -ms-flexbox;
|
|
1078
|
-
display: flex;
|
|
1079
1076
|
font-size: 13px;
|
|
1080
1077
|
}
|
|
1081
1078
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap4 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap4 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e78c";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 14px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1080,8 +1079,6 @@
|
|
|
1080
1079
|
height: 70px;
|
|
1081
1080
|
}
|
|
1082
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1083
|
-
display: -ms-flexbox;
|
|
1084
|
-
display: flex;
|
|
1085
1082
|
font-size: 14px;
|
|
1086
1083
|
}
|
|
1087
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1067,8 +1066,6 @@
|
|
|
1067
1066
|
height: 70px;
|
|
1068
1067
|
}
|
|
1069
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1070
|
-
display: -ms-flexbox;
|
|
1071
|
-
display: flex;
|
|
1072
1069
|
font-size: 14px;
|
|
1073
1070
|
}
|
|
1074
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1070,8 +1069,6 @@
|
|
|
1070
1069
|
height: 70px;
|
|
1071
1070
|
}
|
|
1072
1071
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1073
|
-
display: -ms-flexbox;
|
|
1074
|
-
display: flex;
|
|
1075
1072
|
font-size: 13px;
|
|
1076
1073
|
}
|
|
1077
1074
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1074,8 +1073,6 @@
|
|
|
1074
1073
|
height: 70px;
|
|
1075
1074
|
}
|
|
1076
1075
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1077
|
-
display: -ms-flexbox;
|
|
1078
|
-
display: flex;
|
|
1079
1076
|
font-size: 13px;
|
|
1080
1077
|
}
|
|
1081
1078
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|