@syncfusion/ej2-schedule 21.1.35 → 21.1.38

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/ej2-schedule.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js +2 -2
  4. package/dist/ej2-schedule.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-schedule.es2015.js +23 -14
  6. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  7. package/dist/es6/ej2-schedule.es5.js +23 -14
  8. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  9. package/dist/global/ej2-schedule.min.js +2 -2
  10. package/dist/global/ej2-schedule.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +15 -15
  13. package/src/schedule/actions/keyboard.js +5 -5
  14. package/src/schedule/base/schedule.js +5 -1
  15. package/src/schedule/event-renderer/event-base.d.ts +1 -1
  16. package/src/schedule/event-renderer/event-base.js +8 -4
  17. package/src/schedule/event-renderer/timeline-view.js +3 -3
  18. package/src/schedule/exports/print.js +2 -1
  19. package/src/schedule/renderer/month-agenda.d.ts +1 -1
  20. package/styles/bootstrap-dark.css +4 -2
  21. package/styles/bootstrap.css +4 -2
  22. package/styles/bootstrap4.css +4 -2
  23. package/styles/bootstrap5-dark.css +4 -2
  24. package/styles/bootstrap5.css +4 -2
  25. package/styles/fabric-dark.css +4 -2
  26. package/styles/fabric.css +4 -2
  27. package/styles/fluent-dark.css +4 -2
  28. package/styles/fluent.css +4 -2
  29. package/styles/highcontrast-light.css +4 -2
  30. package/styles/highcontrast.css +4 -2
  31. package/styles/material-dark.css +4 -2
  32. package/styles/material.css +4 -2
  33. package/styles/schedule/_theme.scss +4 -2
  34. package/styles/schedule/bootstrap-dark.css +4 -2
  35. package/styles/schedule/bootstrap.css +4 -2
  36. package/styles/schedule/bootstrap4.css +4 -2
  37. package/styles/schedule/bootstrap5-dark.css +4 -2
  38. package/styles/schedule/bootstrap5.css +4 -2
  39. package/styles/schedule/fabric-dark.css +4 -2
  40. package/styles/schedule/fabric.css +4 -2
  41. package/styles/schedule/fluent-dark.css +4 -2
  42. package/styles/schedule/fluent.css +4 -2
  43. package/styles/schedule/highcontrast-light.css +4 -2
  44. package/styles/schedule/highcontrast.css +4 -2
  45. package/styles/schedule/material-dark.css +4 -2
  46. package/styles/schedule/material.css +4 -2
  47. package/styles/schedule/tailwind-dark.css +4 -2
  48. package/styles/schedule/tailwind.css +4 -2
  49. package/styles/tailwind-dark.css +4 -2
  50. package/styles/tailwind.css +4 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 21.1.35
3
+ * version : 21.1.38
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.9.3",
3
+ "_id": "@syncfusion/ej2-schedule@21.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-K6UC0wZI336AFlzdF5eDnjkWDciLjVvVuDLhr0wN61M48p8SPo799ZQRb6fF5zmhIRbaJNRe9TZ9ZeeAqUt8Aw==",
5
+ "_integrity": "sha512-NLCQtiu5Olzfi6SxLt7AYA1KmVoEH8iCMIfnH3R+AGKx2M3jAc8kj254/r6ZjCOG+Hv5HJzRlzXcpsjcF6STUA==",
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.syncfusion.com/repository/ej2-release/@syncfusion/ej2-schedule/-/ej2-schedule-20.9.3.tgz",
27
- "_shasum": "e7705d82f1d75f19054bc4259b54f526b84d464d",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-schedule/-/ej2-schedule-21.1.37.tgz",
27
+ "_shasum": "ca770b8410b16994dc458ebd2dce869f52476c1d",
28
28
  "_spec": "@syncfusion/ej2-schedule@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
30
30
  "author": {
@@ -35,16 +35,16 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~21.1.35",
39
- "@syncfusion/ej2-buttons": "~21.1.35",
40
- "@syncfusion/ej2-calendars": "~21.1.35",
41
- "@syncfusion/ej2-data": "~21.1.35",
42
- "@syncfusion/ej2-dropdowns": "~21.1.35",
43
- "@syncfusion/ej2-excel-export": "~21.1.35",
44
- "@syncfusion/ej2-inputs": "~21.1.35",
45
- "@syncfusion/ej2-lists": "~21.1.35",
46
- "@syncfusion/ej2-navigations": "~21.1.35",
47
- "@syncfusion/ej2-popups": "~21.1.35"
38
+ "@syncfusion/ej2-base": "~21.1.38",
39
+ "@syncfusion/ej2-buttons": "~21.1.37",
40
+ "@syncfusion/ej2-calendars": "~21.1.38",
41
+ "@syncfusion/ej2-data": "~21.1.38",
42
+ "@syncfusion/ej2-dropdowns": "~21.1.38",
43
+ "@syncfusion/ej2-excel-export": "~21.1.37",
44
+ "@syncfusion/ej2-inputs": "~21.1.38",
45
+ "@syncfusion/ej2-lists": "~21.1.37",
46
+ "@syncfusion/ej2-navigations": "~21.1.38",
47
+ "@syncfusion/ej2-popups": "~21.1.37"
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": "21.1.35",
76
+ "version": "21.1.38",
77
77
  "sideEffects": false
78
78
  }
@@ -478,7 +478,7 @@ var KeyboardInteraction = /** @class */ (function () {
478
478
  nextAppEle = isReverse ? appointments[appointments.length - 1] : appointments[0];
479
479
  }
480
480
  if (nextAppEle) {
481
- this.parent.eventBase.addSelectedAppointments([nextAppEle]);
481
+ this.parent.eventBase.addSelectedAppointments([nextAppEle], true);
482
482
  nextAppEle.focus();
483
483
  addClass([nextAppEle], cls.AGENDA_SELECTED_CELL);
484
484
  }
@@ -505,7 +505,7 @@ var KeyboardInteraction = /** @class */ (function () {
505
505
  if (filteredElements_1.length > 0) {
506
506
  var selectedElement = isReverse ? filteredElements_1[filteredElements_1.length - 1] : filteredElements_1[0];
507
507
  var focusElements = this.getAppointmentElementsByGuid(selectedElement.getAttribute('data-guid'));
508
- this.parent.eventBase.addSelectedAppointments(focusElements);
508
+ this.parent.eventBase.addSelectedAppointments(focusElements, true);
509
509
  (focusElements[focusElements.length - 1]).focus();
510
510
  }
511
511
  }
@@ -964,7 +964,7 @@ var KeyboardInteraction = /** @class */ (function () {
964
964
  if (appElements.length > 0) {
965
965
  this.parent.eventBase.removeSelectedAppointmentClass();
966
966
  var focusAppointment = isReverse ? appElements.slice(-1)[0] : appElements[0];
967
- this.parent.eventBase.addSelectedAppointments([focusAppointment]);
967
+ this.parent.eventBase.addSelectedAppointments([focusAppointment], true);
968
968
  focusAppointment.focus();
969
969
  e.preventDefault();
970
970
  }
@@ -1066,7 +1066,7 @@ var KeyboardInteraction = /** @class */ (function () {
1066
1066
  var nextAppEle = eventEle[0];
1067
1067
  if (nextAppEle) {
1068
1068
  this.parent.eventBase.removeSelectedAppointmentClass();
1069
- this.parent.eventBase.addSelectedAppointments([nextAppEle]);
1069
+ this.parent.eventBase.addSelectedAppointments([nextAppEle], true);
1070
1070
  nextAppEle.focus();
1071
1071
  }
1072
1072
  }
@@ -1078,7 +1078,7 @@ var KeyboardInteraction = /** @class */ (function () {
1078
1078
  if (appElements.length > 0) {
1079
1079
  this.parent.eventBase.removeSelectedAppointmentClass();
1080
1080
  var focusAppointment = appElements[0];
1081
- this.parent.eventBase.addSelectedAppointments([focusAppointment]);
1081
+ this.parent.eventBase.addSelectedAppointments([focusAppointment], true);
1082
1082
  focusAppointment.focus();
1083
1083
  e.preventDefault();
1084
1084
  }
@@ -586,6 +586,9 @@ var Schedule = /** @class */ (function (_super) {
586
586
  if (_this.headerModule) {
587
587
  _this.headerModule.setCalendarDate(navigationArgs.currentDate);
588
588
  }
589
+ if (_this.currentView === 'MonthAgenda' && _this.monthAgendaModule) {
590
+ _this.monthAgendaModule.monthAgendaDate = new Date('' + _this.selectedDate);
591
+ }
589
592
  _this.initializeView(_this.currentView);
590
593
  _this.animateLayout();
591
594
  args = { requestType: 'dateNavigate', cancel: false, event: event };
@@ -1487,6 +1490,7 @@ var Schedule = /** @class */ (function (_super) {
1487
1490
  this.changeDate(this.selectedDate);
1488
1491
  }
1489
1492
  else if (state.isLayout) {
1493
+ this.activeCellsData = null;
1490
1494
  this.initializeView(this.currentView);
1491
1495
  }
1492
1496
  else if (state.isDataManager && this.crudModule) {
@@ -2537,7 +2541,7 @@ var Schedule = /** @class */ (function (_super) {
2537
2541
  var element = this.element.querySelector('div[data-guid="' + selectEvent.Guid + '"]');
2538
2542
  if (element) {
2539
2543
  this.eventBase.removeSelectedAppointmentClass();
2540
- this.eventBase.addSelectedAppointments([element]);
2544
+ this.eventBase.addSelectedAppointments([element], false);
2541
2545
  this.activeEventData = { event: selectEvent, element: element };
2542
2546
  if (this.currentView === 'Agenda' || this.currentView === 'MonthAgenda') {
2543
2547
  addClass([this.activeEventData.element], cls.AGENDA_SELECTED_CELL);
@@ -38,7 +38,7 @@ export declare class EventBase {
38
38
  getSelectedEventElements(target: Element): Element[];
39
39
  getSelectedEvents(): EventClickArgs;
40
40
  removeSelectedAppointmentClass(): void;
41
- addSelectedAppointments(cells: Element[]): void;
41
+ addSelectedAppointments(cells: Element[], preventFocus?: boolean): void;
42
42
  getSelectedAppointments(): Element[];
43
43
  focusElement(isFocused?: boolean): void;
44
44
  selectWorkCellByTime(eventsData: Record<string, any>[]): Element;
@@ -506,7 +506,7 @@ var EventBase = /** @class */ (function () {
506
506
  }
507
507
  }
508
508
  if (target && this.parent.selectedElements.length > 0) {
509
- this.addSelectedAppointments(this.parent.selectedElements);
509
+ this.addSelectedAppointments(this.parent.selectedElements, false);
510
510
  }
511
511
  return this.parent.selectedElements;
512
512
  };
@@ -536,12 +536,12 @@ var EventBase = /** @class */ (function () {
536
536
  removeClass(selectedAppointments, cls.AGENDA_SELECTED_CELL);
537
537
  }
538
538
  };
539
- EventBase.prototype.addSelectedAppointments = function (cells) {
539
+ EventBase.prototype.addSelectedAppointments = function (cells, preventFocus) {
540
540
  if (this.parent.currentView !== 'MonthAgenda') {
541
541
  this.parent.removeSelectedClass();
542
542
  }
543
543
  addClass(cells, cls.APPOINTMENT_BORDER);
544
- if (cells.length > 0) {
544
+ if (cells.length > 0 && !preventFocus) {
545
545
  cells[cells.length - 1].focus();
546
546
  }
547
547
  };
@@ -565,6 +565,10 @@ var EventBase = /** @class */ (function () {
565
565
  }
566
566
  var selectedAppointments = this.getSelectedAppointments();
567
567
  if (selectedAppointments.length > 0) {
568
+ if (this.parent.activeEventData && this.parent.activeEventData.element && selectedAppointments.indexOf(this.parent.activeEventData.element) > -1) {
569
+ this.parent.activeEventData.element.focus();
570
+ return;
571
+ }
568
572
  selectedAppointments[selectedAppointments.length - 1].focus();
569
573
  return;
570
574
  }
@@ -864,7 +868,7 @@ var EventBase = /** @class */ (function () {
864
868
  var target = closest(eventData.target, '.' + cls.APPOINTMENT_CLASS);
865
869
  var guid = target.getAttribute('data-guid');
866
870
  if (isMultiple) {
867
- this.addSelectedAppointments([].slice.call(this.parent.element.querySelectorAll('div[data-guid="' + guid + '"]')));
871
+ this.addSelectedAppointments([].slice.call(this.parent.element.querySelectorAll('div[data-guid="' + guid + '"]')), true);
868
872
  target.focus();
869
873
  }
870
874
  var eventObject = this.getEventByGuid(guid);
@@ -248,7 +248,7 @@ var TimelineEvent = /** @class */ (function (_super) {
248
248
  TimelineEvent.prototype.renderTimelineMoreIndicator = function (startTime, startDate, endDate, appHeight, interval, resIndex, appointmentsList, top, appLeft, appRight, cellTd, moreIndicator, appPos, position) {
249
249
  appLeft = (this.parent.enableRtl) ? appRight = position : position;
250
250
  appPos = (this.parent.enableRtl) ? appRight : appLeft;
251
- appPos = (Math.floor(appPos / this.cellWidth) * this.cellWidth);
251
+ appPos = (Math.round(appPos / this.cellWidth) * this.cellWidth);
252
252
  if ((cellTd && isNullOrUndefined(moreIndicator)) ||
253
253
  (!this.isAlreadyAvail(appPos, cellTd))) {
254
254
  var startDateTime = (this.parent.activeViewOptions.option === 'TimelineMonth' || this.renderType === 'day') ? new Date(+startTime) : startDate;
@@ -275,8 +275,8 @@ var TimelineEvent = /** @class */ (function (_super) {
275
275
  }
276
276
  moreIndicatorElement.style.top = top + appArea + 'px';
277
277
  moreIndicatorElement.style.width = this.cellWidth + 'px';
278
- moreIndicatorElement.style.left = (Math.floor(appLeft / this.cellWidth) * this.cellWidth) + 'px';
279
- moreIndicatorElement.style.right = (Math.floor(appRight / this.cellWidth) * this.cellWidth) + 'px';
278
+ moreIndicatorElement.style.left = ((appLeft / this.cellWidth) * this.cellWidth) + 'px';
279
+ moreIndicatorElement.style.right = ((appRight / this.cellWidth) * this.cellWidth) + 'px';
280
280
  this.renderElement(cellTd, moreIndicatorElement);
281
281
  EventHandler.add(moreIndicatorElement, 'click', this.moreIndicatorClick, this);
282
282
  }
@@ -87,7 +87,8 @@ var Print = /** @class */ (function () {
87
87
  'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showTimeIndicator', 'showWeekNumber',
88
88
  'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'views', 'width', 'workDays', 'workHours',
89
89
  'dateHeaderTemplate', 'dateRangeTemplate', 'cellHeaderTemplate', 'dayHeaderTemplate', 'monthHeaderTemplate',
90
- 'cellTemplate', 'resourceHeaderTemplate', 'headerIndentTemplate'
90
+ 'cellTemplate', 'resourceHeaderTemplate', 'headerIndentTemplate', 'actionBegin', 'actionComplete', 'actionFailure',
91
+ 'created', 'dataBinding', 'dataBound', 'destroyed', 'eventRendered', 'moreEventsClick', 'navigating', 'popupOpen', 'popupClose', 'renderCell'
91
92
  ];
92
93
  var scheduleTemplates = ['cellHeaderTemplate', 'dayHeaderTemplate', 'monthHeaderTemplate', 'cellTemplate',
93
94
  'dateHeaderTemplate', 'dateRangeTemplate', 'eventTemplate', 'resourceHeaderTemplate', 'headerIndentTemplate'];
@@ -9,7 +9,7 @@ export declare class MonthAgenda extends Month {
9
9
  dayNameFormat: string;
10
10
  viewClass: string;
11
11
  agendaBase: AgendaBase;
12
- private monthAgendaDate;
12
+ monthAgendaDate: Date;
13
13
  constructor(parent: Schedule);
14
14
  protected getModuleName(): string;
15
15
  renderAppointmentContainer(): void;
@@ -3838,7 +3838,9 @@
3838
3838
  background: #0070f0;
3839
3839
  border-radius: 50%;
3840
3840
  color: #fff;
3841
- width: 20px;
3841
+ min-width: 20px;
3842
+ padding: 0 4px;
3843
+ width: fit-content;
3842
3844
  }
3843
3845
  .e-schedule .e-month-view .e-selected-cell,
3844
3846
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3868,7 +3870,7 @@
3868
3870
  border-width: 0;
3869
3871
  }
3870
3872
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3871
- width: 24px;
3873
+ min-width: 24px;
3872
3874
  }
3873
3875
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3874
3876
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3838,7 +3838,9 @@
3838
3838
  background: #317ab9;
3839
3839
  border-radius: 50%;
3840
3840
  color: #fff;
3841
- width: 20px;
3841
+ min-width: 20px;
3842
+ padding: 0 4px;
3843
+ width: fit-content;
3842
3844
  }
3843
3845
  .e-schedule .e-month-view .e-selected-cell,
3844
3846
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3868,7 +3870,7 @@
3868
3870
  border-width: 0;
3869
3871
  }
3870
3872
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3871
- width: 24px;
3873
+ min-width: 24px;
3872
3874
  }
3873
3875
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3874
3876
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3917,7 +3917,9 @@
3917
3917
  background: #007bff;
3918
3918
  border-radius: 50%;
3919
3919
  color: #fff;
3920
- width: 20px;
3920
+ min-width: 20px;
3921
+ padding: 0 4px;
3922
+ width: fit-content;
3921
3923
  }
3922
3924
  .e-schedule .e-month-view .e-selected-cell,
3923
3925
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3947,7 +3949,7 @@
3947
3949
  border-width: 0;
3948
3950
  }
3949
3951
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3950
- width: 24px;
3952
+ min-width: 24px;
3951
3953
  }
3952
3954
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3953
3955
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3891,7 +3891,9 @@
3891
3891
  background: #0d6efd;
3892
3892
  border-radius: 50%;
3893
3893
  color: #212529;
3894
- width: 20px;
3894
+ min-width: 20px;
3895
+ padding: 0 4px;
3896
+ width: fit-content;
3895
3897
  }
3896
3898
  .e-schedule .e-month-view .e-selected-cell,
3897
3899
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3921,7 +3923,7 @@
3921
3923
  border-width: 0;
3922
3924
  }
3923
3925
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3924
- width: 24px;
3926
+ min-width: 24px;
3925
3927
  }
3926
3928
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3927
3929
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3891,7 +3891,9 @@
3891
3891
  background: #0d6efd;
3892
3892
  border-radius: 50%;
3893
3893
  color: #fff;
3894
- width: 20px;
3894
+ min-width: 20px;
3895
+ padding: 0 4px;
3896
+ width: fit-content;
3895
3897
  }
3896
3898
  .e-schedule .e-month-view .e-selected-cell,
3897
3899
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3921,7 +3923,7 @@
3921
3923
  border-width: 0;
3922
3924
  }
3923
3925
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3924
- width: 24px;
3926
+ min-width: 24px;
3925
3927
  }
3926
3928
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3927
3929
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3805,7 +3805,9 @@
3805
3805
  background: #0074cc;
3806
3806
  border-radius: 50%;
3807
3807
  color: #fff;
3808
- width: 20px;
3808
+ min-width: 20px;
3809
+ padding: 0 4px;
3810
+ width: fit-content;
3809
3811
  }
3810
3812
  .e-schedule .e-month-view .e-selected-cell,
3811
3813
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3835,7 +3837,7 @@
3835
3837
  border-width: 0;
3836
3838
  }
3837
3839
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3838
- width: 24px;
3840
+ min-width: 24px;
3839
3841
  }
3840
3842
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3841
3843
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
package/styles/fabric.css CHANGED
@@ -3800,7 +3800,9 @@
3800
3800
  background: #0078d6;
3801
3801
  border-radius: 50%;
3802
3802
  color: #fff;
3803
- width: 20px;
3803
+ min-width: 20px;
3804
+ padding: 0 4px;
3805
+ width: fit-content;
3804
3806
  }
3805
3807
  .e-schedule .e-month-view .e-selected-cell,
3806
3808
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3830,7 +3832,7 @@
3830
3832
  border-width: 0;
3831
3833
  }
3832
3834
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3833
- width: 24px;
3835
+ min-width: 24px;
3834
3836
  }
3835
3837
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3836
3838
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3868,7 +3868,9 @@
3868
3868
  background: #0078d4;
3869
3869
  border-radius: 50%;
3870
3870
  color: #1b1a19;
3871
- width: 20px;
3871
+ min-width: 20px;
3872
+ padding: 0 4px;
3873
+ width: fit-content;
3872
3874
  }
3873
3875
  .e-schedule .e-month-view .e-selected-cell,
3874
3876
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3898,7 +3900,7 @@
3898
3900
  border-width: 0;
3899
3901
  }
3900
3902
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3901
- width: 24px;
3903
+ min-width: 24px;
3902
3904
  }
3903
3905
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3904
3906
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
package/styles/fluent.css CHANGED
@@ -3868,7 +3868,9 @@
3868
3868
  background: #0078d4;
3869
3869
  border-radius: 50%;
3870
3870
  color: #fff;
3871
- width: 20px;
3871
+ min-width: 20px;
3872
+ padding: 0 4px;
3873
+ width: fit-content;
3872
3874
  }
3873
3875
  .e-schedule .e-month-view .e-selected-cell,
3874
3876
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3898,7 +3900,7 @@
3898
3900
  border-width: 0;
3899
3901
  }
3900
3902
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3901
- width: 24px;
3903
+ min-width: 24px;
3902
3904
  }
3903
3905
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3904
3906
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3882,7 +3882,9 @@
3882
3882
  background: transparent;
3883
3883
  border-radius: 50%;
3884
3884
  color: #fff;
3885
- width: 20px;
3885
+ min-width: 20px;
3886
+ padding: 0 4px;
3887
+ width: fit-content;
3886
3888
  }
3887
3889
  .e-schedule .e-month-view .e-selected-cell,
3888
3890
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3912,7 +3914,7 @@
3912
3914
  border-width: 0;
3913
3915
  }
3914
3916
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3915
- width: 24px;
3917
+ min-width: 24px;
3916
3918
  }
3917
3919
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3918
3920
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3886,7 +3886,9 @@
3886
3886
  background: transparent;
3887
3887
  border-radius: 50%;
3888
3888
  color: #ffd939;
3889
- width: 20px;
3889
+ min-width: 20px;
3890
+ padding: 0 4px;
3891
+ width: fit-content;
3890
3892
  }
3891
3893
  .e-schedule .e-month-view .e-selected-cell,
3892
3894
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3916,7 +3918,7 @@
3916
3918
  border-width: 0;
3917
3919
  }
3918
3920
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3919
- width: 24px;
3921
+ min-width: 24px;
3920
3922
  }
3921
3923
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3922
3924
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3827,7 +3827,9 @@
3827
3827
  background: #00b0ff;
3828
3828
  border-radius: 50%;
3829
3829
  color: #000;
3830
- width: 20px;
3830
+ min-width: 20px;
3831
+ padding: 0 4px;
3832
+ width: fit-content;
3831
3833
  }
3832
3834
  .e-schedule .e-month-view .e-selected-cell,
3833
3835
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3857,7 +3859,7 @@
3857
3859
  border-width: 0;
3858
3860
  }
3859
3861
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3860
- width: 24px;
3862
+ min-width: 24px;
3861
3863
  }
3862
3864
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3863
3865
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3863,7 +3863,9 @@
3863
3863
  background: #e3165b;
3864
3864
  border-radius: 50%;
3865
3865
  color: #fff;
3866
- width: 20px;
3866
+ min-width: 20px;
3867
+ padding: 0 4px;
3868
+ width: fit-content;
3867
3869
  }
3868
3870
  .e-schedule .e-month-view .e-selected-cell,
3869
3871
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3893,7 +3895,7 @@
3893
3895
  border-width: 0;
3894
3896
  }
3895
3897
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3896
- width: 24px;
3898
+ min-width: 24px;
3897
3899
  }
3898
3900
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3899
3901
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -217,7 +217,9 @@
217
217
  background: $schedule-current-date-bg-color;
218
218
  border-radius: 50%;
219
219
  color: $schedule-current-date-header-font-color;
220
- width: 20px;
220
+ min-width: 20px;
221
+ padding: 0 4px;
222
+ width: fit-content;
221
223
  }
222
224
 
223
225
  .e-selected-cell {
@@ -253,7 +255,7 @@
253
255
  }
254
256
 
255
257
  .e-current-date .e-date-header {
256
- width: 24px;
258
+ min-width: 24px;
257
259
  }
258
260
  }
259
261
 
@@ -3838,7 +3838,9 @@
3838
3838
  background: #0070f0;
3839
3839
  border-radius: 50%;
3840
3840
  color: #fff;
3841
- width: 20px;
3841
+ min-width: 20px;
3842
+ padding: 0 4px;
3843
+ width: fit-content;
3842
3844
  }
3843
3845
  .e-schedule .e-month-view .e-selected-cell,
3844
3846
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3868,7 +3870,7 @@
3868
3870
  border-width: 0;
3869
3871
  }
3870
3872
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3871
- width: 24px;
3873
+ min-width: 24px;
3872
3874
  }
3873
3875
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3874
3876
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3838,7 +3838,9 @@
3838
3838
  background: #317ab9;
3839
3839
  border-radius: 50%;
3840
3840
  color: #fff;
3841
- width: 20px;
3841
+ min-width: 20px;
3842
+ padding: 0 4px;
3843
+ width: fit-content;
3842
3844
  }
3843
3845
  .e-schedule .e-month-view .e-selected-cell,
3844
3846
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3868,7 +3870,7 @@
3868
3870
  border-width: 0;
3869
3871
  }
3870
3872
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3871
- width: 24px;
3873
+ min-width: 24px;
3872
3874
  }
3873
3875
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3874
3876
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3917,7 +3917,9 @@
3917
3917
  background: #007bff;
3918
3918
  border-radius: 50%;
3919
3919
  color: #fff;
3920
- width: 20px;
3920
+ min-width: 20px;
3921
+ padding: 0 4px;
3922
+ width: fit-content;
3921
3923
  }
3922
3924
  .e-schedule .e-month-view .e-selected-cell,
3923
3925
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3947,7 +3949,7 @@
3947
3949
  border-width: 0;
3948
3950
  }
3949
3951
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3950
- width: 24px;
3952
+ min-width: 24px;
3951
3953
  }
3952
3954
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3953
3955
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3891,7 +3891,9 @@
3891
3891
  background: #0d6efd;
3892
3892
  border-radius: 50%;
3893
3893
  color: #212529;
3894
- width: 20px;
3894
+ min-width: 20px;
3895
+ padding: 0 4px;
3896
+ width: fit-content;
3895
3897
  }
3896
3898
  .e-schedule .e-month-view .e-selected-cell,
3897
3899
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3921,7 +3923,7 @@
3921
3923
  border-width: 0;
3922
3924
  }
3923
3925
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3924
- width: 24px;
3926
+ min-width: 24px;
3925
3927
  }
3926
3928
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3927
3929
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3891,7 +3891,9 @@
3891
3891
  background: #0d6efd;
3892
3892
  border-radius: 50%;
3893
3893
  color: #fff;
3894
- width: 20px;
3894
+ min-width: 20px;
3895
+ padding: 0 4px;
3896
+ width: fit-content;
3895
3897
  }
3896
3898
  .e-schedule .e-month-view .e-selected-cell,
3897
3899
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3921,7 +3923,7 @@
3921
3923
  border-width: 0;
3922
3924
  }
3923
3925
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3924
- width: 24px;
3926
+ min-width: 24px;
3925
3927
  }
3926
3928
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3927
3929
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -3805,7 +3805,9 @@
3805
3805
  background: #0074cc;
3806
3806
  border-radius: 50%;
3807
3807
  color: #fff;
3808
- width: 20px;
3808
+ min-width: 20px;
3809
+ padding: 0 4px;
3810
+ width: fit-content;
3809
3811
  }
3810
3812
  .e-schedule .e-month-view .e-selected-cell,
3811
3813
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3835,7 +3837,7 @@
3835
3837
  border-width: 0;
3836
3838
  }
3837
3839
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3838
- width: 24px;
3840
+ min-width: 24px;
3839
3841
  }
3840
3842
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3841
3843
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,