@syncfusion/ej2-angular-schedule 20.3.56 → 20.3.57-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +788 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1572 -0
  6. package/dist/ej2-angular-schedule.umd.js +980 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  18. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  19. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  20. package/src/schedule/headerrows.directive.d.ts +0 -5
  21. package/src/schedule/resources.directive.d.ts +0 -5
  22. package/src/schedule/schedule-all.module.d.ts +0 -6
  23. package/src/schedule/schedule.component.d.ts +0 -3
  24. package/src/schedule/schedule.module.d.ts +0 -9
  25. package/src/schedule/views.directive.d.ts +0 -5
  26. package/styles/bootstrap-dark.css +5 -5
  27. package/styles/bootstrap.css +5 -5
  28. package/styles/bootstrap4.css +5 -5
  29. package/styles/bootstrap5-dark.css +5 -5
  30. package/styles/bootstrap5.css +5 -5
  31. package/styles/fabric-dark.css +5 -5
  32. package/styles/fabric.css +5 -5
  33. package/styles/fluent-dark.css +5 -5
  34. package/styles/fluent.css +5 -5
  35. package/styles/highcontrast-light.css +5 -5
  36. package/styles/highcontrast.css +5 -5
  37. package/styles/material-dark.css +5 -5
  38. package/styles/material.css +5 -5
  39. package/styles/recurrence-editor/bootstrap-dark.css +5 -5
  40. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  41. package/styles/recurrence-editor/bootstrap.css +5 -5
  42. package/styles/recurrence-editor/bootstrap.scss +1 -3
  43. package/styles/recurrence-editor/bootstrap4.css +5 -5
  44. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  45. package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
  46. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  47. package/styles/recurrence-editor/bootstrap5.css +5 -5
  48. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  49. package/styles/recurrence-editor/fabric-dark.css +5 -5
  50. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  51. package/styles/recurrence-editor/fabric.css +5 -5
  52. package/styles/recurrence-editor/fabric.scss +1 -3
  53. package/styles/recurrence-editor/fluent-dark.css +5 -5
  54. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  55. package/styles/recurrence-editor/fluent.css +5 -5
  56. package/styles/recurrence-editor/fluent.scss +1 -3
  57. package/styles/recurrence-editor/highcontrast-light.css +5 -5
  58. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  59. package/styles/recurrence-editor/highcontrast.css +5 -5
  60. package/styles/recurrence-editor/highcontrast.scss +1 -3
  61. package/styles/recurrence-editor/material-dark.css +5 -5
  62. package/styles/recurrence-editor/material-dark.scss +1 -3
  63. package/styles/recurrence-editor/material.css +5 -5
  64. package/styles/recurrence-editor/material.scss +1 -3
  65. package/styles/recurrence-editor/tailwind-dark.css +5 -5
  66. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  67. package/styles/recurrence-editor/tailwind.css +5 -5
  68. package/styles/recurrence-editor/tailwind.scss +1 -3
  69. package/styles/schedule/bootstrap-dark.scss +1 -5
  70. package/styles/schedule/bootstrap.scss +1 -5
  71. package/styles/schedule/bootstrap4.scss +1 -5
  72. package/styles/schedule/bootstrap5-dark.scss +1 -4
  73. package/styles/schedule/bootstrap5.scss +1 -5
  74. package/styles/schedule/fabric-dark.scss +1 -5
  75. package/styles/schedule/fabric.scss +1 -5
  76. package/styles/schedule/fluent-dark.scss +1 -4
  77. package/styles/schedule/fluent.scss +1 -5
  78. package/styles/schedule/highcontrast-light.scss +1 -5
  79. package/styles/schedule/highcontrast.scss +1 -5
  80. package/styles/schedule/material-dark.scss +1 -5
  81. package/styles/schedule/material.scss +1 -5
  82. package/styles/schedule/tailwind-dark.scss +1 -4
  83. package/styles/schedule/tailwind.scss +1 -5
  84. package/styles/tailwind-dark.css +5 -5
  85. package/styles/tailwind.css +5 -5
  86. package/esm2020/public_api.mjs +0 -3
  87. package/esm2020/src/index.mjs +0 -11
  88. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  89. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  90. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  91. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  92. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  93. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  94. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  95. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  96. package/esm2020/src/schedule/views.directive.mjs +0 -126
  97. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  98. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  99. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  100. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  101. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  102. package/styles/recurrence-editor/_all.scss +0 -2
  103. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  104. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  105. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  106. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  107. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  108. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  109. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  110. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  111. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  112. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  113. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  114. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  115. package/styles/recurrence-editor/_layout.scss +0 -534
  116. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  117. package/styles/recurrence-editor/_material-definition.scss +0 -13
  118. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  119. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  120. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  121. package/styles/recurrence-editor/_theme.scss +0 -1
  122. package/styles/schedule/_all.scss +0 -2
  123. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  124. package/styles/schedule/_bootstrap-definition.scss +0 -213
  125. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  126. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  127. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  128. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  129. package/styles/schedule/_fabric-definition.scss +0 -213
  130. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  131. package/styles/schedule/_fluent-definition.scss +0 -220
  132. package/styles/schedule/_fusionnew-definition.scss +0 -224
  133. package/styles/schedule/_highcontrast-definition.scss +0 -214
  134. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  135. package/styles/schedule/_layout.scss +0 -4489
  136. package/styles/schedule/_material-dark-definition.scss +0 -213
  137. package/styles/schedule/_material-definition.scss +0 -213
  138. package/styles/schedule/_material3-definition.scss +0 -224
  139. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  140. package/styles/schedule/_tailwind-definition.scss +0 -217
  141. package/styles/schedule/_theme.scss +0 -510
  142. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  143. package/styles/schedule/icons/_bootstrap.scss +0 -231
  144. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  145. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  146. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  147. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  148. package/styles/schedule/icons/_fabric.scss +0 -231
  149. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  150. package/styles/schedule/icons/_fluent.scss +0 -231
  151. package/styles/schedule/icons/_fusionnew.scss +0 -231
  152. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  153. package/styles/schedule/icons/_highcontrast.scss +0 -231
  154. package/styles/schedule/icons/_material-dark.scss +0 -231
  155. package/styles/schedule/icons/_material.scss +0 -231
  156. package/styles/schedule/icons/_material3.scss +0 -231
  157. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  158. package/styles/schedule/icons/_tailwind.scss +0 -231
  159. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,510 +0,0 @@
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
- }