@syncfusion/ej2-angular-schedule 20.2.43-ngcc → 20.2.45

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 (220) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +11 -0
  3. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
  4. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
  5. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
  6. package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
  7. package/esm2020/src/schedule/resources.directive.mjs +58 -0
  8. package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
  9. package/esm2020/src/schedule/schedule.component.mjs +283 -0
  10. package/esm2020/src/schedule/schedule.module.mjs +52 -0
  11. package/esm2020/src/schedule/views.directive.mjs +126 -0
  12. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +733 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +733 -0
  16. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/package.json +28 -14
  18. package/schematics/utils/lib-details.ts +2 -2
  19. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
  20. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
  21. package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
  22. package/src/schedule/headerrows.directive.d.ts +5 -0
  23. package/src/schedule/resources.directive.d.ts +5 -0
  24. package/src/schedule/schedule-all.module.d.ts +6 -0
  25. package/src/schedule/schedule.component.d.ts +3 -0
  26. package/src/schedule/schedule.module.d.ts +9 -0
  27. package/src/schedule/views.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +11 -8
  29. package/styles/bootstrap.css +11 -8
  30. package/styles/bootstrap4.css +11 -8
  31. package/styles/bootstrap5-dark.css +12 -8
  32. package/styles/bootstrap5.css +12 -8
  33. package/styles/fabric-dark.css +11 -8
  34. package/styles/fabric.css +11 -8
  35. package/styles/fluent-dark.css +11 -6
  36. package/styles/fluent.css +11 -6
  37. package/styles/highcontrast-light.css +11 -8
  38. package/styles/highcontrast.css +11 -8
  39. package/styles/material-dark.css +11 -8
  40. package/styles/material.css +11 -8
  41. package/styles/recurrence-editor/_all.scss +2 -0
  42. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +15 -0
  43. package/styles/recurrence-editor/_bootstrap-definition.scss +15 -0
  44. package/styles/recurrence-editor/_bootstrap4-definition.scss +15 -0
  45. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  46. package/styles/recurrence-editor/_bootstrap5-definition.scss +15 -0
  47. package/styles/recurrence-editor/_fabric-dark-definition.scss +15 -0
  48. package/styles/recurrence-editor/_fabric-definition.scss +15 -0
  49. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_fluent-definition.scss +15 -0
  51. package/styles/recurrence-editor/_fusionnew-definition.scss +15 -0
  52. package/styles/recurrence-editor/_highcontrast-definition.scss +15 -0
  53. package/styles/recurrence-editor/_highcontrast-light-definition.scss +15 -0
  54. package/styles/recurrence-editor/_layout.scss +542 -0
  55. package/styles/recurrence-editor/_material-dark-definition.scss +15 -0
  56. package/styles/recurrence-editor/_material-definition.scss +15 -0
  57. package/styles/recurrence-editor/_material3-definition.scss +15 -0
  58. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  59. package/styles/recurrence-editor/_tailwind-definition.scss +15 -0
  60. package/styles/recurrence-editor/_theme.scss +1 -0
  61. package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
  62. package/styles/recurrence-editor/bootstrap.scss +3 -1
  63. package/styles/recurrence-editor/bootstrap4.scss +3 -1
  64. package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
  65. package/styles/recurrence-editor/bootstrap5.scss +3 -1
  66. package/styles/recurrence-editor/fabric-dark.scss +3 -1
  67. package/styles/recurrence-editor/fabric.scss +3 -1
  68. package/styles/recurrence-editor/fluent-dark.scss +3 -1
  69. package/styles/recurrence-editor/fluent.scss +3 -1
  70. package/styles/recurrence-editor/highcontrast-light.scss +3 -1
  71. package/styles/recurrence-editor/highcontrast.scss +3 -1
  72. package/styles/recurrence-editor/material-dark.scss +3 -1
  73. package/styles/recurrence-editor/material.scss +3 -1
  74. package/styles/recurrence-editor/tailwind-dark.scss +3 -1
  75. package/styles/recurrence-editor/tailwind.scss +3 -1
  76. package/styles/schedule/_all.scss +2 -0
  77. package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
  78. package/styles/schedule/_bootstrap-definition.scss +213 -0
  79. package/styles/schedule/_bootstrap4-definition.scss +215 -0
  80. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  81. package/styles/schedule/_bootstrap5-definition.scss +224 -0
  82. package/styles/schedule/_fabric-dark-definition.scss +213 -0
  83. package/styles/schedule/_fabric-definition.scss +213 -0
  84. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  85. package/styles/schedule/_fluent-definition.scss +220 -0
  86. package/styles/schedule/_fusionnew-definition.scss +224 -0
  87. package/styles/schedule/_highcontrast-definition.scss +214 -0
  88. package/styles/schedule/_highcontrast-light-definition.scss +214 -0
  89. package/styles/schedule/_layout.scss +4479 -0
  90. package/styles/schedule/_material-dark-definition.scss +213 -0
  91. package/styles/schedule/_material-definition.scss +213 -0
  92. package/styles/schedule/_material3-definition.scss +224 -0
  93. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  94. package/styles/schedule/_tailwind-definition.scss +217 -0
  95. package/styles/schedule/_theme.scss +503 -0
  96. package/styles/schedule/bootstrap-dark.css +11 -8
  97. package/styles/schedule/bootstrap-dark.scss +5 -1
  98. package/styles/schedule/bootstrap.css +11 -8
  99. package/styles/schedule/bootstrap.scss +5 -1
  100. package/styles/schedule/bootstrap4.css +11 -8
  101. package/styles/schedule/bootstrap4.scss +5 -1
  102. package/styles/schedule/bootstrap5-dark.css +12 -8
  103. package/styles/schedule/bootstrap5-dark.scss +4 -1
  104. package/styles/schedule/bootstrap5.css +12 -8
  105. package/styles/schedule/bootstrap5.scss +5 -1
  106. package/styles/schedule/fabric-dark.css +11 -8
  107. package/styles/schedule/fabric-dark.scss +5 -1
  108. package/styles/schedule/fabric.css +11 -8
  109. package/styles/schedule/fabric.scss +5 -1
  110. package/styles/schedule/fluent-dark.css +11 -6
  111. package/styles/schedule/fluent-dark.scss +4 -1
  112. package/styles/schedule/fluent.css +11 -6
  113. package/styles/schedule/fluent.scss +5 -1
  114. package/styles/schedule/highcontrast-light.css +11 -8
  115. package/styles/schedule/highcontrast-light.scss +5 -1
  116. package/styles/schedule/highcontrast.css +11 -8
  117. package/styles/schedule/highcontrast.scss +5 -1
  118. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  119. package/styles/schedule/icons/_bootstrap.scss +231 -0
  120. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  121. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  122. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  123. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  124. package/styles/schedule/icons/_fabric.scss +231 -0
  125. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  126. package/styles/schedule/icons/_fluent.scss +231 -0
  127. package/styles/schedule/icons/_fusionnew.scss +231 -0
  128. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  129. package/styles/schedule/icons/_highcontrast.scss +231 -0
  130. package/styles/schedule/icons/_material-dark.scss +231 -0
  131. package/styles/schedule/icons/_material.scss +231 -0
  132. package/styles/schedule/icons/_material3.scss +231 -0
  133. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  134. package/styles/schedule/icons/_tailwind.scss +231 -0
  135. package/styles/schedule/material-dark.css +11 -8
  136. package/styles/schedule/material-dark.scss +5 -1
  137. package/styles/schedule/material.css +11 -8
  138. package/styles/schedule/material.scss +5 -1
  139. package/styles/schedule/tailwind-dark.css +11 -8
  140. package/styles/schedule/tailwind-dark.scss +4 -1
  141. package/styles/schedule/tailwind.css +11 -8
  142. package/styles/schedule/tailwind.scss +5 -1
  143. package/styles/tailwind-dark.css +11 -8
  144. package/styles/tailwind.css +11 -8
  145. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  146. package/@syncfusion/ej2-angular-schedule.es5.js +0 -840
  147. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  148. package/@syncfusion/ej2-angular-schedule.js +0 -788
  149. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  150. package/CHANGELOG.md +0 -1508
  151. package/dist/ej2-angular-schedule.umd.js +0 -978
  152. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  153. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  154. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  155. package/ej2-angular-schedule.d.ts +0 -6
  156. package/ej2-angular-schedule.metadata.json +0 -1
  157. package/postinstall/tagchange.js +0 -18
  158. package/schematics/collection.json +0 -40
  159. package/schematics/generators/schedule-agenda-views/index.d.ts +0 -3
  160. package/schematics/generators/schedule-agenda-views/index.js +0 -8
  161. package/schematics/generators/schedule-agenda-views/sample-details.d.ts +0 -5
  162. package/schematics/generators/schedule-agenda-views/sample-details.js +0 -7
  163. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  164. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  165. package/schematics/generators/schedule-agenda-views/schema.d.ts +0 -3
  166. package/schematics/generators/schedule-agenda-views/schema.js +0 -2
  167. package/schematics/generators/schedule-agenda-views/schema.json +0 -125
  168. package/schematics/generators/schedule-calendar-views/index.d.ts +0 -3
  169. package/schematics/generators/schedule-calendar-views/index.js +0 -8
  170. package/schematics/generators/schedule-calendar-views/sample-details.d.ts +0 -5
  171. package/schematics/generators/schedule-calendar-views/sample-details.js +0 -7
  172. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  173. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -11
  174. package/schematics/generators/schedule-calendar-views/schema.d.ts +0 -3
  175. package/schematics/generators/schedule-calendar-views/schema.js +0 -2
  176. package/schematics/generators/schedule-calendar-views/schema.json +0 -125
  177. package/schematics/generators/schedule-horizontal-grouping/index.d.ts +0 -3
  178. package/schematics/generators/schedule-horizontal-grouping/index.js +0 -8
  179. package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +0 -5
  180. package/schematics/generators/schedule-horizontal-grouping/sample-details.js +0 -7
  181. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -92
  182. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -29
  183. package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +0 -3
  184. package/schematics/generators/schedule-horizontal-grouping/schema.js +0 -2
  185. package/schematics/generators/schedule-horizontal-grouping/schema.json +0 -125
  186. package/schematics/generators/schedule-time-scale/index.d.ts +0 -3
  187. package/schematics/generators/schedule-time-scale/index.js +0 -8
  188. package/schematics/generators/schedule-time-scale/sample-details.d.ts +0 -5
  189. package/schematics/generators/schedule-time-scale/sample-details.js +0 -7
  190. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  191. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  192. package/schematics/generators/schedule-time-scale/schema.d.ts +0 -3
  193. package/schematics/generators/schedule-time-scale/schema.js +0 -2
  194. package/schematics/generators/schedule-time-scale/schema.json +0 -125
  195. package/schematics/generators/schedule-timeline-grouping/index.d.ts +0 -3
  196. package/schematics/generators/schedule-timeline-grouping/index.js +0 -8
  197. package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +0 -5
  198. package/schematics/generators/schedule-timeline-grouping/sample-details.js +0 -7
  199. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -6
  200. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
  201. package/schematics/generators/schedule-timeline-grouping/schema.d.ts +0 -3
  202. package/schematics/generators/schedule-timeline-grouping/schema.js +0 -2
  203. package/schematics/generators/schedule-timeline-grouping/schema.json +0 -125
  204. package/schematics/generators/schedule-timeline-views/index.d.ts +0 -3
  205. package/schematics/generators/schedule-timeline-views/index.js +0 -8
  206. package/schematics/generators/schedule-timeline-views/sample-details.d.ts +0 -5
  207. package/schematics/generators/schedule-timeline-views/sample-details.js +0 -7
  208. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  209. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
  210. package/schematics/generators/schedule-timeline-views/schema.d.ts +0 -3
  211. package/schematics/generators/schedule-timeline-views/schema.js +0 -2
  212. package/schematics/generators/schedule-timeline-views/schema.json +0 -125
  213. package/schematics/ng-add/index.d.ts +0 -3
  214. package/schematics/ng-add/index.js +0 -9
  215. package/schematics/ng-add/schema.d.ts +0 -13
  216. package/schematics/ng-add/schema.js +0 -2
  217. package/schematics/ng-add/schema.json +0 -34
  218. package/schematics/tsconfig.json +0 -25
  219. package/schematics/utils/lib-details.d.ts +0 -4
  220. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,503 @@
1
+ @include export-module('schedule-theme') {
2
+
3
+ /*! schedule component theme */
4
+ .e-schedule {
5
+ background-color: $schedule-header-bg-color;
6
+ border: $border-size $border-type $schedule-content-border-color;
7
+
8
+ .e-date-header-wrap {
9
+ border-color: $schedule-header-border-color;
10
+ border-style: $border-type;
11
+ border-width: 0;
12
+ position: relative;
13
+ }
14
+
15
+ .e-header-calendar {
16
+ @if ($schedule-skin == 'tailwind' or $schedule-skin == 'bootstrap5' or $schedule-skin == 'FluentUI') {
17
+ background-color: $schedule-calendar-background;
18
+ box-shadow: $schedule-popup-box-shadow-1;
19
+ }
20
+ }
21
+
22
+ .e-vertical-view {
23
+ .e-date-header-wrap table tbody td:first-child,
24
+ .e-content-wrap table td:first-child {
25
+ border-left-width: 0;
26
+ }
27
+
28
+ .e-date-header-wrap {
29
+ .e-all-day-cells {
30
+ background-color: $schedule-header-bg-color;
31
+
32
+ &:hover {
33
+ background: $schedule-hover-bg-color;
34
+ }
35
+ }
36
+ }
37
+
38
+ .e-left-indent-wrap table tbody td {
39
+ background-color: $schedule-header-bg-color;
40
+ border-color: $schedule-header-border-color;
41
+ border-style: $border-type;
42
+ border-width: 0 1px 1px 0;
43
+ color: $schedule-header-font-color;
44
+
45
+ &.e-header-cells {
46
+ border-bottom-width: 0;
47
+
48
+ &.e-week-number {
49
+ color: $schedule-secondary-content-font-color;
50
+ font-size: $schedule-date-header-wrap-nrml-font-size;
51
+ padding-top: 10px;
52
+ text-align: center;
53
+ vertical-align: top;
54
+ }
55
+ }
56
+
57
+ &.e-resource-cells {
58
+ border-bottom-color: transparent;
59
+ }
60
+ }
61
+
62
+ .e-date-header-wrap table tbody td {
63
+ background-color: $schedule-header-bg-color;
64
+ border-color: $schedule-header-border-color;
65
+ border-style: $border-type;
66
+ border-width: $schedule-vertical-work-cells-border;
67
+ color: $schedule-header-font-color;
68
+
69
+ &.e-header-cells {
70
+ border-bottom-width: 0;
71
+ }
72
+ }
73
+
74
+ .e-time-cells-wrap table td {
75
+ background-color: $schedule-header-bg-color;
76
+ border-color: $schedule-content-border-color;
77
+ border-style: $border-type;
78
+ border-width: 0 1px 1px 0;
79
+ color: $schedule-secondary-content-font-color;
80
+ @if ($schedule-skin == 'bootstrap4') {
81
+ color: $schedule-primary-content-font-color;
82
+ }
83
+ @if ($schedule-skin == 'tailwind') {
84
+ background-color: $schedule-tbar-default-bg;
85
+ }
86
+ @if ($schedule-skin == 'bootstrap5') {
87
+ background-color: $schedule-vertical-time-slot-color;
88
+ }
89
+ }
90
+
91
+ .e-time-cells-wrap table td {
92
+ border-bottom-color: transparent;
93
+ }
94
+
95
+ .e-time-cells-wrap .e-time-cells {
96
+ @if ($schedule-skin != 'tailwind' and $schedule-skin != 'bootstrap5') {
97
+ border-bottom-color: $schedule-content-border-color;
98
+ }
99
+ }
100
+
101
+ .e-header-cells {
102
+ background-color: $schedule-header-bg-color;
103
+
104
+ &.e-current-day {
105
+ color: $schedule-active-font-color;
106
+ @if ($schedule-skin == 'tailwind') {
107
+ font-weight: 500;
108
+ }
109
+ }
110
+ }
111
+
112
+ .e-work-cells {
113
+ background-color: $schedule-work-cells-bg-color;
114
+ border-color: $schedule-content-border-color;
115
+ border-style: $border-type;
116
+ border-width: $schedule-vertical-work-cells-border;
117
+ padding: 0;
118
+
119
+ &:hover {
120
+ background: $schedule-hover-bg-color;
121
+ color: $schedule-hover-font-color;
122
+ }
123
+ }
124
+
125
+ .e-alternate-cells {
126
+ border-bottom-style: $schedule-alternate-cell-border;
127
+ }
128
+
129
+ .e-work-hours {
130
+ background-color: $schedule-workhour-bg-color;
131
+ }
132
+
133
+ .e-all-day-cells {
134
+ background-color: $schedule-header-bg-color;
135
+
136
+ &.e-current-day {
137
+ color: $schedule-active-font-color;
138
+ }
139
+
140
+ &.e-selected-cell {
141
+ background-color: $schedule-select-bg-color;
142
+ color: $schedule-hover-font-color;
143
+
144
+ &:hover {
145
+ background-color: $schedule-select-bg-color;
146
+ @if ($schedule-skin == 'bootstrap5') {
147
+ color: $schedule-active-color;
148
+ }
149
+ }
150
+ }
151
+ }
152
+
153
+ .e-selected-cell {
154
+ background-color: $schedule-select-bg-color;
155
+ color: $schedule-hover-font-color;
156
+
157
+ &:hover {
158
+ background-color: $schedule-select-bg-color;
159
+ @if ($schedule-skin == 'bootstrap5') {
160
+ color: $schedule-active-color;
161
+ }
162
+ }
163
+ }
164
+
165
+ .e-clone-time-indicator,
166
+ .e-current-time {
167
+ color: $schedule-active-font-color;
168
+ }
169
+
170
+ .e-current-timeline {
171
+ border-top: 1px $border-type $schedule-active-border-color;
172
+ }
173
+
174
+ .e-previous-timeline {
175
+ border-top: 1px dotted $schedule-active-border-color;
176
+ }
177
+
178
+ &.e-by-date {
179
+ .e-date-header-wrap table tbody td {
180
+ &.e-header-cells {
181
+ border-bottom-width: 1px;
182
+ }
183
+ }
184
+ }
185
+ }
186
+
187
+ .e-month-view {
188
+ .e-date-header-wrap table td:first-child,
189
+ .e-content-wrap table td:first-child {
190
+ border-left-width: 0;
191
+ }
192
+ }
193
+
194
+ .e-month-view,
195
+ .e-month-agenda-view {
196
+ .e-date-header-wrap table td {
197
+ background-color: $schedule-header-bg-color;
198
+ border-color: $schedule-header-border-color;
199
+ border-style: $border-type;
200
+ border-width: $schedule-month-work-cells-border;
201
+ color: $schedule-header-font-color;
202
+
203
+ @if ($schedule-skin == 'tailwind') {
204
+ font-size: 12px;
205
+ text-align: center;
206
+ text-transform: uppercase;
207
+ }
208
+
209
+ &.e-current-day {
210
+ color: $schedule-active-font-color;
211
+ @if ($schedule-skin == 'tailwind') {
212
+ font-weight: 500;
213
+ }
214
+ }
215
+ }
216
+
217
+ .e-work-cells {
218
+ background-color: $schedule-work-cells-bg-color;
219
+ border-color: $schedule-content-border-color;
220
+ border-style: $border-type;
221
+ border-width: $schedule-month-work-cells-border;
222
+ color: $schedule-primary-content-font-color;
223
+ padding: 0;
224
+
225
+ &:hover {
226
+ background: $schedule-hover-bg-color;
227
+ color: $schedule-hover-font-color;
228
+ @if ($schedule-skin == 'bootstrap5') {
229
+ color: $schedule-select-font-color;
230
+ }
231
+ }
232
+ }
233
+
234
+ .e-work-days {
235
+ background-color: $schedule-workhour-bg-color;
236
+ }
237
+
238
+ .e-other-month {
239
+ color: $schedule-secondary-content-font-color;
240
+ }
241
+
242
+ .e-current-date .e-date-header {
243
+ background-color: $schedule-current-date-bg-color;
244
+ border-radius: 50%;
245
+ color: $schedule-active-color;
246
+ width: 20px;
247
+ @if ($schedule-skin == 'highcontrast') {
248
+ color: $schedule-active-font-color;
249
+ }
250
+ }
251
+
252
+ .e-selected-cell {
253
+ background-color: $schedule-select-bg-color;
254
+ color: $schedule-select-font-color;
255
+
256
+ .e-date-header {
257
+ @if ($schedule-skin == 'highcontrast') {
258
+ color: $schedule-select-font-color;
259
+ }
260
+ }
261
+
262
+ .e-more-indicator {
263
+ color: $schedule-select-font-color;
264
+ }
265
+
266
+ &:hover {
267
+ background-color: $schedule-select-bg-color;
268
+ }
269
+ }
270
+ }
271
+
272
+ .e-month-agenda-view {
273
+ .e-date-header-wrap table td {
274
+ border-width: $schedule-month-agenda-header-cells-border;
275
+ text-align: center;
276
+ }
277
+
278
+ .e-work-cells {
279
+ border-width: $schedule-month-agenda-work-cells-border;
280
+ }
281
+
282
+ .e-current-date .e-date-header {
283
+ width: 24px;
284
+ }
285
+ }
286
+
287
+ .e-timeline-view,
288
+ .e-timeline-month-view {
289
+ .e-date-header-wrap table td:first-child,
290
+ .e-content-wrap table td:first-child {
291
+ border-left-width: 0;
292
+ }
293
+
294
+ .e-content-wrap table tr:last-child td {
295
+ border-bottom-width: 0;
296
+ }
297
+
298
+ .e-date-header-wrap table td {
299
+ background-color: $schedule-header-bg-color;
300
+ border-color: $schedule-header-border-color;
301
+ border-style: $border-type;
302
+ border-width: $schedule-timeline-work-cells-border;
303
+ color: $schedule-header-font-color;
304
+
305
+ &.e-current-day {
306
+ color: $schedule-active-font-color;
307
+ @if ($schedule-skin == 'tailwind') {
308
+ font-weight: 500;
309
+ }
310
+ }
311
+ }
312
+
313
+ .e-work-cells {
314
+ background-color: $schedule-work-cells-bg-color;
315
+ border-color: $schedule-content-border-color;
316
+ border-style: $border-type;
317
+ border-width: $schedule-timeline-work-cells-border;
318
+ color: $schedule-primary-content-font-color;
319
+ padding: 0;
320
+
321
+ &:hover:not(.e-resource-group-cells) {
322
+ background: $schedule-hover-bg-color;
323
+ color: $schedule-hover-font-color;
324
+ }
325
+ }
326
+
327
+ &.e-virtual-mask .e-work-cells:hover {
328
+ background-color: $schedule-disable-dates-color;
329
+ }
330
+
331
+ .e-work-days {
332
+ background-color: $schedule-workhour-bg-color;
333
+ }
334
+
335
+ .e-resource-group-cells {
336
+ background-color: $schedule-work-cells-bg-color;
337
+ }
338
+
339
+ .e-selected-cell {
340
+ background-color: $schedule-select-bg-color;
341
+ color: $schedule-select-font-color;
342
+
343
+ &:hover:not(.e-resource-group-cells) {
344
+ background-color: $schedule-select-bg-color;
345
+ }
346
+ }
347
+ }
348
+
349
+ .e-timeline-view {
350
+ .e-work-hours {
351
+ background-color: $schedule-workhour-bg-color;
352
+ }
353
+
354
+ .e-resource-group-cells {
355
+ background-color: $schedule-work-cells-bg-color;
356
+ }
357
+
358
+ .e-selected-cell {
359
+ background-color: $schedule-select-bg-color;
360
+ color: $schedule-hover-font-color;
361
+
362
+ &:hover {
363
+ background-color: $schedule-select-bg-color;
364
+ }
365
+ }
366
+
367
+ .e-alternate-cells {
368
+ border-left-style: $schedule-alternate-cell-border;
369
+ }
370
+
371
+ .e-header-row .e-time-cells {
372
+ border-left-width: 0;
373
+ }
374
+
375
+ .e-clone-time-indicator,
376
+ .e-current-time {
377
+ color: $schedule-active-font-color;
378
+ font-size: $schedule-current-time-nrml-font-size;
379
+ }
380
+
381
+ .e-current-timeline {
382
+ border-left: 1px $border-type $schedule-active-border-color;
383
+ }
384
+ }
385
+
386
+ #{if(&, '&', '*')}.e-rtl {
387
+ .e-vertical-view {
388
+ .e-date-header-wrap table tbody td:first-child,
389
+ .e-content-wrap table td:first-child {
390
+ border-right-width: 0;
391
+ }
392
+
393
+ .e-date-header-wrap table tbody td,
394
+ .e-work-cells {
395
+ border-width: $schedule-rtl-vertical-work-cells-border;
396
+ }
397
+
398
+ .e-left-indent-wrap .e-header-cells,
399
+ .e-date-header-wrap .e-header-cells {
400
+ border-bottom-width: 0;
401
+ }
402
+
403
+ .e-left-indent-wrap table tbody td,
404
+ .e-time-cells-wrap table tbody td {
405
+ border-width: 0 0 1px 1px;
406
+ }
407
+ }
408
+
409
+ .e-month-view {
410
+ .e-date-header-wrap table td:first-child,
411
+ .e-content-wrap table td:first-child {
412
+ border-right-width: 0;
413
+ }
414
+
415
+ .e-date-header-wrap table td {
416
+ border-width: $schedule-rtl-month-work-cells-border;
417
+ }
418
+ }
419
+
420
+ .e-month-view,
421
+ .e-month-agenda-view {
422
+ .e-work-cells {
423
+ border-width: $schedule-rtl-month-work-cells-border;
424
+ }
425
+ }
426
+
427
+ .e-month-agenda-view {
428
+ .e-work-cells {
429
+ border-width: $schedule-rtl-month-agenda-work-cells-border;
430
+ }
431
+ }
432
+
433
+ .e-timeline-view,
434
+ .e-timeline-month-view {
435
+ .e-date-header-wrap table td:first-child,
436
+ .e-content-wrap table td:first-child {
437
+ border-right-width: 0;
438
+ }
439
+
440
+ .e-date-header-wrap table td:last-child,
441
+ .e-content-wrap table td:last-child {
442
+ border-left-width: 0;
443
+ }
444
+
445
+ .e-date-header-wrap table td,
446
+ .e-content-wrap table td {
447
+ border-width: $schedule-rtl-timeline-work-cells-border;
448
+ }
449
+ }
450
+
451
+ .e-timeline-view {
452
+ .e-alternate-cells {
453
+ border-right-style: $schedule-alternate-cell-border;
454
+ }
455
+
456
+ .e-header-row .e-time-cells {
457
+ border-right-width: 0;
458
+ }
459
+ }
460
+ }
461
+ }
462
+
463
+ .e-tooltip-wrap.e-schedule-error {
464
+ background-color: $schedule-val-error-bg-color;
465
+ border-color: $schedule-val-error-bg-color;
466
+ z-index: 1000;
467
+
468
+ .e-arrow-tip.e-tip-top {
469
+ left: 44%;
470
+ }
471
+
472
+ .e-arrow-tip-inner.e-tip-top,
473
+ .e-arrow-tip-outer.e-tip-top {
474
+ border-bottom: 8px solid $schedule-val-error-bg-color;
475
+ color: $schedule-val-error-bg-color;
476
+ }
477
+
478
+ .e-arrow-tip-outer.e-tip-bottom,
479
+ .e-arrow-tip-inner.e-tip-bottom {
480
+ border-top: 8px solid $schedule-val-error-bg-color;
481
+ color: $schedule-val-error-bg-color;
482
+ }
483
+
484
+ .e-tip-content {
485
+ padding: 3px 6px;
486
+ }
487
+
488
+ @if ($schedule-skin == 'bootstrap4') {
489
+ .e-tip-content {
490
+ padding: 4px 8px 0;
491
+ }
492
+
493
+ .e-arrow-tip {
494
+ overflow: visible;
495
+ }
496
+ }
497
+
498
+ .e-tip-content,
499
+ .e-tip-content label {
500
+ color: $schedule-val-error-color;
501
+ }
502
+ }
503
+ }
@@ -411,7 +411,7 @@
411
411
  }
412
412
  .e-schedule .e-content-wrap,
413
413
  .e-schedule .e-scroll-container {
414
- -webkit-overflow-scrolling: touch;
414
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
415
415
  overflow: auto;
416
416
  }
417
417
  .e-schedule .e-hide-childs > * {
@@ -586,7 +586,7 @@
586
586
  }
587
587
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
588
588
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
589
- height: 0 !important;
589
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
590
590
  }
591
591
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
592
592
  background: #0070f0;
@@ -1086,7 +1086,7 @@
1086
1086
  }
1087
1087
  .e-schedule .e-month-view .e-header-cells {
1088
1088
  cursor: default;
1089
- font-weight: 400;
1089
+ font-weight: normal;
1090
1090
  height: 30px;
1091
1091
  padding: 3px;
1092
1092
  }
@@ -1461,7 +1461,7 @@
1461
1461
  .e-schedule .e-timeline-year-view .e-left-indent,
1462
1462
  .e-schedule .e-timeline-year-view .e-header-cells {
1463
1463
  cursor: default;
1464
- font-weight: 400;
1464
+ font-weight: normal;
1465
1465
  height: 30px;
1466
1466
  padding: 0;
1467
1467
  text-align: center;
@@ -1865,9 +1865,14 @@
1865
1865
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
1866
1866
  width: 70px;
1867
1867
  }
1868
+ .e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
1869
+ transform: translateX(0);
1870
+ }
1871
+ .e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
1872
+ transform: translateY(0);
1873
+ }
1868
1874
  .e-schedule .e-virtual-scroll .e-content-table {
1869
1875
  position: absolute;
1870
- transform: translateY(0);
1871
1876
  }
1872
1877
  .e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
1873
1878
  position: relative;
@@ -1984,7 +1989,7 @@
1984
1989
  }
1985
1990
  .e-schedule .e-month-agenda-view .e-header-cells {
1986
1991
  cursor: default;
1987
- font-weight: 400;
1992
+ font-weight: normal;
1988
1993
  height: 30px;
1989
1994
  padding: 5px;
1990
1995
  text-align: center;
@@ -3498,7 +3503,6 @@
3498
3503
  border-style: solid;
3499
3504
  border-width: 0 0 1px 1px;
3500
3505
  color: #f0f0f0;
3501
- text-align: left;
3502
3506
  }
3503
3507
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
3504
3508
  border-bottom-width: 0;
@@ -3583,7 +3587,6 @@
3583
3587
  border-style: solid;
3584
3588
  border-width: 0 0 1px 1px;
3585
3589
  color: #f0f0f0;
3586
- text-align: left;
3587
3590
  }
3588
3591
  .e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
3589
3592
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import '../recurrence-editor/bootstrap-dark-definition.scss';
3
+ @import 'bootstrap-dark-definition.scss';
4
+ @import 'icons/bootstrap-dark.scss';
5
+ @import 'all.scss';
@@ -409,7 +409,7 @@
409
409
  }
410
410
  .e-schedule .e-content-wrap,
411
411
  .e-schedule .e-scroll-container {
412
- -webkit-overflow-scrolling: touch;
412
+ -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
413
413
  overflow: auto;
414
414
  }
415
415
  .e-schedule .e-hide-childs > * {
@@ -584,7 +584,7 @@
584
584
  }
585
585
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
586
586
  .e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
587
- height: 0 !important;
587
+ height: 0 !important; /* stylelint-disable-line declaration-no-important */
588
588
  }
589
589
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
590
590
  background: #317ab9;
@@ -1084,7 +1084,7 @@
1084
1084
  }
1085
1085
  .e-schedule .e-month-view .e-header-cells {
1086
1086
  cursor: default;
1087
- font-weight: 400;
1087
+ font-weight: normal;
1088
1088
  height: 30px;
1089
1089
  padding: 3px;
1090
1090
  }
@@ -1459,7 +1459,7 @@
1459
1459
  .e-schedule .e-timeline-year-view .e-left-indent,
1460
1460
  .e-schedule .e-timeline-year-view .e-header-cells {
1461
1461
  cursor: default;
1462
- font-weight: 400;
1462
+ font-weight: normal;
1463
1463
  height: 30px;
1464
1464
  padding: 0;
1465
1465
  text-align: center;
@@ -1863,9 +1863,14 @@
1863
1863
  .e-schedule .e-timeline-month-view .e-content-wrap table col {
1864
1864
  width: 70px;
1865
1865
  }
1866
+ .e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
1867
+ transform: translateX(0);
1868
+ }
1869
+ .e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
1870
+ transform: translateY(0);
1871
+ }
1866
1872
  .e-schedule .e-virtual-scroll .e-content-table {
1867
1873
  position: absolute;
1868
- transform: translateY(0);
1869
1874
  }
1870
1875
  .e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
1871
1876
  position: relative;
@@ -1982,7 +1987,7 @@
1982
1987
  }
1983
1988
  .e-schedule .e-month-agenda-view .e-header-cells {
1984
1989
  cursor: default;
1985
- font-weight: 400;
1990
+ font-weight: normal;
1986
1991
  height: 30px;
1987
1992
  padding: 5px;
1988
1993
  text-align: center;
@@ -3497,7 +3502,6 @@
3497
3502
  border-style: solid;
3498
3503
  border-width: 0 0 1px 1px;
3499
3504
  color: #333;
3500
- text-align: left;
3501
3505
  }
3502
3506
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
3503
3507
  border-bottom-width: 0;
@@ -3582,7 +3586,6 @@
3582
3586
  border-style: solid;
3583
3587
  border-width: 0 0 1px 1px;
3584
3588
  color: #333;
3585
- text-align: left;
3586
3589
  }
3587
3590
  .e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
3588
3591
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import '../recurrence-editor/bootstrap-definition.scss';
3
+ @import 'bootstrap-definition.scss';
4
+ @import 'icons/bootstrap.scss';
5
+ @import 'all.scss';