@syncfusion/ej2-angular-schedule 20.2.45 → 20.2.50
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/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +8 -11
- package/styles/bootstrap.css +8 -11
- package/styles/bootstrap4.css +8 -11
- package/styles/bootstrap5-dark.css +8 -12
- package/styles/bootstrap5.css +8 -12
- package/styles/fabric-dark.css +8 -11
- package/styles/fabric.css +8 -11
- package/styles/fluent-dark.css +6 -11
- package/styles/fluent.css +6 -11
- package/styles/highcontrast-light.css +8 -11
- package/styles/highcontrast.css +8 -11
- package/styles/material-dark.css +8 -11
- package/styles/material.css +8 -11
- package/styles/recurrence-editor/_all.scss +1 -1
- package/styles/recurrence-editor/_fabric-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_layout.scss +7 -5
- package/styles/schedule/_all.scss +1 -1
- package/styles/schedule/_bootstrap4-definition.scss +1 -0
- package/styles/schedule/_bootstrap5-definition.scss +1 -1
- package/styles/schedule/_fusionnew-definition.scss +1 -1
- package/styles/schedule/_layout.scss +24 -39
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/_theme.scss +10 -5
- package/styles/schedule/bootstrap-dark.css +8 -11
- package/styles/schedule/bootstrap.css +8 -11
- package/styles/schedule/bootstrap4.css +8 -11
- package/styles/schedule/bootstrap5-dark.css +8 -12
- package/styles/schedule/bootstrap5.css +8 -12
- package/styles/schedule/fabric-dark.css +8 -11
- package/styles/schedule/fabric.css +8 -11
- package/styles/schedule/fluent-dark.css +6 -11
- package/styles/schedule/fluent.css +6 -11
- package/styles/schedule/highcontrast-light.css +8 -11
- package/styles/schedule/highcontrast.css +8 -11
- package/styles/schedule/icons/_bootstrap5.scss +1 -0
- package/styles/schedule/icons/_fluent.scss +1 -0
- package/styles/schedule/icons/_fusionnew.scss +1 -0
- package/styles/schedule/icons/_material3.scss +1 -0
- package/styles/schedule/icons/_tailwind.scss +1 -0
- package/styles/schedule/material-dark.css +8 -11
- package/styles/schedule/material.css +8 -11
- package/styles/schedule/tailwind-dark.css +8 -11
- package/styles/schedule/tailwind.css +8 -11
- package/styles/tailwind-dark.css +8 -11
- package/styles/tailwind.css +8 -11
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
}
|
|
405
405
|
.e-schedule .e-content-wrap,
|
|
406
406
|
.e-schedule .e-scroll-container {
|
|
407
|
-
-webkit-overflow-scrolling: touch;
|
|
407
|
+
-webkit-overflow-scrolling: touch;
|
|
408
408
|
overflow: auto;
|
|
409
409
|
}
|
|
410
410
|
.e-schedule .e-hide-childs > * {
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
581
581
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
582
|
-
height: 0 !important;
|
|
582
|
+
height: 0 !important;
|
|
583
583
|
}
|
|
584
584
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
585
585
|
background: #0078d4;
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
}
|
|
1081
1081
|
.e-schedule .e-month-view .e-header-cells {
|
|
1082
1082
|
cursor: default;
|
|
1083
|
-
font-weight:
|
|
1083
|
+
font-weight: 400;
|
|
1084
1084
|
height: 34px;
|
|
1085
1085
|
padding: 3px;
|
|
1086
1086
|
}
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1456
1456
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1457
1457
|
cursor: default;
|
|
1458
|
-
font-weight:
|
|
1458
|
+
font-weight: 400;
|
|
1459
1459
|
height: 34px;
|
|
1460
1460
|
padding: 0;
|
|
1461
1461
|
text-align: center;
|
|
@@ -1859,14 +1859,9 @@
|
|
|
1859
1859
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1860
1860
|
width: 70px;
|
|
1861
1861
|
}
|
|
1862
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1863
|
-
transform: translateX(0);
|
|
1864
|
-
}
|
|
1865
|
-
.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 {
|
|
1866
|
-
transform: translateY(0);
|
|
1867
|
-
}
|
|
1868
1862
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1869
1863
|
position: absolute;
|
|
1864
|
+
transform: translateY(0);
|
|
1870
1865
|
}
|
|
1871
1866
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1872
1867
|
position: relative;
|
|
@@ -1983,7 +1978,7 @@
|
|
|
1983
1978
|
}
|
|
1984
1979
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1985
1980
|
cursor: default;
|
|
1986
|
-
font-weight:
|
|
1981
|
+
font-weight: 400;
|
|
1987
1982
|
height: 34px;
|
|
1988
1983
|
padding: 5px;
|
|
1989
1984
|
text-align: center;
|
|
@@ -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;
|
|
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;
|
|
587
587
|
}
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
589
589
|
background: #1c8000;
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
}
|
|
1084
1084
|
.e-schedule .e-month-view .e-header-cells {
|
|
1085
1085
|
cursor: default;
|
|
1086
|
-
font-weight:
|
|
1086
|
+
font-weight: 400;
|
|
1087
1087
|
height: 30px;
|
|
1088
1088
|
padding: 3px;
|
|
1089
1089
|
}
|
|
@@ -1458,7 +1458,7 @@
|
|
|
1458
1458
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1459
1459
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1460
1460
|
cursor: default;
|
|
1461
|
-
font-weight:
|
|
1461
|
+
font-weight: 400;
|
|
1462
1462
|
height: 30px;
|
|
1463
1463
|
padding: 0;
|
|
1464
1464
|
text-align: center;
|
|
@@ -1862,14 +1862,9 @@
|
|
|
1862
1862
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1863
1863
|
width: 70px;
|
|
1864
1864
|
}
|
|
1865
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1866
|
-
transform: translateX(0);
|
|
1867
|
-
}
|
|
1868
|
-
.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 {
|
|
1869
|
-
transform: translateY(0);
|
|
1870
|
-
}
|
|
1871
1865
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1872
1866
|
position: absolute;
|
|
1867
|
+
transform: translateY(0);
|
|
1873
1868
|
}
|
|
1874
1869
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1875
1870
|
position: relative;
|
|
@@ -1986,7 +1981,7 @@
|
|
|
1986
1981
|
}
|
|
1987
1982
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1988
1983
|
cursor: default;
|
|
1989
|
-
font-weight:
|
|
1984
|
+
font-weight: 400;
|
|
1990
1985
|
height: 30px;
|
|
1991
1986
|
padding: 5px;
|
|
1992
1987
|
text-align: center;
|
|
@@ -3501,6 +3496,7 @@
|
|
|
3501
3496
|
border-style: solid;
|
|
3502
3497
|
border-width: 0 0 1px 1px;
|
|
3503
3498
|
color: #000;
|
|
3499
|
+
text-align: left;
|
|
3504
3500
|
}
|
|
3505
3501
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3506
3502
|
border-bottom-width: 0;
|
|
@@ -3585,6 +3581,7 @@
|
|
|
3585
3581
|
border-style: solid;
|
|
3586
3582
|
border-width: 0 0 1px;
|
|
3587
3583
|
color: #000;
|
|
3584
|
+
text-align: left;
|
|
3588
3585
|
}
|
|
3589
3586
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3590
3587
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -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;
|
|
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;
|
|
590
590
|
}
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
592
592
|
background: #1c8000;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1088
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1089
|
+
font-weight: 400;
|
|
1090
1090
|
height: 30px;
|
|
1091
1091
|
padding: 3px;
|
|
1092
1092
|
}
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1465
1465
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1466
1466
|
cursor: default;
|
|
1467
|
-
font-weight:
|
|
1467
|
+
font-weight: 400;
|
|
1468
1468
|
height: 30px;
|
|
1469
1469
|
padding: 0;
|
|
1470
1470
|
text-align: center;
|
|
@@ -1868,14 +1868,9 @@
|
|
|
1868
1868
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1869
1869
|
width: 70px;
|
|
1870
1870
|
}
|
|
1871
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1872
|
-
transform: translateX(0);
|
|
1873
|
-
}
|
|
1874
|
-
.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 {
|
|
1875
|
-
transform: translateY(0);
|
|
1876
|
-
}
|
|
1877
1871
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1878
1872
|
position: absolute;
|
|
1873
|
+
transform: translateY(0);
|
|
1879
1874
|
}
|
|
1880
1875
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1881
1876
|
position: relative;
|
|
@@ -1992,7 +1987,7 @@
|
|
|
1992
1987
|
}
|
|
1993
1988
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1994
1989
|
cursor: default;
|
|
1995
|
-
font-weight:
|
|
1990
|
+
font-weight: 400;
|
|
1996
1991
|
height: 30px;
|
|
1997
1992
|
padding: 5px;
|
|
1998
1993
|
text-align: center;
|
|
@@ -3523,6 +3518,7 @@
|
|
|
3523
3518
|
border-style: solid;
|
|
3524
3519
|
border-width: 0 0 1px 1px;
|
|
3525
3520
|
color: #fff;
|
|
3521
|
+
text-align: left;
|
|
3526
3522
|
}
|
|
3527
3523
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3528
3524
|
border-bottom-width: 0;
|
|
@@ -3607,6 +3603,7 @@
|
|
|
3607
3603
|
border-style: solid;
|
|
3608
3604
|
border-width: 0 0 1px;
|
|
3609
3605
|
color: #fff;
|
|
3606
|
+
text-align: left;
|
|
3610
3607
|
}
|
|
3611
3608
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3612
3609
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -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;
|
|
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;
|
|
588
588
|
}
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
590
590
|
background: #3f51b5;
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
}
|
|
1085
1085
|
.e-schedule .e-month-view .e-header-cells {
|
|
1086
1086
|
cursor: default;
|
|
1087
|
-
font-weight:
|
|
1087
|
+
font-weight: 400;
|
|
1088
1088
|
height: 30px;
|
|
1089
1089
|
padding: 3px;
|
|
1090
1090
|
}
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1460
1460
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1461
1461
|
cursor: default;
|
|
1462
|
-
font-weight:
|
|
1462
|
+
font-weight: 400;
|
|
1463
1463
|
height: 30px;
|
|
1464
1464
|
padding: 0;
|
|
1465
1465
|
text-align: center;
|
|
@@ -1863,14 +1863,9 @@
|
|
|
1863
1863
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1864
1864
|
width: 70px;
|
|
1865
1865
|
}
|
|
1866
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1867
|
-
transform: translateX(0);
|
|
1868
|
-
}
|
|
1869
|
-
.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 {
|
|
1870
|
-
transform: translateY(0);
|
|
1871
|
-
}
|
|
1872
1866
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1873
1867
|
position: absolute;
|
|
1868
|
+
transform: translateY(0);
|
|
1874
1869
|
}
|
|
1875
1870
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1876
1871
|
position: relative;
|
|
@@ -1987,7 +1982,7 @@
|
|
|
1987
1982
|
}
|
|
1988
1983
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1989
1984
|
cursor: default;
|
|
1990
|
-
font-weight:
|
|
1985
|
+
font-weight: 400;
|
|
1991
1986
|
height: 30px;
|
|
1992
1987
|
padding: 5px;
|
|
1993
1988
|
text-align: center;
|
|
@@ -3503,6 +3498,7 @@
|
|
|
3503
3498
|
border-style: solid;
|
|
3504
3499
|
border-width: 0 0 1px 1px;
|
|
3505
3500
|
color: #fff;
|
|
3501
|
+
text-align: left;
|
|
3506
3502
|
}
|
|
3507
3503
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3508
3504
|
border-bottom-width: 0;
|
|
@@ -3587,6 +3583,7 @@
|
|
|
3587
3583
|
border-style: solid;
|
|
3588
3584
|
border-width: 0 0 1px 1px;
|
|
3589
3585
|
color: #fff;
|
|
3586
|
+
text-align: left;
|
|
3590
3587
|
}
|
|
3591
3588
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3592
3589
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
}
|
|
413
413
|
.e-schedule .e-content-wrap,
|
|
414
414
|
.e-schedule .e-scroll-container {
|
|
415
|
-
-webkit-overflow-scrolling: touch;
|
|
415
|
+
-webkit-overflow-scrolling: touch;
|
|
416
416
|
overflow: auto;
|
|
417
417
|
}
|
|
418
418
|
.e-schedule .e-hide-childs > * {
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
}
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
590
|
-
height: 0 !important;
|
|
590
|
+
height: 0 !important;
|
|
591
591
|
}
|
|
592
592
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
593
593
|
background: #3f51b5;
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
}
|
|
1088
1088
|
.e-schedule .e-month-view .e-header-cells {
|
|
1089
1089
|
cursor: default;
|
|
1090
|
-
font-weight:
|
|
1090
|
+
font-weight: 400;
|
|
1091
1091
|
height: 30px;
|
|
1092
1092
|
padding: 3px;
|
|
1093
1093
|
}
|
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1463
1463
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1464
1464
|
cursor: default;
|
|
1465
|
-
font-weight:
|
|
1465
|
+
font-weight: 400;
|
|
1466
1466
|
height: 30px;
|
|
1467
1467
|
padding: 0;
|
|
1468
1468
|
text-align: center;
|
|
@@ -1866,14 +1866,9 @@
|
|
|
1866
1866
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1867
1867
|
width: 70px;
|
|
1868
1868
|
}
|
|
1869
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1870
|
-
transform: translateX(0);
|
|
1871
|
-
}
|
|
1872
|
-
.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 {
|
|
1873
|
-
transform: translateY(0);
|
|
1874
|
-
}
|
|
1875
1869
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1876
1870
|
position: absolute;
|
|
1871
|
+
transform: translateY(0);
|
|
1877
1872
|
}
|
|
1878
1873
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1879
1874
|
position: relative;
|
|
@@ -1990,7 +1985,7 @@
|
|
|
1990
1985
|
}
|
|
1991
1986
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1992
1987
|
cursor: default;
|
|
1993
|
-
font-weight:
|
|
1988
|
+
font-weight: 400;
|
|
1994
1989
|
height: 30px;
|
|
1995
1990
|
padding: 5px;
|
|
1996
1991
|
text-align: center;
|
|
@@ -3497,6 +3492,7 @@
|
|
|
3497
3492
|
border-style: solid;
|
|
3498
3493
|
border-width: 0 0 1px 1px;
|
|
3499
3494
|
color: rgba(0, 0, 0, 0.87);
|
|
3495
|
+
text-align: left;
|
|
3500
3496
|
}
|
|
3501
3497
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3502
3498
|
border-bottom-width: 0;
|
|
@@ -3581,6 +3577,7 @@
|
|
|
3581
3577
|
border-style: solid;
|
|
3582
3578
|
border-width: 0 0 1px 1px;
|
|
3583
3579
|
color: rgba(0, 0, 0, 0.87);
|
|
3580
|
+
text-align: left;
|
|
3584
3581
|
}
|
|
3585
3582
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3586
3583
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
}
|
|
414
414
|
.e-schedule .e-content-wrap,
|
|
415
415
|
.e-schedule .e-scroll-container {
|
|
416
|
-
-webkit-overflow-scrolling: touch;
|
|
416
|
+
-webkit-overflow-scrolling: touch;
|
|
417
417
|
overflow: auto;
|
|
418
418
|
}
|
|
419
419
|
.e-schedule .e-hide-childs > * {
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
}
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
591
|
-
height: 0 !important;
|
|
591
|
+
height: 0 !important;
|
|
592
592
|
}
|
|
593
593
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
594
594
|
background: #22d3ee;
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
}
|
|
1093
1093
|
.e-schedule .e-month-view .e-header-cells {
|
|
1094
1094
|
cursor: default;
|
|
1095
|
-
font-weight:
|
|
1095
|
+
font-weight: 400;
|
|
1096
1096
|
height: 34px;
|
|
1097
1097
|
padding: 8px;
|
|
1098
1098
|
}
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1469
1469
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1470
1470
|
cursor: default;
|
|
1471
|
-
font-weight:
|
|
1471
|
+
font-weight: 400;
|
|
1472
1472
|
height: 34px;
|
|
1473
1473
|
padding: 0;
|
|
1474
1474
|
text-align: center;
|
|
@@ -1873,14 +1873,9 @@
|
|
|
1873
1873
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1874
1874
|
width: 70px;
|
|
1875
1875
|
}
|
|
1876
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1877
|
-
transform: translateX(0);
|
|
1878
|
-
}
|
|
1879
|
-
.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 {
|
|
1880
|
-
transform: translateY(0);
|
|
1881
|
-
}
|
|
1882
1876
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1883
1877
|
position: absolute;
|
|
1878
|
+
transform: translateY(0);
|
|
1884
1879
|
}
|
|
1885
1880
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1886
1881
|
position: relative;
|
|
@@ -1997,7 +1992,7 @@
|
|
|
1997
1992
|
}
|
|
1998
1993
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1999
1994
|
cursor: default;
|
|
2000
|
-
font-weight:
|
|
1995
|
+
font-weight: 400;
|
|
2001
1996
|
height: 34px;
|
|
2002
1997
|
padding: 5px;
|
|
2003
1998
|
text-align: center;
|
|
@@ -3618,6 +3613,7 @@
|
|
|
3618
3613
|
border-style: solid;
|
|
3619
3614
|
border-width: 0 0 1px 1px;
|
|
3620
3615
|
color: #d1d5db;
|
|
3616
|
+
text-align: left;
|
|
3621
3617
|
}
|
|
3622
3618
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3623
3619
|
border-bottom-width: 0;
|
|
@@ -3701,6 +3697,7 @@
|
|
|
3701
3697
|
border-style: solid;
|
|
3702
3698
|
border-width: 0 0 1px 1px;
|
|
3703
3699
|
color: #d1d5db;
|
|
3700
|
+
text-align: left;
|
|
3704
3701
|
font-size: 12px;
|
|
3705
3702
|
text-align: center;
|
|
3706
3703
|
text-transform: uppercase;
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
}
|
|
414
414
|
.e-schedule .e-content-wrap,
|
|
415
415
|
.e-schedule .e-scroll-container {
|
|
416
|
-
-webkit-overflow-scrolling: touch;
|
|
416
|
+
-webkit-overflow-scrolling: touch;
|
|
417
417
|
overflow: auto;
|
|
418
418
|
}
|
|
419
419
|
.e-schedule .e-hide-childs > * {
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
}
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
591
|
-
height: 0 !important;
|
|
591
|
+
height: 0 !important;
|
|
592
592
|
}
|
|
593
593
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
594
594
|
background: #4f46e5;
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
}
|
|
1093
1093
|
.e-schedule .e-month-view .e-header-cells {
|
|
1094
1094
|
cursor: default;
|
|
1095
|
-
font-weight:
|
|
1095
|
+
font-weight: 400;
|
|
1096
1096
|
height: 34px;
|
|
1097
1097
|
padding: 8px;
|
|
1098
1098
|
}
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1469
1469
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1470
1470
|
cursor: default;
|
|
1471
|
-
font-weight:
|
|
1471
|
+
font-weight: 400;
|
|
1472
1472
|
height: 34px;
|
|
1473
1473
|
padding: 0;
|
|
1474
1474
|
text-align: center;
|
|
@@ -1873,14 +1873,9 @@
|
|
|
1873
1873
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1874
1874
|
width: 70px;
|
|
1875
1875
|
}
|
|
1876
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1877
|
-
transform: translateX(0);
|
|
1878
|
-
}
|
|
1879
|
-
.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 {
|
|
1880
|
-
transform: translateY(0);
|
|
1881
|
-
}
|
|
1882
1876
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1883
1877
|
position: absolute;
|
|
1878
|
+
transform: translateY(0);
|
|
1884
1879
|
}
|
|
1885
1880
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1886
1881
|
position: relative;
|
|
@@ -1997,7 +1992,7 @@
|
|
|
1997
1992
|
}
|
|
1998
1993
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1999
1994
|
cursor: default;
|
|
2000
|
-
font-weight:
|
|
1995
|
+
font-weight: 400;
|
|
2001
1996
|
height: 34px;
|
|
2002
1997
|
padding: 5px;
|
|
2003
1998
|
text-align: center;
|
|
@@ -3618,6 +3613,7 @@
|
|
|
3618
3613
|
border-style: solid;
|
|
3619
3614
|
border-width: 0 0 1px 1px;
|
|
3620
3615
|
color: #374151;
|
|
3616
|
+
text-align: left;
|
|
3621
3617
|
}
|
|
3622
3618
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3623
3619
|
border-bottom-width: 0;
|
|
@@ -3701,6 +3697,7 @@
|
|
|
3701
3697
|
border-style: solid;
|
|
3702
3698
|
border-width: 0 0 1px 1px;
|
|
3703
3699
|
color: #374151;
|
|
3700
|
+
text-align: left;
|
|
3704
3701
|
font-size: 12px;
|
|
3705
3702
|
text-align: center;
|
|
3706
3703
|
text-transform: uppercase;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
}
|
|
415
415
|
.e-schedule .e-content-wrap,
|
|
416
416
|
.e-schedule .e-scroll-container {
|
|
417
|
-
-webkit-overflow-scrolling: touch;
|
|
417
|
+
-webkit-overflow-scrolling: touch;
|
|
418
418
|
overflow: auto;
|
|
419
419
|
}
|
|
420
420
|
.e-schedule .e-hide-childs > * {
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
}
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
592
|
-
height: 0 !important;
|
|
592
|
+
height: 0 !important;
|
|
593
593
|
}
|
|
594
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
595
595
|
background: #22d3ee;
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
}
|
|
1094
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1095
1095
|
cursor: default;
|
|
1096
|
-
font-weight:
|
|
1096
|
+
font-weight: 400;
|
|
1097
1097
|
height: 34px;
|
|
1098
1098
|
padding: 8px;
|
|
1099
1099
|
}
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1470
1470
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1471
1471
|
cursor: default;
|
|
1472
|
-
font-weight:
|
|
1472
|
+
font-weight: 400;
|
|
1473
1473
|
height: 34px;
|
|
1474
1474
|
padding: 0;
|
|
1475
1475
|
text-align: center;
|
|
@@ -1874,14 +1874,9 @@
|
|
|
1874
1874
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1875
1875
|
width: 70px;
|
|
1876
1876
|
}
|
|
1877
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1878
|
-
transform: translateX(0);
|
|
1879
|
-
}
|
|
1880
|
-
.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 {
|
|
1881
|
-
transform: translateY(0);
|
|
1882
|
-
}
|
|
1883
1877
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1884
1878
|
position: absolute;
|
|
1879
|
+
transform: translateY(0);
|
|
1885
1880
|
}
|
|
1886
1881
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1887
1882
|
position: relative;
|
|
@@ -1998,7 +1993,7 @@
|
|
|
1998
1993
|
}
|
|
1999
1994
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
2000
1995
|
cursor: default;
|
|
2001
|
-
font-weight:
|
|
1996
|
+
font-weight: 400;
|
|
2002
1997
|
height: 34px;
|
|
2003
1998
|
padding: 5px;
|
|
2004
1999
|
text-align: center;
|
|
@@ -3619,6 +3614,7 @@
|
|
|
3619
3614
|
border-style: solid;
|
|
3620
3615
|
border-width: 0 0 1px 1px;
|
|
3621
3616
|
color: #d1d5db;
|
|
3617
|
+
text-align: left;
|
|
3622
3618
|
}
|
|
3623
3619
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3624
3620
|
border-bottom-width: 0;
|
|
@@ -3702,6 +3698,7 @@
|
|
|
3702
3698
|
border-style: solid;
|
|
3703
3699
|
border-width: 0 0 1px 1px;
|
|
3704
3700
|
color: #d1d5db;
|
|
3701
|
+
text-align: left;
|
|
3705
3702
|
font-size: 12px;
|
|
3706
3703
|
text-align: center;
|
|
3707
3704
|
text-transform: uppercase;
|
package/styles/tailwind.css
CHANGED
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
}
|
|
415
415
|
.e-schedule .e-content-wrap,
|
|
416
416
|
.e-schedule .e-scroll-container {
|
|
417
|
-
-webkit-overflow-scrolling: touch;
|
|
417
|
+
-webkit-overflow-scrolling: touch;
|
|
418
418
|
overflow: auto;
|
|
419
419
|
}
|
|
420
420
|
.e-schedule .e-hide-childs > * {
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
}
|
|
590
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
592
|
-
height: 0 !important;
|
|
592
|
+
height: 0 !important;
|
|
593
593
|
}
|
|
594
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
595
595
|
background: #4f46e5;
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
}
|
|
1094
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1095
1095
|
cursor: default;
|
|
1096
|
-
font-weight:
|
|
1096
|
+
font-weight: 400;
|
|
1097
1097
|
height: 34px;
|
|
1098
1098
|
padding: 8px;
|
|
1099
1099
|
}
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1470
1470
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1471
1471
|
cursor: default;
|
|
1472
|
-
font-weight:
|
|
1472
|
+
font-weight: 400;
|
|
1473
1473
|
height: 34px;
|
|
1474
1474
|
padding: 0;
|
|
1475
1475
|
text-align: center;
|
|
@@ -1874,14 +1874,9 @@
|
|
|
1874
1874
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1875
1875
|
width: 70px;
|
|
1876
1876
|
}
|
|
1877
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1878
|
-
transform: translateX(0);
|
|
1879
|
-
}
|
|
1880
|
-
.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 {
|
|
1881
|
-
transform: translateY(0);
|
|
1882
|
-
}
|
|
1883
1877
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1884
1878
|
position: absolute;
|
|
1879
|
+
transform: translateY(0);
|
|
1885
1880
|
}
|
|
1886
1881
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1887
1882
|
position: relative;
|
|
@@ -1998,7 +1993,7 @@
|
|
|
1998
1993
|
}
|
|
1999
1994
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
2000
1995
|
cursor: default;
|
|
2001
|
-
font-weight:
|
|
1996
|
+
font-weight: 400;
|
|
2002
1997
|
height: 34px;
|
|
2003
1998
|
padding: 5px;
|
|
2004
1999
|
text-align: center;
|
|
@@ -3619,6 +3614,7 @@
|
|
|
3619
3614
|
border-style: solid;
|
|
3620
3615
|
border-width: 0 0 1px 1px;
|
|
3621
3616
|
color: #374151;
|
|
3617
|
+
text-align: left;
|
|
3622
3618
|
}
|
|
3623
3619
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3624
3620
|
border-bottom-width: 0;
|
|
@@ -3702,6 +3698,7 @@
|
|
|
3702
3698
|
border-style: solid;
|
|
3703
3699
|
border-width: 0 0 1px 1px;
|
|
3704
3700
|
color: #374151;
|
|
3701
|
+
text-align: left;
|
|
3705
3702
|
font-size: 12px;
|
|
3706
3703
|
text-align: center;
|
|
3707
3704
|
text-transform: uppercase;
|