@syncfusion/ej2-vue-schedule 19.2.55 → 19.3.43

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 (57) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-schedule.es2015.js +58 -4
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +62 -4
  6. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-schedule.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/recurrence-editor/recurrenceeditor.component.d.ts +2 -0
  10. package/src/recurrence-editor/recurrenceeditor.component.js +27 -1
  11. package/src/schedule/schedule.component.d.ts +5 -1
  12. package/src/schedule/schedule.component.js +36 -4
  13. package/styles/bootstrap-dark.css +47 -65
  14. package/styles/bootstrap.css +27 -44
  15. package/styles/bootstrap4.css +27 -43
  16. package/styles/bootstrap5-dark.css +5172 -0
  17. package/styles/bootstrap5-dark.scss +2 -0
  18. package/styles/bootstrap5.css +5173 -0
  19. package/styles/bootstrap5.scss +2 -0
  20. package/styles/fabric-dark.css +28 -60
  21. package/styles/fabric.css +27 -44
  22. package/styles/highcontrast-light.css +27 -75
  23. package/styles/highcontrast.css +29 -48
  24. package/styles/material-dark.css +71 -78
  25. package/styles/material.css +31 -44
  26. package/styles/recurrence-editor/bootstrap-dark.css +0 -4
  27. package/styles/recurrence-editor/bootstrap.css +0 -4
  28. package/styles/recurrence-editor/bootstrap4.css +0 -4
  29. package/styles/recurrence-editor/bootstrap5-dark.css +479 -0
  30. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -0
  31. package/styles/recurrence-editor/bootstrap5.css +479 -0
  32. package/styles/recurrence-editor/bootstrap5.scss +1 -0
  33. package/styles/recurrence-editor/fabric-dark.css +0 -4
  34. package/styles/recurrence-editor/fabric.css +0 -4
  35. package/styles/recurrence-editor/highcontrast-light.css +0 -4
  36. package/styles/recurrence-editor/highcontrast.css +0 -4
  37. package/styles/recurrence-editor/material-dark.css +0 -4
  38. package/styles/recurrence-editor/material.css +0 -4
  39. package/styles/recurrence-editor/tailwind-dark.css +0 -4
  40. package/styles/recurrence-editor/tailwind.css +0 -4
  41. package/styles/schedule/bootstrap-dark.css +47 -61
  42. package/styles/schedule/bootstrap.css +27 -40
  43. package/styles/schedule/bootstrap4.css +27 -39
  44. package/styles/schedule/bootstrap5-dark.css +4692 -0
  45. package/styles/schedule/bootstrap5-dark.scss +1 -0
  46. package/styles/schedule/bootstrap5.css +4693 -0
  47. package/styles/schedule/bootstrap5.scss +1 -0
  48. package/styles/schedule/fabric-dark.css +28 -56
  49. package/styles/schedule/fabric.css +27 -40
  50. package/styles/schedule/highcontrast-light.css +27 -71
  51. package/styles/schedule/highcontrast.css +29 -44
  52. package/styles/schedule/material-dark.css +71 -74
  53. package/styles/schedule/material.css +31 -40
  54. package/styles/schedule/tailwind-dark.css +52 -70
  55. package/styles/schedule/tailwind.css +52 -69
  56. package/styles/tailwind-dark.css +52 -74
  57. package/styles/tailwind.css +52 -73
@@ -226,27 +226,10 @@
226
226
  color: #4f46e5;
227
227
  }
228
228
 
229
- .e-schedule .e-schedule-toolbar .e-tbar-btn-text,
230
- .e-schedule .e-schedule-toolbar .e-icons {
231
- font-weight: 500;
232
- }
233
-
234
229
  .e-schedule .e-schedule-toolbar .e-toolbar-pop {
235
230
  overflow: auto;
236
231
  }
237
232
 
238
- .e-schedule .e-schedule-toolbar .e-tbar-btn {
239
- background: #f3f4f6;
240
- }
241
-
242
- .e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
243
- background-color: #e5e7eb;
244
- }
245
-
246
- .e-schedule .e-schedule-toolbar .e-tbar-btn:active {
247
- background: #e5e7eb;
248
- }
249
-
250
233
  .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
251
234
  cursor: pointer;
252
235
  font-size: 14px;
@@ -271,13 +254,7 @@
271
254
  padding-top: 0;
272
255
  }
273
256
 
274
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
275
- background: #e5e7eb;
276
- border-radius: 100%;
277
- }
278
-
279
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
280
- background: #e5e7eb;
257
+ .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
281
258
  border-radius: 100%;
282
259
  }
283
260
 
@@ -318,14 +295,7 @@
318
295
  text-transform: initial;
319
296
  }
320
297
 
321
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
322
- cursor: pointer;
323
- font-size: 14px;
324
- text-transform: none;
325
- }
326
-
327
298
  .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
328
- padding-left: 0;
329
299
  padding: 0 12px;
330
300
  }
331
301
 
@@ -341,8 +311,6 @@
341
311
  }
342
312
 
343
313
  .e-schedule .e-schedule-toolbar .e-hor-nav {
344
- background: #f3f4f6;
345
- font-size: 18px;
346
314
  border-left: 1px solid #e5e7eb;
347
315
  }
348
316
 
@@ -490,7 +458,7 @@
490
458
  }
491
459
 
492
460
  .e-schedule .e-resource-tree-popup-overlay.e-enable {
493
- background-color: #383838;
461
+ background-color: rgba(107, 114, 128, 0.75);
494
462
  height: 100%;
495
463
  left: 0;
496
464
  opacity: .5;
@@ -554,6 +522,13 @@
554
522
  width: 100%;
555
523
  }
556
524
 
525
+ .e-schedule .e-content-placeholder {
526
+ height: 100%;
527
+ position: relative;
528
+ width: 100%;
529
+ z-index: 99999;
530
+ }
531
+
557
532
  .e-schedule .e-content-wrap,
558
533
  .e-schedule .e-scroll-container {
559
534
  -webkit-overflow-scrolling: touch;
@@ -592,7 +567,7 @@
592
567
  }
593
568
 
594
569
  .e-schedule .e-block-appointment {
595
- background: #f9fafb;
570
+ background: #f3f4f6;
596
571
  border-radius: 2px;
597
572
  color: #111827;
598
573
  cursor: default;
@@ -881,7 +856,7 @@
881
856
  }
882
857
 
883
858
  .e-schedule .e-vertical-view .e-left-indent {
884
- width: 62px;
859
+ width: 85px;
885
860
  }
886
861
 
887
862
  .e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
@@ -1028,11 +1003,11 @@
1028
1003
  }
1029
1004
 
1030
1005
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
1031
- background-color: #f9fafb;
1006
+ background-color: #f3f4f6;
1032
1007
  }
1033
1008
 
1034
1009
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
1035
- background-color: #f9fafb;
1010
+ background-color: #f3f4f6;
1036
1011
  }
1037
1012
 
1038
1013
  .e-schedule .e-vertical-view .e-current-time {
@@ -1397,7 +1372,7 @@
1397
1372
  }
1398
1373
 
1399
1374
  .e-schedule .e-month-view .e-work-cells {
1400
- height: 70px;
1375
+ height: 75px;
1401
1376
  vertical-align: top;
1402
1377
  width: 36px;
1403
1378
  }
@@ -1407,7 +1382,7 @@
1407
1382
  }
1408
1383
 
1409
1384
  .e-schedule .e-month-view .e-work-cells.e-disable-dates {
1410
- background-color: #f9fafb;
1385
+ background-color: #f3f4f6;
1411
1386
  }
1412
1387
 
1413
1388
  .e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
@@ -1420,7 +1395,7 @@
1420
1395
  }
1421
1396
 
1422
1397
  .e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
1423
- background-color: #f9fafb;
1398
+ background-color: #f3f4f6;
1424
1399
  }
1425
1400
 
1426
1401
  .e-schedule .e-month-view .e-date-header {
@@ -1594,7 +1569,7 @@
1594
1569
  }
1595
1570
 
1596
1571
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
1597
- background-color: #f9fafb;
1572
+ background-color: #f3f4f6;
1598
1573
  cursor: default;
1599
1574
  }
1600
1575
 
@@ -1603,7 +1578,7 @@
1603
1578
  }
1604
1579
 
1605
1580
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
1606
- background-color: #f9fafb;
1581
+ background-color: #f3f4f6;
1607
1582
  }
1608
1583
 
1609
1584
  .e-schedule .e-year-view .e-date-header-wrap {
@@ -1755,6 +1730,7 @@
1755
1730
  border-style: solid;
1756
1731
  border-width: 0 1px 1px 0;
1757
1732
  color: #111827;
1733
+ padding: 0;
1758
1734
  }
1759
1735
 
1760
1736
  .e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
@@ -1792,7 +1768,7 @@
1792
1768
  }
1793
1769
 
1794
1770
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
1795
- background-color: #f9fafb;
1771
+ background-color: #f3f4f6;
1796
1772
  }
1797
1773
 
1798
1774
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
@@ -1805,7 +1781,7 @@
1805
1781
  }
1806
1782
 
1807
1783
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
1808
- background-color: #f9fafb;
1784
+ background-color: #f3f4f6;
1809
1785
  }
1810
1786
 
1811
1787
  .e-schedule .e-timeline-year-view .e-content-table {
@@ -1859,7 +1835,7 @@
1859
1835
 
1860
1836
  .e-schedule .e-timeline-year-view .e-month-header,
1861
1837
  .e-schedule .e-timeline-year-view .e-work-cells {
1862
- height: 70px;
1838
+ height: 75px;
1863
1839
  }
1864
1840
 
1865
1841
  .e-schedule .e-timeline-year-view .e-header-cells,
@@ -2066,12 +2042,12 @@
2066
2042
 
2067
2043
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
2068
2044
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
2069
- background-color: #f9fafb;
2045
+ background-color: #f3f4f6;
2070
2046
  }
2071
2047
 
2072
2048
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
2073
2049
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
2074
- background-color: #f9fafb;
2050
+ background-color: #f3f4f6;
2075
2051
  }
2076
2052
 
2077
2053
  .e-schedule .e-timeline-view .e-resource-text,
@@ -2114,13 +2090,6 @@
2114
2090
  background-color: #f3f4f6;
2115
2091
  }
2116
2092
 
2117
- .e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
2118
- .e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
2119
- background-color: #e5e7eb;
2120
- border-radius: 50%;
2121
- color: #6b7280;
2122
- }
2123
-
2124
2093
  .e-schedule .e-timeline-view .e-resource-column-wrap,
2125
2094
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
2126
2095
  overflow: hidden;
@@ -2144,6 +2113,12 @@
2144
2113
  height: 42px;
2145
2114
  }
2146
2115
 
2116
+ .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
2117
+ .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
2118
+ background-color: #f3f4f6;
2119
+ box-shadow: inset 0 0 0 8px #f9fafb;
2120
+ }
2121
+
2147
2122
  .e-schedule .e-timeline-view .e-resource-tree-icon,
2148
2123
  .e-schedule .e-timeline-month-view .e-resource-tree-icon {
2149
2124
  color: #6b7280;
@@ -2230,6 +2205,7 @@
2230
2205
  .e-schedule .e-timeline-view .e-appointment .e-time,
2231
2206
  .e-schedule .e-timeline-month-view .e-appointment .e-time {
2232
2207
  display: block;
2208
+ line-height: 1.4;
2233
2209
  }
2234
2210
 
2235
2211
  .e-schedule .e-timeline-view .e-appointment .e-disable,
@@ -2406,6 +2382,7 @@
2406
2382
 
2407
2383
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
2408
2384
  border-right: 1px solid #e5e7eb;
2385
+ height: 40px;
2409
2386
  padding-top: 8px;
2410
2387
  }
2411
2388
 
@@ -2467,11 +2444,11 @@
2467
2444
  }
2468
2445
 
2469
2446
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
2470
- background-color: #f9fafb;
2447
+ background-color: #f3f4f6;
2471
2448
  }
2472
2449
 
2473
2450
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
2474
- background-color: #f9fafb;
2451
+ background-color: #f3f4f6;
2475
2452
  }
2476
2453
 
2477
2454
  .e-schedule .e-month-agenda-view .e-date-header {
@@ -2563,7 +2540,7 @@
2563
2540
  padding: 0;
2564
2541
  }
2565
2542
 
2566
- .e-schedule .e-month-agenda-view .e-appointment-indicator {
2543
+ .e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
2567
2544
  background: #4f46e5;
2568
2545
  border-radius: 50%;
2569
2546
  height: 6px;
@@ -2928,6 +2905,7 @@
2928
2905
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
2929
2906
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
2930
2907
  height: 25px;
2908
+ padding-bottom: 2px;
2931
2909
  }
2932
2910
 
2933
2911
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
@@ -3999,10 +3977,6 @@
3999
3977
  font-size: 14px;
4000
3978
  }
4001
3979
 
4002
- .e-bigger .e-timeline-view .e-resource-cells {
4003
- padding: 14px 0 14px 12px;
4004
- }
4005
-
4006
3980
  .e-bigger .e-timeline-view .e-resource-text {
4007
3981
  font-size: 14px;
4008
3982
  padding-left: 12px;
@@ -4181,6 +4155,7 @@
4181
4155
  position: absolute;
4182
4156
  right: 6px;
4183
4157
  width: 25px;
4158
+ padding: 1px;
4184
4159
  }
4185
4160
 
4186
4161
  .e-more-popup-wrapper .e-more-event-close .e-close-icon {
@@ -4359,6 +4334,7 @@
4359
4334
  border-color: #e5e7eb;
4360
4335
  border-style: solid;
4361
4336
  border-width: 0 0 1px 1px;
4337
+ padding: 0;
4362
4338
  }
4363
4339
 
4364
4340
  .e-schedule .e-vertical-view .e-work-cells:hover {
@@ -4448,6 +4424,7 @@
4448
4424
  border-style: solid;
4449
4425
  border-width: 0 0 1px 1px;
4450
4426
  color: #111827;
4427
+ padding: 0;
4451
4428
  }
4452
4429
 
4453
4430
  .e-schedule .e-month-view .e-work-cells:hover,
@@ -4537,6 +4514,7 @@
4537
4514
  border-style: solid;
4538
4515
  border-width: 0 0 1px 1px;
4539
4516
  color: #111827;
4517
+ padding: 0;
4540
4518
  }
4541
4519
 
4542
4520
  .e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
@@ -4545,6 +4523,11 @@
4545
4523
  color: #111827;
4546
4524
  }
4547
4525
 
4526
+ .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
4527
+ .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
4528
+ background-color: #f3f4f6;
4529
+ }
4530
+
4548
4531
  .e-schedule .e-timeline-view .e-work-days,
4549
4532
  .e-schedule .e-timeline-month-view .e-work-days {
4550
4533
  background-color: #fff;
@@ -4669,8 +4652,8 @@
4669
4652
  }
4670
4653
 
4671
4654
  .e-tooltip-wrap.e-schedule-error {
4672
- background-color: #fcdbe4;
4673
- border-color: #fcdbe4;
4655
+ background-color: #fee2e2;
4656
+ border-color: #fee2e2;
4674
4657
  z-index: 1000;
4675
4658
  }
4676
4659
 
@@ -4680,14 +4663,14 @@
4680
4663
 
4681
4664
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
4682
4665
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
4683
- border-bottom: 8px solid #fcdbe4;
4684
- color: #fcdbe4;
4666
+ border-bottom: 8px solid #fee2e2;
4667
+ color: #fee2e2;
4685
4668
  }
4686
4669
 
4687
4670
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
4688
4671
  .e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
4689
- border-top: 8px solid #fcdbe4;
4690
- color: #fcdbe4;
4672
+ border-top: 8px solid #fee2e2;
4673
+ color: #fee2e2;
4691
4674
  }
4692
4675
 
4693
4676
  .e-tooltip-wrap.e-schedule-error .e-tip-content {
@@ -4696,5 +4679,5 @@
4696
4679
 
4697
4680
  .e-tooltip-wrap.e-schedule-error .e-tip-content,
4698
4681
  .e-tooltip-wrap.e-schedule-error .e-tip-content label {
4699
- color: #f44336;
4682
+ color: #dc2626;
4700
4683
  }