@syncfusion/ej2-vue-schedule 20.2.45 → 20.3.47
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.
- package/CHANGELOG.md +22 -0
- package/dist/ej2-vue-schedule.umd.min.js +2 -2
- package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +31 -36
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +31 -36
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +8 -8
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -1
- package/src/recurrence-editor/recurrenceeditor.component.js +3 -4
- package/src/schedule/headerrows.directive.d.ts +0 -1
- package/src/schedule/headerrows.directive.js +5 -6
- package/src/schedule/resources.directive.d.ts +0 -1
- package/src/schedule/resources.directive.js +5 -6
- package/src/schedule/schedule.component.d.ts +0 -1
- package/src/schedule/schedule.component.js +4 -5
- package/src/schedule/views.directive.d.ts +0 -1
- package/src/schedule/views.directive.js +5 -6
- package/styles/bootstrap-dark.css +50 -33
- package/styles/bootstrap.css +50 -33
- package/styles/bootstrap4.css +50 -33
- package/styles/bootstrap5-dark.css +51 -38
- package/styles/bootstrap5.css +51 -38
- package/styles/fabric-dark.css +50 -33
- package/styles/fabric.css +50 -33
- package/styles/fluent-dark.css +52 -39
- package/styles/fluent.css +52 -39
- package/styles/highcontrast-light.css +50 -33
- package/styles/highcontrast.css +50 -33
- package/styles/material-dark.css +50 -33
- package/styles/material.css +50 -33
- package/styles/recurrence-editor/bootstrap-dark.css +21 -27
- package/styles/recurrence-editor/bootstrap.css +21 -27
- package/styles/recurrence-editor/bootstrap4.css +21 -27
- package/styles/recurrence-editor/bootstrap5-dark.css +21 -27
- package/styles/recurrence-editor/bootstrap5.css +21 -27
- package/styles/recurrence-editor/fabric-dark.css +21 -27
- package/styles/recurrence-editor/fabric.css +21 -27
- package/styles/recurrence-editor/fluent-dark.css +21 -27
- package/styles/recurrence-editor/fluent.css +21 -27
- package/styles/recurrence-editor/highcontrast-light.css +21 -27
- package/styles/recurrence-editor/highcontrast.css +21 -27
- package/styles/recurrence-editor/material-dark.css +21 -27
- package/styles/recurrence-editor/material.css +21 -27
- package/styles/recurrence-editor/tailwind-dark.css +21 -27
- package/styles/recurrence-editor/tailwind.css +21 -27
- package/styles/schedule/bootstrap-dark.css +29 -6
- package/styles/schedule/bootstrap.css +29 -6
- package/styles/schedule/bootstrap4.css +29 -6
- package/styles/schedule/bootstrap5-dark.css +30 -11
- package/styles/schedule/bootstrap5.css +30 -11
- package/styles/schedule/fabric-dark.css +29 -6
- package/styles/schedule/fabric.css +29 -6
- package/styles/schedule/fluent-dark.css +31 -12
- package/styles/schedule/fluent.css +31 -12
- package/styles/schedule/highcontrast-light.css +29 -6
- package/styles/schedule/highcontrast.css +29 -6
- package/styles/schedule/material-dark.css +29 -6
- package/styles/schedule/material.css +29 -6
- package/styles/schedule/tailwind-dark.css +29 -6
- package/styles/schedule/tailwind.css +29 -6
- package/styles/tailwind-dark.css +50 -33
- package/styles/tailwind.css +50 -33
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
}
|
|
410
410
|
.e-schedule .e-content-wrap,
|
|
411
411
|
.e-schedule .e-scroll-container {
|
|
412
|
-
-webkit-overflow-scrolling: touch;
|
|
412
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
413
413
|
overflow: auto;
|
|
414
414
|
}
|
|
415
415
|
.e-schedule .e-hide-childs > * {
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
586
586
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
587
|
-
height: 0 !important;
|
|
587
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
588
588
|
}
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
590
590
|
background: #317ab9;
|
|
@@ -796,6 +796,13 @@
|
|
|
796
796
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
797
797
|
background-color: rgba(0, 0, 0, 0.08);
|
|
798
798
|
}
|
|
799
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
800
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
801
|
+
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
802
|
+
}
|
|
803
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
804
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
805
|
+
}
|
|
799
806
|
.e-schedule .e-vertical-view .e-current-time {
|
|
800
807
|
font-size: 11px;
|
|
801
808
|
}
|
|
@@ -1084,7 +1091,7 @@
|
|
|
1084
1091
|
}
|
|
1085
1092
|
.e-schedule .e-month-view .e-header-cells {
|
|
1086
1093
|
cursor: default;
|
|
1087
|
-
font-weight:
|
|
1094
|
+
font-weight: normal;
|
|
1088
1095
|
height: 30px;
|
|
1089
1096
|
padding: 3px;
|
|
1090
1097
|
}
|
|
@@ -1112,6 +1119,13 @@
|
|
|
1112
1119
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1113
1120
|
background-color: rgba(0, 0, 0, 0.08);
|
|
1114
1121
|
}
|
|
1122
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1123
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1124
|
+
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
1125
|
+
}
|
|
1126
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1127
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1128
|
+
}
|
|
1115
1129
|
.e-schedule .e-month-view .e-date-header {
|
|
1116
1130
|
cursor: pointer;
|
|
1117
1131
|
display: table;
|
|
@@ -1459,7 +1473,7 @@
|
|
|
1459
1473
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1460
1474
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1461
1475
|
cursor: default;
|
|
1462
|
-
font-weight:
|
|
1476
|
+
font-weight: normal;
|
|
1463
1477
|
height: 30px;
|
|
1464
1478
|
padding: 0;
|
|
1465
1479
|
text-align: center;
|
|
@@ -1863,9 +1877,14 @@
|
|
|
1863
1877
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1864
1878
|
width: 70px;
|
|
1865
1879
|
}
|
|
1880
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1881
|
+
transform: translateX(0);
|
|
1882
|
+
}
|
|
1883
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1884
|
+
transform: translateY(0);
|
|
1885
|
+
}
|
|
1866
1886
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1867
1887
|
position: absolute;
|
|
1868
|
-
transform: translateY(0);
|
|
1869
1888
|
}
|
|
1870
1889
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1871
1890
|
position: relative;
|
|
@@ -1982,7 +2001,7 @@
|
|
|
1982
2001
|
}
|
|
1983
2002
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1984
2003
|
cursor: default;
|
|
1985
|
-
font-weight:
|
|
2004
|
+
font-weight: normal;
|
|
1986
2005
|
height: 30px;
|
|
1987
2006
|
padding: 5px;
|
|
1988
2007
|
text-align: center;
|
|
@@ -3728,6 +3747,9 @@
|
|
|
3728
3747
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3729
3748
|
border-right-width: 0;
|
|
3730
3749
|
}
|
|
3750
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3751
|
+
text-align: right;
|
|
3752
|
+
}
|
|
3731
3753
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3732
3754
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3733
3755
|
border-width: 0 1px 1px 0;
|
|
@@ -3745,6 +3767,7 @@
|
|
|
3745
3767
|
border-right-width: 0;
|
|
3746
3768
|
}
|
|
3747
3769
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3770
|
+
text-align: right;
|
|
3748
3771
|
border-width: 0 1px 1px 0;
|
|
3749
3772
|
}
|
|
3750
3773
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
}
|
|
408
408
|
.e-schedule .e-content-wrap,
|
|
409
409
|
.e-schedule .e-scroll-container {
|
|
410
|
-
-webkit-overflow-scrolling: touch;
|
|
410
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
411
411
|
overflow: auto;
|
|
412
412
|
}
|
|
413
413
|
.e-schedule .e-hide-childs > * {
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
}
|
|
582
582
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
583
583
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
584
|
-
height: 0 !important;
|
|
584
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
585
585
|
}
|
|
586
586
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
587
587
|
background: #007bff;
|
|
@@ -797,6 +797,13 @@
|
|
|
797
797
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
798
798
|
background-color: rgba(0, 0, 0, 0.08);
|
|
799
799
|
}
|
|
800
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
801
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
802
|
+
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
803
|
+
}
|
|
804
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
805
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
806
|
+
}
|
|
800
807
|
.e-schedule .e-vertical-view .e-current-time {
|
|
801
808
|
font-size: 12px;
|
|
802
809
|
}
|
|
@@ -1086,7 +1093,7 @@
|
|
|
1086
1093
|
}
|
|
1087
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1095
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1096
|
+
font-weight: normal;
|
|
1090
1097
|
height: 35px;
|
|
1091
1098
|
padding: 8px;
|
|
1092
1099
|
}
|
|
@@ -1114,6 +1121,13 @@
|
|
|
1114
1121
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1115
1122
|
background-color: rgba(0, 0, 0, 0.08);
|
|
1116
1123
|
}
|
|
1124
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1125
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1126
|
+
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
1127
|
+
}
|
|
1128
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1129
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1130
|
+
}
|
|
1117
1131
|
.e-schedule .e-month-view .e-date-header {
|
|
1118
1132
|
cursor: pointer;
|
|
1119
1133
|
display: table;
|
|
@@ -1464,7 +1478,7 @@
|
|
|
1464
1478
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1465
1479
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1466
1480
|
cursor: default;
|
|
1467
|
-
font-weight:
|
|
1481
|
+
font-weight: normal;
|
|
1468
1482
|
height: 35px;
|
|
1469
1483
|
padding: 0;
|
|
1470
1484
|
text-align: center;
|
|
@@ -1868,9 +1882,14 @@
|
|
|
1868
1882
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1869
1883
|
width: 60px;
|
|
1870
1884
|
}
|
|
1885
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1886
|
+
transform: translateX(0);
|
|
1887
|
+
}
|
|
1888
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1889
|
+
transform: translateY(0);
|
|
1890
|
+
}
|
|
1871
1891
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1872
1892
|
position: absolute;
|
|
1873
|
-
transform: translateY(0);
|
|
1874
1893
|
}
|
|
1875
1894
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1876
1895
|
position: relative;
|
|
@@ -1987,7 +2006,7 @@
|
|
|
1987
2006
|
}
|
|
1988
2007
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1989
2008
|
cursor: default;
|
|
1990
|
-
font-weight:
|
|
2009
|
+
font-weight: normal;
|
|
1991
2010
|
height: 35px;
|
|
1992
2011
|
padding: 5px;
|
|
1993
2012
|
text-align: center;
|
|
@@ -3831,6 +3850,9 @@
|
|
|
3831
3850
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3832
3851
|
border-right-width: 0;
|
|
3833
3852
|
}
|
|
3853
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3854
|
+
text-align: right;
|
|
3855
|
+
}
|
|
3834
3856
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3835
3857
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3836
3858
|
border-width: 0 1px 1px 0;
|
|
@@ -3848,6 +3870,7 @@
|
|
|
3848
3870
|
border-right-width: 0;
|
|
3849
3871
|
}
|
|
3850
3872
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3873
|
+
text-align: right;
|
|
3851
3874
|
border-width: 0 1px 1px 0;
|
|
3852
3875
|
}
|
|
3853
3876
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
2
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
3
4
|
content: "\e765";
|
|
4
5
|
}
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
}
|
|
415
416
|
.e-schedule .e-content-wrap,
|
|
416
417
|
.e-schedule .e-scroll-container {
|
|
417
|
-
-webkit-overflow-scrolling: touch;
|
|
418
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
418
419
|
overflow: auto;
|
|
419
420
|
}
|
|
420
421
|
.e-schedule .e-hide-childs > * {
|
|
@@ -589,7 +590,7 @@
|
|
|
589
590
|
}
|
|
590
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
591
592
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
592
|
-
height: 0 !important;
|
|
593
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
593
594
|
}
|
|
594
595
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
595
596
|
background: #0d6efd;
|
|
@@ -804,6 +805,13 @@
|
|
|
804
805
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
805
806
|
background-color: #343a40;
|
|
806
807
|
}
|
|
808
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
809
|
+
background-color: #343a40;
|
|
810
|
+
box-shadow: inset 0 0 0 8px #282d31;
|
|
811
|
+
}
|
|
812
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
813
|
+
background-color: #343a40;
|
|
814
|
+
}
|
|
807
815
|
.e-schedule .e-vertical-view .e-current-time {
|
|
808
816
|
font-size: 10px;
|
|
809
817
|
}
|
|
@@ -1093,7 +1101,7 @@
|
|
|
1093
1101
|
}
|
|
1094
1102
|
.e-schedule .e-month-view .e-header-cells {
|
|
1095
1103
|
cursor: default;
|
|
1096
|
-
font-weight:
|
|
1104
|
+
font-weight: normal;
|
|
1097
1105
|
height: 34px;
|
|
1098
1106
|
padding: 8px;
|
|
1099
1107
|
}
|
|
@@ -1121,6 +1129,13 @@
|
|
|
1121
1129
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1122
1130
|
background-color: #343a40;
|
|
1123
1131
|
}
|
|
1132
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1133
|
+
background-color: #343a40;
|
|
1134
|
+
box-shadow: inset 0 0 0 8px #282d31;
|
|
1135
|
+
}
|
|
1136
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1137
|
+
background-color: #343a40;
|
|
1138
|
+
}
|
|
1124
1139
|
.e-schedule .e-month-view .e-date-header {
|
|
1125
1140
|
cursor: pointer;
|
|
1126
1141
|
display: table;
|
|
@@ -1469,7 +1484,7 @@
|
|
|
1469
1484
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1470
1485
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1471
1486
|
cursor: default;
|
|
1472
|
-
font-weight:
|
|
1487
|
+
font-weight: normal;
|
|
1473
1488
|
height: 34px;
|
|
1474
1489
|
padding: 0;
|
|
1475
1490
|
text-align: center;
|
|
@@ -1874,9 +1889,14 @@
|
|
|
1874
1889
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1875
1890
|
width: 70px;
|
|
1876
1891
|
}
|
|
1892
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1893
|
+
transform: translateX(0);
|
|
1894
|
+
}
|
|
1895
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1896
|
+
transform: translateY(0);
|
|
1897
|
+
}
|
|
1877
1898
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1878
1899
|
position: absolute;
|
|
1879
|
-
transform: translateY(0);
|
|
1880
1900
|
}
|
|
1881
1901
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1882
1902
|
position: relative;
|
|
@@ -1993,7 +2013,7 @@
|
|
|
1993
2013
|
}
|
|
1994
2014
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1995
2015
|
cursor: default;
|
|
1996
|
-
font-weight:
|
|
2016
|
+
font-weight: normal;
|
|
1997
2017
|
height: 34px;
|
|
1998
2018
|
padding: 5px;
|
|
1999
2019
|
text-align: center;
|
|
@@ -2396,11 +2416,6 @@
|
|
|
2396
2416
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
2397
2417
|
font-size: 14px;
|
|
2398
2418
|
}
|
|
2399
|
-
.e-bigger .e-schedule .e-vertical-view .e-header-cells,
|
|
2400
|
-
.e-bigger.e-schedule .e-vertical-view .e-header-cells {
|
|
2401
|
-
height: 66px;
|
|
2402
|
-
padding: 8px;
|
|
2403
|
-
}
|
|
2404
2419
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
|
|
2405
2420
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
2406
2421
|
font-size: 14px;
|
|
@@ -3847,6 +3862,9 @@
|
|
|
3847
3862
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3848
3863
|
border-right-width: 0;
|
|
3849
3864
|
}
|
|
3865
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3866
|
+
text-align: right;
|
|
3867
|
+
}
|
|
3850
3868
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3851
3869
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3852
3870
|
border-width: 0 1px 1px 0;
|
|
@@ -3864,6 +3882,7 @@
|
|
|
3864
3882
|
border-right-width: 0;
|
|
3865
3883
|
}
|
|
3866
3884
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3885
|
+
text-align: right;
|
|
3867
3886
|
border-width: 0 1px 1px 0;
|
|
3868
3887
|
}
|
|
3869
3888
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
2
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
3
4
|
content: "\e765";
|
|
4
5
|
}
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
}
|
|
415
416
|
.e-schedule .e-content-wrap,
|
|
416
417
|
.e-schedule .e-scroll-container {
|
|
417
|
-
-webkit-overflow-scrolling: touch;
|
|
418
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
418
419
|
overflow: auto;
|
|
419
420
|
}
|
|
420
421
|
.e-schedule .e-hide-childs > * {
|
|
@@ -589,7 +590,7 @@
|
|
|
589
590
|
}
|
|
590
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
591
592
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
592
|
-
height: 0 !important;
|
|
593
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
593
594
|
}
|
|
594
595
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
595
596
|
background: #0d6efd;
|
|
@@ -804,6 +805,13 @@
|
|
|
804
805
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
805
806
|
background-color: #e9ecef;
|
|
806
807
|
}
|
|
808
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
809
|
+
background-color: #e9ecef;
|
|
810
|
+
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
811
|
+
}
|
|
812
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
813
|
+
background-color: #e9ecef;
|
|
814
|
+
}
|
|
807
815
|
.e-schedule .e-vertical-view .e-current-time {
|
|
808
816
|
font-size: 10px;
|
|
809
817
|
}
|
|
@@ -1093,7 +1101,7 @@
|
|
|
1093
1101
|
}
|
|
1094
1102
|
.e-schedule .e-month-view .e-header-cells {
|
|
1095
1103
|
cursor: default;
|
|
1096
|
-
font-weight:
|
|
1104
|
+
font-weight: normal;
|
|
1097
1105
|
height: 34px;
|
|
1098
1106
|
padding: 8px;
|
|
1099
1107
|
}
|
|
@@ -1121,6 +1129,13 @@
|
|
|
1121
1129
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1122
1130
|
background-color: #e9ecef;
|
|
1123
1131
|
}
|
|
1132
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1133
|
+
background-color: #e9ecef;
|
|
1134
|
+
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
1135
|
+
}
|
|
1136
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1137
|
+
background-color: #e9ecef;
|
|
1138
|
+
}
|
|
1124
1139
|
.e-schedule .e-month-view .e-date-header {
|
|
1125
1140
|
cursor: pointer;
|
|
1126
1141
|
display: table;
|
|
@@ -1469,7 +1484,7 @@
|
|
|
1469
1484
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1470
1485
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1471
1486
|
cursor: default;
|
|
1472
|
-
font-weight:
|
|
1487
|
+
font-weight: normal;
|
|
1473
1488
|
height: 34px;
|
|
1474
1489
|
padding: 0;
|
|
1475
1490
|
text-align: center;
|
|
@@ -1874,9 +1889,14 @@
|
|
|
1874
1889
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1875
1890
|
width: 70px;
|
|
1876
1891
|
}
|
|
1892
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1893
|
+
transform: translateX(0);
|
|
1894
|
+
}
|
|
1895
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1896
|
+
transform: translateY(0);
|
|
1897
|
+
}
|
|
1877
1898
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1878
1899
|
position: absolute;
|
|
1879
|
-
transform: translateY(0);
|
|
1880
1900
|
}
|
|
1881
1901
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1882
1902
|
position: relative;
|
|
@@ -1993,7 +2013,7 @@
|
|
|
1993
2013
|
}
|
|
1994
2014
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1995
2015
|
cursor: default;
|
|
1996
|
-
font-weight:
|
|
2016
|
+
font-weight: normal;
|
|
1997
2017
|
height: 34px;
|
|
1998
2018
|
padding: 5px;
|
|
1999
2019
|
text-align: center;
|
|
@@ -2396,11 +2416,6 @@
|
|
|
2396
2416
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
2397
2417
|
font-size: 14px;
|
|
2398
2418
|
}
|
|
2399
|
-
.e-bigger .e-schedule .e-vertical-view .e-header-cells,
|
|
2400
|
-
.e-bigger.e-schedule .e-vertical-view .e-header-cells {
|
|
2401
|
-
height: 66px;
|
|
2402
|
-
padding: 8px;
|
|
2403
|
-
}
|
|
2404
2419
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
|
|
2405
2420
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
2406
2421
|
font-size: 14px;
|
|
@@ -3847,6 +3862,9 @@
|
|
|
3847
3862
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3848
3863
|
border-right-width: 0;
|
|
3849
3864
|
}
|
|
3865
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3866
|
+
text-align: right;
|
|
3867
|
+
}
|
|
3850
3868
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3851
3869
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3852
3870
|
border-width: 0 1px 1px 0;
|
|
@@ -3864,6 +3882,7 @@
|
|
|
3864
3882
|
border-right-width: 0;
|
|
3865
3883
|
}
|
|
3866
3884
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3885
|
+
text-align: right;
|
|
3867
3886
|
border-width: 0 1px 1px 0;
|
|
3868
3887
|
}
|
|
3869
3888
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
.e-schedule .e-content-wrap,
|
|
413
413
|
.e-schedule .e-scroll-container {
|
|
414
|
-
-webkit-overflow-scrolling: touch;
|
|
414
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
415
415
|
overflow: auto;
|
|
416
416
|
}
|
|
417
417
|
.e-schedule .e-hide-childs > * {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
}
|
|
587
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
589
|
-
height: 0 !important;
|
|
589
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
590
590
|
}
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
592
592
|
background: #0074cc;
|
|
@@ -798,6 +798,13 @@
|
|
|
798
798
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
799
799
|
background-color: rgba(0, 0, 0, 0.08);
|
|
800
800
|
}
|
|
801
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
802
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
803
|
+
box-shadow: inset 0 0 0 8px #282727;
|
|
804
|
+
}
|
|
805
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
806
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
807
|
+
}
|
|
801
808
|
.e-schedule .e-vertical-view .e-current-time {
|
|
802
809
|
font-size: 12px;
|
|
803
810
|
}
|
|
@@ -1086,7 +1093,7 @@
|
|
|
1086
1093
|
}
|
|
1087
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1095
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1096
|
+
font-weight: normal;
|
|
1090
1097
|
height: 30px;
|
|
1091
1098
|
padding: 3px;
|
|
1092
1099
|
}
|
|
@@ -1114,6 +1121,13 @@
|
|
|
1114
1121
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1115
1122
|
background-color: rgba(0, 0, 0, 0.08);
|
|
1116
1123
|
}
|
|
1124
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1125
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1126
|
+
box-shadow: inset 0 0 0 8px #282727;
|
|
1127
|
+
}
|
|
1128
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1129
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1130
|
+
}
|
|
1117
1131
|
.e-schedule .e-month-view .e-date-header {
|
|
1118
1132
|
cursor: pointer;
|
|
1119
1133
|
display: table;
|
|
@@ -1461,7 +1475,7 @@
|
|
|
1461
1475
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1462
1476
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1463
1477
|
cursor: default;
|
|
1464
|
-
font-weight:
|
|
1478
|
+
font-weight: normal;
|
|
1465
1479
|
height: 30px;
|
|
1466
1480
|
padding: 0;
|
|
1467
1481
|
text-align: center;
|
|
@@ -1865,9 +1879,14 @@
|
|
|
1865
1879
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1866
1880
|
width: 70px;
|
|
1867
1881
|
}
|
|
1882
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1883
|
+
transform: translateX(0);
|
|
1884
|
+
}
|
|
1885
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1886
|
+
transform: translateY(0);
|
|
1887
|
+
}
|
|
1868
1888
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1869
1889
|
position: absolute;
|
|
1870
|
-
transform: translateY(0);
|
|
1871
1890
|
}
|
|
1872
1891
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1873
1892
|
position: relative;
|
|
@@ -1984,7 +2003,7 @@
|
|
|
1984
2003
|
}
|
|
1985
2004
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1986
2005
|
cursor: default;
|
|
1987
|
-
font-weight:
|
|
2006
|
+
font-weight: normal;
|
|
1988
2007
|
height: 30px;
|
|
1989
2008
|
padding: 5px;
|
|
1990
2009
|
text-align: center;
|
|
@@ -3730,6 +3749,9 @@
|
|
|
3730
3749
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3731
3750
|
border-right-width: 0;
|
|
3732
3751
|
}
|
|
3752
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3753
|
+
text-align: right;
|
|
3754
|
+
}
|
|
3733
3755
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3734
3756
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3735
3757
|
border-width: 0 1px 1px 0;
|
|
@@ -3747,6 +3769,7 @@
|
|
|
3747
3769
|
border-right-width: 0;
|
|
3748
3770
|
}
|
|
3749
3771
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3772
|
+
text-align: right;
|
|
3750
3773
|
border-width: 0 0 1px;
|
|
3751
3774
|
}
|
|
3752
3775
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
.e-schedule .e-content-wrap,
|
|
413
413
|
.e-schedule .e-scroll-container {
|
|
414
|
-
-webkit-overflow-scrolling: touch;
|
|
414
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
415
415
|
overflow: auto;
|
|
416
416
|
}
|
|
417
417
|
.e-schedule .e-hide-childs > * {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
}
|
|
587
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
589
|
-
height: 0 !important;
|
|
589
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
590
590
|
}
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
592
592
|
background: #0078d6;
|
|
@@ -798,6 +798,13 @@
|
|
|
798
798
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
799
799
|
background-color: rgba(0, 0, 0, 0.08);
|
|
800
800
|
}
|
|
801
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
802
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
803
|
+
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
804
|
+
}
|
|
805
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
806
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
807
|
+
}
|
|
801
808
|
.e-schedule .e-vertical-view .e-current-time {
|
|
802
809
|
font-size: 12px;
|
|
803
810
|
}
|
|
@@ -1086,7 +1093,7 @@
|
|
|
1086
1093
|
}
|
|
1087
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1095
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1096
|
+
font-weight: normal;
|
|
1090
1097
|
height: 30px;
|
|
1091
1098
|
padding: 3px;
|
|
1092
1099
|
}
|
|
@@ -1114,6 +1121,13 @@
|
|
|
1114
1121
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1115
1122
|
background-color: rgba(0, 0, 0, 0.08);
|
|
1116
1123
|
}
|
|
1124
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1125
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1126
|
+
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
1127
|
+
}
|
|
1128
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1129
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1130
|
+
}
|
|
1117
1131
|
.e-schedule .e-month-view .e-date-header {
|
|
1118
1132
|
cursor: pointer;
|
|
1119
1133
|
display: table;
|
|
@@ -1461,7 +1475,7 @@
|
|
|
1461
1475
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1462
1476
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1463
1477
|
cursor: default;
|
|
1464
|
-
font-weight:
|
|
1478
|
+
font-weight: normal;
|
|
1465
1479
|
height: 30px;
|
|
1466
1480
|
padding: 0;
|
|
1467
1481
|
text-align: center;
|
|
@@ -1865,9 +1879,14 @@
|
|
|
1865
1879
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1866
1880
|
width: 70px;
|
|
1867
1881
|
}
|
|
1882
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1883
|
+
transform: translateX(0);
|
|
1884
|
+
}
|
|
1885
|
+
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1886
|
+
transform: translateY(0);
|
|
1887
|
+
}
|
|
1868
1888
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1869
1889
|
position: absolute;
|
|
1870
|
-
transform: translateY(0);
|
|
1871
1890
|
}
|
|
1872
1891
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1873
1892
|
position: relative;
|
|
@@ -1984,7 +2003,7 @@
|
|
|
1984
2003
|
}
|
|
1985
2004
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1986
2005
|
cursor: default;
|
|
1987
|
-
font-weight:
|
|
2006
|
+
font-weight: normal;
|
|
1988
2007
|
height: 30px;
|
|
1989
2008
|
padding: 5px;
|
|
1990
2009
|
text-align: center;
|
|
@@ -3744,6 +3763,9 @@
|
|
|
3744
3763
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3745
3764
|
border-right-width: 0;
|
|
3746
3765
|
}
|
|
3766
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3767
|
+
text-align: right;
|
|
3768
|
+
}
|
|
3747
3769
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3748
3770
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3749
3771
|
border-width: 0 1px 1px 0;
|
|
@@ -3761,6 +3783,7 @@
|
|
|
3761
3783
|
border-right-width: 0;
|
|
3762
3784
|
}
|
|
3763
3785
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3786
|
+
text-align: right;
|
|
3764
3787
|
border-width: 0 0 1px;
|
|
3765
3788
|
}
|
|
3766
3789
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|