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

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 (157) 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 +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 +5 -5
  29. package/styles/bootstrap.css +5 -5
  30. package/styles/bootstrap4.css +5 -5
  31. package/styles/bootstrap5-dark.css +5 -5
  32. package/styles/bootstrap5.css +5 -5
  33. package/styles/fabric-dark.css +5 -5
  34. package/styles/fabric.css +5 -5
  35. package/styles/fluent-dark.css +5 -5
  36. package/styles/fluent.css +5 -5
  37. package/styles/highcontrast-light.css +5 -5
  38. package/styles/highcontrast.css +5 -5
  39. package/styles/material-dark.css +5 -5
  40. package/styles/material.css +5 -5
  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 +534 -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/_material3-definition.scss +13 -0
  58. package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
  59. package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
  60. package/styles/recurrence-editor/_theme.scss +1 -0
  61. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  62. package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
  63. package/styles/recurrence-editor/bootstrap.css +5 -5
  64. package/styles/recurrence-editor/bootstrap.scss +3 -1
  65. package/styles/recurrence-editor/bootstrap4.css +5 -5
  66. package/styles/recurrence-editor/bootstrap4.scss +3 -1
  67. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  68. package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
  69. package/styles/recurrence-editor/bootstrap5.css +5 -5
  70. package/styles/recurrence-editor/bootstrap5.scss +3 -1
  71. package/styles/recurrence-editor/fabric-dark.css +5 -5
  72. package/styles/recurrence-editor/fabric-dark.scss +3 -1
  73. package/styles/recurrence-editor/fabric.css +5 -5
  74. package/styles/recurrence-editor/fabric.scss +3 -1
  75. package/styles/recurrence-editor/fluent-dark.css +5 -5
  76. package/styles/recurrence-editor/fluent-dark.scss +3 -1
  77. package/styles/recurrence-editor/fluent.css +5 -5
  78. package/styles/recurrence-editor/fluent.scss +3 -1
  79. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  80. package/styles/recurrence-editor/highcontrast-light.scss +3 -1
  81. package/styles/recurrence-editor/highcontrast.css +5 -5
  82. package/styles/recurrence-editor/highcontrast.scss +3 -1
  83. package/styles/recurrence-editor/material-dark.css +5 -5
  84. package/styles/recurrence-editor/material-dark.scss +3 -1
  85. package/styles/recurrence-editor/material.css +5 -5
  86. package/styles/recurrence-editor/material.scss +3 -1
  87. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  88. package/styles/recurrence-editor/tailwind-dark.scss +3 -1
  89. package/styles/recurrence-editor/tailwind.css +5 -5
  90. package/styles/recurrence-editor/tailwind.scss +3 -1
  91. package/styles/schedule/_all.scss +2 -0
  92. package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
  93. package/styles/schedule/_bootstrap-definition.scss +213 -0
  94. package/styles/schedule/_bootstrap4-definition.scss +215 -0
  95. package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
  96. package/styles/schedule/_bootstrap5-definition.scss +224 -0
  97. package/styles/schedule/_fabric-dark-definition.scss +213 -0
  98. package/styles/schedule/_fabric-definition.scss +213 -0
  99. package/styles/schedule/_fluent-dark-definition.scss +1 -0
  100. package/styles/schedule/_fluent-definition.scss +220 -0
  101. package/styles/schedule/_fusionnew-definition.scss +224 -0
  102. package/styles/schedule/_highcontrast-definition.scss +214 -0
  103. package/styles/schedule/_highcontrast-light-definition.scss +214 -0
  104. package/styles/schedule/_layout.scss +4489 -0
  105. package/styles/schedule/_material-dark-definition.scss +213 -0
  106. package/styles/schedule/_material-definition.scss +213 -0
  107. package/styles/schedule/_material3-definition.scss +224 -0
  108. package/styles/schedule/_tailwind-dark-definition.scss +1 -0
  109. package/styles/schedule/_tailwind-definition.scss +217 -0
  110. package/styles/schedule/_theme.scss +510 -0
  111. package/styles/schedule/bootstrap-dark.scss +5 -1
  112. package/styles/schedule/bootstrap.scss +5 -1
  113. package/styles/schedule/bootstrap4.scss +5 -1
  114. package/styles/schedule/bootstrap5-dark.scss +4 -1
  115. package/styles/schedule/bootstrap5.scss +5 -1
  116. package/styles/schedule/fabric-dark.scss +5 -1
  117. package/styles/schedule/fabric.scss +5 -1
  118. package/styles/schedule/fluent-dark.scss +4 -1
  119. package/styles/schedule/fluent.scss +5 -1
  120. package/styles/schedule/highcontrast-light.scss +5 -1
  121. package/styles/schedule/highcontrast.scss +5 -1
  122. package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
  123. package/styles/schedule/icons/_bootstrap.scss +231 -0
  124. package/styles/schedule/icons/_bootstrap4.scss +231 -0
  125. package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
  126. package/styles/schedule/icons/_bootstrap5.scss +231 -0
  127. package/styles/schedule/icons/_fabric-dark.scss +231 -0
  128. package/styles/schedule/icons/_fabric.scss +231 -0
  129. package/styles/schedule/icons/_fluent-dark.scss +1 -0
  130. package/styles/schedule/icons/_fluent.scss +231 -0
  131. package/styles/schedule/icons/_fusionnew.scss +231 -0
  132. package/styles/schedule/icons/_highcontrast-light.scss +231 -0
  133. package/styles/schedule/icons/_highcontrast.scss +231 -0
  134. package/styles/schedule/icons/_material-dark.scss +231 -0
  135. package/styles/schedule/icons/_material.scss +231 -0
  136. package/styles/schedule/icons/_material3.scss +231 -0
  137. package/styles/schedule/icons/_tailwind-dark.scss +1 -0
  138. package/styles/schedule/icons/_tailwind.scss +231 -0
  139. package/styles/schedule/material-dark.scss +5 -1
  140. package/styles/schedule/material.scss +5 -1
  141. package/styles/schedule/tailwind-dark.scss +4 -1
  142. package/styles/schedule/tailwind.scss +5 -1
  143. package/styles/tailwind-dark.css +5 -5
  144. package/styles/tailwind.css +5 -5
  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 -1579
  151. package/dist/ej2-angular-schedule.umd.js +0 -980
  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
@@ -0,0 +1,510 @@
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
+ text-align: left;
69
+
70
+ &.e-header-cells {
71
+ border-bottom-width: 0;
72
+ }
73
+ }
74
+
75
+ .e-time-cells-wrap table td {
76
+ background-color: $schedule-header-bg-color;
77
+ border-color: $schedule-content-border-color;
78
+ border-style: $border-type;
79
+ border-width: 0 1px 1px 0;
80
+ color: $schedule-secondary-content-font-color;
81
+ @if ($schedule-skin == 'bootstrap4') {
82
+ color: $schedule-primary-content-font-color;
83
+ }
84
+ @if ($schedule-skin == 'tailwind') {
85
+ background-color: $schedule-tbar-default-bg;
86
+ }
87
+ @if ($schedule-skin == 'bootstrap5') {
88
+ background-color: $schedule-vertical-time-slot-color;
89
+ }
90
+ }
91
+
92
+ .e-time-cells-wrap table td {
93
+ border-bottom-color: transparent;
94
+ }
95
+
96
+ .e-time-cells-wrap .e-time-cells {
97
+ @if ($schedule-skin != 'tailwind' and $schedule-skin != 'bootstrap5') {
98
+ border-bottom-color: $schedule-content-border-color;
99
+ }
100
+ }
101
+
102
+ .e-header-cells {
103
+ background-color: $schedule-header-bg-color;
104
+
105
+ &.e-current-day {
106
+ color: $schedule-active-font-color;
107
+ @if ($schedule-skin == 'tailwind') {
108
+ font-weight: 500;
109
+ }
110
+ }
111
+ }
112
+
113
+ .e-work-cells {
114
+ background-color: $schedule-work-cells-bg-color;
115
+ border-color: $schedule-content-border-color;
116
+ border-style: $border-type;
117
+ border-width: $schedule-vertical-work-cells-border;
118
+ padding: 0;
119
+
120
+ &:hover {
121
+ background: $schedule-hover-bg-color;
122
+ color: $schedule-hover-font-color;
123
+ }
124
+ }
125
+
126
+ .e-alternate-cells {
127
+ border-bottom-style: $schedule-alternate-cell-border;
128
+ }
129
+
130
+ .e-work-hours {
131
+ background-color: $schedule-workhour-bg-color;
132
+ }
133
+
134
+ .e-all-day-cells {
135
+ background-color: $schedule-header-bg-color;
136
+
137
+ &.e-current-day {
138
+ color: $schedule-active-font-color;
139
+ }
140
+
141
+ &.e-selected-cell {
142
+ background-color: $schedule-select-bg-color;
143
+ color: $schedule-hover-font-color;
144
+
145
+ &:hover {
146
+ background-color: $schedule-select-bg-color;
147
+ @if ($schedule-skin == 'bootstrap5') {
148
+ color: $schedule-active-color;
149
+ }
150
+ }
151
+ }
152
+ }
153
+
154
+ .e-selected-cell {
155
+ background-color: $schedule-select-bg-color;
156
+ color: $schedule-hover-font-color;
157
+
158
+ &:hover {
159
+ background-color: $schedule-select-bg-color;
160
+ @if ($schedule-skin == 'bootstrap5') {
161
+ color: $schedule-active-color;
162
+ }
163
+ }
164
+ }
165
+
166
+ .e-clone-time-indicator,
167
+ .e-current-time {
168
+ color: $schedule-active-font-color;
169
+ }
170
+
171
+ .e-current-timeline {
172
+ border-top: 1px $border-type $schedule-active-border-color;
173
+ }
174
+
175
+ .e-previous-timeline {
176
+ border-top: 1px dotted $schedule-active-border-color;
177
+ }
178
+
179
+ &.e-by-date {
180
+ .e-date-header-wrap table tbody td {
181
+ &.e-header-cells {
182
+ border-bottom-width: 1px;
183
+ }
184
+ }
185
+ }
186
+ }
187
+
188
+ .e-month-view {
189
+ .e-date-header-wrap table td:first-child,
190
+ .e-content-wrap table td:first-child {
191
+ border-left-width: 0;
192
+ }
193
+ }
194
+
195
+ .e-month-view,
196
+ .e-month-agenda-view {
197
+ .e-date-header-wrap table td {
198
+ background-color: $schedule-header-bg-color;
199
+ border-color: $schedule-header-border-color;
200
+ border-style: $border-type;
201
+ border-width: $schedule-month-work-cells-border;
202
+ color: $schedule-header-font-color;
203
+ text-align: left;
204
+
205
+ @if ($schedule-skin == 'tailwind') {
206
+ font-size: 12px;
207
+ text-align: center;
208
+ text-transform: uppercase;
209
+ }
210
+
211
+ &.e-current-day {
212
+ color: $schedule-active-font-color;
213
+ @if ($schedule-skin == 'tailwind') {
214
+ font-weight: 500;
215
+ }
216
+ }
217
+ }
218
+
219
+ .e-work-cells {
220
+ background-color: $schedule-work-cells-bg-color;
221
+ border-color: $schedule-content-border-color;
222
+ border-style: $border-type;
223
+ border-width: $schedule-month-work-cells-border;
224
+ color: $schedule-primary-content-font-color;
225
+ padding: 0;
226
+
227
+ &:hover {
228
+ background: $schedule-hover-bg-color;
229
+ color: $schedule-hover-font-color;
230
+ @if ($schedule-skin == 'bootstrap5') {
231
+ color: $schedule-select-font-color;
232
+ }
233
+ }
234
+ }
235
+
236
+ .e-work-days {
237
+ background-color: $schedule-workhour-bg-color;
238
+ }
239
+
240
+ .e-other-month {
241
+ color: $schedule-secondary-content-font-color;
242
+ }
243
+
244
+ .e-current-date .e-date-header {
245
+ background-color: $schedule-current-date-bg-color;
246
+ border-radius: 50%;
247
+ color: $schedule-active-color;
248
+ width: 20px;
249
+ @if ($schedule-skin == 'highcontrast') {
250
+ color: $schedule-active-font-color;
251
+ }
252
+ }
253
+
254
+ .e-selected-cell {
255
+ background-color: $schedule-select-bg-color;
256
+ color: $schedule-select-font-color;
257
+
258
+ .e-date-header {
259
+ @if ($schedule-skin == 'highcontrast') {
260
+ color: $schedule-select-font-color;
261
+ }
262
+ }
263
+
264
+ .e-more-indicator {
265
+ color: $schedule-select-font-color;
266
+ }
267
+
268
+ &:hover {
269
+ background-color: $schedule-select-bg-color;
270
+ }
271
+ }
272
+ }
273
+
274
+ .e-month-agenda-view {
275
+ .e-date-header-wrap table td {
276
+ border-width: $schedule-month-agenda-header-cells-border;
277
+ text-align: center;
278
+ }
279
+
280
+ .e-work-cells {
281
+ border-width: $schedule-month-agenda-work-cells-border;
282
+ }
283
+
284
+ .e-current-date .e-date-header {
285
+ width: 24px;
286
+ }
287
+ }
288
+
289
+ .e-timeline-view,
290
+ .e-timeline-month-view {
291
+ .e-date-header-wrap table td:first-child,
292
+ .e-content-wrap table td:first-child {
293
+ border-left-width: 0;
294
+ }
295
+
296
+ .e-content-wrap table tr:last-child td {
297
+ border-bottom-width: 0;
298
+ }
299
+
300
+ .e-date-header-wrap table td {
301
+ background-color: $schedule-header-bg-color;
302
+ border-color: $schedule-header-border-color;
303
+ border-style: $border-type;
304
+ border-width: $schedule-timeline-work-cells-border;
305
+ color: $schedule-header-font-color;
306
+
307
+ &.e-current-day {
308
+ color: $schedule-active-font-color;
309
+ @if ($schedule-skin == 'tailwind') {
310
+ font-weight: 500;
311
+ }
312
+ }
313
+ }
314
+
315
+ .e-work-cells {
316
+ background-color: $schedule-work-cells-bg-color;
317
+ border-color: $schedule-content-border-color;
318
+ border-style: $border-type;
319
+ border-width: $schedule-timeline-work-cells-border;
320
+ color: $schedule-primary-content-font-color;
321
+ padding: 0;
322
+
323
+ &:hover:not(.e-resource-group-cells) {
324
+ background: $schedule-hover-bg-color;
325
+ color: $schedule-hover-font-color;
326
+ }
327
+ }
328
+
329
+ &.e-virtual-mask .e-work-cells:hover {
330
+ background-color: $schedule-disable-dates-color;
331
+ }
332
+
333
+ .e-work-days {
334
+ background-color: $schedule-workhour-bg-color;
335
+ }
336
+
337
+ .e-resource-group-cells {
338
+ background-color: $schedule-work-cells-bg-color;
339
+ }
340
+
341
+ .e-selected-cell {
342
+ background-color: $schedule-select-bg-color;
343
+ color: $schedule-select-font-color;
344
+
345
+ &:hover:not(.e-resource-group-cells) {
346
+ background-color: $schedule-select-bg-color;
347
+ }
348
+ }
349
+ }
350
+
351
+ .e-timeline-view {
352
+ .e-work-hours {
353
+ background-color: $schedule-workhour-bg-color;
354
+ }
355
+
356
+ .e-resource-group-cells {
357
+ background-color: $schedule-work-cells-bg-color;
358
+ }
359
+
360
+ .e-selected-cell {
361
+ background-color: $schedule-select-bg-color;
362
+ color: $schedule-hover-font-color;
363
+
364
+ &:hover {
365
+ background-color: $schedule-select-bg-color;
366
+ }
367
+ }
368
+
369
+ .e-alternate-cells {
370
+ border-left-style: $schedule-alternate-cell-border;
371
+ }
372
+
373
+ .e-header-row .e-time-cells {
374
+ border-left-width: 0;
375
+ }
376
+
377
+ .e-clone-time-indicator,
378
+ .e-current-time {
379
+ color: $schedule-active-font-color;
380
+ font-size: $schedule-current-time-nrml-font-size;
381
+ }
382
+
383
+ .e-current-timeline {
384
+ border-left: 1px $border-type $schedule-active-border-color;
385
+ }
386
+ }
387
+
388
+ #{if(&, '&', '*')}.e-rtl {
389
+ .e-vertical-view {
390
+ .e-date-header-wrap table tbody td:first-child,
391
+ .e-content-wrap table td:first-child {
392
+ border-right-width: 0;
393
+ }
394
+
395
+ .e-date-header-wrap table tbody td {
396
+ text-align: right;
397
+ }
398
+
399
+ .e-date-header-wrap table tbody td,
400
+ .e-work-cells {
401
+ border-width: $schedule-rtl-vertical-work-cells-border;
402
+ }
403
+
404
+ .e-left-indent-wrap .e-header-cells,
405
+ .e-date-header-wrap .e-header-cells {
406
+ border-bottom-width: 0;
407
+ }
408
+
409
+ .e-left-indent-wrap table tbody td,
410
+ .e-time-cells-wrap table tbody td {
411
+ border-width: 0 0 1px 1px;
412
+ }
413
+ }
414
+
415
+ .e-month-view {
416
+ .e-date-header-wrap table td:first-child,
417
+ .e-content-wrap table td:first-child {
418
+ border-right-width: 0;
419
+ }
420
+
421
+ .e-date-header-wrap table td {
422
+ text-align: right;
423
+ border-width: $schedule-rtl-month-work-cells-border;
424
+ }
425
+ }
426
+
427
+ .e-month-view,
428
+ .e-month-agenda-view {
429
+ .e-work-cells {
430
+ border-width: $schedule-rtl-month-work-cells-border;
431
+ }
432
+ }
433
+
434
+ .e-month-agenda-view {
435
+ .e-work-cells {
436
+ border-width: $schedule-rtl-month-agenda-work-cells-border;
437
+ }
438
+ }
439
+
440
+ .e-timeline-view,
441
+ .e-timeline-month-view {
442
+ .e-date-header-wrap table td:first-child,
443
+ .e-content-wrap table td:first-child {
444
+ border-right-width: 0;
445
+ }
446
+
447
+ .e-date-header-wrap table td:last-child,
448
+ .e-content-wrap table td:last-child {
449
+ border-left-width: 0;
450
+ }
451
+
452
+ .e-date-header-wrap table td,
453
+ .e-content-wrap table td {
454
+ border-width: $schedule-rtl-timeline-work-cells-border;
455
+ }
456
+ }
457
+
458
+ .e-timeline-view {
459
+ .e-alternate-cells {
460
+ border-right-style: $schedule-alternate-cell-border;
461
+ }
462
+
463
+ .e-header-row .e-time-cells {
464
+ border-right-width: 0;
465
+ }
466
+ }
467
+ }
468
+ }
469
+
470
+ .e-tooltip-wrap.e-schedule-error {
471
+ background-color: $schedule-val-error-bg-color;
472
+ border-color: $schedule-val-error-bg-color;
473
+ z-index: 1000;
474
+
475
+ .e-arrow-tip.e-tip-top {
476
+ left: 44%;
477
+ }
478
+
479
+ .e-arrow-tip-inner.e-tip-top,
480
+ .e-arrow-tip-outer.e-tip-top {
481
+ border-bottom: 8px solid $schedule-val-error-bg-color;
482
+ color: $schedule-val-error-bg-color;
483
+ }
484
+
485
+ .e-arrow-tip-outer.e-tip-bottom,
486
+ .e-arrow-tip-inner.e-tip-bottom {
487
+ border-top: 8px solid $schedule-val-error-bg-color;
488
+ color: $schedule-val-error-bg-color;
489
+ }
490
+
491
+ .e-tip-content {
492
+ padding: 3px 6px;
493
+ }
494
+
495
+ @if ($schedule-skin == 'bootstrap4') {
496
+ .e-tip-content {
497
+ padding: 4px 8px 0;
498
+ }
499
+
500
+ .e-arrow-tip {
501
+ overflow: visible;
502
+ }
503
+ }
504
+
505
+ .e-tip-content,
506
+ .e-tip-content label {
507
+ color: $schedule-val-error-color;
508
+ }
509
+ }
510
+ }
@@ -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';
@@ -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';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import '../recurrence-editor/bootstrap4-definition.scss';
3
+ @import 'bootstrap4-definition.scss';
4
+ @import 'icons/bootstrap4.scss';
5
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'bootstrap5-dark-definition.scss';
3
+ @import 'icons/bootstrap5-dark.scss';
4
+ @import 'all.scss';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import '../recurrence-editor/bootstrap5-definition.scss';
3
+ @import 'bootstrap5-definition.scss';
4
+ @import 'icons/bootstrap5.scss';
5
+ @import 'all.scss';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import '../recurrence-editor/fabric-dark-definition.scss';
3
+ @import 'fabric-dark-definition.scss';
4
+ @import 'icons/fabric-dark.scss';
5
+ @import 'all.scss';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import '../recurrence-editor/fabric-definition.scss';
3
+ @import 'fabric-definition.scss';
4
+ @import 'icons/fabric.scss';
5
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-schedule/styles/schedule/fluent-dark.scss';
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'icons/fluent-dark.scss';
4
+ @import 'all.scss';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/fluent.scss';
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import '../recurrence-editor/fluent-definition.scss';
3
+ @import 'fluent-definition.scss';
4
+ @import 'icons/fluent.scss';
5
+ @import 'all.scss';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import '../recurrence-editor/highcontrast-light-definition.scss';
3
+ @import 'highcontrast-light-definition.scss';
4
+ @import 'icons/highcontrast-light.scss';
5
+ @import 'all.scss';
@@ -1 +1,5 @@
1
- @import 'ej2-schedule/styles/schedule/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import '../recurrence-editor/highcontrast-definition.scss';
3
+ @import 'highcontrast-definition.scss';
4
+ @import 'icons/highcontrast.scss';
5
+ @import 'all.scss';