@syncfusion/ej2-angular-schedule 21.2.10 → 22.1.34-ngcc

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 (170) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +850 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +798 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1761 -0
  6. package/dist/ej2-angular-schedule.umd.js +991 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  21. package/src/schedule/headerrows.directive.d.ts +1 -5
  22. package/src/schedule/resources.directive.d.ts +0 -5
  23. package/src/schedule/schedule-all.module.d.ts +0 -6
  24. package/src/schedule/schedule.component.d.ts +9 -3
  25. package/src/schedule/schedule.module.d.ts +0 -9
  26. package/src/schedule/views.directive.d.ts +9 -5
  27. package/styles/bootstrap-dark.css +15 -12
  28. package/styles/bootstrap.css +15 -12
  29. package/styles/bootstrap4.css +16 -13
  30. package/styles/bootstrap5-dark.css +15 -12
  31. package/styles/bootstrap5.css +15 -12
  32. package/styles/fabric-dark.css +15 -12
  33. package/styles/fabric.css +15 -12
  34. package/styles/fluent-dark.css +15 -12
  35. package/styles/fluent.css +15 -12
  36. package/styles/highcontrast-light.css +16 -13
  37. package/styles/highcontrast.css +16 -13
  38. package/styles/material-dark.css +15 -12
  39. package/styles/material.css +15 -12
  40. package/styles/material3-dark.css +4653 -0
  41. package/styles/material3-dark.scss +3 -0
  42. package/styles/material3.css +4764 -0
  43. package/styles/material3.scss +3 -0
  44. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  45. package/styles/recurrence-editor/bootstrap.scss +1 -8
  46. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  47. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  48. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  49. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  50. package/styles/recurrence-editor/fabric.scss +1 -8
  51. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  52. package/styles/recurrence-editor/fluent.scss +1 -8
  53. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  54. package/styles/recurrence-editor/highcontrast.scss +1 -8
  55. package/styles/recurrence-editor/material-dark.scss +1 -8
  56. package/styles/recurrence-editor/material.scss +1 -8
  57. package/styles/recurrence-editor/material3-dark.css +593 -0
  58. package/styles/recurrence-editor/material3-dark.scss +2 -0
  59. package/styles/recurrence-editor/material3.css +649 -0
  60. package/styles/recurrence-editor/material3.scss +2 -0
  61. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  62. package/styles/recurrence-editor/tailwind.scss +1 -8
  63. package/styles/schedule/bootstrap-dark.css +15 -12
  64. package/styles/schedule/bootstrap-dark.scss +1 -16
  65. package/styles/schedule/bootstrap.css +15 -12
  66. package/styles/schedule/bootstrap.scss +1 -16
  67. package/styles/schedule/bootstrap4.css +16 -13
  68. package/styles/schedule/bootstrap4.scss +1 -16
  69. package/styles/schedule/bootstrap5-dark.css +15 -12
  70. package/styles/schedule/bootstrap5-dark.scss +1 -15
  71. package/styles/schedule/bootstrap5.css +15 -12
  72. package/styles/schedule/bootstrap5.scss +1 -16
  73. package/styles/schedule/fabric-dark.css +15 -12
  74. package/styles/schedule/fabric-dark.scss +1 -16
  75. package/styles/schedule/fabric.css +15 -12
  76. package/styles/schedule/fabric.scss +1 -16
  77. package/styles/schedule/fluent-dark.css +15 -12
  78. package/styles/schedule/fluent-dark.scss +1 -15
  79. package/styles/schedule/fluent.css +15 -12
  80. package/styles/schedule/fluent.scss +1 -16
  81. package/styles/schedule/highcontrast-light.css +16 -13
  82. package/styles/schedule/highcontrast-light.scss +1 -16
  83. package/styles/schedule/highcontrast.css +16 -13
  84. package/styles/schedule/highcontrast.scss +1 -16
  85. package/styles/schedule/material-dark.css +15 -12
  86. package/styles/schedule/material-dark.scss +1 -16
  87. package/styles/schedule/material.css +15 -12
  88. package/styles/schedule/material.scss +1 -16
  89. package/styles/schedule/material3-dark.css +4191 -0
  90. package/styles/schedule/material3-dark.scss +2 -0
  91. package/styles/schedule/material3.css +4247 -0
  92. package/styles/schedule/material3.scss +2 -0
  93. package/styles/schedule/tailwind-dark.css +15 -12
  94. package/styles/schedule/tailwind-dark.scss +1 -15
  95. package/styles/schedule/tailwind.css +15 -12
  96. package/styles/schedule/tailwind.scss +1 -16
  97. package/styles/tailwind-dark.css +15 -12
  98. package/styles/tailwind.css +15 -12
  99. package/esm2020/public_api.mjs +0 -3
  100. package/esm2020/src/index.mjs +0 -11
  101. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  102. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  103. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  104. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  105. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  106. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  107. package/esm2020/src/schedule/schedule.component.mjs +0 -289
  108. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  109. package/esm2020/src/schedule/views.directive.mjs +0 -132
  110. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  111. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -745
  112. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  113. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -745
  114. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  115. package/styles/recurrence-editor/_all.scss +0 -2
  116. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  117. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  118. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  119. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  120. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  121. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  122. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  123. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  124. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  125. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  126. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  127. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  128. package/styles/recurrence-editor/_layout.scss +0 -548
  129. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  130. package/styles/recurrence-editor/_material-definition.scss +0 -13
  131. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  132. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  133. package/styles/recurrence-editor/_theme.scss +0 -1
  134. package/styles/schedule/_all.scss +0 -2
  135. package/styles/schedule/_bootstrap-dark-definition.scss +0 -279
  136. package/styles/schedule/_bootstrap-definition.scss +0 -279
  137. package/styles/schedule/_bootstrap4-definition.scss +0 -282
  138. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  139. package/styles/schedule/_bootstrap5-definition.scss +0 -289
  140. package/styles/schedule/_fabric-dark-definition.scss +0 -278
  141. package/styles/schedule/_fabric-definition.scss +0 -279
  142. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  143. package/styles/schedule/_fluent-definition.scss +0 -284
  144. package/styles/schedule/_fusionnew-definition.scss +0 -288
  145. package/styles/schedule/_highcontrast-definition.scss +0 -280
  146. package/styles/schedule/_highcontrast-light-definition.scss +0 -280
  147. package/styles/schedule/_layout.scss +0 -4119
  148. package/styles/schedule/_material-dark-definition.scss +0 -279
  149. package/styles/schedule/_material-definition.scss +0 -279
  150. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  151. package/styles/schedule/_tailwind-definition.scss +0 -281
  152. package/styles/schedule/_theme.scss +0 -546
  153. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  154. package/styles/schedule/icons/_bootstrap.scss +0 -231
  155. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  156. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  157. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  158. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  159. package/styles/schedule/icons/_fabric.scss +0 -231
  160. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  161. package/styles/schedule/icons/_fluent.scss +0 -231
  162. package/styles/schedule/icons/_fusionnew.scss +0 -231
  163. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  164. package/styles/schedule/icons/_highcontrast.scss +0 -231
  165. package/styles/schedule/icons/_material-dark.scss +0 -231
  166. package/styles/schedule/icons/_material.scss +0 -231
  167. package/styles/schedule/icons/_material3.scss +0 -231
  168. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  169. package/styles/schedule/icons/_tailwind.scss +0 -231
  170. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1668,20 +1668,13 @@
1668
1668
  }
1669
1669
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1670
1670
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1671
- line-height: 38px;
1671
+ line-height: 22px;
1672
1672
  padding: 0 5px;
1673
1673
  }
1674
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1675
- display: block;
1676
- }
1677
1674
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1678
1675
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1679
- font-size: 10px;
1680
- line-height: 38px;
1681
- padding-right: 7px;
1682
- }
1683
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1684
- padding-right: 5px;
1676
+ line-height: 22px;
1677
+ padding: 0 2px;
1685
1678
  }
1686
1679
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1687
1680
  border: 0;
@@ -2148,6 +2141,12 @@
2148
2141
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2149
2142
  background: #484848;
2150
2143
  }
2144
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2145
+ display: -ms-inline-flexbox;
2146
+ display: inline-flex;
2147
+ -ms-flex-direction: row-reverse;
2148
+ flex-direction: row-reverse;
2149
+ }
2151
2150
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2152
2151
  display: -ms-flexbox;
2153
2152
  display: flex;
@@ -2543,9 +2542,9 @@
2543
2542
  height: 35px;
2544
2543
  }
2545
2544
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2546
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2545
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2547
2546
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2548
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2547
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2549
2548
  font-size: 14px;
2550
2549
  }
2551
2550
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2562,6 +2561,10 @@
2562
2561
  .e-bigger.e-schedule .e-month-view .e-m-day {
2563
2562
  font-size: 14px;
2564
2563
  }
2564
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2565
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2566
+ min-width: 306px;
2567
+ }
2565
2568
 
2566
2569
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2567
2570
  border: 1px solid #fff;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/bootstrap-dark-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/bootstrap-dark-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/bootstrap-dark-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
11
- @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/bootstrap-dark-definition.scss';
13
- @import '../recurrence-editor/bootstrap-dark-definition.scss';
14
- @import 'bootstrap-dark-definition.scss';
15
- @import 'icons/bootstrap-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
@@ -1668,20 +1668,13 @@
1668
1668
  }
1669
1669
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1670
1670
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1671
- line-height: 38px;
1671
+ line-height: 22px;
1672
1672
  padding: 0 5px;
1673
1673
  }
1674
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1675
- display: block;
1676
- }
1677
1674
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1678
1675
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1679
- font-size: 10px;
1680
- line-height: 38px;
1681
- padding-right: 7px;
1682
- }
1683
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1684
- padding-right: 5px;
1676
+ line-height: 22px;
1677
+ padding: 0 2px;
1685
1678
  }
1686
1679
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1687
1680
  border: 0;
@@ -2148,6 +2141,12 @@
2148
2141
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2149
2142
  background: #e6e6e6;
2150
2143
  }
2144
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2145
+ display: -ms-inline-flexbox;
2146
+ display: inline-flex;
2147
+ -ms-flex-direction: row-reverse;
2148
+ flex-direction: row-reverse;
2149
+ }
2151
2150
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2152
2151
  display: -ms-flexbox;
2153
2152
  display: flex;
@@ -2543,9 +2542,9 @@
2543
2542
  height: 35px;
2544
2543
  }
2545
2544
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2546
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2545
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2547
2546
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2548
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2547
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2549
2548
  font-size: 14px;
2550
2549
  }
2551
2550
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2562,6 +2561,10 @@
2562
2561
  .e-bigger.e-schedule .e-month-view .e-m-day {
2563
2562
  font-size: 14px;
2564
2563
  }
2564
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2565
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2566
+ min-width: 306px;
2567
+ }
2565
2568
 
2566
2569
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2567
2570
  border: 1px solid rgba(0, 0, 0, 0.5);
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/bootstrap-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
4
- @import 'ej2-inputs/styles/input/bootstrap-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/bootstrap-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/bootstrap-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/bootstrap-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
11
- @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/bootstrap-definition.scss';
13
- @import '../recurrence-editor/bootstrap-definition.scss';
14
- @import 'bootstrap-definition.scss';
15
- @import 'icons/bootstrap.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap.scss';
@@ -1747,20 +1747,13 @@
1747
1747
  }
1748
1748
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1749
1749
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1750
- line-height: 38px;
1750
+ line-height: 22px;
1751
1751
  padding: 0 5px;
1752
1752
  }
1753
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1754
- display: block;
1755
- }
1756
1753
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1757
1754
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1758
- font-size: 10px;
1759
- line-height: 38px;
1760
- padding-right: 7px;
1761
- }
1762
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1763
- padding-right: 5px;
1755
+ line-height: 22px;
1756
+ padding: 0 2px;
1764
1757
  }
1765
1758
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1766
1759
  border: 0;
@@ -2227,6 +2220,12 @@
2227
2220
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2228
2221
  background: #e9ecef;
2229
2222
  }
2223
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2224
+ display: -ms-inline-flexbox;
2225
+ display: inline-flex;
2226
+ -ms-flex-direction: row-reverse;
2227
+ flex-direction: row-reverse;
2228
+ }
2230
2229
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2231
2230
  display: -ms-flexbox;
2232
2231
  display: flex;
@@ -2622,9 +2621,9 @@
2622
2621
  height: 35px;
2623
2622
  }
2624
2623
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2625
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2624
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2626
2625
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2627
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2626
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2628
2627
  font-size: 16px;
2629
2628
  }
2630
2629
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2641,6 +2640,10 @@
2641
2640
  .e-bigger.e-schedule .e-month-view .e-m-day {
2642
2641
  font-size: 14px;
2643
2642
  }
2643
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2644
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2645
+ min-width: 306px;
2646
+ }
2644
2647
 
2645
2648
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2646
2649
  border: 1px solid rgba(0, 0, 0, 0.5);
@@ -3869,7 +3872,7 @@
3869
3872
  border-top: 1px solid #007bff;
3870
3873
  }
3871
3874
  .e-schedule .e-vertical-view .e-previous-timeline {
3872
- border-top: 1px dotted #007bff;
3875
+ border-top: 1px dashed #007bff;
3873
3876
  }
3874
3877
  .e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
3875
3878
  border-bottom-width: 1px;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/bootstrap4-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
4
- @import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/bootstrap4-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
11
- @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
13
- @import '../recurrence-editor/bootstrap4-definition.scss';
14
- @import 'bootstrap4-definition.scss';
15
- @import 'icons/bootstrap4.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap4.scss';
@@ -1721,20 +1721,13 @@
1721
1721
  }
1722
1722
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1723
1723
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1724
- line-height: 38px;
1724
+ line-height: 26px;
1725
1725
  padding: 0 5px;
1726
1726
  }
1727
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1728
- display: block;
1729
- }
1730
1727
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1731
1728
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1732
- font-size: 10px;
1733
- line-height: 38px;
1734
- padding-right: 7px;
1735
- }
1736
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1737
- padding-right: 5px;
1729
+ line-height: 26px;
1730
+ padding: 0 2px;
1738
1731
  }
1739
1732
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1740
1733
  border: 0;
@@ -2201,6 +2194,12 @@
2201
2194
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2202
2195
  background: #343a40;
2203
2196
  }
2197
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2198
+ display: -ms-inline-flexbox;
2199
+ display: inline-flex;
2200
+ -ms-flex-direction: row-reverse;
2201
+ flex-direction: row-reverse;
2202
+ }
2204
2203
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2205
2204
  display: -ms-flexbox;
2206
2205
  display: flex;
@@ -2596,9 +2595,9 @@
2596
2595
  height: 38px;
2597
2596
  }
2598
2597
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2599
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2598
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2600
2599
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2601
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2600
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2602
2601
  font-size: 16px;
2603
2602
  }
2604
2603
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2615,6 +2614,10 @@
2615
2614
  .e-bigger.e-schedule .e-month-view .e-m-day {
2616
2615
  font-size: 14px;
2617
2616
  }
2617
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2618
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2619
+ min-width: 306px;
2620
+ }
2618
2621
 
2619
2622
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2620
2623
  border: 1px solid rgba(68, 76, 84, 0.5);
@@ -1,15 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/bootstrap5-dark-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
11
- @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
13
- @import 'bootstrap5-dark-definition.scss';
14
- @import 'icons/bootstrap5-dark.scss';
15
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap5-dark.scss';
@@ -1721,20 +1721,13 @@
1721
1721
  }
1722
1722
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1723
1723
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1724
- line-height: 38px;
1724
+ line-height: 26px;
1725
1725
  padding: 0 5px;
1726
1726
  }
1727
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1728
- display: block;
1729
- }
1730
1727
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1731
1728
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1732
- font-size: 10px;
1733
- line-height: 38px;
1734
- padding-right: 7px;
1735
- }
1736
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1737
- padding-right: 5px;
1729
+ line-height: 26px;
1730
+ padding: 0 2px;
1738
1731
  }
1739
1732
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1740
1733
  border: 0;
@@ -2201,6 +2194,12 @@
2201
2194
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2202
2195
  background: #e9ecef;
2203
2196
  }
2197
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2198
+ display: -ms-inline-flexbox;
2199
+ display: inline-flex;
2200
+ -ms-flex-direction: row-reverse;
2201
+ flex-direction: row-reverse;
2202
+ }
2204
2203
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2205
2204
  display: -ms-flexbox;
2206
2205
  display: flex;
@@ -2596,9 +2595,9 @@
2596
2595
  height: 38px;
2597
2596
  }
2598
2597
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2599
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2598
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2600
2599
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2601
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2600
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2602
2601
  font-size: 16px;
2603
2602
  }
2604
2603
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2615,6 +2614,10 @@
2615
2614
  .e-bigger.e-schedule .e-month-view .e-m-day {
2616
2615
  font-size: 14px;
2617
2616
  }
2617
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2618
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2619
+ min-width: 306px;
2620
+ }
2618
2621
 
2619
2622
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2620
2623
  border: 1px solid rgba(222, 226, 230, 0.5);
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/bootstrap5-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
4
- @import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/bootstrap5-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/bootstrap5-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/bootstrap5-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
11
- @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/bootstrap5-definition.scss';
13
- @import '../recurrence-editor/bootstrap5-definition.scss';
14
- @import 'bootstrap5-definition.scss';
15
- @import 'icons/bootstrap5.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/bootstrap5.scss';
@@ -1635,20 +1635,13 @@
1635
1635
  }
1636
1636
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1637
1637
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1638
- line-height: 38px;
1638
+ line-height: 22px;
1639
1639
  padding: 0 5px;
1640
1640
  }
1641
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1642
- display: block;
1643
- }
1644
1641
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1645
1642
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1646
- font-size: 10px;
1647
- line-height: 38px;
1648
- padding-right: 7px;
1649
- }
1650
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1651
- padding-right: 5px;
1643
+ line-height: 22px;
1644
+ padding: 0 2px;
1652
1645
  }
1653
1646
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1654
1647
  border: 0;
@@ -2115,6 +2108,12 @@
2115
2108
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2116
2109
  background: #514f4f;
2117
2110
  }
2111
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2112
+ display: -ms-inline-flexbox;
2113
+ display: inline-flex;
2114
+ -ms-flex-direction: row-reverse;
2115
+ flex-direction: row-reverse;
2116
+ }
2118
2117
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2119
2118
  display: -ms-flexbox;
2120
2119
  display: flex;
@@ -2510,9 +2509,9 @@
2510
2509
  height: 35px;
2511
2510
  }
2512
2511
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2513
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2512
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2514
2513
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2515
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2514
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2516
2515
  font-size: 14px;
2517
2516
  }
2518
2517
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2529,6 +2528,10 @@
2529
2528
  .e-bigger.e-schedule .e-month-view .e-m-day {
2530
2529
  font-size: 14px;
2531
2530
  }
2531
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2532
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2533
+ min-width: 306px;
2534
+ }
2532
2535
 
2533
2536
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2534
2537
  border: 1px solid #fff;
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/fabric-dark-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/fabric-dark-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/fabric-dark-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/fabric-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
11
- @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/fabric-dark-definition.scss';
13
- @import '../recurrence-editor/fabric-dark-definition.scss';
14
- @import 'fabric-dark-definition.scss';
15
- @import 'icons/fabric-dark.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fabric-dark.scss';
@@ -1630,20 +1630,13 @@
1630
1630
  }
1631
1631
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1632
1632
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1633
- line-height: 38px;
1633
+ line-height: 22px;
1634
1634
  padding: 0 5px;
1635
1635
  }
1636
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1637
- display: block;
1638
- }
1639
1636
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1640
1637
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1641
- font-size: 10px;
1642
- line-height: 38px;
1643
- padding-right: 7px;
1644
- }
1645
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1646
- padding-right: 5px;
1638
+ line-height: 22px;
1639
+ padding: 0 2px;
1647
1640
  }
1648
1641
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1649
1642
  border: 0;
@@ -2110,6 +2103,12 @@
2110
2103
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2111
2104
  background: #b7e0ff;
2112
2105
  }
2106
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2107
+ display: -ms-inline-flexbox;
2108
+ display: inline-flex;
2109
+ -ms-flex-direction: row-reverse;
2110
+ flex-direction: row-reverse;
2111
+ }
2113
2112
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2114
2113
  display: -ms-flexbox;
2115
2114
  display: flex;
@@ -2505,9 +2504,9 @@
2505
2504
  height: 35px;
2506
2505
  }
2507
2506
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2508
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2507
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2509
2508
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2510
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2509
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2511
2510
  font-size: 14px;
2512
2511
  }
2513
2512
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2524,6 +2523,10 @@
2524
2523
  .e-bigger.e-schedule .e-month-view .e-m-day {
2525
2524
  font-size: 14px;
2526
2525
  }
2526
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2527
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2528
+ min-width: 306px;
2529
+ }
2527
2530
 
2528
2531
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2529
2532
  border: 1px solid rgba(0, 0, 0, 0.5);
@@ -1,16 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/fabric-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/fabric-definition.scss';
4
- @import 'ej2-inputs/styles/input/fabric-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/fabric-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/fabric-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/fabric-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/fabric-definition.scss';
11
- @import 'ej2-buttons/styles/button/fabric-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/fabric-definition.scss';
13
- @import '../recurrence-editor/fabric-definition.scss';
14
- @import 'fabric-definition.scss';
15
- @import 'icons/fabric.scss';
16
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fabric.scss';
@@ -1698,20 +1698,13 @@
1698
1698
  }
1699
1699
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1700
1700
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1701
- line-height: 38px;
1701
+ line-height: 26px;
1702
1702
  padding: 0 5px;
1703
1703
  }
1704
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1705
- display: block;
1706
- }
1707
1704
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1708
1705
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1709
- font-size: 10px;
1710
- line-height: 38px;
1711
- padding-right: 7px;
1712
- }
1713
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1714
- padding-right: 5px;
1706
+ line-height: 26px;
1707
+ padding: 0 2px;
1715
1708
  }
1716
1709
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
1717
1710
  border: 0;
@@ -2178,6 +2171,12 @@
2178
2171
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2179
2172
  background: #292827;
2180
2173
  }
2174
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2175
+ display: -ms-inline-flexbox;
2176
+ display: inline-flex;
2177
+ -ms-flex-direction: row-reverse;
2178
+ flex-direction: row-reverse;
2179
+ }
2181
2180
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2182
2181
  display: -ms-flexbox;
2183
2182
  display: flex;
@@ -2573,9 +2572,9 @@
2573
2572
  height: 38px;
2574
2573
  }
2575
2574
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2576
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2575
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2577
2576
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2578
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2577
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2579
2578
  font-size: 16px;
2580
2579
  }
2581
2580
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2592,6 +2591,10 @@
2592
2591
  .e-bigger.e-schedule .e-month-view .e-m-day {
2593
2592
  font-size: 14px;
2594
2593
  }
2594
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2595
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2596
+ min-width: 306px;
2597
+ }
2595
2598
 
2596
2599
  .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
2597
2600
  border: 1px solid rgba(41, 40, 39, 0.5);
@@ -1,15 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'ej2-navigations/styles/toolbar/fluent-dark-definition.scss';
3
- @import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
4
- @import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
6
- @import 'ej2-calendars/styles/calendar/fluent-dark-definition.scss';
7
- @import 'ej2-calendars/styles/datepicker/fluent-dark-definition.scss';
8
- @import 'ej2-calendars/styles/datetimepicker/fluent-dark-definition.scss';
9
- @import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
10
- @import 'ej2-dropdowns/styles/multi-select/fluent-dark-definition.scss';
11
- @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
12
- @import 'ej2-buttons/styles/check-box/fluent-dark-definition.scss';
13
- @import 'fluent-dark-definition.scss';
14
- @import 'icons/fluent-dark.scss';
15
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/schedule/fluent-dark.scss';