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

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