@syncfusion/ej2-react-schedule 19.4.55 → 20.1.47

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 (41) hide show
  1. package/CHANGELOG.md +25 -11
  2. package/dist/ej2-react-schedule.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +10 -7
  5. package/styles/bootstrap.css +10 -7
  6. package/styles/bootstrap4.css +11 -8
  7. package/styles/bootstrap5-dark.css +20 -19
  8. package/styles/bootstrap5.css +20 -19
  9. package/styles/fabric-dark.css +10 -7
  10. package/styles/fabric.css +10 -7
  11. package/styles/fluent-dark.css +5102 -0
  12. package/styles/fluent-dark.scss +2 -0
  13. package/styles/fluent.css +5103 -0
  14. package/styles/fluent.scss +2 -0
  15. package/styles/highcontrast-light.css +10 -7
  16. package/styles/highcontrast.css +11 -8
  17. package/styles/material-dark.css +10 -7
  18. package/styles/material.css +10 -7
  19. package/styles/recurrence-editor/fluent-dark.css +495 -0
  20. package/styles/recurrence-editor/fluent-dark.scss +1 -0
  21. package/styles/recurrence-editor/fluent.css +495 -0
  22. package/styles/recurrence-editor/fluent.scss +1 -0
  23. package/styles/schedule/bootstrap-dark.css +10 -7
  24. package/styles/schedule/bootstrap.css +10 -7
  25. package/styles/schedule/bootstrap4.css +11 -8
  26. package/styles/schedule/bootstrap5-dark.css +20 -19
  27. package/styles/schedule/bootstrap5.css +20 -19
  28. package/styles/schedule/fabric-dark.css +10 -7
  29. package/styles/schedule/fabric.css +10 -7
  30. package/styles/schedule/fluent-dark.css +4606 -0
  31. package/styles/schedule/fluent-dark.scss +1 -0
  32. package/styles/schedule/fluent.css +4607 -0
  33. package/styles/schedule/fluent.scss +1 -0
  34. package/styles/schedule/highcontrast-light.css +10 -7
  35. package/styles/schedule/highcontrast.css +11 -8
  36. package/styles/schedule/material-dark.css +10 -7
  37. package/styles/schedule/material.css +10 -7
  38. package/styles/schedule/tailwind-dark.css +65 -60
  39. package/styles/schedule/tailwind.css +65 -60
  40. package/styles/tailwind-dark.css +65 -60
  41. package/styles/tailwind.css +65 -60
package/CHANGELOG.md CHANGED
@@ -2,14 +2,30 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Schedule
6
+
7
+ #### New Features
8
+
9
+ - `#I305258`, `#FB20522`, `#FB20233` - Provided virtual scrolling support for timeline year view with vertical orientation.
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I368002, #I369932` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
14
+ - `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
15
+ - `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
16
+ - `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
17
+ - `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
18
+
19
+ - `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
20
+
5
21
  ## 19.4.50 (2022-02-08)
6
22
 
7
23
  ### Schedule
8
24
 
9
25
  #### Bug Fixes
10
26
 
11
- - `#SF-362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
12
- - `#SF-363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
27
+ - `#I362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
28
+ - `#I363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
13
29
 
14
30
  ## 19.4.47 (2022-01-25)
15
31
 
@@ -17,9 +33,9 @@
17
33
 
18
34
  #### Bug Fixes
19
35
 
20
- - `#SF-361305` - A performance issue while loading more events in the Timeline views has been fixed.
21
- - `#SF-361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
22
- - `#SF-363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
36
+ - `#I361305` - A performance issue while loading more events in the Timeline views has been fixed.
37
+ - `#I361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
38
+ - `#I363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
23
39
 
24
40
  ## 19.4.43 (2022-01-18)
25
41
 
@@ -35,7 +51,7 @@
35
51
 
36
52
  #### Bug Fixes
37
53
 
38
- - `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
54
+ - `#I360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
39
55
 
40
56
  ## 19.4.41 (2022-01-04)
41
57
 
@@ -43,7 +59,7 @@
43
59
 
44
60
  #### Bug Fixes
45
61
 
46
- - `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
62
+ - `#I357890` - An issue with work cells misalignment in the timeline month view has been fixed.
47
63
  - `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
48
64
  - `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
49
65
 
@@ -53,9 +69,7 @@
53
69
 
54
70
  #### Bug Fixes
55
71
 
56
- - `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
57
-
58
- - `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
72
+ - `#I353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
59
73
 
60
74
  ## 19.4.38 (2021-12-17)
61
75
 
@@ -70,7 +84,7 @@
70
84
 
71
85
  #### Bug Fixes
72
86
 
73
- - `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
87
+ - `#I357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
74
88
 
75
89
  ## 19.3.55 (2021-11-23)
76
90
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.umd.min.js
3
- * version : 19.4.55
3
+ * version : 20.1.47
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-react-schedule@*",
3
- "_id": "@syncfusion/ej2-react-schedule@19.4.52",
3
+ "_id": "@syncfusion/ej2-react-schedule@19.17.32",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Hpb5gEDb2PVljJcpDKA+Hvy6u9I6D4GeLsGLnHUUsmrmpRA3qCkVGbb4fl11kK6LmgJE5m6QfG5yWI4tgnZbCA==",
5
+ "_integrity": "sha512-eCjh08ktOlyyE9fdNGrOZsOl39plucB1He9W+MTcDm69R7EtDZSfwnuEiBD3v/9iq2q6M9ZeuBl0dDrPliXXQQ==",
6
6
  "_location": "/@syncfusion/ej2-react-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-19.4.52.tgz",
23
- "_shasum": "0a36c0aa3dd7ac6c59a57c733dd48a5067d57c41",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-19.17.32.tgz",
23
+ "_shasum": "b7d31f1ff48938d977bd848db949008c06b2342b",
24
24
  "_spec": "@syncfusion/ej2-react-schedule@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.52",
35
- "@syncfusion/ej2-react-base": "~19.4.55",
36
- "@syncfusion/ej2-schedule": "19.4.55"
34
+ "@syncfusion/ej2-base": "~20.1.47",
35
+ "@syncfusion/ej2-react-base": "~20.1.47",
36
+ "@syncfusion/ej2-schedule": "20.1.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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. for React",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
72
72
  },
73
- "version": "19.4.55",
73
+ "version": "20.1.47",
74
74
  "sideEffects": false
75
75
  }
@@ -1847,6 +1847,15 @@
1847
1847
  text-decoration: underline;
1848
1848
  }
1849
1849
 
1850
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1851
+ background-color: rgba(0, 0, 0, 0.08);
1852
+ box-shadow: inset 0 0 0 8px #2a2a2a;
1853
+ }
1854
+
1855
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1856
+ background-color: rgba(0, 0, 0, 0.08);
1857
+ }
1858
+
1850
1859
  .e-schedule .e-timeline-year-view .e-event-table {
1851
1860
  position: absolute;
1852
1861
  top: 0;
@@ -2878,13 +2887,6 @@
2878
2887
  min-width: 34px;
2879
2888
  }
2880
2889
 
2881
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2882
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2883
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2884
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2885
- padding: 0;
2886
- }
2887
-
2888
2890
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2889
2891
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2890
2892
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4015,6 +4017,7 @@
4015
4017
 
4016
4018
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4017
4019
  .e-more-popup-wrapper .e-more-event-content {
4020
+ color: #f0f0f0;
4018
4021
  height: calc(100% - 35px);
4019
4022
  max-height: 150px;
4020
4023
  overflow-y: auto;
@@ -1844,6 +1844,15 @@
1844
1844
  text-decoration: underline;
1845
1845
  }
1846
1846
 
1847
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1848
+ background-color: rgba(0, 0, 0, 0.08);
1849
+ box-shadow: inset 0 0 0 8px #f8f8f8;
1850
+ }
1851
+
1852
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1853
+ background-color: rgba(0, 0, 0, 0.08);
1854
+ }
1855
+
1847
1856
  .e-schedule .e-timeline-year-view .e-event-table {
1848
1857
  position: absolute;
1849
1858
  top: 0;
@@ -2875,13 +2884,6 @@
2875
2884
  min-width: 34px;
2876
2885
  }
2877
2886
 
2878
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2879
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2880
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2881
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2882
- padding: 0;
2883
- }
2884
-
2885
2887
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2886
2888
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2887
2889
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4013,6 +4015,7 @@
4013
4015
 
4014
4016
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4015
4017
  .e-more-popup-wrapper .e-more-event-content {
4018
+ color: #333;
4016
4019
  height: calc(100% - 35px);
4017
4020
  max-height: 150px;
4018
4021
  overflow-y: auto;
@@ -1818,7 +1818,7 @@
1818
1818
  cursor: default;
1819
1819
  font-weight: 400;
1820
1820
  height: 35px;
1821
- padding: 8px;
1821
+ padding: 0;
1822
1822
  text-align: center;
1823
1823
  }
1824
1824
 
@@ -1850,6 +1850,15 @@
1850
1850
  text-decoration: underline;
1851
1851
  }
1852
1852
 
1853
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1854
+ background-color: rgba(0, 0, 0, 0.08);
1855
+ box-shadow: inset 0 0 0 8px #f8f9fa;
1856
+ }
1857
+
1858
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1859
+ background-color: rgba(0, 0, 0, 0.08);
1860
+ }
1861
+
1853
1862
  .e-schedule .e-timeline-year-view .e-event-table {
1854
1863
  position: absolute;
1855
1864
  top: 0;
@@ -2882,13 +2891,6 @@
2882
2891
  min-width: 34px;
2883
2892
  }
2884
2893
 
2885
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2886
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2887
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2888
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2889
- padding: 0;
2890
- }
2891
-
2892
2894
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2893
2895
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2894
2896
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4124,6 +4126,7 @@
4124
4126
 
4125
4127
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4126
4128
  .e-more-popup-wrapper .e-more-event-content {
4129
+ color: #212529;
4127
4130
  height: calc(100% - 35px);
4128
4131
  max-height: 150px;
4129
4132
  overflow-y: auto;
@@ -879,7 +879,7 @@
879
879
  .e-schedule .e-vertical-view .e-header-cells {
880
880
  font-size: 12px;
881
881
  height: 60px;
882
- padding: 8px 8px 0;
882
+ padding: 4px;
883
883
  }
884
884
 
885
885
  .e-schedule .e-vertical-view .e-header-cells .e-header-day {
@@ -1854,6 +1854,15 @@
1854
1854
  text-decoration: underline;
1855
1855
  }
1856
1856
 
1857
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1858
+ background-color: #343a40;
1859
+ box-shadow: inset 0 0 0 8px #282d31;
1860
+ }
1861
+
1862
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1863
+ background-color: #343a40;
1864
+ }
1865
+
1857
1866
  .e-schedule .e-timeline-year-view .e-event-table {
1858
1867
  position: absolute;
1859
1868
  top: 0;
@@ -2621,7 +2630,7 @@
2621
2630
  .e-schedule .e-agenda-view .e-day-date-header {
2622
2631
  color: #e9ecef;
2623
2632
  cursor: default;
2624
- padding: 8px 34px 14px 18px;
2633
+ padding: 8px 20px 14px 14px;
2625
2634
  }
2626
2635
 
2627
2636
  .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
@@ -2738,7 +2747,7 @@
2738
2747
  border-left: 3px solid #0d6efd;
2739
2748
  border-right: 0;
2740
2749
  cursor: default;
2741
- padding: 0 12px;
2750
+ padding: 0 14px;
2742
2751
  }
2743
2752
 
2744
2753
  .e-schedule .e-agenda-view .e-appointment:hover {
@@ -2893,13 +2902,6 @@
2893
2902
  padding: 8px;
2894
2903
  }
2895
2904
 
2896
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2897
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2898
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2899
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2900
- padding: 0;
2901
- }
2902
-
2903
2905
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2904
2906
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2905
2907
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -2926,6 +2928,12 @@
2926
2928
  font-size: 14px;
2927
2929
  }
2928
2930
 
2931
+ .e-bigger .e-schedule .e-vertical-view .e-header-cells,
2932
+ .e-bigger.e-schedule .e-vertical-view .e-header-cells {
2933
+ height: 66px;
2934
+ padding: 8px;
2935
+ }
2936
+
2929
2937
  .e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
2930
2938
  .e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
2931
2939
  font-size: 14px;
@@ -3763,8 +3771,6 @@
3763
3771
  display: block;
3764
3772
  padding: 8px 18px 8px 18px;
3765
3773
  text-align: right;
3766
- background-color: #282d31;
3767
- border-radius: 0 0 6px 6px;
3768
3774
  }
3769
3775
 
3770
3776
  .e-quick-popup-wrapper .e-popup-footer .e-event-edit {
@@ -4131,6 +4137,7 @@
4131
4137
 
4132
4138
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4133
4139
  .e-more-popup-wrapper .e-more-event-content {
4140
+ color: #fff;
4134
4141
  height: calc(100% - 35px);
4135
4142
  max-height: 150px;
4136
4143
  overflow-y: auto;
@@ -4204,7 +4211,7 @@
4204
4211
 
4205
4212
  .e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
4206
4213
  .e-more-popup-wrapper .e-more-event-close .e-btn-icon {
4207
- margin-top: 8px;
4214
+ margin-top: 3px;
4208
4215
  }
4209
4216
 
4210
4217
  .e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
@@ -4508,12 +4515,6 @@
4508
4515
  color: #fff;
4509
4516
  }
4510
4517
 
4511
- .e-schedule .e-month-view .e-selected-cell.e-current-date .e-date-header,
4512
- .e-schedule .e-month-agenda-view .e-selected-cell.e-current-date .e-date-header {
4513
- background-color: #fff;
4514
- color: #343a40;
4515
- }
4516
-
4517
4518
  .e-schedule .e-month-view .e-selected-cell .e-more-indicator,
4518
4519
  .e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
4519
4520
  color: #fff;
@@ -880,7 +880,7 @@
880
880
  .e-schedule .e-vertical-view .e-header-cells {
881
881
  font-size: 12px;
882
882
  height: 60px;
883
- padding: 8px 8px 0;
883
+ padding: 4px;
884
884
  }
885
885
 
886
886
  .e-schedule .e-vertical-view .e-header-cells .e-header-day {
@@ -1855,6 +1855,15 @@
1855
1855
  text-decoration: underline;
1856
1856
  }
1857
1857
 
1858
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1859
+ background-color: #e9ecef;
1860
+ box-shadow: inset 0 0 0 8px #f8f9fa;
1861
+ }
1862
+
1863
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1864
+ background-color: #e9ecef;
1865
+ }
1866
+
1858
1867
  .e-schedule .e-timeline-year-view .e-event-table {
1859
1868
  position: absolute;
1860
1869
  top: 0;
@@ -2622,7 +2631,7 @@
2622
2631
  .e-schedule .e-agenda-view .e-day-date-header {
2623
2632
  color: #343a40;
2624
2633
  cursor: default;
2625
- padding: 8px 34px 14px 18px;
2634
+ padding: 8px 20px 14px 14px;
2626
2635
  }
2627
2636
 
2628
2637
  .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
@@ -2739,7 +2748,7 @@
2739
2748
  border-left: 3px solid #0d6efd;
2740
2749
  border-right: 0;
2741
2750
  cursor: default;
2742
- padding: 0 12px;
2751
+ padding: 0 14px;
2743
2752
  }
2744
2753
 
2745
2754
  .e-schedule .e-agenda-view .e-appointment:hover {
@@ -2894,13 +2903,6 @@
2894
2903
  padding: 8px;
2895
2904
  }
2896
2905
 
2897
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2898
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2899
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2900
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2901
- padding: 0;
2902
- }
2903
-
2904
2906
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2905
2907
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2906
2908
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -2927,6 +2929,12 @@
2927
2929
  font-size: 14px;
2928
2930
  }
2929
2931
 
2932
+ .e-bigger .e-schedule .e-vertical-view .e-header-cells,
2933
+ .e-bigger.e-schedule .e-vertical-view .e-header-cells {
2934
+ height: 66px;
2935
+ padding: 8px;
2936
+ }
2937
+
2930
2938
  .e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
2931
2939
  .e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
2932
2940
  font-size: 14px;
@@ -3764,8 +3772,6 @@
3764
3772
  display: block;
3765
3773
  padding: 8px 18px 8px 18px;
3766
3774
  text-align: right;
3767
- background-color: #f8f9fa;
3768
- border-radius: 0 0 6px 6px;
3769
3775
  }
3770
3776
 
3771
3777
  .e-quick-popup-wrapper .e-popup-footer .e-event-edit {
@@ -4132,6 +4138,7 @@
4132
4138
 
4133
4139
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4134
4140
  .e-more-popup-wrapper .e-more-event-content {
4141
+ color: #212529;
4135
4142
  height: calc(100% - 35px);
4136
4143
  max-height: 150px;
4137
4144
  overflow-y: auto;
@@ -4205,7 +4212,7 @@
4205
4212
 
4206
4213
  .e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
4207
4214
  .e-more-popup-wrapper .e-more-event-close .e-btn-icon {
4208
- margin-top: 8px;
4215
+ margin-top: 3px;
4209
4216
  }
4210
4217
 
4211
4218
  .e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
@@ -4509,12 +4516,6 @@
4509
4516
  color: #212529;
4510
4517
  }
4511
4518
 
4512
- .e-schedule .e-month-view .e-selected-cell.e-current-date .e-date-header,
4513
- .e-schedule .e-month-agenda-view .e-selected-cell.e-current-date .e-date-header {
4514
- background-color: #212529;
4515
- color: #e9ecef;
4516
- }
4517
-
4518
4519
  .e-schedule .e-month-view .e-selected-cell .e-more-indicator,
4519
4520
  .e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
4520
4521
  color: #212529;
@@ -1847,6 +1847,15 @@
1847
1847
  text-decoration: underline;
1848
1848
  }
1849
1849
 
1850
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1851
+ background-color: rgba(0, 0, 0, 0.08);
1852
+ box-shadow: inset 0 0 0 8px #282727;
1853
+ }
1854
+
1855
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1856
+ background-color: rgba(0, 0, 0, 0.08);
1857
+ }
1858
+
1850
1859
  .e-schedule .e-timeline-year-view .e-event-table {
1851
1860
  position: absolute;
1852
1861
  top: 0;
@@ -2879,13 +2888,6 @@
2879
2888
  padding: 0 1.5px;
2880
2889
  }
2881
2890
 
2882
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2883
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2884
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2885
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2886
- padding: 0;
2887
- }
2888
-
2889
2891
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2890
2892
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2891
2893
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4016,6 +4018,7 @@
4016
4018
 
4017
4019
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4018
4020
  .e-more-popup-wrapper .e-more-event-content {
4021
+ color: #dadada;
4019
4022
  height: calc(100% - 35px);
4020
4023
  max-height: 150px;
4021
4024
  overflow-y: auto;
package/styles/fabric.css CHANGED
@@ -1847,6 +1847,15 @@
1847
1847
  text-decoration: underline;
1848
1848
  }
1849
1849
 
1850
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1851
+ background-color: rgba(0, 0, 0, 0.08);
1852
+ box-shadow: inset 0 0 0 8px #f8f8f8;
1853
+ }
1854
+
1855
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1856
+ background-color: rgba(0, 0, 0, 0.08);
1857
+ }
1858
+
1850
1859
  .e-schedule .e-timeline-year-view .e-event-table {
1851
1860
  position: absolute;
1852
1861
  top: 0;
@@ -2879,13 +2888,6 @@
2879
2888
  padding: 0 1.5px;
2880
2889
  }
2881
2890
 
2882
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2883
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2884
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2885
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2886
- padding: 0;
2887
- }
2888
-
2889
2891
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2890
2892
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2891
2893
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4032,6 +4034,7 @@
4032
4034
 
4033
4035
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4034
4036
  .e-more-popup-wrapper .e-more-event-content {
4037
+ color: #333;
4035
4038
  height: calc(100% - 35px);
4036
4039
  max-height: 150px;
4037
4040
  overflow-y: auto;