@syncfusion/ej2-schedule 19.4.47 → 19.4.48
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 +18 -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 +59 -24
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +59 -24
- 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/schedule/actions/drag.js +9 -7
- package/src/schedule/actions/keyboard.d.ts +1 -0
- package/src/schedule/actions/keyboard.js +23 -0
- package/src/schedule/event-renderer/agenda-base.js +1 -1
- package/src/schedule/event-renderer/timeline-view.d.ts +1 -0
- package/src/schedule/event-renderer/timeline-view.js +7 -5
- package/src/schedule/event-renderer/vertical-view.js +7 -1
- package/src/schedule/event-renderer/year.js +3 -1
- package/src/schedule/popups/event-window.js +1 -1
- package/src/schedule/popups/quick-popups.js +5 -5
- package/src/schedule/renderer/month.js +1 -1
- package/src/schedule/renderer/vertical-view.js +1 -1
- package/src/schedule/renderer/year.js +1 -1
- package/styles/bootstrap-dark.css +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +2 -2
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +2 -2
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/highcontrast-light.css +2 -2
- package/styles/highcontrast.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/schedule/_layout.scss +2 -2
- package/styles/schedule/bootstrap-dark.css +2 -2
- package/styles/schedule/bootstrap.css +2 -2
- package/styles/schedule/bootstrap4.css +2 -2
- package/styles/schedule/bootstrap5-dark.css +2 -2
- package/styles/schedule/bootstrap5.css +2 -2
- package/styles/schedule/fabric-dark.css +2 -2
- package/styles/schedule/fabric.css +2 -2
- package/styles/schedule/highcontrast-light.css +2 -2
- package/styles/schedule/highcontrast.css +2 -2
- package/styles/schedule/material-dark.css +2 -2
- package/styles/schedule/material.css +2 -2
- package/styles/schedule/tailwind-dark.css +2 -2
- package/styles/schedule/tailwind.css +2 -2
- package/styles/tailwind-dark.css +2 -2
- package/styles/tailwind.css +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.48
|
|
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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-schedule@19.4.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2reSTpTuVRSvs4XZYNJekQFCXcFRJFbUmWMPu/pYEJzRe6zbF/Whrt3aY59N5AFJ/bY5CqezDxOCFUPLDtMyrA==",
|
|
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-19.4.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-19.4.47.tgz",
|
|
27
|
+
"_shasum": "9bb165f58d47d196f57e1727c179726e22d7986b",
|
|
28
28
|
"_spec": "@syncfusion/ej2-schedule@*",
|
|
29
29
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
39
|
-
"@syncfusion/ej2-buttons": "~19.4.
|
|
40
|
-
"@syncfusion/ej2-calendars": "~19.4.
|
|
41
|
-
"@syncfusion/ej2-data": "~19.4.
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~19.4.
|
|
43
|
-
"@syncfusion/ej2-excel-export": "~19.4.
|
|
44
|
-
"@syncfusion/ej2-inputs": "~19.4.
|
|
45
|
-
"@syncfusion/ej2-lists": "~19.4.
|
|
46
|
-
"@syncfusion/ej2-navigations": "~19.4.
|
|
47
|
-
"@syncfusion/ej2-popups": "~19.4.
|
|
38
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
39
|
+
"@syncfusion/ej2-buttons": "~19.4.48",
|
|
40
|
+
"@syncfusion/ej2-calendars": "~19.4.48",
|
|
41
|
+
"@syncfusion/ej2-data": "~19.4.48",
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~19.4.48",
|
|
43
|
+
"@syncfusion/ej2-excel-export": "~19.4.48",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~19.4.48",
|
|
45
|
+
"@syncfusion/ej2-lists": "~19.4.48",
|
|
46
|
+
"@syncfusion/ej2-navigations": "~19.4.48",
|
|
47
|
+
"@syncfusion/ej2-popups": "~19.4.48"
|
|
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.",
|
|
@@ -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": "19.4.
|
|
84
|
+
"version": "19.4.48",
|
|
85
85
|
"sideEffects": false
|
|
86
86
|
}
|
|
@@ -487,14 +487,16 @@ var DragAndDrop = /** @class */ (function (_super) {
|
|
|
487
487
|
else {
|
|
488
488
|
outWrapper = this.parent.element.querySelector('.' + cls.APPOINTMENT_CONTAINER_CLASS);
|
|
489
489
|
}
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
490
|
+
if (!isNullOrUndefined(outWrapper)) {
|
|
491
|
+
var tarWrapper_1 = outWrapper.querySelector('.' + cls.APPOINTMENT_WRAPPER_CLASS);
|
|
492
|
+
if (!tarWrapper_1) {
|
|
493
|
+
tarWrapper_1 = createElement('div', { className: cls.APPOINTMENT_WRAPPER_CLASS });
|
|
494
|
+
outWrapper.appendChild(tarWrapper_1);
|
|
495
|
+
}
|
|
496
|
+
this.actionObj.cloneElement.forEach(function (ele) {
|
|
497
|
+
tarWrapper_1.appendChild(ele);
|
|
498
|
+
});
|
|
494
499
|
}
|
|
495
|
-
this.actionObj.cloneElement.forEach(function (ele) {
|
|
496
|
-
tarWrapper_1.appendChild(ele);
|
|
497
|
-
});
|
|
498
500
|
}
|
|
499
501
|
};
|
|
500
502
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
@@ -114,6 +114,29 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
114
114
|
break;
|
|
115
115
|
case 'escape':
|
|
116
116
|
this.processEscape(e);
|
|
117
|
+
break;
|
|
118
|
+
case 'fTwelve':
|
|
119
|
+
if (this.parent.allowInline && this.parent.inlineModule) {
|
|
120
|
+
e.preventDefault();
|
|
121
|
+
this.processFTwelve(e);
|
|
122
|
+
}
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
KeyboardInteraction.prototype.processFTwelve = function (e) {
|
|
127
|
+
var target = e.target;
|
|
128
|
+
if (target.classList.contains(cls.WORK_CELLS_CLASS) || target.classList.contains(cls.ALLDAY_CELLS_CLASS)) {
|
|
129
|
+
this.parent.activeCellsData = this.getSelectedElements(target);
|
|
130
|
+
var args = extend(this.parent.activeCellsData, { cancel: false, event: e });
|
|
131
|
+
var inlineArgs = {
|
|
132
|
+
element: args.element,
|
|
133
|
+
groupIndex: args.groupIndex, type: 'Cell'
|
|
134
|
+
};
|
|
135
|
+
this.parent.notify(event.inlineClick, inlineArgs);
|
|
136
|
+
}
|
|
137
|
+
if (target.classList.contains(cls.APPOINTMENT_CLASS)) {
|
|
138
|
+
target.click();
|
|
139
|
+
return;
|
|
117
140
|
}
|
|
118
141
|
};
|
|
119
142
|
KeyboardInteraction.prototype.addEventListener = function () {
|
|
@@ -149,7 +149,7 @@ var AgendaBase = /** @class */ (function (_super) {
|
|
|
149
149
|
var eventElement = [].slice.call(this.parent.element.querySelectorAll('.' + cls.APPOINTMENT_CLASS));
|
|
150
150
|
for (var _i = 0, eventElement_1 = eventElement; _i < eventElement_1.length; _i++) {
|
|
151
151
|
var element = eventElement_1[_i];
|
|
152
|
-
this.parent.eventBase.wireAppointmentEvents(element,
|
|
152
|
+
this.parent.eventBase.wireAppointmentEvents(element, this.parent.getEventDetails(element), true);
|
|
153
153
|
}
|
|
154
154
|
var dateHeaderElement = [].slice.call(this.parent.element.querySelectorAll('.e-m-date'));
|
|
155
155
|
for (var _a = 0, dateHeaderElement_1 = dateHeaderElement; _a < dateHeaderElement_1.length; _a++) {
|
|
@@ -15,6 +15,7 @@ export declare class TimelineEvent extends MonthEvent {
|
|
|
15
15
|
private content;
|
|
16
16
|
private rowIndex;
|
|
17
17
|
inlineValue: boolean;
|
|
18
|
+
private cellTops;
|
|
18
19
|
constructor(parent: Schedule, type: string);
|
|
19
20
|
getSlotDates(): void;
|
|
20
21
|
getOverlapEvents(date: Date, appointments: Record<string, any>[]): Record<string, any>[];
|
|
@@ -33,6 +33,7 @@ var TimelineEvent = /** @class */ (function (_super) {
|
|
|
33
33
|
_this.interval = _this.parent.activeViewOptions.timeScale.interval;
|
|
34
34
|
_this.day = 0;
|
|
35
35
|
_this.rowIndex = 0;
|
|
36
|
+
_this.cellTops = [];
|
|
36
37
|
_this.renderType = type;
|
|
37
38
|
_this.eventContainers = [].slice.call(_this.element.querySelectorAll('.' + cls.APPOINTMENT_CONTAINER_CLASS));
|
|
38
39
|
var tr = [].slice.call(_this.element.querySelectorAll('.' + cls.CONTENT_TABLE_CLASS + ' tbody tr'));
|
|
@@ -152,9 +153,7 @@ var TimelineEvent = /** @class */ (function (_super) {
|
|
|
152
153
|
var cellTd = this.getCellTd();
|
|
153
154
|
var overlapCount = (isNullOrUndefined(this.parent.eventSettings.sortComparer)) ? this.getIndex(startTime) : this.getSortComparerIndex(startTime, endTime);
|
|
154
155
|
event.Index = overlapCount;
|
|
155
|
-
var
|
|
156
|
-
var eleHeight = (elem) ? elem.getBoundingClientRect().height : 0;
|
|
157
|
-
var appHeight = (elem && eleHeight > 0) ? eleHeight : this.eventHeight;
|
|
156
|
+
var appHeight = this.eventHeight;
|
|
158
157
|
var diffInDays = eventData.count;
|
|
159
158
|
var eventObj = extend({}, event, null, true);
|
|
160
159
|
eventObj[this.fields.startTime] = eventData[this.fields.startTime];
|
|
@@ -170,7 +169,10 @@ var TimelineEvent = /** @class */ (function (_super) {
|
|
|
170
169
|
var position = this.getPosition(startTime, endTime, event[this.fields.isAllDay], this.day);
|
|
171
170
|
appWidth_1 = (appWidth_1 <= 0) ? this.cellWidth : appWidth_1; // appWidth 0 when start and end time as same
|
|
172
171
|
this.renderedEvents.push(extend({}, event, null, true));
|
|
173
|
-
|
|
172
|
+
if (isNullOrUndefined(this.cellTops[resIndex])) {
|
|
173
|
+
this.cellTops[resIndex] = this.getRowTop(resIndex);
|
|
174
|
+
}
|
|
175
|
+
var top_1 = this.cellTops[resIndex];
|
|
174
176
|
var appTop = (top_1 + (this.maxHeight ? 0 : EVENT_GAP)) + (overlapCount * (appHeight + EVENT_GAP));
|
|
175
177
|
appLeft = (this.parent.enableRtl) ? 0 : position;
|
|
176
178
|
appRight = (this.parent.enableRtl) ? position : 0;
|
|
@@ -274,7 +276,7 @@ var TimelineEvent = /** @class */ (function (_super) {
|
|
|
274
276
|
}
|
|
275
277
|
};
|
|
276
278
|
TimelineEvent.prototype.updateCellHeight = function (cell, height) {
|
|
277
|
-
if ((height >
|
|
279
|
+
if ((height > this.cellHeight)) {
|
|
278
280
|
setStyleAttribute(cell, { 'height': height + 'px' });
|
|
279
281
|
if (this.parent.activeViewOptions.group.resources.length > 0) {
|
|
280
282
|
var resourceCell = this.parent.element.querySelector('.' + cls.RESOURCE_COLUMN_TABLE_CLASS + ' ' + 'tbody td[data-group-index="' +
|
|
@@ -493,6 +493,8 @@ var VerticalEvent = /** @class */ (function (_super) {
|
|
|
493
493
|
appointmentElement_1 = this.createAppointmentElement(eventObj, true, record.data, resource);
|
|
494
494
|
}
|
|
495
495
|
addClass([appointmentElement_1], cls.ALLDAY_APPOINTMENT_CLASS);
|
|
496
|
+
var eventData = extend({}, record.data, null, true);
|
|
497
|
+
eventObj.data = eventData;
|
|
496
498
|
var args = { data: eventObj, element: appointmentElement_1, cancel: false };
|
|
497
499
|
this.parent.trigger(events.eventRendered, args, function (eventArgs) {
|
|
498
500
|
if (!eventArgs.cancel) {
|
|
@@ -574,7 +576,11 @@ var VerticalEvent = /** @class */ (function (_super) {
|
|
|
574
576
|
subjectElement.style.maxHeight = formatUnit(maxHeight);
|
|
575
577
|
}
|
|
576
578
|
var index = this.parent.activeViewOptions.group.byDate ? (this.resources.length * dayIndex) + resource : dayCount;
|
|
577
|
-
|
|
579
|
+
var eventData = {};
|
|
580
|
+
eventData[this.fields.startTime] = eventObj[this.fields.startTime];
|
|
581
|
+
eventData[this.fields.endTime] = eventObj[this.fields.endTime];
|
|
582
|
+
record.data = eventData;
|
|
583
|
+
this.appendEvent(record, appointmentElement, index, tempData.appLeft);
|
|
578
584
|
this.wireAppointmentEvents(appointmentElement, eventObj);
|
|
579
585
|
if (appHeight_1 < this.cellHeight) {
|
|
580
586
|
var resizeHandlers = [].slice.call(appointmentElement.querySelectorAll('.' + cls.EVENT_RESIZE_CLASS));
|
|
@@ -253,6 +253,7 @@ var YearEvent = /** @class */ (function (_super) {
|
|
|
253
253
|
var rowIndex = this.parent.activeViewOptions.orientation === 'Vertical' ? index : month;
|
|
254
254
|
var td = this.parent.element.querySelector(".e-content-wrap tr:nth-child(" + (rowIndex + 1) + ") td");
|
|
255
255
|
this.cellHeight = td.offsetHeight;
|
|
256
|
+
this.groupOrder = resource.groupOrder;
|
|
256
257
|
for (var a = 0; a < eventDatas.length; a++) {
|
|
257
258
|
var data = eventDatas[a];
|
|
258
259
|
var overlapIndex = void 0;
|
|
@@ -489,7 +490,8 @@ var YearEvent = /** @class */ (function (_super) {
|
|
|
489
490
|
}
|
|
490
491
|
}
|
|
491
492
|
else {
|
|
492
|
-
|
|
493
|
+
var timeCondition = app[this.fields.isAllDay] ? util.resetTime(appEnd).getTime() > dateStart : util.resetTime(appEnd).getTime() >= dateStart;
|
|
494
|
+
if (((util.resetTime(appStart).getTime() <= dateStart) && (timeCondition)) ||
|
|
493
495
|
(util.resetTime(appStart).getTime() >= dateStart) && (util.resetTime(appEnd).getTime() <= dateEnd)) {
|
|
494
496
|
appointmentsList.push(app);
|
|
495
497
|
}
|
|
@@ -656,7 +656,7 @@ var EventWindow = /** @class */ (function () {
|
|
|
656
656
|
return labelText;
|
|
657
657
|
};
|
|
658
658
|
EventWindow.prototype.onChange = function (args) {
|
|
659
|
-
var target =
|
|
659
|
+
var target = args.event.currentTarget.querySelector('input');
|
|
660
660
|
if (target.classList.contains(cls.EVENT_WINDOW_ALL_DAY_CLASS)) {
|
|
661
661
|
this.onAllDayChange(args.checked);
|
|
662
662
|
}
|
|
@@ -471,13 +471,12 @@ var QuickPopups = /** @class */ (function () {
|
|
|
471
471
|
if (saveButton) {
|
|
472
472
|
this.renderButton('e-flat e-primary', '', this.parent.activeViewOptions.readonly, saveButton, this.saveClick);
|
|
473
473
|
}
|
|
474
|
-
this.quickPopup.content = quickCellPopup;
|
|
475
|
-
this.quickPopup.dataBind();
|
|
476
|
-
this.applyFormValidation();
|
|
477
474
|
if (this.morePopup) {
|
|
478
475
|
this.morePopup.hide();
|
|
479
476
|
}
|
|
477
|
+
this.quickPopup.content = quickCellPopup;
|
|
480
478
|
this.quickPopup.relateTo = target;
|
|
479
|
+
this.quickPopup.dataBind();
|
|
481
480
|
this.beforeQuickPopupOpen(target);
|
|
482
481
|
};
|
|
483
482
|
QuickPopups.prototype.isSameEventClick = function (events) {
|
|
@@ -544,13 +543,13 @@ var QuickPopups = /** @class */ (function () {
|
|
|
544
543
|
if (deleteButton) {
|
|
545
544
|
this.renderButton('e-flat', '', deleteAction, deleteButton, this.deleteClick);
|
|
546
545
|
}
|
|
547
|
-
this.quickPopup.content = quickEventPopup;
|
|
548
|
-
this.quickPopup.dataBind();
|
|
549
546
|
if (this.morePopup && !closest(events.element, '.' + cls.MORE_EVENT_WRAPPER_CLASS)) {
|
|
550
547
|
this.morePopup.hide();
|
|
551
548
|
}
|
|
549
|
+
this.quickPopup.content = quickEventPopup;
|
|
552
550
|
this.quickPopup.relateTo = this.parent.isAdaptive ? document.body :
|
|
553
551
|
closest(events.element, '.' + cls.APPOINTMENT_CLASS);
|
|
552
|
+
this.quickPopup.dataBind();
|
|
554
553
|
this.beforeQuickPopupOpen(events.element);
|
|
555
554
|
}
|
|
556
555
|
};
|
|
@@ -844,6 +843,7 @@ var QuickPopups = /** @class */ (function () {
|
|
|
844
843
|
});
|
|
845
844
|
};
|
|
846
845
|
QuickPopups.prototype.saveClick = function (event) {
|
|
846
|
+
this.applyFormValidation();
|
|
847
847
|
this.dialogEvent = event;
|
|
848
848
|
this.isCrudAction = true;
|
|
849
849
|
this.quickPopupHide();
|
|
@@ -172,7 +172,7 @@ var Month = /** @class */ (function (_super) {
|
|
|
172
172
|
if (this.parent.activeViewOptions.allowVirtualScrolling) {
|
|
173
173
|
clsList.push(cls.VIRTUAL_SCROLL_CLASS);
|
|
174
174
|
}
|
|
175
|
-
if (this.parent.eventSettings.ignoreWhitespace) {
|
|
175
|
+
if (this.parent.rowAutoHeight && this.parent.eventSettings.ignoreWhitespace) {
|
|
176
176
|
clsList.push(cls.IGNORE_WHITESPACE);
|
|
177
177
|
}
|
|
178
178
|
addClass([this.element], clsList);
|
|
@@ -401,7 +401,7 @@ var VerticalView = /** @class */ (function (_super) {
|
|
|
401
401
|
if (this.parent.activeViewOptions.allowVirtualScrolling) {
|
|
402
402
|
clsList.push(cls.VIRTUAL_SCROLL_CLASS);
|
|
403
403
|
}
|
|
404
|
-
if (this.parent.eventSettings.ignoreWhitespace) {
|
|
404
|
+
if (this.parent.rowAutoHeight && this.parent.eventSettings.ignoreWhitespace) {
|
|
405
405
|
clsList.push(cls.IGNORE_WHITESPACE);
|
|
406
406
|
}
|
|
407
407
|
this.renderPanel(type);
|
|
@@ -119,7 +119,7 @@ var Year = /** @class */ (function (_super) {
|
|
|
119
119
|
var weekNumber = this.parent.getWeekNumberContent(weekDates);
|
|
120
120
|
var td = createElement('td', {
|
|
121
121
|
className: 'e-week-number',
|
|
122
|
-
attrs: { 'role': 'gridcell', 'title': '
|
|
122
|
+
attrs: { 'role': 'gridcell', 'title': this.parent.localeObj.getConstant('week') + ' ' + weekNumber },
|
|
123
123
|
innerHTML: weekNumber
|
|
124
124
|
});
|
|
125
125
|
tr_1.appendChild(td);
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2093
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2095
|
+
height: 42px;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4009
4009
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4010
4010
|
height: calc(100% - 35px);
|
|
4011
|
-
max-height:
|
|
4011
|
+
max-height: 150px;
|
|
4012
4012
|
overflow-y: auto;
|
|
4013
4013
|
padding-left: 10px;
|
|
4014
4014
|
padding-right: 10px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2090
2090
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2091
2091
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2092
|
-
height:
|
|
2092
|
+
height: 42px;
|
|
2093
2093
|
}
|
|
2094
2094
|
|
|
2095
2095
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4007
4007
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4008
4008
|
height: calc(100% - 35px);
|
|
4009
|
-
max-height:
|
|
4009
|
+
max-height: 150px;
|
|
4010
4010
|
overflow-y: auto;
|
|
4011
4011
|
padding-left: 10px;
|
|
4012
4012
|
padding-right: 10px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2096
2096
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2097
2097
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2098
|
-
height:
|
|
2098
|
+
height: 42px;
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
2101
2101
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4118
4118
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4119
4119
|
height: calc(100% - 35px);
|
|
4120
|
-
max-height:
|
|
4120
|
+
max-height: 150px;
|
|
4121
4121
|
overflow-y: auto;
|
|
4122
4122
|
padding-left: 10px;
|
|
4123
4123
|
padding-right: 10px;
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2101
2101
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2102
2102
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2103
|
-
height:
|
|
2103
|
+
height: 42px;
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4124,7 +4124,7 @@
|
|
|
4124
4124
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4125
4125
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4126
4126
|
height: calc(100% - 35px);
|
|
4127
|
-
max-height:
|
|
4127
|
+
max-height: 150px;
|
|
4128
4128
|
overflow-y: auto;
|
|
4129
4129
|
padding-left: 10px;
|
|
4130
4130
|
padding-right: 10px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2101,7 +2101,7 @@
|
|
|
2101
2101
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2102
2102
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2103
2103
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2104
|
-
height:
|
|
2104
|
+
height: 42px;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
2107
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4126
4126
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4127
4127
|
height: calc(100% - 35px);
|
|
4128
|
-
max-height:
|
|
4128
|
+
max-height: 150px;
|
|
4129
4129
|
overflow-y: auto;
|
|
4130
4130
|
padding-left: 10px;
|
|
4131
4131
|
padding-right: 10px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2093
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2095
|
+
height: 42px;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4009,7 +4009,7 @@
|
|
|
4009
4009
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4010
4010
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4011
4011
|
height: calc(100% - 35px);
|
|
4012
|
-
max-height:
|
|
4012
|
+
max-height: 150px;
|
|
4013
4013
|
overflow-y: auto;
|
|
4014
4014
|
padding-left: 10px;
|
|
4015
4015
|
padding-right: 10px;
|
package/styles/fabric.css
CHANGED
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2093
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2095
|
+
height: 42px;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4025,7 +4025,7 @@
|
|
|
4025
4025
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4026
4026
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4027
4027
|
height: calc(100% - 35px);
|
|
4028
|
-
max-height:
|
|
4028
|
+
max-height: 150px;
|
|
4029
4029
|
overflow-y: auto;
|
|
4030
4030
|
padding-left: 10px;
|
|
4031
4031
|
padding-right: 10px;
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2089
2089
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2090
2090
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2091
|
-
height:
|
|
2091
|
+
height: 42px;
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4005,7 +4005,7 @@
|
|
|
4005
4005
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4006
4006
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4007
4007
|
height: calc(100% - 35px);
|
|
4008
|
-
max-height:
|
|
4008
|
+
max-height: 150px;
|
|
4009
4009
|
overflow-y: auto;
|
|
4010
4010
|
padding-left: 10px;
|
|
4011
4011
|
padding-right: 10px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2097
2097
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2098
2098
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2099
|
-
height:
|
|
2099
|
+
height: 42px;
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4031,7 +4031,7 @@
|
|
|
4031
4031
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4032
4032
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4033
4033
|
height: calc(100% - 35px);
|
|
4034
|
-
max-height:
|
|
4034
|
+
max-height: 150px;
|
|
4035
4035
|
overflow-y: auto;
|
|
4036
4036
|
padding-left: 10px;
|
|
4037
4037
|
padding-right: 10px;
|
package/styles/material-dark.css
CHANGED
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2090
2090
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2091
2091
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2092
|
-
height:
|
|
2092
|
+
height: 42px;
|
|
2093
2093
|
}
|
|
2094
2094
|
|
|
2095
2095
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4008
4008
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4009
4009
|
height: calc(100% - 35px);
|
|
4010
|
-
max-height:
|
|
4010
|
+
max-height: 150px;
|
|
4011
4011
|
overflow-y: auto;
|
|
4012
4012
|
padding-left: 10px;
|
|
4013
4013
|
padding-right: 10px;
|
package/styles/material.css
CHANGED
|
@@ -2093,7 +2093,7 @@
|
|
|
2093
2093
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2095
2095
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2096
|
-
height:
|
|
2096
|
+
height: 42px;
|
|
2097
2097
|
}
|
|
2098
2098
|
|
|
2099
2099
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4001,7 +4001,7 @@
|
|
|
4001
4001
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4002
4002
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4003
4003
|
height: calc(100% - 35px);
|
|
4004
|
-
max-height:
|
|
4004
|
+
max-height: 150px;
|
|
4005
4005
|
overflow-y: auto;
|
|
4006
4006
|
padding-left: 10px;
|
|
4007
4007
|
padding-right: 10px;
|
|
@@ -2009,7 +2009,7 @@
|
|
|
2009
2009
|
|
|
2010
2010
|
&.e-ignore-whitespace .e-work-cells,
|
|
2011
2011
|
&.e-ignore-whitespace .e-resource-cells {
|
|
2012
|
-
height:
|
|
2012
|
+
height: 42px;
|
|
2013
2013
|
}
|
|
2014
2014
|
|
|
2015
2015
|
&.e-virtual-mask .e-work-cells {
|
|
@@ -4262,7 +4262,7 @@
|
|
|
4262
4262
|
|
|
4263
4263
|
.e-more-event-content {
|
|
4264
4264
|
height: calc(100% - 35px);
|
|
4265
|
-
max-height:
|
|
4265
|
+
max-height: 150px;
|
|
4266
4266
|
overflow-y: auto;
|
|
4267
4267
|
padding-left: 10px;
|
|
4268
4268
|
padding-right: 10px;
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2093
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2095
|
+
height: 42px;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4009
4009
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4010
4010
|
height: calc(100% - 35px);
|
|
4011
|
-
max-height:
|
|
4011
|
+
max-height: 150px;
|
|
4012
4012
|
overflow-y: auto;
|
|
4013
4013
|
padding-left: 10px;
|
|
4014
4014
|
padding-right: 10px;
|
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2090
2090
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2091
2091
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2092
|
-
height:
|
|
2092
|
+
height: 42px;
|
|
2093
2093
|
}
|
|
2094
2094
|
|
|
2095
2095
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4007
4007
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4008
4008
|
height: calc(100% - 35px);
|
|
4009
|
-
max-height:
|
|
4009
|
+
max-height: 150px;
|
|
4010
4010
|
overflow-y: auto;
|
|
4011
4011
|
padding-left: 10px;
|
|
4012
4012
|
padding-right: 10px;
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2096
2096
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2097
2097
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2098
|
-
height:
|
|
2098
|
+
height: 42px;
|
|
2099
2099
|
}
|
|
2100
2100
|
|
|
2101
2101
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4118
4118
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4119
4119
|
height: calc(100% - 35px);
|
|
4120
|
-
max-height:
|
|
4120
|
+
max-height: 150px;
|
|
4121
4121
|
overflow-y: auto;
|
|
4122
4122
|
padding-left: 10px;
|
|
4123
4123
|
padding-right: 10px;
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2101
2101
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2102
2102
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2103
|
-
height:
|
|
2103
|
+
height: 42px;
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4124,7 +4124,7 @@
|
|
|
4124
4124
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4125
4125
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4126
4126
|
height: calc(100% - 35px);
|
|
4127
|
-
max-height:
|
|
4127
|
+
max-height: 150px;
|
|
4128
4128
|
overflow-y: auto;
|
|
4129
4129
|
padding-left: 10px;
|
|
4130
4130
|
padding-right: 10px;
|
|
@@ -2101,7 +2101,7 @@
|
|
|
2101
2101
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2102
2102
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2103
2103
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2104
|
-
height:
|
|
2104
|
+
height: 42px;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
2107
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4126
4126
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4127
4127
|
height: calc(100% - 35px);
|
|
4128
|
-
max-height:
|
|
4128
|
+
max-height: 150px;
|
|
4129
4129
|
overflow-y: auto;
|
|
4130
4130
|
padding-left: 10px;
|
|
4131
4131
|
padding-right: 10px;
|