@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
package/styles/bootstrap.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: #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,
|
|
@@ -3838,7 +3861,7 @@
|
|
|
3838
3861
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3839
3862
|
min-width: 98px;
|
|
3840
3863
|
position: relative;
|
|
3841
|
-
right:
|
|
3864
|
+
right: 20px;
|
|
3842
3865
|
}
|
|
3843
3866
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3844
3867
|
min-width: 120px;
|
|
@@ -3884,8 +3907,8 @@
|
|
|
3884
3907
|
right: 10px;
|
|
3885
3908
|
}
|
|
3886
3909
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
3887
|
-
|
|
3888
|
-
right:
|
|
3910
|
+
left: 20px;
|
|
3911
|
+
right: 0;
|
|
3889
3912
|
}
|
|
3890
3913
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
3891
3914
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -3904,7 +3927,7 @@
|
|
|
3904
3927
|
padding-right: 8px;
|
|
3905
3928
|
}
|
|
3906
3929
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
3907
|
-
width:
|
|
3930
|
+
width: 30px;
|
|
3908
3931
|
}
|
|
3909
3932
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
3910
3933
|
font-size: 12px;
|
|
@@ -3984,9 +4007,6 @@
|
|
|
3984
4007
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
3985
4008
|
padding: 0 0 10px 12px;
|
|
3986
4009
|
}
|
|
3987
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3988
|
-
right: 24px;
|
|
3989
|
-
}
|
|
3990
4010
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
3991
4011
|
padding-bottom: 6px;
|
|
3992
4012
|
}
|
|
@@ -3994,9 +4014,8 @@
|
|
|
3994
4014
|
padding-left: 70px;
|
|
3995
4015
|
}
|
|
3996
4016
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
3997
|
-
min-width:
|
|
3998
|
-
|
|
3999
|
-
padding-right: 0;
|
|
4017
|
+
min-width: 130px;
|
|
4018
|
+
right: 0;
|
|
4000
4019
|
}
|
|
4001
4020
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4002
4021
|
min-width: 190px;
|
|
@@ -4029,7 +4048,7 @@
|
|
|
4029
4048
|
margin-bottom: 11px;
|
|
4030
4049
|
}
|
|
4031
4050
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4032
|
-
width:
|
|
4051
|
+
width: 30px;
|
|
4033
4052
|
}
|
|
4034
4053
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4035
4054
|
height: 40px;
|
|
@@ -4043,7 +4062,8 @@
|
|
|
4043
4062
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4044
4063
|
padding: 0 12px 10px 0;
|
|
4045
4064
|
}
|
|
4046
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4065
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4066
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4047
4067
|
padding-left: 0;
|
|
4048
4068
|
padding-right: 64px;
|
|
4049
4069
|
}
|
|
@@ -4064,10 +4084,7 @@
|
|
|
4064
4084
|
padding-right: 12px;
|
|
4065
4085
|
}
|
|
4066
4086
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4067
|
-
|
|
4068
|
-
}
|
|
4069
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4070
|
-
padding-left: 46px;
|
|
4087
|
+
left: 0;
|
|
4071
4088
|
}
|
|
4072
4089
|
|
|
4073
4090
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4114,6 +4131,13 @@
|
|
|
4114
4131
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4115
4132
|
padding-right: 0;
|
|
4116
4133
|
}
|
|
4134
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4135
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4136
|
+
padding-left: 20px;
|
|
4137
|
+
}
|
|
4138
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4139
|
+
right: 0;
|
|
4140
|
+
}
|
|
4117
4141
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4118
4142
|
padding-right: 0;
|
|
4119
4143
|
}
|
|
@@ -4125,19 +4149,12 @@
|
|
|
4125
4149
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4126
4150
|
padding-left: 0;
|
|
4127
4151
|
}
|
|
4128
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4129
|
-
padding-
|
|
4130
|
-
padding-right: 0;
|
|
4131
|
-
}
|
|
4132
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4133
|
-
padding-left: 20px;
|
|
4134
|
-
}
|
|
4135
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4152
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4153
|
+
padding-right: 20px;
|
|
4136
4154
|
padding-left: 0;
|
|
4137
|
-
padding-right: 0;
|
|
4138
4155
|
}
|
|
4139
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4140
|
-
|
|
4156
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4157
|
+
left: 0;
|
|
4141
4158
|
}
|
|
4142
4159
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4143
4160
|
background: none;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -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,
|
|
@@ -3947,7 +3970,7 @@
|
|
|
3947
3970
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3948
3971
|
min-width: 98px;
|
|
3949
3972
|
position: relative;
|
|
3950
|
-
right:
|
|
3973
|
+
right: 20px;
|
|
3951
3974
|
}
|
|
3952
3975
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3953
3976
|
min-width: 120px;
|
|
@@ -3993,8 +4016,8 @@
|
|
|
3993
4016
|
right: 10px;
|
|
3994
4017
|
}
|
|
3995
4018
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
3996
|
-
|
|
3997
|
-
right:
|
|
4019
|
+
left: 20px;
|
|
4020
|
+
right: 0;
|
|
3998
4021
|
}
|
|
3999
4022
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
4000
4023
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -4013,7 +4036,7 @@
|
|
|
4013
4036
|
padding-right: 8px;
|
|
4014
4037
|
}
|
|
4015
4038
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4016
|
-
width:
|
|
4039
|
+
width: 30px;
|
|
4017
4040
|
}
|
|
4018
4041
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
4019
4042
|
font-size: 14px;
|
|
@@ -4093,9 +4116,6 @@
|
|
|
4093
4116
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4094
4117
|
padding: 0 0 10px 12px;
|
|
4095
4118
|
}
|
|
4096
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4097
|
-
right: 24px;
|
|
4098
|
-
}
|
|
4099
4119
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4100
4120
|
padding-bottom: 6px;
|
|
4101
4121
|
}
|
|
@@ -4103,9 +4123,8 @@
|
|
|
4103
4123
|
padding-left: 70px;
|
|
4104
4124
|
}
|
|
4105
4125
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4106
|
-
min-width:
|
|
4107
|
-
|
|
4108
|
-
padding-right: 0;
|
|
4126
|
+
min-width: 130px;
|
|
4127
|
+
right: 0;
|
|
4109
4128
|
}
|
|
4110
4129
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4111
4130
|
min-width: 190px;
|
|
@@ -4138,7 +4157,7 @@
|
|
|
4138
4157
|
margin-bottom: 11px;
|
|
4139
4158
|
}
|
|
4140
4159
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4141
|
-
width:
|
|
4160
|
+
width: 30px;
|
|
4142
4161
|
}
|
|
4143
4162
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4144
4163
|
height: 40px;
|
|
@@ -4152,7 +4171,8 @@
|
|
|
4152
4171
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4153
4172
|
padding: 0 12px 10px 0;
|
|
4154
4173
|
}
|
|
4155
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4174
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4175
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4156
4176
|
padding-left: 0;
|
|
4157
4177
|
padding-right: 64px;
|
|
4158
4178
|
}
|
|
@@ -4173,10 +4193,7 @@
|
|
|
4173
4193
|
padding-right: 12px;
|
|
4174
4194
|
}
|
|
4175
4195
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4176
|
-
|
|
4177
|
-
}
|
|
4178
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4179
|
-
padding-left: 46px;
|
|
4196
|
+
left: 0;
|
|
4180
4197
|
}
|
|
4181
4198
|
|
|
4182
4199
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4223,6 +4240,13 @@
|
|
|
4223
4240
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4224
4241
|
padding-right: 0;
|
|
4225
4242
|
}
|
|
4243
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4244
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4245
|
+
padding-left: 20px;
|
|
4246
|
+
}
|
|
4247
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4248
|
+
right: 0;
|
|
4249
|
+
}
|
|
4226
4250
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4227
4251
|
padding-right: 0;
|
|
4228
4252
|
}
|
|
@@ -4234,19 +4258,12 @@
|
|
|
4234
4258
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4235
4259
|
padding-left: 0;
|
|
4236
4260
|
}
|
|
4237
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4238
|
-
padding-
|
|
4239
|
-
padding-right: 0;
|
|
4240
|
-
}
|
|
4241
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4242
|
-
padding-left: 20px;
|
|
4243
|
-
}
|
|
4244
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4261
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4262
|
+
padding-right: 20px;
|
|
4245
4263
|
padding-left: 0;
|
|
4246
|
-
padding-right: 0;
|
|
4247
4264
|
}
|
|
4248
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4249
|
-
|
|
4265
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4266
|
+
left: 0;
|
|
4250
4267
|
}
|
|
4251
4268
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4252
4269
|
background: none;
|
|
@@ -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,
|
|
@@ -3957,7 +3976,7 @@
|
|
|
3957
3976
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
3958
3977
|
min-width: 98px;
|
|
3959
3978
|
position: relative;
|
|
3960
|
-
right:
|
|
3979
|
+
right: 20px;
|
|
3961
3980
|
}
|
|
3962
3981
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
3963
3982
|
min-width: 120px;
|
|
@@ -4003,8 +4022,8 @@
|
|
|
4003
4022
|
right: 10px;
|
|
4004
4023
|
}
|
|
4005
4024
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4006
|
-
|
|
4007
|
-
right:
|
|
4025
|
+
left: 20px;
|
|
4026
|
+
right: 0;
|
|
4008
4027
|
}
|
|
4009
4028
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
4010
4029
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -4023,7 +4042,7 @@
|
|
|
4023
4042
|
padding-right: 8px;
|
|
4024
4043
|
}
|
|
4025
4044
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4026
|
-
width:
|
|
4045
|
+
width: 30px;
|
|
4027
4046
|
}
|
|
4028
4047
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
4029
4048
|
font-size: 14px;
|
|
@@ -4103,9 +4122,6 @@
|
|
|
4103
4122
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4104
4123
|
padding: 0 0 10px 12px;
|
|
4105
4124
|
}
|
|
4106
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4107
|
-
right: 24px;
|
|
4108
|
-
}
|
|
4109
4125
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4110
4126
|
padding-bottom: 6px;
|
|
4111
4127
|
}
|
|
@@ -4113,9 +4129,8 @@
|
|
|
4113
4129
|
padding-left: 70px;
|
|
4114
4130
|
}
|
|
4115
4131
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4116
|
-
min-width:
|
|
4117
|
-
|
|
4118
|
-
padding-right: 0;
|
|
4132
|
+
min-width: 130px;
|
|
4133
|
+
right: 0;
|
|
4119
4134
|
}
|
|
4120
4135
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4121
4136
|
min-width: 190px;
|
|
@@ -4148,7 +4163,7 @@
|
|
|
4148
4163
|
margin-bottom: 11px;
|
|
4149
4164
|
}
|
|
4150
4165
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4151
|
-
width:
|
|
4166
|
+
width: 30px;
|
|
4152
4167
|
}
|
|
4153
4168
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
4154
4169
|
height: 40px;
|
|
@@ -4162,7 +4177,8 @@
|
|
|
4162
4177
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4163
4178
|
padding: 0 12px 10px 0;
|
|
4164
4179
|
}
|
|
4165
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element
|
|
4180
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4181
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4166
4182
|
padding-left: 0;
|
|
4167
4183
|
padding-right: 64px;
|
|
4168
4184
|
}
|
|
@@ -4183,10 +4199,7 @@
|
|
|
4183
4199
|
padding-right: 12px;
|
|
4184
4200
|
}
|
|
4185
4201
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4186
|
-
|
|
4187
|
-
}
|
|
4188
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4189
|
-
padding-left: 46px;
|
|
4202
|
+
left: 0;
|
|
4190
4203
|
}
|
|
4191
4204
|
|
|
4192
4205
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
@@ -4233,6 +4246,13 @@
|
|
|
4233
4246
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
4234
4247
|
padding-right: 0;
|
|
4235
4248
|
}
|
|
4249
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
|
|
4250
|
+
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4251
|
+
padding-left: 20px;
|
|
4252
|
+
}
|
|
4253
|
+
.e-device .e-recurrenceeditor .e-week-position {
|
|
4254
|
+
right: 0;
|
|
4255
|
+
}
|
|
4236
4256
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4237
4257
|
padding-right: 0;
|
|
4238
4258
|
}
|
|
@@ -4244,19 +4264,12 @@
|
|
|
4244
4264
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4245
4265
|
padding-left: 0;
|
|
4246
4266
|
}
|
|
4247
|
-
.e-device .e-recurrenceeditor.e-rtl .e-
|
|
4248
|
-
padding-
|
|
4249
|
-
padding-right: 0;
|
|
4250
|
-
}
|
|
4251
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4252
|
-
padding-left: 20px;
|
|
4253
|
-
}
|
|
4254
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4267
|
+
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4268
|
+
padding-right: 20px;
|
|
4255
4269
|
padding-left: 0;
|
|
4256
|
-
padding-right: 0;
|
|
4257
4270
|
}
|
|
4258
|
-
.e-device .e-recurrenceeditor .e-week-position {
|
|
4259
|
-
|
|
4271
|
+
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4272
|
+
left: 0;
|
|
4260
4273
|
}
|
|
4261
4274
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4262
4275
|
background: none;
|