@syncfusion/ej2-angular-schedule 21.2.10 → 22.1.34

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 (139) hide show
  1. package/README.md +47 -121
  2. package/esm2020/src/schedule/headerrows.directive.mjs +1 -1
  3. package/esm2020/src/schedule/schedule.component.mjs +3 -9
  4. package/esm2020/src/schedule/views.directive.mjs +3 -9
  5. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +4 -16
  6. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +4 -16
  8. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -1
  9. package/license +10 -0
  10. package/package.json +29 -11
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/schedule/headerrows.directive.d.ts +5 -5
  13. package/src/schedule/schedule.component.d.ts +6 -11
  14. package/src/schedule/views.directive.d.ts +17 -23
  15. package/styles/bootstrap-dark.css +15 -12
  16. package/styles/bootstrap.css +15 -12
  17. package/styles/bootstrap4.css +16 -13
  18. package/styles/bootstrap5-dark.css +15 -12
  19. package/styles/bootstrap5.css +15 -12
  20. package/styles/fabric-dark.css +15 -12
  21. package/styles/fabric.css +15 -12
  22. package/styles/fluent-dark.css +15 -12
  23. package/styles/fluent.css +15 -12
  24. package/styles/highcontrast-light.css +16 -13
  25. package/styles/highcontrast.css +16 -13
  26. package/styles/material-dark.css +15 -12
  27. package/styles/material.css +15 -12
  28. package/styles/material3-dark.css +4597 -0
  29. package/styles/material3-dark.scss +4 -0
  30. package/styles/material3.css +4653 -0
  31. package/styles/material3.scss +4 -0
  32. package/styles/recurrence-editor/_material3-dark-definition.scss +1 -0
  33. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  34. package/styles/recurrence-editor/material3-dark.css +593 -0
  35. package/styles/recurrence-editor/material3-dark.scss +9 -0
  36. package/styles/recurrence-editor/material3.css +649 -0
  37. package/styles/recurrence-editor/material3.scss +9 -0
  38. package/styles/schedule/_bootstrap-dark-definition.scss +3 -2
  39. package/styles/schedule/_bootstrap-definition.scss +3 -2
  40. package/styles/schedule/_bootstrap4-definition.scss +3 -2
  41. package/styles/schedule/_bootstrap5-definition.scss +3 -2
  42. package/styles/schedule/_fabric-dark-definition.scss +3 -2
  43. package/styles/schedule/_fabric-definition.scss +3 -2
  44. package/styles/schedule/_fluent-definition.scss +3 -2
  45. package/styles/schedule/_fusionnew-definition.scss +3 -2
  46. package/styles/schedule/_highcontrast-definition.scss +3 -2
  47. package/styles/schedule/_highcontrast-light-definition.scss +3 -2
  48. package/styles/schedule/_layout.scss +31 -16
  49. package/styles/schedule/_material-dark-definition.scss +3 -2
  50. package/styles/schedule/_material-definition.scss +3 -2
  51. package/styles/schedule/_material3-dark-definition.scss +1 -0
  52. package/styles/schedule/_material3-definition.scss +292 -0
  53. package/styles/schedule/_tailwind-definition.scss +3 -2
  54. package/styles/schedule/_theme.scss +7 -2
  55. package/styles/schedule/bootstrap-dark.css +15 -12
  56. package/styles/schedule/bootstrap.css +15 -12
  57. package/styles/schedule/bootstrap4.css +16 -13
  58. package/styles/schedule/bootstrap5-dark.css +15 -12
  59. package/styles/schedule/bootstrap5.css +15 -12
  60. package/styles/schedule/fabric-dark.css +15 -12
  61. package/styles/schedule/fabric.css +15 -12
  62. package/styles/schedule/fluent-dark.css +15 -12
  63. package/styles/schedule/fluent.css +15 -12
  64. package/styles/schedule/highcontrast-light.css +16 -13
  65. package/styles/schedule/highcontrast.css +16 -13
  66. package/styles/schedule/icons/_material3-dark.scss +1 -0
  67. package/styles/schedule/material-dark.css +15 -12
  68. package/styles/schedule/material.css +15 -12
  69. package/styles/schedule/material3-dark.css +4191 -0
  70. package/styles/schedule/material3-dark.scss +16 -0
  71. package/styles/schedule/material3.css +4247 -0
  72. package/styles/schedule/material3.scss +17 -0
  73. package/styles/schedule/tailwind-dark.css +15 -12
  74. package/styles/schedule/tailwind.css +15 -12
  75. package/styles/tailwind-dark.css +15 -12
  76. package/styles/tailwind.css +15 -12
  77. package/schematics/collection.json +0 -40
  78. package/schematics/generators/schedule-agenda-views/index.d.ts +0 -3
  79. package/schematics/generators/schedule-agenda-views/index.js +0 -8
  80. package/schematics/generators/schedule-agenda-views/sample-details.d.ts +0 -5
  81. package/schematics/generators/schedule-agenda-views/sample-details.js +0 -7
  82. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  83. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  84. package/schematics/generators/schedule-agenda-views/schema.d.ts +0 -3
  85. package/schematics/generators/schedule-agenda-views/schema.js +0 -2
  86. package/schematics/generators/schedule-agenda-views/schema.json +0 -125
  87. package/schematics/generators/schedule-calendar-views/index.d.ts +0 -3
  88. package/schematics/generators/schedule-calendar-views/index.js +0 -8
  89. package/schematics/generators/schedule-calendar-views/sample-details.d.ts +0 -5
  90. package/schematics/generators/schedule-calendar-views/sample-details.js +0 -7
  91. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  92. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  93. package/schematics/generators/schedule-calendar-views/schema.d.ts +0 -3
  94. package/schematics/generators/schedule-calendar-views/schema.js +0 -2
  95. package/schematics/generators/schedule-calendar-views/schema.json +0 -125
  96. package/schematics/generators/schedule-horizontal-grouping/index.d.ts +0 -3
  97. package/schematics/generators/schedule-horizontal-grouping/index.js +0 -8
  98. package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +0 -5
  99. package/schematics/generators/schedule-horizontal-grouping/sample-details.js +0 -7
  100. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -92
  101. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -29
  102. package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +0 -3
  103. package/schematics/generators/schedule-horizontal-grouping/schema.js +0 -2
  104. package/schematics/generators/schedule-horizontal-grouping/schema.json +0 -125
  105. package/schematics/generators/schedule-time-scale/index.d.ts +0 -3
  106. package/schematics/generators/schedule-time-scale/index.js +0 -8
  107. package/schematics/generators/schedule-time-scale/sample-details.d.ts +0 -5
  108. package/schematics/generators/schedule-time-scale/sample-details.js +0 -7
  109. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  110. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  111. package/schematics/generators/schedule-time-scale/schema.d.ts +0 -3
  112. package/schematics/generators/schedule-time-scale/schema.js +0 -2
  113. package/schematics/generators/schedule-time-scale/schema.json +0 -125
  114. package/schematics/generators/schedule-timeline-grouping/index.d.ts +0 -3
  115. package/schematics/generators/schedule-timeline-grouping/index.js +0 -8
  116. package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +0 -5
  117. package/schematics/generators/schedule-timeline-grouping/sample-details.js +0 -7
  118. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
  119. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  120. package/schematics/generators/schedule-timeline-grouping/schema.d.ts +0 -3
  121. package/schematics/generators/schedule-timeline-grouping/schema.js +0 -2
  122. package/schematics/generators/schedule-timeline-grouping/schema.json +0 -125
  123. package/schematics/generators/schedule-timeline-views/index.d.ts +0 -3
  124. package/schematics/generators/schedule-timeline-views/index.js +0 -8
  125. package/schematics/generators/schedule-timeline-views/sample-details.d.ts +0 -5
  126. package/schematics/generators/schedule-timeline-views/sample-details.js +0 -7
  127. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  128. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  129. package/schematics/generators/schedule-timeline-views/schema.d.ts +0 -3
  130. package/schematics/generators/schedule-timeline-views/schema.js +0 -2
  131. package/schematics/generators/schedule-timeline-views/schema.json +0 -125
  132. package/schematics/ng-add/index.d.ts +0 -3
  133. package/schematics/ng-add/index.js +0 -9
  134. package/schematics/ng-add/schema.d.ts +0 -13
  135. package/schematics/ng-add/schema.js +0 -2
  136. package/schematics/ng-add/schema.json +0 -34
  137. package/schematics/tsconfig.json +0 -25
  138. package/schematics/utils/lib-details.d.ts +0 -4
  139. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,17 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+
3
+ @import 'ej2-navigations/styles/toolbar/material3-definition.scss';
4
+ @import 'ej2-navigations/styles/treeview/material3-definition.scss';
5
+ @import 'ej2-inputs/styles/input/material3-definition.scss';
6
+ @import 'ej2-inputs/styles/numerictextbox/material3-definition.scss';
7
+ @import 'ej2-calendars/styles/calendar/material3-definition.scss';
8
+ @import 'ej2-calendars/styles/datepicker/material3-definition.scss';
9
+ @import 'ej2-calendars/styles/datetimepicker/material3-definition.scss';
10
+ @import 'ej2-dropdowns/styles/drop-down-list/material3-definition.scss';
11
+ @import 'ej2-dropdowns/styles/multi-select/material3-definition.scss';
12
+ @import 'ej2-buttons/styles/button/material3-definition.scss';
13
+ @import 'ej2-buttons/styles/check-box/material3-definition.scss';
14
+ @import '../recurrence-editor/material3-definition.scss';
15
+ @import 'material3-definition.scss';
16
+ @import 'icons/material3.scss';
17
+ @import 'all.scss';
@@ -1663,20 +1663,13 @@
1663
1663
  }
1664
1664
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1665
1665
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1666
- line-height: 38px;
1666
+ line-height: 26px;
1667
1667
  padding: 0 5px;
1668
1668
  }
1669
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1670
- display: block;
1671
- }
1672
1669
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1673
1670
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1674
- font-size: 10px;
1675
- line-height: 38px;
1676
- padding-right: 7px;
1677
- }
1678
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1679
- padding-right: 5px;
1671
+ line-height: 26px;
1672
+ padding: 0 2px;
1680
1673
  }
1681
1674
  .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 {
1682
1675
  border: 0;
@@ -2143,6 +2136,12 @@
2143
2136
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2144
2137
  background: #6b7280;
2145
2138
  }
2139
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2140
+ display: -ms-inline-flexbox;
2141
+ display: inline-flex;
2142
+ -ms-flex-direction: row-reverse;
2143
+ flex-direction: row-reverse;
2144
+ }
2146
2145
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2147
2146
  display: -ms-flexbox;
2148
2147
  display: flex;
@@ -2538,9 +2537,9 @@
2538
2537
  height: 38px;
2539
2538
  }
2540
2539
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2541
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2540
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2542
2541
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2543
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2542
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2544
2543
  font-size: 16px;
2545
2544
  }
2546
2545
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2557,6 +2556,10 @@
2557
2556
  .e-bigger.e-schedule .e-month-view .e-m-day {
2558
2557
  font-size: 14px;
2559
2558
  }
2559
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2560
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2561
+ min-width: 306px;
2562
+ }
2560
2563
 
2561
2564
  .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 {
2562
2565
  border: 1px solid rgba(75, 85, 99, 0.5);
@@ -1663,20 +1663,13 @@
1663
1663
  }
1664
1664
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1665
1665
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1666
- line-height: 38px;
1666
+ line-height: 26px;
1667
1667
  padding: 0 5px;
1668
1668
  }
1669
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1670
- display: block;
1671
- }
1672
1669
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1673
1670
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1674
- font-size: 10px;
1675
- line-height: 38px;
1676
- padding-right: 7px;
1677
- }
1678
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1679
- padding-right: 5px;
1671
+ line-height: 26px;
1672
+ padding: 0 2px;
1680
1673
  }
1681
1674
  .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 {
1682
1675
  border: 0;
@@ -2143,6 +2136,12 @@
2143
2136
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2144
2137
  background: #e5e7eb;
2145
2138
  }
2139
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2140
+ display: -ms-inline-flexbox;
2141
+ display: inline-flex;
2142
+ -ms-flex-direction: row-reverse;
2143
+ flex-direction: row-reverse;
2144
+ }
2146
2145
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2147
2146
  display: -ms-flexbox;
2148
2147
  display: flex;
@@ -2538,9 +2537,9 @@
2538
2537
  height: 38px;
2539
2538
  }
2540
2539
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2541
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2540
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2542
2541
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2543
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2542
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2544
2543
  font-size: 16px;
2545
2544
  }
2546
2545
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2557,6 +2556,10 @@
2557
2556
  .e-bigger.e-schedule .e-month-view .e-m-day {
2558
2557
  font-size: 14px;
2559
2558
  }
2559
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2560
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2561
+ min-width: 306px;
2562
+ }
2560
2563
 
2561
2564
  .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 {
2562
2565
  border: 1px solid rgba(229, 231, 235, 0.5);
@@ -1664,20 +1664,13 @@
1664
1664
  }
1665
1665
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1666
1666
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1667
- line-height: 38px;
1667
+ line-height: 26px;
1668
1668
  padding: 0 5px;
1669
1669
  }
1670
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1671
- display: block;
1672
- }
1673
1670
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1674
1671
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1675
- font-size: 10px;
1676
- line-height: 38px;
1677
- padding-right: 7px;
1678
- }
1679
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1680
- padding-right: 5px;
1672
+ line-height: 26px;
1673
+ padding: 0 2px;
1681
1674
  }
1682
1675
  .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 {
1683
1676
  border: 0;
@@ -2144,6 +2137,12 @@
2144
2137
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2145
2138
  background: #6b7280;
2146
2139
  }
2140
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2141
+ display: -ms-inline-flexbox;
2142
+ display: inline-flex;
2143
+ -ms-flex-direction: row-reverse;
2144
+ flex-direction: row-reverse;
2145
+ }
2147
2146
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2148
2147
  display: -ms-flexbox;
2149
2148
  display: flex;
@@ -2539,9 +2538,9 @@
2539
2538
  height: 38px;
2540
2539
  }
2541
2540
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2542
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2541
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2543
2542
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2544
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2543
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2545
2544
  font-size: 16px;
2546
2545
  }
2547
2546
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2558,6 +2557,10 @@
2558
2557
  .e-bigger.e-schedule .e-month-view .e-m-day {
2559
2558
  font-size: 14px;
2560
2559
  }
2560
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2561
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2562
+ min-width: 306px;
2563
+ }
2561
2564
 
2562
2565
  .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 {
2563
2566
  border: 1px solid rgba(75, 85, 99, 0.5);
@@ -1664,20 +1664,13 @@
1664
1664
  }
1665
1665
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
1666
1666
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
1667
- line-height: 38px;
1667
+ line-height: 26px;
1668
1668
  padding: 0 5px;
1669
1669
  }
1670
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
1671
- display: block;
1672
- }
1673
1670
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
1674
1671
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1675
- font-size: 10px;
1676
- line-height: 38px;
1677
- padding-right: 7px;
1678
- }
1679
- .e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
1680
- padding-right: 5px;
1672
+ line-height: 26px;
1673
+ padding: 0 2px;
1681
1674
  }
1682
1675
  .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 {
1683
1676
  border: 0;
@@ -2144,6 +2137,12 @@
2144
2137
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2145
2138
  background: #e5e7eb;
2146
2139
  }
2140
+ .e-schedule .e-month-agenda-view .e-appointment.e-template {
2141
+ display: -ms-inline-flexbox;
2142
+ display: inline-flex;
2143
+ -ms-flex-direction: row-reverse;
2144
+ flex-direction: row-reverse;
2145
+ }
2147
2146
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2148
2147
  display: -ms-flexbox;
2149
2148
  display: flex;
@@ -2539,9 +2538,9 @@
2539
2538
  height: 38px;
2540
2539
  }
2541
2540
  .e-bigger .e-schedule .e-month-view .e-resource-cells,
2542
- .e-bigger .e-schedule .e-month-view .e-date-header-wrap,
2541
+ .e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
2543
2542
  .e-bigger.e-schedule .e-month-view .e-resource-cells,
2544
- .e-bigger.e-schedule .e-month-view .e-date-header-wrap {
2543
+ .e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
2545
2544
  font-size: 16px;
2546
2545
  }
2547
2546
  .e-bigger .e-schedule .e-month-view .e-content-wrap,
@@ -2558,6 +2557,10 @@
2558
2557
  .e-bigger.e-schedule .e-month-view .e-m-day {
2559
2558
  font-size: 14px;
2560
2559
  }
2560
+ .e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
2561
+ .e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2562
+ min-width: 306px;
2563
+ }
2561
2564
 
2562
2565
  .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 {
2563
2566
  border: 1px solid rgba(229, 231, 235, 0.5);
@@ -1,40 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- },
9
- "schedule-agenda-views": {
10
- "description": "Creates an Angular Scheduler component with agenda and month-agenda views.",
11
- "factory": "./generators/schedule-agenda-views",
12
- "schema": "./generators/schedule-agenda-views/schema.json"
13
- },
14
- "schedule-calendar-views": {
15
- "description": "Creates an Angular Scheduler component with calendar views.",
16
- "factory": "./generators/schedule-calendar-views",
17
- "schema": "./generators/schedule-calendar-views/schema.json"
18
- },
19
- "schedule-horizontal-grouping": {
20
- "description": "Creates an Angular Scheduler component with horizontal grouping of resources.",
21
- "factory": "./generators/schedule-horizontal-grouping",
22
- "schema": "./generators/schedule-horizontal-grouping/schema.json"
23
- },
24
- "schedule-time-scale": {
25
- "description": "Creates an Angular Scheduler component with modified timescale options.",
26
- "factory": "./generators/schedule-time-scale",
27
- "schema": "./generators/schedule-time-scale/schema.json"
28
- },
29
- "schedule-timeline-grouping": {
30
- "description": "Creates an Angular Scheduler component with grouping of resources in timeline views.",
31
- "factory": "./generators/schedule-timeline-grouping",
32
- "schema": "./generators/schedule-timeline-grouping/schema.json"
33
- },
34
- "schedule-timeline-views": {
35
- "description": "Creates an Angular Scheduler component with timeline views",
36
- "factory": "./generators/schedule-timeline-views",
37
- "schema": "./generators/schedule-timeline-views/schema.json"
38
- }
39
- }
40
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'schedule';
4
- exports.sampleName = 'agenda-views';
5
- exports.diModules = 'ResizeService,DragAndDropService,AgendaService,MonthAgendaService';
6
- exports.packageName = '@syncfusion/ej2-angular-schedule';
7
- exports.libModules = 'ScheduleModule';
@@ -1,13 +0,0 @@
1
- <div class="control-section">
2
- <div class="col-lg-9 content-wrapper">
3
- <ejs-schedule #scheduleObj width='100%' height='650px' [selectedDate]="selectedDate" [eventSettings]="eventSettings"
4
- [currentView]="currentView">
5
- <e-views>
6
- <e-view option="Agenda"></e-view>
7
- <e-view option="MonthAgenda"></e-view>
8
- </e-views>
9
- </ejs-schedule>
10
- </div>
11
- </div>
12
-
13
-
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "schedule-agenda-views",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "schedule-agenda-views"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
- const sampleDetails = require("./sample-details");
5
- function default_1(options) {
6
- return schematics_1.componentBuilder(options, sampleDetails);
7
- }
8
- exports.default = default_1;
@@ -1,5 +0,0 @@
1
- export declare const componentName: string;
2
- export declare const sampleName: string;
3
- export declare const diModules: string;
4
- export declare const packageName: string;
5
- export declare const libModules: string;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.componentName = 'schedule';
4
- exports.sampleName = 'calendar-views';
5
- exports.diModules = 'DayService,WeekService,WorkWeekService,MonthService,AgendaService,ResizeService,DragAndDropService';
6
- exports.packageName = '@syncfusion/ej2-angular-schedule';
7
- exports.libModules = 'ScheduleModule';
@@ -1,11 +0,0 @@
1
- <div class="control-section">
2
- <div class="content-wrapper">
3
- <ejs-schedule [eventSettings]="eventSettings" height='550px' [selectedDate]="currentDate">
4
- <e-views>
5
- <e-view option="Day"></e-view>
6
- <e-view option="Week"></e-view>
7
- <e-view option="WorkWeek"></e-view>
8
- <e-view option="Month"></e-view>
9
- </e-views>
10
- </ejs-schedule>
11
- </div>
@@ -1,3 +0,0 @@
1
- import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
- export interface Schema extends ComponentSchema {
3
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,125 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "EJ2SchemaTemplateID",
4
- "title": "schedule-calendar-views",
5
- "type": "object",
6
- "properties": {
7
- "path": {
8
- "type": "string",
9
- "format": "path",
10
- "description": "The path to create the component.",
11
- "visible": false
12
- },
13
- "project": {
14
- "type": "string",
15
- "description": "The name of the project.",
16
- "$default": {
17
- "$source": "projectName"
18
- }
19
- },
20
- "name": {
21
- "type": "string",
22
- "description": "The name of the component.",
23
- "$default": {
24
- "$source": "argv",
25
- "index": 0
26
- }
27
- },
28
- "inlineStyle": {
29
- "description": "Specifies if the style will be in the ts file.",
30
- "type": "boolean",
31
- "default": false,
32
- "alias": "s"
33
- },
34
- "inlineTemplate": {
35
- "description": "Specifies if the template will be in the ts file.",
36
- "type": "boolean",
37
- "default": false,
38
- "alias": "t"
39
- },
40
- "viewEncapsulation": {
41
- "description": "Specifies the view encapsulation strategy.",
42
- "enum": [
43
- "Emulated",
44
- "Native",
45
- "None",
46
- "ShadowDom"
47
- ],
48
- "type": "string",
49
- "alias": "v"
50
- },
51
- "changeDetection": {
52
- "description": "Specifies the change detection strategy.",
53
- "enum": [
54
- "Default",
55
- "OnPush"
56
- ],
57
- "type": "string",
58
- "default": "Default",
59
- "alias": "c"
60
- },
61
- "prefix": {
62
- "type": "string",
63
- "description": "The prefix to apply to generated selectors.",
64
- "alias": "p",
65
- "oneOf": [
66
- {
67
- "maxLength": 0
68
- },
69
- {
70
- "minLength": 1,
71
- "format": "html-selector"
72
- }
73
- ]
74
- },
75
- "styleext": {
76
- "description": "The file extension to be used for style files.",
77
- "type": "string",
78
- "default": "css"
79
- },
80
- "spec": {
81
- "type": "boolean",
82
- "description": "Specifies if a spec file is generated.",
83
- "default": true
84
- },
85
- "flat": {
86
- "type": "boolean",
87
- "description": "Flag to indicate if a dir is created.",
88
- "default": false
89
- },
90
- "skipImport": {
91
- "type": "boolean",
92
- "description": "Flag to skip the module import.",
93
- "default": false
94
- },
95
- "selector": {
96
- "type": "string",
97
- "format": "html-selector",
98
- "description": "The selector to use for the component."
99
- },
100
- "module": {
101
- "type": "string",
102
- "description": "Allows specification of the declaring module.",
103
- "alias": "m"
104
- },
105
- "export": {
106
- "type": "boolean",
107
- "default": false,
108
- "description": "Specifies if declaring module exports the component."
109
- },
110
- "entryComponent": {
111
- "type": "boolean",
112
- "default": false,
113
- "description": "Specifies if the component is an entry component of declaring module."
114
- },
115
- "lintFix": {
116
- "type": "boolean",
117
- "default": false,
118
- "description": "Specifies whether to apply lint fixes after generating the component."
119
- }
120
- },
121
- "required": [
122
- "name"
123
- ],
124
- "id": "schedule-calendar-views"
125
- }
@@ -1,3 +0,0 @@
1
- import { Rule } from '@angular-devkit/schematics';
2
- import { Schema } from './schema';
3
- export default function (options: Schema): Rule;