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

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 (155) 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 +289 -0
  10. package/esm2020/src/schedule/schedule.module.mjs +52 -0
  11. package/esm2020/src/schedule/views.directive.mjs +132 -0
  12. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +745 -0
  14. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +745 -0
  16. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/package.json +27 -13
  18. package/schematics/utils/lib-details.d.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 +0 -6
  29. package/styles/bootstrap.css +0 -6
  30. package/styles/bootstrap4.css +0 -6
  31. package/styles/bootstrap5-dark.css +0 -6
  32. package/styles/bootstrap5.css +0 -6
  33. package/styles/fabric-dark.css +0 -6
  34. package/styles/fabric.css +0 -6
  35. package/styles/fluent-dark.css +0 -6
  36. package/styles/fluent.css +0 -6
  37. package/styles/highcontrast-light.css +0 -6
  38. package/styles/highcontrast.css +0 -6
  39. package/styles/material-dark.css +0 -6
  40. package/styles/material.css +0 -6
  41. package/styles/recurrence-editor/_all.scss +2 -0
  42. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
  43. package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
  44. package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
  45. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
  46. package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
  47. package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
  48. package/styles/recurrence-editor/_fabric-definition.scss +13 -0
  49. package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/recurrence-editor/_fluent-definition.scss +13 -0
  51. package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
  52. package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
  53. package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
  54. package/styles/recurrence-editor/_layout.scss +548 -0
  55. package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
  56. package/styles/recurrence-editor/_material-definition.scss +13 -0
  57. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  58. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  59. package/styles/recurrence-editor/_theme.scss +1 -0
  60. package/styles/recurrence-editor/bootstrap-dark.scss +8 -1
  61. package/styles/recurrence-editor/bootstrap.scss +8 -1
  62. package/styles/recurrence-editor/bootstrap4.scss +8 -1
  63. package/styles/recurrence-editor/bootstrap5-dark.scss +8 -1
  64. package/styles/recurrence-editor/bootstrap5.scss +8 -1
  65. package/styles/recurrence-editor/fabric-dark.scss +8 -1
  66. package/styles/recurrence-editor/fabric.scss +8 -1
  67. package/styles/recurrence-editor/fluent-dark.scss +8 -1
  68. package/styles/recurrence-editor/fluent.scss +8 -1
  69. package/styles/recurrence-editor/highcontrast-light.scss +8 -1
  70. package/styles/recurrence-editor/highcontrast.scss +8 -1
  71. package/styles/recurrence-editor/material-dark.scss +8 -1
  72. package/styles/recurrence-editor/material.scss +8 -1
  73. package/styles/recurrence-editor/tailwind-dark.scss +8 -1
  74. package/styles/recurrence-editor/tailwind.scss +8 -1
  75. package/styles/schedule/_all.scss +2 -0
  76. package/styles/schedule/_bootstrap-dark-definition.scss +279 -0
  77. package/styles/schedule/_bootstrap-definition.scss +279 -0
  78. package/styles/schedule/_bootstrap4-definition.scss +282 -0
  79. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  80. package/styles/schedule/_bootstrap5-definition.scss +289 -0
  81. package/styles/schedule/_fabric-dark-definition.scss +278 -0
  82. package/styles/schedule/_fabric-definition.scss +279 -0
  83. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  84. package/styles/schedule/_fluent-definition.scss +284 -0
  85. package/styles/schedule/_fusionnew-definition.scss +288 -0
  86. package/styles/schedule/_highcontrast-definition.scss +280 -0
  87. package/styles/schedule/_highcontrast-light-definition.scss +280 -0
  88. package/styles/schedule/_layout.scss +4119 -0
  89. package/styles/schedule/_material-dark-definition.scss +279 -0
  90. package/styles/schedule/_material-definition.scss +279 -0
  91. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  92. package/styles/schedule/_tailwind-definition.scss +281 -0
  93. package/styles/schedule/_theme.scss +546 -0
  94. package/styles/schedule/bootstrap-dark.css +0 -6
  95. package/styles/schedule/bootstrap-dark.scss +16 -1
  96. package/styles/schedule/bootstrap.css +0 -6
  97. package/styles/schedule/bootstrap.scss +16 -1
  98. package/styles/schedule/bootstrap4.css +0 -6
  99. package/styles/schedule/bootstrap4.scss +16 -1
  100. package/styles/schedule/bootstrap5-dark.css +0 -6
  101. package/styles/schedule/bootstrap5-dark.scss +15 -1
  102. package/styles/schedule/bootstrap5.css +0 -6
  103. package/styles/schedule/bootstrap5.scss +16 -1
  104. package/styles/schedule/fabric-dark.css +0 -6
  105. package/styles/schedule/fabric-dark.scss +16 -1
  106. package/styles/schedule/fabric.css +0 -6
  107. package/styles/schedule/fabric.scss +16 -1
  108. package/styles/schedule/fluent-dark.css +0 -6
  109. package/styles/schedule/fluent-dark.scss +15 -1
  110. package/styles/schedule/fluent.css +0 -6
  111. package/styles/schedule/fluent.scss +16 -1
  112. package/styles/schedule/highcontrast-light.css +0 -6
  113. package/styles/schedule/highcontrast-light.scss +16 -1
  114. package/styles/schedule/highcontrast.css +0 -6
  115. package/styles/schedule/highcontrast.scss +16 -1
  116. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  117. package/styles/schedule/icons/_bootstrap.scss +231 -0
  118. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  119. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  120. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  121. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  122. package/styles/schedule/icons/_fabric.scss +231 -0
  123. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  124. package/styles/schedule/icons/_fluent.scss +231 -0
  125. package/styles/schedule/icons/_fusionnew.scss +231 -0
  126. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  127. package/styles/schedule/icons/_highcontrast.scss +231 -0
  128. package/styles/schedule/icons/_material-dark.scss +231 -0
  129. package/styles/schedule/icons/_material.scss +231 -0
  130. package/styles/schedule/icons/_material3.scss +231 -0
  131. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  132. package/styles/schedule/icons/_tailwind.scss +231 -0
  133. package/styles/schedule/material-dark.css +0 -6
  134. package/styles/schedule/material-dark.scss +16 -1
  135. package/styles/schedule/material.css +0 -6
  136. package/styles/schedule/material.scss +16 -1
  137. package/styles/schedule/tailwind-dark.css +0 -6
  138. package/styles/schedule/tailwind-dark.scss +15 -1
  139. package/styles/schedule/tailwind.css +0 -6
  140. package/styles/schedule/tailwind.scss +16 -1
  141. package/styles/tailwind-dark.css +0 -6
  142. package/styles/tailwind.css +0 -6
  143. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  144. package/@syncfusion/ej2-angular-schedule.es5.js +0 -850
  145. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  146. package/@syncfusion/ej2-angular-schedule.js +0 -798
  147. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  148. package/CHANGELOG.md +0 -1747
  149. package/dist/ej2-angular-schedule.umd.js +0 -991
  150. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  151. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  152. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  153. package/ej2-angular-schedule.d.ts +0 -6
  154. package/ej2-angular-schedule.metadata.json +0 -1
  155. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,546 @@
1
+ @include export-module('schedule-theme') {
2
+
3
+ /*! schedule component theme */
4
+ .e-schedule {
5
+ background: $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
+ background-color: $schedule-calendar-background;
17
+ box-shadow: $schedule-calendar-shadow;
18
+ }
19
+
20
+ .e-vertical-view {
21
+ .e-date-header-wrap table tbody td:first-child,
22
+ .e-content-wrap table td:first-child {
23
+ border-left-width: 0;
24
+ }
25
+
26
+ .e-date-header-wrap {
27
+ .e-all-day-cells {
28
+ background: $schedule-header-bg-color;
29
+
30
+ &:hover {
31
+ background: $schedule-hover-bg-color;
32
+ }
33
+ }
34
+ }
35
+
36
+ .e-left-indent-wrap table tbody td {
37
+ background: $schedule-header-bg-color;
38
+ border-color: $schedule-header-border-color;
39
+ border-style: $border-type;
40
+ border-width: 0 1px 1px 0;
41
+ color: $schedule-header-font-color;
42
+
43
+ &.e-header-cells {
44
+ border-bottom-width: 0;
45
+
46
+ &.e-week-number {
47
+ color: $schedule-secondary-content-font-color;
48
+ font-size: $schedule-date-header-wrap-nrml-font-size;
49
+ padding-top: 10px;
50
+ text-align: center;
51
+ vertical-align: top;
52
+ }
53
+ }
54
+
55
+ &.e-resource-cells {
56
+ border-bottom-color: transparent;
57
+ }
58
+ }
59
+
60
+ .e-date-header-wrap table tbody td {
61
+ background: $schedule-header-bg-color;
62
+ border-color: $schedule-header-border-color;
63
+ border-style: $border-type;
64
+ border-width: $schedule-vertical-work-cells-border;
65
+ color: $schedule-header-font-color;
66
+ text-align: left;
67
+
68
+ &.e-header-cells {
69
+ border-bottom-width: 0;
70
+ }
71
+ }
72
+
73
+ .e-time-cells-wrap table td {
74
+ background: $schedule-time-cells-bg-color;
75
+ border-color: $schedule-content-border-color;
76
+ border-style: $border-type;
77
+ border-width: 0 1px 1px 0;
78
+ color: $schedule-time-cells-font-color;
79
+ }
80
+
81
+ .e-time-cells-wrap table td {
82
+ border-bottom-color: transparent;
83
+ }
84
+
85
+ .e-time-cells-wrap .e-time-cells {
86
+ border-bottom-color: $schedule-time-cells-border-bottom-color;
87
+ }
88
+
89
+ .e-header-cells {
90
+ background: $schedule-header-bg-color;
91
+
92
+ &.e-current-day {
93
+ color: $schedule-active-font-color;
94
+ font-weight: $schedule-current-day-font-weight;
95
+ }
96
+ }
97
+
98
+ .e-work-cells {
99
+ background: $schedule-work-cells-bg-color;
100
+ border-color: $schedule-content-border-color;
101
+ border-style: $border-type;
102
+ border-width: $schedule-vertical-work-cells-border;
103
+ padding: 0;
104
+
105
+ &:hover {
106
+ background: $schedule-hover-bg-color;
107
+ color: $schedule-hover-font-color;
108
+ }
109
+ }
110
+
111
+ .e-alternate-cells {
112
+ border-bottom-style: $schedule-alternate-cell-border;
113
+ }
114
+
115
+ .e-work-hours {
116
+ background: $schedule-workhour-bg-color;
117
+ }
118
+
119
+ .e-all-day-cells {
120
+ background: $schedule-header-bg-color;
121
+
122
+ &.e-current-day {
123
+ color: $schedule-active-font-color;
124
+ }
125
+
126
+ &.e-selected-cell {
127
+ background: $schedule-select-bg-color;
128
+ color: $schedule-hover-font-color;
129
+
130
+ &:hover {
131
+ background: $schedule-select-bg-color;
132
+ color: $schedule-selected-cell-hover-font-color;
133
+ }
134
+ }
135
+ }
136
+
137
+ .e-selected-cell {
138
+ background: $schedule-select-bg-color;
139
+ color: $schedule-hover-font-color;
140
+
141
+ &:hover {
142
+ background: $schedule-select-bg-color;
143
+ color: $schedule-selected-cell-hover-font-color;
144
+ }
145
+ }
146
+
147
+ .e-clone-time-indicator,
148
+ .e-current-time {
149
+ color: $schedule-active-font-color;
150
+ }
151
+
152
+ .e-current-timeline {
153
+ border-top: 1px $border-type $schedule-active-border-color;
154
+ }
155
+
156
+ .e-previous-timeline {
157
+ border-top: 1px dotted $schedule-active-border-color;
158
+ }
159
+
160
+ &.e-by-date {
161
+ .e-date-header-wrap table tbody td {
162
+ &.e-header-cells {
163
+ border-bottom-width: 1px;
164
+ }
165
+ }
166
+ }
167
+ }
168
+
169
+ .e-month-view {
170
+ .e-date-header-wrap table td:first-child,
171
+ .e-content-wrap table td:first-child {
172
+ border-left-width: 0;
173
+ }
174
+ }
175
+
176
+ .e-month-view,
177
+ .e-month-agenda-view {
178
+ .e-date-header-wrap table td {
179
+ background: $schedule-header-bg-color;
180
+ border-color: $schedule-header-border-color;
181
+ border-style: $border-type;
182
+ border-width: $schedule-month-work-cells-border;
183
+ color: $schedule-header-font-color;
184
+ font-size: $schedule-month-date-header-cell-font-size;
185
+ text-align: $schedule-month-date-header-cell-text-align;
186
+ text-transform: $schedule-month-date-header-cell-text-transform;
187
+
188
+ &.e-current-day {
189
+ color: $schedule-active-font-color;
190
+ font-weight: $schedule-current-day-font-weight;
191
+ }
192
+ }
193
+
194
+ .e-work-cells {
195
+ background: $schedule-work-cells-bg-color;
196
+ border-color: $schedule-content-border-color;
197
+ border-style: $border-type;
198
+ border-width: $schedule-month-work-cells-border;
199
+ color: $schedule-primary-content-font-color;
200
+ padding: 0;
201
+
202
+ &:hover {
203
+ background: $schedule-hover-bg-color;
204
+ color: $schedule-work-cell-hover-color;
205
+ }
206
+ }
207
+
208
+ .e-work-days {
209
+ background: $schedule-workhour-bg-color;
210
+ }
211
+
212
+ .e-other-month {
213
+ color: $schedule-secondary-content-font-color;
214
+ }
215
+
216
+ .e-current-date .e-date-header {
217
+ background: $schedule-current-date-bg-color;
218
+ border-radius: 50%;
219
+ color: $schedule-current-date-header-font-color;
220
+ min-width: 20px;
221
+ padding: 0 4px;
222
+ width: fit-content;
223
+ }
224
+
225
+ .e-selected-cell {
226
+ background: $schedule-select-bg-color;
227
+ color: $schedule-select-font-color;
228
+
229
+ .e-date-header {
230
+ color: $schedule-selected-date-header-cell-font-color;
231
+ }
232
+
233
+ .e-more-indicator {
234
+ color: $schedule-select-font-color;
235
+ }
236
+
237
+ &:hover {
238
+ background: $schedule-select-bg-color;
239
+ }
240
+ }
241
+ }
242
+
243
+ .e-month-agenda-view {
244
+ .e-content-wrap .e-table-container {
245
+ overflow: auto;
246
+ }
247
+
248
+ .e-date-header-wrap table td {
249
+ border-width: $schedule-month-agenda-header-cells-border;
250
+ text-align: center;
251
+ }
252
+
253
+ .e-work-cells {
254
+ border-width: $schedule-month-agenda-work-cells-border;
255
+ }
256
+
257
+ .e-current-date .e-date-header {
258
+ min-width: 24px;
259
+ }
260
+ }
261
+
262
+ .e-timeline-view,
263
+ .e-timeline-month-view {
264
+ .e-date-header-wrap table td:first-child,
265
+ .e-content-wrap table td:first-child {
266
+ border-left-width: 0;
267
+ }
268
+
269
+ .e-content-wrap table tr:last-child td {
270
+ border-bottom-width: 0;
271
+ }
272
+
273
+ .e-date-header-wrap table td {
274
+ background: $schedule-header-bg-color;
275
+ border-color: $schedule-header-border-color;
276
+ border-style: $border-type;
277
+ border-width: $schedule-timeline-work-cells-border;
278
+ color: $schedule-header-font-color;
279
+
280
+ &.e-current-day {
281
+ color: $schedule-active-font-color;
282
+ font-weight: $schedule-current-day-font-weight;
283
+ }
284
+ }
285
+
286
+ .e-work-cells {
287
+ background: $schedule-work-cells-bg-color;
288
+ border-color: $schedule-content-border-color;
289
+ border-style: $border-type;
290
+ border-width: $schedule-timeline-work-cells-border;
291
+ color: $schedule-primary-content-font-color;
292
+ padding: 0;
293
+
294
+ &:hover:not(.e-resource-group-cells) {
295
+ background: $schedule-hover-bg-color;
296
+ color: $schedule-hover-font-color;
297
+ }
298
+ }
299
+
300
+ &.e-virtual-mask .e-work-cells:hover {
301
+ background: $schedule-disable-dates-color;
302
+ }
303
+
304
+ .e-work-days {
305
+ background: $schedule-workhour-bg-color;
306
+ }
307
+
308
+ .e-resource-group-cells {
309
+ background: $schedule-work-cells-bg-color;
310
+ }
311
+
312
+ .e-selected-cell {
313
+ background: $schedule-select-bg-color;
314
+ color: $schedule-select-font-color;
315
+
316
+ &:hover:not(.e-resource-group-cells) {
317
+ background: $schedule-select-bg-color;
318
+ }
319
+ }
320
+ }
321
+
322
+ .e-timeline-view {
323
+ .e-work-hours {
324
+ background: $schedule-workhour-bg-color;
325
+ }
326
+
327
+ .e-resource-group-cells {
328
+ background: $schedule-work-cells-bg-color;
329
+ }
330
+
331
+ .e-selected-cell {
332
+ background: $schedule-select-bg-color;
333
+ color: $schedule-hover-font-color;
334
+
335
+ &:hover {
336
+ background: $schedule-select-bg-color;
337
+ }
338
+ }
339
+
340
+ .e-alternate-cells {
341
+ border-left-style: $schedule-alternate-cell-border;
342
+ }
343
+
344
+ .e-header-row .e-time-cells {
345
+ border-left-width: 0;
346
+ }
347
+
348
+ .e-clone-time-indicator,
349
+ .e-current-time {
350
+ color: $schedule-active-font-color;
351
+ font-size: $schedule-current-time-nrml-font-size;
352
+ }
353
+
354
+ .e-current-timeline {
355
+ border-left: 1px $border-type $schedule-active-border-color;
356
+ }
357
+ }
358
+
359
+ .e-timeline-year-view {
360
+ .e-work-cells {
361
+ background: $schedule-work-cells-bg-color;
362
+ border-color: $schedule-content-border-color;
363
+ border-style: $border-type;
364
+ border-width: 0 $border-size $border-size 0;
365
+ color: $schedule-primary-content-font-color;
366
+ padding: 0;
367
+
368
+ &:hover:not(.e-other-month) {
369
+ background: $schedule-hover-bg-color;
370
+ color: $schedule-hover-font-color;
371
+ }
372
+
373
+ &.e-work-days {
374
+ background: $schedule-workhour-bg-color;
375
+ }
376
+
377
+ &.e-other-month {
378
+ color: $schedule-secondary-content-font-color;
379
+ }
380
+
381
+ &.e-current-day .e-date-header {
382
+ background: $schedule-current-date-bg-color;
383
+ border-radius: 50%;
384
+ color: $schedule-current-day-active-color;
385
+ margin: 2px;
386
+ width: 20px;
387
+ }
388
+
389
+ &.e-selected-cell {
390
+ background: $schedule-select-bg-color;
391
+ color: $schedule-select-font-color;
392
+
393
+ .e-date-header {
394
+ color: $schedule-select-font-color;
395
+ }
396
+
397
+ .e-more-indicator {
398
+ color: $schedule-select-font-color;
399
+ }
400
+
401
+ &:hover {
402
+ background: $schedule-select-bg-color;
403
+ }
404
+ }
405
+
406
+ &.e-disable-dates {
407
+ background: $schedule-disable-dates-color;
408
+
409
+ .e-date-header {
410
+ cursor: default;
411
+ opacity: .35;
412
+
413
+ &:hover {
414
+ text-decoration: none;
415
+ }
416
+ }
417
+
418
+ &:hover {
419
+ background: $schedule-disable-dates-color;
420
+ }
421
+ }
422
+ }
423
+
424
+ &.e-virtual-mask .e-work-cells {
425
+ background: $schedule-disable-dates-color;
426
+ box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
427
+
428
+ &:hover {
429
+ background: $schedule-disable-dates-color;
430
+ }
431
+ }
432
+ }
433
+
434
+ #{if(&, '&', '*')}.e-rtl {
435
+ .e-vertical-view {
436
+ .e-date-header-wrap table tbody td:first-child,
437
+ .e-content-wrap table td:first-child {
438
+ border-right-width: 0;
439
+ }
440
+
441
+ .e-date-header-wrap table tbody td {
442
+ text-align: right;
443
+ }
444
+
445
+ .e-date-header-wrap table tbody td,
446
+ .e-work-cells {
447
+ border-width: $schedule-rtl-vertical-work-cells-border;
448
+ }
449
+
450
+ .e-left-indent-wrap .e-header-cells,
451
+ .e-date-header-wrap .e-header-cells {
452
+ border-bottom-width: 0;
453
+ }
454
+
455
+ .e-left-indent-wrap table tbody td,
456
+ .e-time-cells-wrap table tbody td {
457
+ border-width: 0 0 1px 1px;
458
+ }
459
+ }
460
+
461
+ .e-month-view {
462
+ .e-date-header-wrap table td:first-child,
463
+ .e-content-wrap table td:first-child {
464
+ border-right-width: 0;
465
+ }
466
+
467
+ .e-date-header-wrap table td {
468
+ text-align: right;
469
+ border-width: $schedule-rtl-month-work-cells-border;
470
+ }
471
+ }
472
+
473
+ .e-month-view,
474
+ .e-month-agenda-view {
475
+ .e-work-cells {
476
+ border-width: $schedule-rtl-month-work-cells-border;
477
+ }
478
+ }
479
+
480
+ .e-month-agenda-view {
481
+ .e-work-cells {
482
+ border-width: $schedule-rtl-month-agenda-work-cells-border;
483
+ }
484
+ }
485
+
486
+ .e-timeline-view,
487
+ .e-timeline-month-view {
488
+ .e-date-header-wrap table td:first-child,
489
+ .e-content-wrap table td:first-child {
490
+ border-right-width: 0;
491
+ }
492
+
493
+ .e-date-header-wrap table td:last-child,
494
+ .e-content-wrap table td:last-child {
495
+ border-left-width: 0;
496
+ }
497
+
498
+ .e-date-header-wrap table td,
499
+ .e-content-wrap table td {
500
+ border-width: $schedule-rtl-timeline-work-cells-border;
501
+ }
502
+ }
503
+
504
+ .e-timeline-view {
505
+ .e-alternate-cells {
506
+ border-right-style: $schedule-alternate-cell-border;
507
+ }
508
+
509
+ .e-header-row .e-time-cells {
510
+ border-right-width: 0;
511
+ }
512
+ }
513
+ }
514
+ }
515
+
516
+ .e-tooltip-wrap.e-schedule-error {
517
+ background: $schedule-val-error-bg-color;
518
+ border-color: $schedule-val-error-bg-color;
519
+ z-index: 1000;
520
+
521
+ .e-arrow-tip.e-tip-top {
522
+ left: 44%;
523
+ }
524
+
525
+ .e-arrow-tip-inner.e-tip-top,
526
+ .e-arrow-tip-outer.e-tip-top {
527
+ border-bottom: 8px solid $schedule-val-error-bg-color;
528
+ color: $schedule-val-error-bg-color;
529
+ }
530
+
531
+ .e-arrow-tip-outer.e-tip-bottom,
532
+ .e-arrow-tip-inner.e-tip-bottom {
533
+ border-top: 8px solid $schedule-val-error-bg-color;
534
+ color: $schedule-val-error-bg-color;
535
+ }
536
+
537
+ .e-tip-content {
538
+ padding: $schedule-tip-content-padding;
539
+ }
540
+
541
+ .e-tip-content,
542
+ .e-tip-content label {
543
+ color: $schedule-val-error-color;
544
+ }
545
+ }
546
+ }
@@ -2148,12 +2148,6 @@
2148
2148
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2149
2149
  background: #484848;
2150
2150
  }
2151
- .e-schedule .e-month-agenda-view .e-appointment.e-template {
2152
- display: -ms-inline-flexbox;
2153
- display: inline-flex;
2154
- -ms-flex-direction: row-reverse;
2155
- flex-direction: row-reverse;
2156
- }
2157
2151
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2158
2152
  display: -ms-flexbox;
2159
2153
  display: flex;
@@ -1 +1,16 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap-dark.scss';
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';
@@ -2148,12 +2148,6 @@
2148
2148
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2149
2149
  background: #e6e6e6;
2150
2150
  }
2151
- .e-schedule .e-month-agenda-view .e-appointment.e-template {
2152
- display: -ms-inline-flexbox;
2153
- display: inline-flex;
2154
- -ms-flex-direction: row-reverse;
2155
- flex-direction: row-reverse;
2156
- }
2157
2151
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2158
2152
  display: -ms-flexbox;
2159
2153
  display: flex;
@@ -1 +1,16 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap.scss';
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';
@@ -2227,12 +2227,6 @@
2227
2227
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2228
2228
  background: #e9ecef;
2229
2229
  }
2230
- .e-schedule .e-month-agenda-view .e-appointment.e-template {
2231
- display: -ms-inline-flexbox;
2232
- display: inline-flex;
2233
- -ms-flex-direction: row-reverse;
2234
- flex-direction: row-reverse;
2235
- }
2236
2230
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2237
2231
  display: -ms-flexbox;
2238
2232
  display: flex;
@@ -1 +1,16 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap4.scss';
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';
@@ -2201,12 +2201,6 @@
2201
2201
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2202
2202
  background: #343a40;
2203
2203
  }
2204
- .e-schedule .e-month-agenda-view .e-appointment.e-template {
2205
- display: -ms-inline-flexbox;
2206
- display: inline-flex;
2207
- -ms-flex-direction: row-reverse;
2208
- flex-direction: row-reverse;
2209
- }
2210
2204
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2211
2205
  display: -ms-flexbox;
2212
2206
  display: flex;
@@ -1 +1,15 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap5-dark.scss';
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';
@@ -2201,12 +2201,6 @@
2201
2201
  .e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
2202
2202
  background: #e9ecef;
2203
2203
  }
2204
- .e-schedule .e-month-agenda-view .e-appointment.e-template {
2205
- display: -ms-inline-flexbox;
2206
- display: inline-flex;
2207
- -ms-flex-direction: row-reverse;
2208
- flex-direction: row-reverse;
2209
- }
2210
2204
  .e-schedule .e-month-agenda-view .e-subject-wrap {
2211
2205
  display: -ms-flexbox;
2212
2206
  display: flex;