@syncfusion/ej2-vue-schedule 20.4.53 → 21.1.37

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 (49) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  3. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-schedule.es2015.js +401 -543
  5. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-schedule.es5.js +440 -628
  7. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-schedule.min.js +2 -2
  9. package/package.json +11 -10
  10. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -28
  11. package/src/recurrence-editor/recurrenceeditor.component.js +101 -130
  12. package/src/schedule/headerrows.directive.d.ts +2 -12
  13. package/src/schedule/headerrows.directive.js +22 -71
  14. package/src/schedule/resources.directive.d.ts +2 -12
  15. package/src/schedule/resources.directive.js +22 -71
  16. package/src/schedule/schedule.component.d.ts +3 -70
  17. package/src/schedule/schedule.component.js +258 -286
  18. package/src/schedule/views.directive.d.ts +2 -12
  19. package/src/schedule/views.directive.js +22 -71
  20. package/styles/bootstrap-dark.css +99 -89
  21. package/styles/bootstrap.css +99 -89
  22. package/styles/bootstrap4.css +99 -89
  23. package/styles/bootstrap5-dark.css +110 -100
  24. package/styles/bootstrap5.css +110 -100
  25. package/styles/fabric-dark.css +98 -88
  26. package/styles/fabric.css +98 -88
  27. package/styles/fluent-dark.css +109 -99
  28. package/styles/fluent.css +109 -99
  29. package/styles/highcontrast-light.css +98 -88
  30. package/styles/highcontrast.css +98 -88
  31. package/styles/material-dark.css +98 -88
  32. package/styles/material.css +98 -88
  33. package/styles/schedule/bootstrap-dark.css +99 -89
  34. package/styles/schedule/bootstrap.css +99 -89
  35. package/styles/schedule/bootstrap4.css +99 -89
  36. package/styles/schedule/bootstrap5-dark.css +110 -100
  37. package/styles/schedule/bootstrap5.css +110 -100
  38. package/styles/schedule/fabric-dark.css +98 -88
  39. package/styles/schedule/fabric.css +98 -88
  40. package/styles/schedule/fluent-dark.css +109 -99
  41. package/styles/schedule/fluent.css +109 -99
  42. package/styles/schedule/highcontrast-light.css +98 -88
  43. package/styles/schedule/highcontrast.css +98 -88
  44. package/styles/schedule/material-dark.css +98 -88
  45. package/styles/schedule/material.css +98 -88
  46. package/styles/schedule/tailwind-dark.css +106 -96
  47. package/styles/schedule/tailwind.css +106 -96
  48. package/styles/tailwind-dark.css +106 -96
  49. package/styles/tailwind.css +106 -96
@@ -379,7 +379,6 @@
379
379
  user-select: none;
380
380
  }
381
381
  .e-schedule .e-schedule-toolbar {
382
- background: #f8f9fa;
383
382
  border: 0;
384
383
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
385
384
  box-shadow: none;
@@ -395,13 +394,17 @@
395
394
  font-size: 14px;
396
395
  text-transform: initial;
397
396
  }
398
- .e-schedule .e-schedule-toolbar .e-toolbar-items {
399
- background: #f8f9fa;
400
- }
401
397
  .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
402
398
  height: 46px;
403
399
  min-height: 46px;
404
400
  }
401
+ .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
402
+ border: none;
403
+ border-radius: 0;
404
+ }
405
+ .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
406
+ border: none;
407
+ }
405
408
  .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
406
409
  height: inherit;
407
410
  }
@@ -429,12 +432,11 @@
429
432
  text-transform: initial;
430
433
  }
431
434
  .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
432
- background: #f8f9fa;
433
435
  border-left: 0;
434
436
  border-right: 1px solid 1px;
435
437
  }
436
438
  .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
437
- background-color: #545b62;
439
+ background: #545b62;
438
440
  color: #fff;
439
441
  }
440
442
  .e-schedule .e-schedule-toolbar .e-hor-nav {
@@ -468,6 +470,10 @@
468
470
  height: 54px;
469
471
  min-height: 54px;
470
472
  }
473
+ .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
474
+ border: none;
475
+ border-radius: 0;
476
+ }
471
477
  .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
472
478
  height: inherit;
473
479
  }
@@ -562,7 +568,7 @@
562
568
  padding: 0 0 0 12px;
563
569
  }
564
570
  .e-schedule .e-resource-tree-popup-overlay.e-enable {
565
- background-color: #383838;
571
+ background: #383838;
566
572
  height: 100%;
567
573
  left: 0;
568
574
  opacity: 0.5;
@@ -571,7 +577,7 @@
571
577
  width: 100%;
572
578
  }
573
579
  .e-schedule .e-new-event {
574
- background-color: #007bff;
580
+ background: #007bff;
575
581
  border: 1px solid #fff;
576
582
  border-radius: 5px;
577
583
  height: 100%;
@@ -692,7 +698,7 @@
692
698
  z-index: 1;
693
699
  }
694
700
  .e-schedule .e-appointment .e-inline-subject {
695
- background-color: transparent;
701
+ background: transparent;
696
702
  border: 0;
697
703
  color: #fff;
698
704
  font-size: 13px;
@@ -1012,17 +1018,17 @@
1012
1018
  width: 36px;
1013
1019
  }
1014
1020
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
1015
- background-color: rgba(0, 0, 0, 0.08);
1021
+ background: rgba(0, 0, 0, 0.08);
1016
1022
  }
1017
1023
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
1018
- background-color: rgba(0, 0, 0, 0.08);
1024
+ background: rgba(0, 0, 0, 0.08);
1019
1025
  }
1020
1026
  .e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
1021
- background-color: rgba(0, 0, 0, 0.08);
1027
+ background: rgba(0, 0, 0, 0.08);
1022
1028
  box-shadow: inset 0 0 0 8px #f8f9fa;
1023
1029
  }
1024
1030
  .e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
1025
- background-color: rgba(0, 0, 0, 0.08);
1031
+ background: rgba(0, 0, 0, 0.08);
1026
1032
  }
1027
1033
  .e-schedule .e-vertical-view .e-current-time {
1028
1034
  font-size: 12px;
@@ -1296,7 +1302,7 @@
1296
1302
  .e-schedule .e-month-view .e-week-number {
1297
1303
  border-bottom: 1px solid #dee2e6;
1298
1304
  border-right: 1px solid #dee2e6;
1299
- height: 70px;
1305
+ height: 75px;
1300
1306
  }
1301
1307
  .e-schedule .e-month-view .e-content-wrap {
1302
1308
  font-size: 14px;
@@ -1329,7 +1335,7 @@
1329
1335
  visibility: hidden;
1330
1336
  }
1331
1337
  .e-schedule .e-month-view .e-work-cells.e-disable-dates {
1332
- background-color: rgba(0, 0, 0, 0.08);
1338
+ background: rgba(0, 0, 0, 0.08);
1333
1339
  }
1334
1340
  .e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
1335
1341
  cursor: default;
@@ -1339,14 +1345,14 @@
1339
1345
  text-decoration: none;
1340
1346
  }
1341
1347
  .e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
1342
- background-color: rgba(0, 0, 0, 0.08);
1348
+ background: rgba(0, 0, 0, 0.08);
1343
1349
  }
1344
1350
  .e-schedule .e-month-view.e-virtual-mask .e-work-cells {
1345
- background-color: rgba(0, 0, 0, 0.08);
1351
+ background: rgba(0, 0, 0, 0.08);
1346
1352
  box-shadow: inset 0 0 0 8px #f8f9fa;
1347
1353
  }
1348
1354
  .e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
1349
- background-color: rgba(0, 0, 0, 0.08);
1355
+ background: rgba(0, 0, 0, 0.08);
1350
1356
  }
1351
1357
  .e-schedule .e-month-view .e-date-header {
1352
1358
  cursor: pointer;
@@ -1487,7 +1493,7 @@
1487
1493
  }
1488
1494
  .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
1489
1495
  .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
1490
- background-color: #007bff;
1496
+ background: #007bff;
1491
1497
  border-radius: 50%;
1492
1498
  height: 5px;
1493
1499
  margin: -6px auto 0;
@@ -1495,14 +1501,14 @@
1495
1501
  width: 5px;
1496
1502
  }
1497
1503
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
1498
- background-color: rgba(0, 0, 0, 0.08);
1504
+ background: rgba(0, 0, 0, 0.08);
1499
1505
  cursor: default;
1500
1506
  }
1501
1507
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
1502
1508
  cursor: default;
1503
1509
  }
1504
1510
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
1505
- background-color: rgba(0, 0, 0, 0.08);
1511
+ background: rgba(0, 0, 0, 0.08);
1506
1512
  }
1507
1513
  .e-schedule .e-year-view .e-date-header-wrap {
1508
1514
  font-size: 14px;
@@ -1512,7 +1518,7 @@
1512
1518
  width: 36px;
1513
1519
  }
1514
1520
  .e-schedule .e-year-view .e-date-header-wrap table td {
1515
- background-color: #fff;
1521
+ background: #fff;
1516
1522
  border-color: #dee2e6;
1517
1523
  border-style: solid;
1518
1524
  border-width: 0 0 1px 1px;
@@ -1553,7 +1559,7 @@
1553
1559
  }
1554
1560
  .e-schedule .e-timeline-year-view .e-resource-left-td,
1555
1561
  .e-schedule .e-timeline-year-view .e-date-header-wrap table td {
1556
- background-color: #fff;
1562
+ background: #fff;
1557
1563
  border-color: #dee2e6;
1558
1564
  border-style: solid;
1559
1565
  border-width: 0 1px 1px 0;
@@ -1584,7 +1590,7 @@
1584
1590
  position: relative;
1585
1591
  }
1586
1592
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
1587
- background-color: #f8f9fa;
1593
+ background: #f8f9fa;
1588
1594
  border-color: #dee2e6;
1589
1595
  border-style: solid;
1590
1596
  border-width: 0 1px 1px 0;
@@ -1595,10 +1601,10 @@
1595
1601
  vertical-align: middle;
1596
1602
  }
1597
1603
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
1598
- background-color: #fff;
1604
+ background: #fff;
1599
1605
  }
1600
1606
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
1601
- background-color: #f2f4f6;
1607
+ background: #f2f4f6;
1602
1608
  }
1603
1609
  .e-schedule .e-timeline-year-view .e-resource-column-table {
1604
1610
  height: 100%;
@@ -1817,7 +1823,7 @@
1817
1823
  }
1818
1824
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
1819
1825
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
1820
- background-color: #fff;
1826
+ background: #fff;
1821
1827
  overflow: inherit;
1822
1828
  }
1823
1829
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
@@ -1839,11 +1845,11 @@
1839
1845
  }
1840
1846
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
1841
1847
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
1842
- background-color: rgba(0, 0, 0, 0.08);
1848
+ background: rgba(0, 0, 0, 0.08);
1843
1849
  }
1844
1850
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
1845
1851
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
1846
- background-color: rgba(0, 0, 0, 0.08);
1852
+ background: rgba(0, 0, 0, 0.08);
1847
1853
  }
1848
1854
  .e-schedule .e-timeline-view .e-resource-text,
1849
1855
  .e-schedule .e-timeline-month-view .e-resource-text {
@@ -1855,7 +1861,7 @@
1855
1861
  }
1856
1862
  .e-schedule .e-timeline-view .e-resource-left-td,
1857
1863
  .e-schedule .e-timeline-month-view .e-resource-left-td {
1858
- background-color: #fff;
1864
+ background: #fff;
1859
1865
  border-color: #dee2e6;
1860
1866
  border-style: solid;
1861
1867
  border-width: 0 1px 1px 0;
@@ -1865,7 +1871,7 @@
1865
1871
  }
1866
1872
  .e-schedule .e-timeline-view .e-resource-cells,
1867
1873
  .e-schedule .e-timeline-month-view .e-resource-cells {
1868
- background-color: #f8f9fa;
1874
+ background: #f8f9fa;
1869
1875
  border-color: #dee2e6;
1870
1876
  border-style: solid;
1871
1877
  border-width: 0 1px 1px 0;
@@ -1877,7 +1883,7 @@
1877
1883
  }
1878
1884
  .e-schedule .e-timeline-view .e-resource-cells:focus,
1879
1885
  .e-schedule .e-timeline-month-view .e-resource-cells:focus {
1880
- background-color: #f2f4f6;
1886
+ background: #f2f4f6;
1881
1887
  }
1882
1888
  .e-schedule .e-timeline-view .e-resource-column-wrap,
1883
1889
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
@@ -1900,7 +1906,7 @@
1900
1906
  }
1901
1907
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
1902
1908
  .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
1903
- background-color: rgba(0, 0, 0, 0.08);
1909
+ background: rgba(0, 0, 0, 0.08);
1904
1910
  box-shadow: inset 0 0 0 8px #f8f9fa;
1905
1911
  }
1906
1912
  .e-schedule .e-timeline-view .e-resource-tree-icon,
@@ -1918,7 +1924,7 @@
1918
1924
  }
1919
1925
  .e-schedule .e-timeline-view .e-child-node,
1920
1926
  .e-schedule .e-timeline-month-view .e-child-node {
1921
- background-color: #fff;
1927
+ background: #fff;
1922
1928
  }
1923
1929
  .e-schedule .e-timeline-view .e-appointment-wrapper,
1924
1930
  .e-schedule .e-timeline-month-view .e-appointment-wrapper {
@@ -2185,10 +2191,10 @@
2185
2191
  vertical-align: top;
2186
2192
  }
2187
2193
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
2188
- background-color: rgba(0, 0, 0, 0.08);
2194
+ background: rgba(0, 0, 0, 0.08);
2189
2195
  }
2190
2196
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
2191
- background-color: rgba(0, 0, 0, 0.08);
2197
+ background: rgba(0, 0, 0, 0.08);
2192
2198
  }
2193
2199
  .e-schedule .e-month-agenda-view .e-date-header {
2194
2200
  height: 24px;
@@ -2201,7 +2207,7 @@
2201
2207
  min-height: 40px;
2202
2208
  }
2203
2209
  .e-schedule .e-month-agenda-view .e-appointment-wrap {
2204
- background-color: #fff;
2210
+ background: #fff;
2205
2211
  overflow: auto;
2206
2212
  padding: 0 8px;
2207
2213
  }
@@ -2303,7 +2309,7 @@
2303
2309
  font-size: 15px;
2304
2310
  }
2305
2311
  .e-schedule .e-agenda-view {
2306
- background-color: #fff;
2312
+ background: #fff;
2307
2313
  }
2308
2314
  .e-schedule .e-agenda-view .e-content-wrap table td:first-child,
2309
2315
  .e-schedule .e-agenda-view .e-date-column {
@@ -2551,7 +2557,6 @@
2551
2557
  height: auto;
2552
2558
  line-height: 25px;
2553
2559
  margin: 4px 0;
2554
- min-height: 38px;
2555
2560
  min-width: 34px;
2556
2561
  padding: 1.5px 5.5px;
2557
2562
  }
@@ -2566,7 +2571,6 @@
2566
2571
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
2567
2572
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
2568
2573
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
2569
- height: 25px;
2570
2574
  padding-top: 0;
2571
2575
  }
2572
2576
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
@@ -3070,6 +3074,8 @@
3070
3074
  }
3071
3075
  .e-schedule-dialog.e-device .e-repeat-container {
3072
3076
  display: block;
3077
+ padding-right: 35px;
3078
+ padding-left: 0;
3073
3079
  }
3074
3080
  .e-schedule-dialog.e-device .e-icon-down-arrow {
3075
3081
  font-size: 11px;
@@ -3093,6 +3099,10 @@
3093
3099
  .e-schedule-dialog.e-device.e-rtl .e-all-day-container {
3094
3100
  padding-right: 0;
3095
3101
  }
3102
+ .e-schedule-dialog.e-device.e-rtl .e-repeat-container {
3103
+ padding-left: 35px;
3104
+ padding-right: 0;
3105
+ }
3096
3106
  .e-schedule-dialog.e-device .e-recurrence-container {
3097
3107
  position: relative;
3098
3108
  }
@@ -3113,7 +3123,7 @@
3113
3123
 
3114
3124
  /*! schedule quick popup */
3115
3125
  .e-quick-popup-wrapper {
3116
- background-color: #fff;
3126
+ background: #fff;
3117
3127
  border-radius: 6px;
3118
3128
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
3119
3129
  color: #212529;
@@ -3167,7 +3177,7 @@
3167
3177
  height: 40px;
3168
3178
  }
3169
3179
  .e-quick-popup-wrapper .e-event-popup .e-popup-header {
3170
- background-color: #fff;
3180
+ background: #fff;
3171
3181
  }
3172
3182
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
3173
3183
  padding: 6px 8px 0 0;
@@ -3212,7 +3222,7 @@
3212
3222
  padding: 8px 14px;
3213
3223
  }
3214
3224
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
3215
- background-color: rgba(0, 123, 255, 0.3);
3225
+ background: rgba(0, 123, 255, 0.3);
3216
3226
  border-left: 6px solid #007bff;
3217
3227
  border-radius: 4px;
3218
3228
  color: #212529;
@@ -3239,7 +3249,7 @@
3239
3249
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,
3240
3250
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,
3241
3251
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close {
3242
- background-color: transparent;
3252
+ background: transparent;
3243
3253
  border: 0;
3244
3254
  }
3245
3255
  .e-quick-popup-wrapper .e-cell-popup .e-date-time,
@@ -3353,7 +3363,7 @@
3353
3363
  z-index: 1004;
3354
3364
  }
3355
3365
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
3356
- background-color: #fff;
3366
+ background: #fff;
3357
3367
  }
3358
3368
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
3359
3369
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
@@ -3392,7 +3402,7 @@
3392
3402
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
3393
3403
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
3394
3404
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
3395
- background-color: #fff;
3405
+ background: #fff;
3396
3406
  border: 0;
3397
3407
  color: rgba(33, 37, 41, 0.5);
3398
3408
  height: 40px;
@@ -3567,7 +3577,7 @@
3567
3577
 
3568
3578
  .e-bigger .e-more-popup-wrapper,
3569
3579
  .e-more-popup-wrapper {
3570
- background-color: #fff;
3580
+ background: #fff;
3571
3581
  border: 1px solid rgba(0, 0, 0, 0.2);
3572
3582
  border-radius: 6px;
3573
3583
  box-shadow: none;
@@ -3637,7 +3647,7 @@
3637
3647
  }
3638
3648
  .e-bigger .e-more-popup-wrapper .e-more-event-close,
3639
3649
  .e-more-popup-wrapper .e-more-event-close {
3640
- background-color: transparent;
3650
+ background: transparent;
3641
3651
  border: 0;
3642
3652
  box-shadow: none;
3643
3653
  color: rgba(33, 37, 41, 0.5);
@@ -3659,7 +3669,7 @@
3659
3669
  .e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
3660
3670
  .e-more-popup-wrapper .e-more-event-close:focus,
3661
3671
  .e-more-popup-wrapper .e-more-event-close:hover {
3662
- background-color: transparent;
3672
+ background: transparent;
3663
3673
  border-radius: 50%;
3664
3674
  color: rgba(33, 37, 41, 0.75);
3665
3675
  }
@@ -3734,7 +3744,7 @@
3734
3744
 
3735
3745
  /*! schedule component theme */
3736
3746
  .e-schedule {
3737
- background-color: #fff;
3747
+ background: #fff;
3738
3748
  border: 1px solid #dee2e6;
3739
3749
  }
3740
3750
  .e-schedule .e-date-header-wrap {
@@ -3752,13 +3762,13 @@
3752
3762
  border-left-width: 0;
3753
3763
  }
3754
3764
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
3755
- background-color: #fff;
3765
+ background: #fff;
3756
3766
  }
3757
3767
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
3758
3768
  background: #f2f4f6;
3759
3769
  }
3760
3770
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
3761
- background-color: #fff;
3771
+ background: #fff;
3762
3772
  border-color: #dee2e6;
3763
3773
  border-style: solid;
3764
3774
  border-width: 0 1px 1px 0;
@@ -3778,7 +3788,7 @@
3778
3788
  border-bottom-color: transparent;
3779
3789
  }
3780
3790
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
3781
- background-color: #fff;
3791
+ background: #fff;
3782
3792
  border-color: #dee2e6;
3783
3793
  border-style: solid;
3784
3794
  border-width: 0 0 1px 1px;
@@ -3789,7 +3799,7 @@
3789
3799
  border-bottom-width: 0;
3790
3800
  }
3791
3801
  .e-schedule .e-vertical-view .e-time-cells-wrap table td {
3792
- background-color: #fff;
3802
+ background: #fff;
3793
3803
  border-color: #dee2e6;
3794
3804
  border-style: solid;
3795
3805
  border-width: 0 1px 1px 0;
@@ -3802,14 +3812,14 @@
3802
3812
  border-bottom-color: #dee2e6;
3803
3813
  }
3804
3814
  .e-schedule .e-vertical-view .e-header-cells {
3805
- background-color: #fff;
3815
+ background: #fff;
3806
3816
  }
3807
3817
  .e-schedule .e-vertical-view .e-header-cells.e-current-day {
3808
3818
  color: #007bff;
3809
3819
  font-weight: normal;
3810
3820
  }
3811
3821
  .e-schedule .e-vertical-view .e-work-cells {
3812
- background-color: #f8f9fa;
3822
+ background: #f8f9fa;
3813
3823
  border-color: #dee2e6;
3814
3824
  border-style: solid;
3815
3825
  border-width: 0 0 1px 1px;
@@ -3823,28 +3833,28 @@
3823
3833
  border-bottom-style: dashed;
3824
3834
  }
3825
3835
  .e-schedule .e-vertical-view .e-work-hours {
3826
- background-color: #fff;
3836
+ background: #fff;
3827
3837
  }
3828
3838
  .e-schedule .e-vertical-view .e-all-day-cells {
3829
- background-color: #fff;
3839
+ background: #fff;
3830
3840
  }
3831
3841
  .e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
3832
3842
  color: #007bff;
3833
3843
  }
3834
3844
  .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
3835
- background-color: #e9ecef;
3845
+ background: #e9ecef;
3836
3846
  color: #212529;
3837
3847
  }
3838
3848
  .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
3839
- background-color: #e9ecef;
3849
+ background: #e9ecef;
3840
3850
  color: #212529;
3841
3851
  }
3842
3852
  .e-schedule .e-vertical-view .e-selected-cell {
3843
- background-color: #e9ecef;
3853
+ background: #e9ecef;
3844
3854
  color: #212529;
3845
3855
  }
3846
3856
  .e-schedule .e-vertical-view .e-selected-cell:hover {
3847
- background-color: #e9ecef;
3857
+ background: #e9ecef;
3848
3858
  color: #212529;
3849
3859
  }
3850
3860
  .e-schedule .e-vertical-view .e-clone-time-indicator,
@@ -3866,7 +3876,7 @@
3866
3876
  }
3867
3877
  .e-schedule .e-month-view .e-date-header-wrap table td,
3868
3878
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td {
3869
- background-color: #fff;
3879
+ background: #fff;
3870
3880
  border-color: #dee2e6;
3871
3881
  border-style: solid;
3872
3882
  border-width: 0 0 1px 1px;
@@ -3882,7 +3892,7 @@
3882
3892
  }
3883
3893
  .e-schedule .e-month-view .e-work-cells,
3884
3894
  .e-schedule .e-month-agenda-view .e-work-cells {
3885
- background-color: #f8f9fa;
3895
+ background: #f8f9fa;
3886
3896
  border-color: #dee2e6;
3887
3897
  border-style: solid;
3888
3898
  border-width: 0 0 1px 1px;
@@ -3896,7 +3906,7 @@
3896
3906
  }
3897
3907
  .e-schedule .e-month-view .e-work-days,
3898
3908
  .e-schedule .e-month-agenda-view .e-work-days {
3899
- background-color: #fff;
3909
+ background: #fff;
3900
3910
  }
3901
3911
  .e-schedule .e-month-view .e-other-month,
3902
3912
  .e-schedule .e-month-agenda-view .e-other-month {
@@ -3904,14 +3914,14 @@
3904
3914
  }
3905
3915
  .e-schedule .e-month-view .e-current-date .e-date-header,
3906
3916
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3907
- background-color: #007bff;
3917
+ background: #007bff;
3908
3918
  border-radius: 50%;
3909
3919
  color: #fff;
3910
3920
  width: 20px;
3911
3921
  }
3912
3922
  .e-schedule .e-month-view .e-selected-cell,
3913
3923
  .e-schedule .e-month-agenda-view .e-selected-cell {
3914
- background-color: #e9ecef;
3924
+ background: #e9ecef;
3915
3925
  color: #212529;
3916
3926
  }
3917
3927
  .e-schedule .e-month-view .e-selected-cell .e-date-header,
@@ -3924,7 +3934,7 @@
3924
3934
  }
3925
3935
  .e-schedule .e-month-view .e-selected-cell:hover,
3926
3936
  .e-schedule .e-month-agenda-view .e-selected-cell:hover {
3927
- background-color: #e9ecef;
3937
+ background: #e9ecef;
3928
3938
  }
3929
3939
  .e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
3930
3940
  overflow: auto;
@@ -3951,7 +3961,7 @@
3951
3961
  }
3952
3962
  .e-schedule .e-timeline-view .e-date-header-wrap table td,
3953
3963
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td {
3954
- background-color: #fff;
3964
+ background: #fff;
3955
3965
  border-color: #dee2e6;
3956
3966
  border-style: solid;
3957
3967
  border-width: 0 0 1px 1px;
@@ -3964,7 +3974,7 @@
3964
3974
  }
3965
3975
  .e-schedule .e-timeline-view .e-work-cells,
3966
3976
  .e-schedule .e-timeline-month-view .e-work-cells {
3967
- background-color: #f8f9fa;
3977
+ background: #f8f9fa;
3968
3978
  border-color: #dee2e6;
3969
3979
  border-style: solid;
3970
3980
  border-width: 0 0 1px 1px;
@@ -3978,37 +3988,37 @@
3978
3988
  }
3979
3989
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
3980
3990
  .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
3981
- background-color: rgba(0, 0, 0, 0.08);
3991
+ background: rgba(0, 0, 0, 0.08);
3982
3992
  }
3983
3993
  .e-schedule .e-timeline-view .e-work-days,
3984
3994
  .e-schedule .e-timeline-month-view .e-work-days {
3985
- background-color: #fff;
3995
+ background: #fff;
3986
3996
  }
3987
3997
  .e-schedule .e-timeline-view .e-resource-group-cells,
3988
3998
  .e-schedule .e-timeline-month-view .e-resource-group-cells {
3989
- background-color: #f8f9fa;
3999
+ background: #f8f9fa;
3990
4000
  }
3991
4001
  .e-schedule .e-timeline-view .e-selected-cell,
3992
4002
  .e-schedule .e-timeline-month-view .e-selected-cell {
3993
- background-color: #e9ecef;
4003
+ background: #e9ecef;
3994
4004
  color: #212529;
3995
4005
  }
3996
4006
  .e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
3997
4007
  .e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
3998
- background-color: #e9ecef;
4008
+ background: #e9ecef;
3999
4009
  }
4000
4010
  .e-schedule .e-timeline-view .e-work-hours {
4001
- background-color: #fff;
4011
+ background: #fff;
4002
4012
  }
4003
4013
  .e-schedule .e-timeline-view .e-resource-group-cells {
4004
- background-color: #f8f9fa;
4014
+ background: #f8f9fa;
4005
4015
  }
4006
4016
  .e-schedule .e-timeline-view .e-selected-cell {
4007
- background-color: #e9ecef;
4017
+ background: #e9ecef;
4008
4018
  color: #212529;
4009
4019
  }
4010
4020
  .e-schedule .e-timeline-view .e-selected-cell:hover {
4011
- background-color: #e9ecef;
4021
+ background: #e9ecef;
4012
4022
  }
4013
4023
  .e-schedule .e-timeline-view .e-alternate-cells {
4014
4024
  border-left-style: dashed;
@@ -4025,7 +4035,7 @@
4025
4035
  border-left: 1px solid #007bff;
4026
4036
  }
4027
4037
  .e-schedule .e-timeline-year-view .e-work-cells {
4028
- background-color: #f8f9fa;
4038
+ background: #f8f9fa;
4029
4039
  border-color: #dee2e6;
4030
4040
  border-style: solid;
4031
4041
  border-width: 0 1px 1px 0;
@@ -4037,20 +4047,20 @@
4037
4047
  color: #212529;
4038
4048
  }
4039
4049
  .e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
4040
- background-color: #fff;
4050
+ background: #fff;
4041
4051
  }
4042
4052
  .e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
4043
4053
  color: #6c757d;
4044
4054
  }
4045
4055
  .e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
4046
- background-color: #007bff;
4056
+ background: #007bff;
4047
4057
  border-radius: 50%;
4048
4058
  color: #fff;
4049
4059
  margin: 2px;
4050
4060
  width: 20px;
4051
4061
  }
4052
4062
  .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
4053
- background-color: #e9ecef;
4063
+ background: #e9ecef;
4054
4064
  color: #212529;
4055
4065
  }
4056
4066
  .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
@@ -4060,10 +4070,10 @@
4060
4070
  color: #212529;
4061
4071
  }
4062
4072
  .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
4063
- background-color: #e9ecef;
4073
+ background: #e9ecef;
4064
4074
  }
4065
4075
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
4066
- background-color: rgba(0, 0, 0, 0.08);
4076
+ background: rgba(0, 0, 0, 0.08);
4067
4077
  }
4068
4078
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
4069
4079
  cursor: default;
@@ -4073,14 +4083,14 @@
4073
4083
  text-decoration: none;
4074
4084
  }
4075
4085
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
4076
- background-color: rgba(0, 0, 0, 0.08);
4086
+ background: rgba(0, 0, 0, 0.08);
4077
4087
  }
4078
4088
  .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
4079
- background-color: rgba(0, 0, 0, 0.08);
4089
+ background: rgba(0, 0, 0, 0.08);
4080
4090
  box-shadow: inset 0 0 0 8px #f8f9fa;
4081
4091
  }
4082
4092
  .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
4083
- background-color: rgba(0, 0, 0, 0.08);
4093
+ background: rgba(0, 0, 0, 0.08);
4084
4094
  }
4085
4095
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
4086
4096
  .e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
@@ -4142,7 +4152,7 @@
4142
4152
  }
4143
4153
 
4144
4154
  .e-tooltip-wrap.e-schedule-error {
4145
- background-color: #fcdbe4;
4155
+ background: #fcdbe4;
4146
4156
  border-color: #fcdbe4;
4147
4157
  z-index: 1000;
4148
4158
  }