@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
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
}
|
|
409
409
|
.e-schedule .e-content-wrap,
|
|
410
410
|
.e-schedule .e-scroll-container {
|
|
411
|
-
-webkit-overflow-scrolling: touch;
|
|
411
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
412
412
|
overflow: auto;
|
|
413
413
|
}
|
|
414
414
|
.e-schedule .e-hide-childs > * {
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
}
|
|
584
584
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
585
585
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
586
|
-
height: 0 !important;
|
|
586
|
+
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
587
587
|
}
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
589
589
|
background: #1c8000;
|
|
@@ -795,6 +795,13 @@
|
|
|
795
795
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
796
796
|
background-color: rgba(0, 0, 0, 0.08);
|
|
797
797
|
}
|
|
798
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
799
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
800
|
+
box-shadow: inset 0 0 0 8px #e4e4e4;
|
|
801
|
+
}
|
|
802
|
+
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
803
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
804
|
+
}
|
|
798
805
|
.e-schedule .e-vertical-view .e-current-time {
|
|
799
806
|
font-size: 12px;
|
|
800
807
|
}
|
|
@@ -1083,7 +1090,7 @@
|
|
|
1083
1090
|
}
|
|
1084
1091
|
.e-schedule .e-month-view .e-header-cells {
|
|
1085
1092
|
cursor: default;
|
|
1086
|
-
font-weight:
|
|
1093
|
+
font-weight: normal;
|
|
1087
1094
|
height: 30px;
|
|
1088
1095
|
padding: 3px;
|
|
1089
1096
|
}
|
|
@@ -1111,6 +1118,13 @@
|
|
|
1111
1118
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1112
1119
|
background-color: rgba(0, 0, 0, 0.08);
|
|
1113
1120
|
}
|
|
1121
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1122
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1123
|
+
box-shadow: inset 0 0 0 8px #e4e4e4;
|
|
1124
|
+
}
|
|
1125
|
+
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1126
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1127
|
+
}
|
|
1114
1128
|
.e-schedule .e-month-view .e-date-header {
|
|
1115
1129
|
cursor: pointer;
|
|
1116
1130
|
display: table;
|
|
@@ -1458,7 +1472,7 @@
|
|
|
1458
1472
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1459
1473
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1460
1474
|
cursor: default;
|
|
1461
|
-
font-weight:
|
|
1475
|
+
font-weight: normal;
|
|
1462
1476
|
height: 30px;
|
|
1463
1477
|
padding: 0;
|
|
1464
1478
|
text-align: center;
|
|
@@ -1862,9 +1876,14 @@
|
|
|
1862
1876
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1863
1877
|
width: 70px;
|
|
1864
1878
|
}
|
|
1879
|
+
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1880
|
+
transform: translateX(0);
|
|
1881
|
+
}
|
|
1882
|
+
.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 {
|
|
1883
|
+
transform: translateY(0);
|
|
1884
|
+
}
|
|
1865
1885
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1866
1886
|
position: absolute;
|
|
1867
|
-
transform: translateY(0);
|
|
1868
1887
|
}
|
|
1869
1888
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1870
1889
|
position: relative;
|
|
@@ -1981,7 +2000,7 @@
|
|
|
1981
2000
|
}
|
|
1982
2001
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1983
2002
|
cursor: default;
|
|
1984
|
-
font-weight:
|
|
2003
|
+
font-weight: normal;
|
|
1985
2004
|
height: 30px;
|
|
1986
2005
|
padding: 5px;
|
|
1987
2006
|
text-align: center;
|
|
@@ -3727,6 +3746,9 @@
|
|
|
3727
3746
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3728
3747
|
border-right-width: 0;
|
|
3729
3748
|
}
|
|
3749
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3750
|
+
text-align: right;
|
|
3751
|
+
}
|
|
3730
3752
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3731
3753
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3732
3754
|
border-width: 0 1px 1px 0;
|
|
@@ -3744,6 +3766,7 @@
|
|
|
3744
3766
|
border-right-width: 0;
|
|
3745
3767
|
}
|
|
3746
3768
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3769
|
+
text-align: right;
|
|
3747
3770
|
border-width: 0 0 1px;
|
|
3748
3771
|
}
|
|
3749
3772
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -3837,7 +3860,7 @@
|
|
|
3837
3860
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3838
3861
|
min-width: 88px;
|
|
3839
3862
|
position: relative;
|
|
3840
|
-
right:
|
|
3863
|
+
right: 20px;
|
|
3841
3864
|
}
|
|
3842
3865
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3843
3866
|
min-width: 120px;
|
|
@@ -3883,8 +3906,8 @@
|
|
|
3883
3906
|
right: 10px;
|
|
3884
3907
|
}
|
|
3885
3908
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
3886
|
-
|
|
3887
|
-
right:
|
|
3909
|
+
left: 20px;
|
|
3910
|
+
right: 0;
|
|
3888
3911
|
}
|
|
3889
3912
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
3890
3913
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -3903,7 +3926,7 @@
|
|
|
3903
3926
|
padding-right: 8px;
|
|
3904
3927
|
}
|
|
3905
3928
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
3906
|
-
width:
|
|
3929
|
+
width: 30px;
|
|
3907
3930
|
}
|
|
3908
3931
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
3909
3932
|
font-size: 12px;
|
|
@@ -3983,9 +4006,6 @@
|
|
|
3983
4006
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
3984
4007
|
padding: 0 0 10px 12px;
|
|
3985
4008
|
}
|
|
3986
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3987
|
-
right: 24px;
|
|
3988
|
-
}
|
|
3989
4009
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
3990
4010
|
padding-bottom: 6px;
|
|
3991
4011
|
}
|
|
@@ -3993,9 +4013,8 @@
|
|
|
3993
4013
|
padding-left: 70px;
|
|
3994
4014
|
}
|
|
3995
4015
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
3996
|
-
min-width:
|
|
3997
|
-
|
|
3998
|
-
padding-right: 0;
|
|
4016
|
+
min-width: 130px;
|
|
4017
|
+
right: 0;
|
|
3999
4018
|
}
|
|
4000
4019
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4001
4020
|
min-width: 183px;
|
|
@@ -4028,7 +4047,7 @@
|
|
|
4028
4047
|
margin-bottom: 11px;
|
|
4029
4048
|
}
|
|
4030
4049
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4031
|
-
width:
|
|
4050
|
+
width: 30px;
|
|
4032
4051
|
}
|
|
4033
4052
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4034
4053
|
height: 40px;
|
|
@@ -4042,7 +4061,8 @@
|
|
|
4042
4061
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4043
4062
|
padding: 0 12px 10px 0;
|
|
4044
4063
|
}
|
|
4045
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4064
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4065
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4046
4066
|
padding-left: 0;
|
|
4047
4067
|
padding-right: 64px;
|
|
4048
4068
|
}
|
|
@@ -4063,10 +4083,7 @@
|
|
|
4063
4083
|
padding-right: 12px;
|
|
4064
4084
|
}
|
|
4065
4085
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4066
|
-
|
|
4067
|
-
}
|
|
4068
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4069
|
-
padding-left: 46px;
|
|
4086
|
+
left: 0;
|
|
4070
4087
|
}
|
|
4071
4088
|
|
|
4072
4089
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4113,6 +4130,13 @@
|
|
|
4113
4130
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4114
4131
|
padding-right: 0;
|
|
4115
4132
|
}
|
|
4133
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4134
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4135
|
+
padding-left: 20px;
|
|
4136
|
+
}
|
|
4137
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4138
|
+
right: 0;
|
|
4139
|
+
}
|
|
4116
4140
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4117
4141
|
padding-right: 0;
|
|
4118
4142
|
}
|
|
@@ -4124,19 +4148,12 @@
|
|
|
4124
4148
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4125
4149
|
padding-left: 0;
|
|
4126
4150
|
}
|
|
4127
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4128
|
-
padding-
|
|
4129
|
-
padding-right: 0;
|
|
4130
|
-
}
|
|
4131
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4132
|
-
padding-left: 20px;
|
|
4133
|
-
}
|
|
4134
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4151
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4152
|
+
padding-right: 20px;
|
|
4135
4153
|
padding-left: 0;
|
|
4136
|
-
padding-right: 0;
|
|
4137
4154
|
}
|
|
4138
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4139
|
-
|
|
4155
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4156
|
+
left: 0;
|
|
4140
4157
|
}
|
|
4141
4158
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4142
4159
|
background: none;
|
package/styles/highcontrast.css
CHANGED
|
@@ -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: #1c8000;
|
|
@@ -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 #1a1a1a;
|
|
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 #1a1a1a;
|
|
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: 30px;
|
|
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: 70px;
|
|
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: 30px;
|
|
1992
2011
|
padding: 5px;
|
|
1993
2012
|
text-align: center;
|
|
@@ -3754,6 +3773,9 @@
|
|
|
3754
3773
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3755
3774
|
border-right-width: 0;
|
|
3756
3775
|
}
|
|
3776
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3777
|
+
text-align: right;
|
|
3778
|
+
}
|
|
3757
3779
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3758
3780
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3759
3781
|
border-width: 0 1px 1px 0;
|
|
@@ -3771,6 +3793,7 @@
|
|
|
3771
3793
|
border-right-width: 0;
|
|
3772
3794
|
}
|
|
3773
3795
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3796
|
+
text-align: right;
|
|
3774
3797
|
border-width: 0 0 1px;
|
|
3775
3798
|
}
|
|
3776
3799
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -3864,7 +3887,7 @@
|
|
|
3864
3887
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3865
3888
|
min-width: 88px;
|
|
3866
3889
|
position: relative;
|
|
3867
|
-
right:
|
|
3890
|
+
right: 20px;
|
|
3868
3891
|
}
|
|
3869
3892
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3870
3893
|
min-width: 120px;
|
|
@@ -3910,8 +3933,8 @@
|
|
|
3910
3933
|
right: 10px;
|
|
3911
3934
|
}
|
|
3912
3935
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
3913
|
-
|
|
3914
|
-
right:
|
|
3936
|
+
left: 20px;
|
|
3937
|
+
right: 0;
|
|
3915
3938
|
}
|
|
3916
3939
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
3917
3940
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -3930,7 +3953,7 @@
|
|
|
3930
3953
|
padding-right: 8px;
|
|
3931
3954
|
}
|
|
3932
3955
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
3933
|
-
width:
|
|
3956
|
+
width: 30px;
|
|
3934
3957
|
}
|
|
3935
3958
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
3936
3959
|
font-size: 12px;
|
|
@@ -4010,9 +4033,6 @@
|
|
|
4010
4033
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4011
4034
|
padding: 0 0 10px 12px;
|
|
4012
4035
|
}
|
|
4013
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4014
|
-
right: 24px;
|
|
4015
|
-
}
|
|
4016
4036
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4017
4037
|
padding-bottom: 6px;
|
|
4018
4038
|
}
|
|
@@ -4020,9 +4040,8 @@
|
|
|
4020
4040
|
padding-left: 70px;
|
|
4021
4041
|
}
|
|
4022
4042
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4023
|
-
min-width:
|
|
4024
|
-
|
|
4025
|
-
padding-right: 0;
|
|
4043
|
+
min-width: 130px;
|
|
4044
|
+
right: 0;
|
|
4026
4045
|
}
|
|
4027
4046
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4028
4047
|
min-width: 183px;
|
|
@@ -4055,7 +4074,7 @@
|
|
|
4055
4074
|
margin-bottom: 11px;
|
|
4056
4075
|
}
|
|
4057
4076
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4058
|
-
width:
|
|
4077
|
+
width: 30px;
|
|
4059
4078
|
}
|
|
4060
4079
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4061
4080
|
height: 40px;
|
|
@@ -4069,7 +4088,8 @@
|
|
|
4069
4088
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4070
4089
|
padding: 0 12px 10px 0;
|
|
4071
4090
|
}
|
|
4072
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4091
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4092
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4073
4093
|
padding-left: 0;
|
|
4074
4094
|
padding-right: 64px;
|
|
4075
4095
|
}
|
|
@@ -4090,10 +4110,7 @@
|
|
|
4090
4110
|
padding-right: 12px;
|
|
4091
4111
|
}
|
|
4092
4112
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4093
|
-
|
|
4094
|
-
}
|
|
4095
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4096
|
-
padding-left: 46px;
|
|
4113
|
+
left: 0;
|
|
4097
4114
|
}
|
|
4098
4115
|
|
|
4099
4116
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4140,6 +4157,13 @@
|
|
|
4140
4157
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4141
4158
|
padding-right: 0;
|
|
4142
4159
|
}
|
|
4160
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4161
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4162
|
+
padding-left: 20px;
|
|
4163
|
+
}
|
|
4164
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4165
|
+
right: 0;
|
|
4166
|
+
}
|
|
4143
4167
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4144
4168
|
padding-right: 0;
|
|
4145
4169
|
}
|
|
@@ -4151,19 +4175,12 @@
|
|
|
4151
4175
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4152
4176
|
padding-left: 0;
|
|
4153
4177
|
}
|
|
4154
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4155
|
-
padding-
|
|
4156
|
-
padding-right: 0;
|
|
4157
|
-
}
|
|
4158
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4159
|
-
padding-left: 20px;
|
|
4160
|
-
}
|
|
4161
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4178
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4179
|
+
padding-right: 20px;
|
|
4162
4180
|
padding-left: 0;
|
|
4163
|
-
padding-right: 0;
|
|
4164
4181
|
}
|
|
4165
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4166
|
-
|
|
4182
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4183
|
+
left: 0;
|
|
4167
4184
|
}
|
|
4168
4185
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4169
4186
|
background: none;
|
package/styles/material-dark.css
CHANGED
|
@@ -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: #3f51b5;
|
|
@@ -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 #424242;
|
|
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 #424242;
|
|
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;
|
|
@@ -3729,6 +3748,9 @@
|
|
|
3729
3748
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3730
3749
|
border-right-width: 0;
|
|
3731
3750
|
}
|
|
3751
|
+
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3752
|
+
text-align: right;
|
|
3753
|
+
}
|
|
3732
3754
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
3733
3755
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
3734
3756
|
border-width: 0 1px 1px 0;
|
|
@@ -3746,6 +3768,7 @@
|
|
|
3746
3768
|
border-right-width: 0;
|
|
3747
3769
|
}
|
|
3748
3770
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
3771
|
+
text-align: right;
|
|
3749
3772
|
border-width: 0 1px 1px 0;
|
|
3750
3773
|
}
|
|
3751
3774
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
@@ -3839,7 +3862,7 @@
|
|
|
3839
3862
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3840
3863
|
min-width: 81px;
|
|
3841
3864
|
position: relative;
|
|
3842
|
-
right:
|
|
3865
|
+
right: 20px;
|
|
3843
3866
|
}
|
|
3844
3867
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3845
3868
|
min-width: 120px;
|
|
@@ -3885,8 +3908,8 @@
|
|
|
3885
3908
|
right: 10px;
|
|
3886
3909
|
}
|
|
3887
3910
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
3888
|
-
|
|
3889
|
-
right:
|
|
3911
|
+
left: 20px;
|
|
3912
|
+
right: 0;
|
|
3890
3913
|
}
|
|
3891
3914
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
3892
3915
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -3905,7 +3928,7 @@
|
|
|
3905
3928
|
padding-right: 8px;
|
|
3906
3929
|
}
|
|
3907
3930
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
3908
|
-
width:
|
|
3931
|
+
width: 30px;
|
|
3909
3932
|
}
|
|
3910
3933
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
3911
3934
|
font-size: 12px;
|
|
@@ -3985,9 +4008,6 @@
|
|
|
3985
4008
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
3986
4009
|
padding: 0 0 10px 12px;
|
|
3987
4010
|
}
|
|
3988
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3989
|
-
right: 24px;
|
|
3990
|
-
}
|
|
3991
4011
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
3992
4012
|
padding-bottom: 6px;
|
|
3993
4013
|
}
|
|
@@ -3995,9 +4015,8 @@
|
|
|
3995
4015
|
padding-left: 70px;
|
|
3996
4016
|
}
|
|
3997
4017
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
3998
|
-
min-width:
|
|
3999
|
-
|
|
4000
|
-
padding-right: 0;
|
|
4018
|
+
min-width: 90px;
|
|
4019
|
+
right: 0;
|
|
4001
4020
|
}
|
|
4002
4021
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4003
4022
|
min-width: 128px;
|
|
@@ -4030,7 +4049,7 @@
|
|
|
4030
4049
|
margin-bottom: 11px;
|
|
4031
4050
|
}
|
|
4032
4051
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4033
|
-
width:
|
|
4052
|
+
width: 30px;
|
|
4034
4053
|
}
|
|
4035
4054
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4036
4055
|
height: 40px;
|
|
@@ -4044,7 +4063,8 @@
|
|
|
4044
4063
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4045
4064
|
padding: 0 12px 10px 0;
|
|
4046
4065
|
}
|
|
4047
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4066
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4067
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4048
4068
|
padding-left: 0;
|
|
4049
4069
|
padding-right: 64px;
|
|
4050
4070
|
}
|
|
@@ -4065,10 +4085,7 @@
|
|
|
4065
4085
|
padding-right: 12px;
|
|
4066
4086
|
}
|
|
4067
4087
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4068
|
-
|
|
4069
|
-
}
|
|
4070
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4071
|
-
padding-left: 46px;
|
|
4088
|
+
left: 0;
|
|
4072
4089
|
}
|
|
4073
4090
|
|
|
4074
4091
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4115,6 +4132,13 @@
|
|
|
4115
4132
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4116
4133
|
padding-right: 0;
|
|
4117
4134
|
}
|
|
4135
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4136
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4137
|
+
padding-left: 20px;
|
|
4138
|
+
}
|
|
4139
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4140
|
+
right: 0;
|
|
4141
|
+
}
|
|
4118
4142
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4119
4143
|
padding-right: 0;
|
|
4120
4144
|
}
|
|
@@ -4126,19 +4150,12 @@
|
|
|
4126
4150
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4127
4151
|
padding-left: 0;
|
|
4128
4152
|
}
|
|
4129
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4130
|
-
padding-
|
|
4131
|
-
padding-right: 0;
|
|
4132
|
-
}
|
|
4133
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4134
|
-
padding-left: 20px;
|
|
4135
|
-
}
|
|
4136
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4153
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4154
|
+
padding-right: 20px;
|
|
4137
4155
|
padding-left: 0;
|
|
4138
|
-
padding-right: 0;
|
|
4139
4156
|
}
|
|
4140
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4141
|
-
|
|
4157
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4158
|
+
left: 0;
|
|
4142
4159
|
}
|
|
4143
4160
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4144
4161
|
background: none;
|