@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
package/styles/fluent.css
CHANGED
|
@@ -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 {
|
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;
|
|
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 {
|
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;
|
|
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 {
|
package/styles/material.css
CHANGED
|
@@ -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 {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@include export-module('recurrence-editor-layout') {
|
|
2
|
-
|
|
1
|
+
@include export-module('recurrence-editor-layout') {
|
|
3
2
|
/*! Recurrence-Editor component layout */
|
|
4
3
|
.e-recurrenceeditor {
|
|
5
4
|
.e-editor {
|
|
@@ -76,8 +75,8 @@
|
|
|
76
75
|
}
|
|
77
76
|
|
|
78
77
|
&.e-rtl {
|
|
79
|
-
.e-end-on
|
|
80
|
-
.e-month-expander
|
|
78
|
+
.e-end-on>div,
|
|
79
|
+
.e-month-expander>div>div {
|
|
81
80
|
float: right;
|
|
82
81
|
}
|
|
83
82
|
|
|
@@ -130,6 +129,7 @@
|
|
|
130
129
|
}
|
|
131
130
|
}
|
|
132
131
|
|
|
132
|
+
|
|
133
133
|
.e-days {
|
|
134
134
|
.e-week-expander-label {
|
|
135
135
|
font-size: $recurrence-label-font-nrml-size;
|
|
@@ -188,9 +188,10 @@
|
|
|
188
188
|
.e-end-on-left {
|
|
189
189
|
padding-right: 16px;
|
|
190
190
|
}
|
|
191
|
+
|
|
191
192
|
}
|
|
192
193
|
|
|
193
|
-
&.e-non-week
|
|
194
|
+
&.e-non-week>.e-input-wrapper {
|
|
194
195
|
margin: 0;
|
|
195
196
|
}
|
|
196
197
|
|
|
@@ -407,6 +408,7 @@
|
|
|
407
408
|
.e-end-on-left {
|
|
408
409
|
padding-right: 0;
|
|
409
410
|
}
|
|
411
|
+
|
|
410
412
|
}
|
|
411
413
|
|
|
412
414
|
&.e-rtl {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -190,6 +190,7 @@ $schedule-bigger-dialog-row-continer-padding-bottom: 16px !default;
|
|
|
190
190
|
$schedule-bigger-dialog-all-day-row-padding-top: 0 !default;
|
|
191
191
|
$schedule-device-dialog-all-day-row-padding-top: 0 !default;
|
|
192
192
|
|
|
193
|
+
|
|
193
194
|
$schedule-tree-bg-color: $gray-100 !default;
|
|
194
195
|
$schedule-popup-overlay-bg-color: #383838 !default;
|
|
195
196
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@include export-module('schedule-layout') {
|
|
2
|
-
|
|
1
|
+
@include export-module('schedule-layout') {
|
|
3
2
|
/*! schedule component layout */
|
|
4
3
|
|
|
5
4
|
.e-schedule {
|
|
@@ -80,7 +79,7 @@
|
|
|
80
79
|
|
|
81
80
|
.e-toolbar-left {
|
|
82
81
|
.e-tbar-btn.e-icon-btn {
|
|
83
|
-
&:focus,
|
|
82
|
+
&:focus ,
|
|
84
83
|
&:hover {
|
|
85
84
|
border-radius: $schedule-header-hover-border-radius;
|
|
86
85
|
}
|
|
@@ -355,8 +354,8 @@
|
|
|
355
354
|
width: 100%;
|
|
356
355
|
}
|
|
357
356
|
|
|
358
|
-
.e-schedule-table
|
|
359
|
-
.e-schedule-table
|
|
357
|
+
.e-schedule-table>tbody>tr>th,
|
|
358
|
+
.e-schedule-table>tbody>tr>td {
|
|
360
359
|
box-sizing: border-box;
|
|
361
360
|
font-weight: normal;
|
|
362
361
|
overflow: hidden;
|
|
@@ -364,7 +363,7 @@
|
|
|
364
363
|
white-space: nowrap;
|
|
365
364
|
}
|
|
366
365
|
|
|
367
|
-
.e-outer-table
|
|
366
|
+
.e-outer-table>tbody>tr>td {
|
|
368
367
|
padding: 0;
|
|
369
368
|
vertical-align: top;
|
|
370
369
|
}
|
|
@@ -386,7 +385,7 @@
|
|
|
386
385
|
|
|
387
386
|
.e-content-wrap,
|
|
388
387
|
.e-scroll-container {
|
|
389
|
-
-webkit-overflow-scrolling: touch;
|
|
388
|
+
-webkit-overflow-scrolling: touch; // sass-lint:disable-line no-vendor-prefixes
|
|
390
389
|
overflow: auto;
|
|
391
390
|
}
|
|
392
391
|
|
|
@@ -627,7 +626,7 @@
|
|
|
627
626
|
|
|
628
627
|
.e-all-day-row,
|
|
629
628
|
.e-all-day-cells {
|
|
630
|
-
height: 0 !important;
|
|
629
|
+
height: 0 !important; // sass-lint:disable-line no-important
|
|
631
630
|
}
|
|
632
631
|
|
|
633
632
|
.e-appointment {
|
|
@@ -1199,7 +1198,7 @@
|
|
|
1199
1198
|
.e-vertical-view .e-time-cells-wrap {
|
|
1200
1199
|
float: right;
|
|
1201
1200
|
}
|
|
1202
|
-
|
|
1201
|
+
}
|
|
1203
1202
|
}
|
|
1204
1203
|
|
|
1205
1204
|
@media screen and (max-width: 480px) {
|
|
@@ -1207,7 +1206,7 @@
|
|
|
1207
1206
|
.e-left-indent {
|
|
1208
1207
|
width: $schedule-device-time-scale-width;
|
|
1209
1208
|
}
|
|
1210
|
-
|
|
1209
|
+
}
|
|
1211
1210
|
}
|
|
1212
1211
|
|
|
1213
1212
|
.e-month-view,
|
|
@@ -1269,7 +1268,7 @@
|
|
|
1269
1268
|
|
|
1270
1269
|
.e-header-cells {
|
|
1271
1270
|
cursor: default;
|
|
1272
|
-
font-weight:
|
|
1271
|
+
font-weight: 400;
|
|
1273
1272
|
height: $schedule-month-header-cells-nrml-height;
|
|
1274
1273
|
padding: $schedule-month-header-cells-padding;
|
|
1275
1274
|
}
|
|
@@ -1750,7 +1749,7 @@
|
|
|
1750
1749
|
.e-left-indent,
|
|
1751
1750
|
.e-header-cells {
|
|
1752
1751
|
cursor: default;
|
|
1753
|
-
font-weight:
|
|
1752
|
+
font-weight: 400;
|
|
1754
1753
|
height: $schedule-month-header-cells-nrml-height;
|
|
1755
1754
|
padding: $schedule-timeline-year-left-indent-padding;
|
|
1756
1755
|
text-align: center;
|
|
@@ -2192,23 +2191,9 @@
|
|
|
2192
2191
|
}
|
|
2193
2192
|
|
|
2194
2193
|
.e-virtual-scroll {
|
|
2195
|
-
&.e-vertical-view,
|
|
2196
|
-
&.e-month-view {
|
|
2197
|
-
.e-content-table {
|
|
2198
|
-
transform: translateX(0);
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
&.e-timeline-view,
|
|
2203
|
-
&.e-timeline-month-view,
|
|
2204
|
-
&.e-timeline-year-view.e-vertical {
|
|
2205
|
-
.e-content-table {
|
|
2206
|
-
transform: translateY(0);
|
|
2207
|
-
}
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
2194
|
.e-content-table {
|
|
2211
2195
|
position: absolute;
|
|
2196
|
+
transform: translateY(0);
|
|
2212
2197
|
|
|
2213
2198
|
&.e-virtual-relative {
|
|
2214
2199
|
position: relative;
|
|
@@ -2356,7 +2341,7 @@
|
|
|
2356
2341
|
|
|
2357
2342
|
.e-header-cells {
|
|
2358
2343
|
cursor: default;
|
|
2359
|
-
font-weight:
|
|
2344
|
+
font-weight: 400;
|
|
2360
2345
|
height: $schedule-month-header-cells-nrml-height;
|
|
2361
2346
|
padding: 5px;
|
|
2362
2347
|
text-align: center;
|
|
@@ -2427,7 +2412,7 @@
|
|
|
2427
2412
|
color: $schedule-secondary-content-font-color;
|
|
2428
2413
|
line-height: 26px;
|
|
2429
2414
|
padding: 0 10px;
|
|
2430
|
-
|
|
2415
|
+
}
|
|
2431
2416
|
|
|
2432
2417
|
.e-date-time {
|
|
2433
2418
|
color: $schedule-secondary-content-font-color;
|
|
@@ -2643,7 +2628,7 @@
|
|
|
2643
2628
|
color: $schedule-primary-content-font-color;
|
|
2644
2629
|
line-height: 21px;
|
|
2645
2630
|
padding: 0 10px;
|
|
2646
|
-
|
|
2631
|
+
}
|
|
2647
2632
|
|
|
2648
2633
|
.e-date-time {
|
|
2649
2634
|
color: $schedule-secondary-content-font-color;
|
|
@@ -2848,15 +2833,15 @@
|
|
|
2848
2833
|
padding-top: 3px;
|
|
2849
2834
|
}
|
|
2850
2835
|
}
|
|
2851
|
-
|
|
2836
|
+
}
|
|
2852
2837
|
|
|
2853
2838
|
@if ($schedule-skin == 'tailwind' or $schedule-skin == 'bootstrap5') {
|
|
2854
2839
|
.e-tbar-btn .e-tbar-btn-text {
|
|
2855
2840
|
font-size: $schedule-header-bgr-font-size;
|
|
2856
2841
|
}
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2860
2845
|
}
|
|
2861
2846
|
|
|
2862
2847
|
.e-more-popup-wrapper {
|
|
@@ -2927,7 +2912,7 @@
|
|
|
2927
2912
|
@if ($schedule-skin == 'bootstrap4') {
|
|
2928
2913
|
line-height: 24px;
|
|
2929
2914
|
margin: 8px 0 0 8px;
|
|
2930
|
-
|
|
2915
|
+
}
|
|
2931
2916
|
}
|
|
2932
2917
|
|
|
2933
2918
|
.e-header-cells {
|
|
@@ -3253,7 +3238,7 @@
|
|
|
3253
3238
|
float: right;
|
|
3254
3239
|
}
|
|
3255
3240
|
}
|
|
3256
|
-
|
|
3241
|
+
}
|
|
3257
3242
|
|
|
3258
3243
|
.e-ddl.e-popup {
|
|
3259
3244
|
.e-resource-template {
|
|
@@ -3565,7 +3550,7 @@
|
|
|
3565
3550
|
.e-end-time-zone-container,
|
|
3566
3551
|
.e-all-day-container {
|
|
3567
3552
|
padding-right: 0;
|
|
3568
|
-
|
|
3553
|
+
}
|
|
3569
3554
|
}
|
|
3570
3555
|
|
|
3571
3556
|
.e-recurrence-container {
|
|
@@ -3749,7 +3734,7 @@
|
|
|
3749
3734
|
@if ($schedule-skin == 'bootstrap4' or $schedule-skin == 'tailwind' or $schedule-skin == 'bootstrap5') {
|
|
3750
3735
|
border-radius: 4px;
|
|
3751
3736
|
padding: 8px;
|
|
3752
|
-
|
|
3737
|
+
}
|
|
3753
3738
|
}
|
|
3754
3739
|
}
|
|
3755
3740
|
}
|
|
@@ -4281,7 +4266,7 @@
|
|
|
4281
4266
|
}
|
|
4282
4267
|
}
|
|
4283
4268
|
}
|
|
4284
|
-
|
|
4269
|
+
}
|
|
4285
4270
|
|
|
4286
4271
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone {
|
|
4287
4272
|
.e-appointment-details {
|