@syncfusion/ej2-react-schedule 21.2.9 → 22.1.34
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-react-schedule.min.js +1 -1
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +15 -12
- package/styles/bootstrap.css +15 -12
- package/styles/bootstrap4.css +16 -13
- package/styles/bootstrap5-dark.css +15 -12
- package/styles/bootstrap5.css +15 -12
- package/styles/fabric-dark.css +15 -12
- package/styles/fabric.css +15 -12
- package/styles/fluent-dark.css +15 -12
- package/styles/fluent.css +15 -12
- package/styles/highcontrast-light.css +16 -13
- package/styles/highcontrast.css +16 -13
- package/styles/material-dark.css +15 -12
- package/styles/material.css +15 -12
- package/styles/material3-dark.css +4653 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +4764 -0
- package/styles/material3.scss +3 -0
- package/styles/recurrence-editor/material3-dark.css +593 -0
- package/styles/recurrence-editor/material3-dark.scss +2 -0
- package/styles/recurrence-editor/material3.css +649 -0
- package/styles/recurrence-editor/material3.scss +2 -0
- package/styles/schedule/bootstrap-dark.css +15 -12
- package/styles/schedule/bootstrap.css +15 -12
- package/styles/schedule/bootstrap4.css +16 -13
- package/styles/schedule/bootstrap5-dark.css +15 -12
- package/styles/schedule/bootstrap5.css +15 -12
- package/styles/schedule/fabric-dark.css +15 -12
- package/styles/schedule/fabric.css +15 -12
- package/styles/schedule/fluent-dark.css +15 -12
- package/styles/schedule/fluent.css +15 -12
- package/styles/schedule/highcontrast-light.css +16 -13
- package/styles/schedule/highcontrast.css +16 -13
- package/styles/schedule/material-dark.css +15 -12
- package/styles/schedule/material.css +15 -12
- package/styles/schedule/material3-dark.css +4191 -0
- package/styles/schedule/material3-dark.scss +2 -0
- package/styles/schedule/material3.css +4247 -0
- package/styles/schedule/material3.scss +2 -0
- package/styles/schedule/tailwind-dark.css +15 -12
- package/styles/schedule/tailwind.css +15 -12
- package/styles/tailwind-dark.css +15 -12
- package/styles/tailwind.css +15 -12
|
@@ -1657,20 +1657,13 @@
|
|
|
1657
1657
|
}
|
|
1658
1658
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1659
1659
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1660
|
-
line-height:
|
|
1660
|
+
line-height: 22px;
|
|
1661
1661
|
padding: 0 5px;
|
|
1662
1662
|
}
|
|
1663
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1664
|
-
display: block;
|
|
1665
|
-
}
|
|
1666
1663
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1667
1664
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
padding-right: 7px;
|
|
1671
|
-
}
|
|
1672
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1673
|
-
padding-right: 5px;
|
|
1665
|
+
line-height: 22px;
|
|
1666
|
+
padding: 0 2px;
|
|
1674
1667
|
}
|
|
1675
1668
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1676
1669
|
border: 0;
|
|
@@ -2137,6 +2130,12 @@
|
|
|
2137
2130
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2138
2131
|
background: #757575;
|
|
2139
2132
|
}
|
|
2133
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2134
|
+
display: -ms-inline-flexbox;
|
|
2135
|
+
display: inline-flex;
|
|
2136
|
+
-ms-flex-direction: row-reverse;
|
|
2137
|
+
flex-direction: row-reverse;
|
|
2138
|
+
}
|
|
2140
2139
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2141
2140
|
display: -ms-flexbox;
|
|
2142
2141
|
display: flex;
|
|
@@ -2532,9 +2531,9 @@
|
|
|
2532
2531
|
height: 35px;
|
|
2533
2532
|
}
|
|
2534
2533
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2535
|
-
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2534
|
+
.e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
|
|
2536
2535
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2537
|
-
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2536
|
+
.e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
|
|
2538
2537
|
font-size: 14px;
|
|
2539
2538
|
}
|
|
2540
2539
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
@@ -2551,6 +2550,10 @@
|
|
|
2551
2550
|
.e-bigger.e-schedule .e-month-view .e-m-day {
|
|
2552
2551
|
font-size: 14px;
|
|
2553
2552
|
}
|
|
2553
|
+
.e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
|
|
2554
|
+
.e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
2555
|
+
min-width: 306px;
|
|
2556
|
+
}
|
|
2554
2557
|
|
|
2555
2558
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
2556
2559
|
border: 1px solid #fff;
|
|
@@ -1693,20 +1693,13 @@
|
|
|
1693
1693
|
}
|
|
1694
1694
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1695
1695
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1696
|
-
line-height:
|
|
1696
|
+
line-height: 22px;
|
|
1697
1697
|
padding: 0 5px;
|
|
1698
1698
|
}
|
|
1699
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1700
|
-
display: block;
|
|
1701
|
-
}
|
|
1702
1699
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1703
1700
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
padding-right: 7px;
|
|
1707
|
-
}
|
|
1708
|
-
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1709
|
-
padding-right: 5px;
|
|
1701
|
+
line-height: 22px;
|
|
1702
|
+
padding: 0 2px;
|
|
1710
1703
|
}
|
|
1711
1704
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1712
1705
|
border: 0;
|
|
@@ -2173,6 +2166,12 @@
|
|
|
2173
2166
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2174
2167
|
background: #e0e0e0;
|
|
2175
2168
|
}
|
|
2169
|
+
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2170
|
+
display: -ms-inline-flexbox;
|
|
2171
|
+
display: inline-flex;
|
|
2172
|
+
-ms-flex-direction: row-reverse;
|
|
2173
|
+
flex-direction: row-reverse;
|
|
2174
|
+
}
|
|
2176
2175
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2177
2176
|
display: -ms-flexbox;
|
|
2178
2177
|
display: flex;
|
|
@@ -2568,9 +2567,9 @@
|
|
|
2568
2567
|
height: 35px;
|
|
2569
2568
|
}
|
|
2570
2569
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2571
|
-
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2570
|
+
.e-bigger .e-schedule .e-month-view .e-date-header-wrap table td,
|
|
2572
2571
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2573
|
-
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2572
|
+
.e-bigger.e-schedule .e-month-view .e-date-header-wrap table td {
|
|
2574
2573
|
font-size: 14px;
|
|
2575
2574
|
}
|
|
2576
2575
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
@@ -2587,6 +2586,10 @@
|
|
|
2587
2586
|
.e-bigger.e-schedule .e-month-view .e-m-day {
|
|
2588
2587
|
font-size: 14px;
|
|
2589
2588
|
}
|
|
2589
|
+
.e-bigger .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar,
|
|
2590
|
+
.e-bigger.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
2591
|
+
min-width: 306px;
|
|
2592
|
+
}
|
|
2590
2593
|
|
|
2591
2594
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
2592
2595
|
border: 1px solid rgba(0, 0, 0, 0.5);
|