@syncfusion/ej2-schedule 32.2.3 → 33.1.44
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/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +2 -2
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +2 -2
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/schedule/event-renderer/month.js +1 -1
- package/src/schedule/models/event-settings-model.d.ts +2 -2
- package/src/schedule/models/event-settings.d.ts +2 -2
- package/src/schedule/models/resources-model.d.ts +2 -2
- package/src/schedule/models/resources.d.ts +2 -2
- package/src/schedule/renderer/timeline-year.js +1 -1
- package/styles/bds-lite.css +43 -1
- package/styles/bds.css +43 -1
- package/styles/bootstrap-dark-lite.css +43 -1
- package/styles/bootstrap-dark.css +43 -1
- package/styles/bootstrap-lite.css +43 -1
- package/styles/bootstrap.css +43 -1
- package/styles/bootstrap4-lite.css +43 -1
- package/styles/bootstrap4.css +43 -1
- package/styles/bootstrap5-dark-lite.css +47 -5
- package/styles/bootstrap5-dark.css +48 -6
- package/styles/bootstrap5-lite.css +47 -5
- package/styles/bootstrap5.3-lite.css +47 -5
- package/styles/bootstrap5.3.css +48 -6
- package/styles/bootstrap5.css +48 -6
- package/styles/fabric-dark-lite.css +43 -1
- package/styles/fabric-dark.css +43 -1
- package/styles/fabric-lite.css +43 -1
- package/styles/fabric.css +43 -1
- package/styles/fluent-dark-lite.css +47 -5
- package/styles/fluent-dark.css +48 -6
- package/styles/fluent-lite.css +47 -5
- package/styles/fluent.css +48 -6
- package/styles/fluent2-lite.css +47 -5
- package/styles/fluent2.css +48 -6
- package/styles/highcontrast-light-lite.css +43 -1
- package/styles/highcontrast-light.css +43 -1
- package/styles/highcontrast-lite.css +43 -1
- package/styles/highcontrast.css +43 -1
- package/styles/material-dark-lite.css +43 -1
- package/styles/material-dark.css +43 -1
- package/styles/material-lite.css +43 -1
- package/styles/material.css +43 -1
- package/styles/material3-dark-lite.css +47 -20
- package/styles/material3-dark.css +48 -22
- package/styles/material3-lite.css +47 -20
- package/styles/material3.css +48 -22
- package/styles/schedule/_bootstrap5-dark-definition.scss +1 -1
- package/styles/schedule/_bootstrap5-definition.scss +1 -1
- package/styles/schedule/_bootstrap5.3-definition.scss +1 -1
- package/styles/schedule/_fluent-dark-definition.scss +1 -1
- package/styles/schedule/_fluent-definition.scss +1 -1
- package/styles/schedule/_fluent2-definition.scss +1 -1
- package/styles/schedule/_layout.scss +54 -1
- package/styles/schedule/_material3-dark-definition.scss +1 -1
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/_tailwind-dark-definition.scss +1 -1
- package/styles/schedule/_tailwind-definition.scss +1 -1
- package/styles/schedule/_tailwind3-definition.scss +1 -1
- package/styles/schedule/bds.css +43 -1
- package/styles/schedule/bootstrap-dark.css +43 -1
- package/styles/schedule/bootstrap.css +43 -1
- package/styles/schedule/bootstrap4.css +43 -1
- package/styles/schedule/bootstrap5-dark.css +48 -6
- package/styles/schedule/bootstrap5.3.css +48 -6
- package/styles/schedule/bootstrap5.css +48 -6
- package/styles/schedule/fabric-dark.css +43 -1
- package/styles/schedule/fabric.css +43 -1
- package/styles/schedule/fluent-dark.css +48 -6
- package/styles/schedule/fluent.css +48 -6
- package/styles/schedule/fluent2.css +48 -6
- package/styles/schedule/highcontrast-light.css +43 -1
- package/styles/schedule/highcontrast.css +43 -1
- package/styles/schedule/material-dark.css +43 -1
- package/styles/schedule/material.css +43 -1
- package/styles/schedule/material3-dark.css +48 -22
- package/styles/schedule/material3.css +48 -22
- package/styles/schedule/tailwind-dark.css +48 -6
- package/styles/schedule/tailwind.css +48 -6
- package/styles/schedule/tailwind3.css +48 -6
- package/styles/tailwind-dark-lite.css +47 -5
- package/styles/tailwind-dark.css +48 -6
- package/styles/tailwind-lite.css +47 -5
- package/styles/tailwind.css +48 -6
- package/styles/tailwind3-lite.css +47 -5
- package/styles/tailwind3.css +48 -6
package/styles/fluent.css
CHANGED
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
overflow: hidden;
|
|
610
610
|
position: absolute;
|
|
611
611
|
}
|
|
612
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
613
|
+
display: none;
|
|
614
|
+
}
|
|
612
615
|
.e-schedule .e-block-appointment .e-subject {
|
|
613
616
|
overflow: hidden;
|
|
614
617
|
overflow-wrap: break-word;
|
|
@@ -622,6 +625,9 @@
|
|
|
622
625
|
padding: 0 5px;
|
|
623
626
|
z-index: 1;
|
|
624
627
|
}
|
|
628
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
629
|
+
display: none;
|
|
630
|
+
}
|
|
625
631
|
.e-schedule.e-rtl .e-block-indicator {
|
|
626
632
|
float: left;
|
|
627
633
|
}
|
|
@@ -635,6 +641,9 @@
|
|
|
635
641
|
-webkit-transition: opacity 100ms linear;
|
|
636
642
|
transition: opacity 100ms linear;
|
|
637
643
|
}
|
|
644
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
645
|
+
display: none;
|
|
646
|
+
}
|
|
638
647
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
639
648
|
display: none;
|
|
640
649
|
}
|
|
@@ -775,6 +784,9 @@
|
|
|
775
784
|
height: 54px;
|
|
776
785
|
margin-bottom: 2px;
|
|
777
786
|
}
|
|
787
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
788
|
+
display: none;
|
|
789
|
+
}
|
|
778
790
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
779
791
|
display: -webkit-box;
|
|
780
792
|
display: -ms-flexbox;
|
|
@@ -849,6 +861,9 @@
|
|
|
849
861
|
position: absolute;
|
|
850
862
|
text-overflow: ellipsis;
|
|
851
863
|
}
|
|
864
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
865
|
+
display: none;
|
|
866
|
+
}
|
|
852
867
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
853
868
|
text-decoration: underline;
|
|
854
869
|
}
|
|
@@ -919,6 +934,9 @@
|
|
|
919
934
|
text-overflow: ellipsis;
|
|
920
935
|
width: 100%;
|
|
921
936
|
}
|
|
937
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
938
|
+
display: none;
|
|
939
|
+
}
|
|
922
940
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
923
941
|
text-decoration: underline;
|
|
924
942
|
}
|
|
@@ -1066,6 +1084,9 @@
|
|
|
1066
1084
|
position: absolute;
|
|
1067
1085
|
height: 26px;
|
|
1068
1086
|
}
|
|
1087
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1088
|
+
display: none;
|
|
1089
|
+
}
|
|
1069
1090
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1070
1091
|
display: -webkit-box;
|
|
1071
1092
|
display: -ms-flexbox;
|
|
@@ -1385,6 +1406,9 @@
|
|
|
1385
1406
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1386
1407
|
display: none;
|
|
1387
1408
|
}
|
|
1409
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1410
|
+
display: none;
|
|
1411
|
+
}
|
|
1388
1412
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1389
1413
|
display: -webkit-box;
|
|
1390
1414
|
display: -ms-flexbox;
|
|
@@ -1417,7 +1441,7 @@
|
|
|
1417
1441
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1418
1442
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1419
1443
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1420
|
-
line-height:
|
|
1444
|
+
line-height: 22px;
|
|
1421
1445
|
padding: 0 2px;
|
|
1422
1446
|
}
|
|
1423
1447
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1442,6 +1466,9 @@
|
|
|
1442
1466
|
position: absolute;
|
|
1443
1467
|
text-overflow: ellipsis;
|
|
1444
1468
|
}
|
|
1469
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1470
|
+
display: none;
|
|
1471
|
+
}
|
|
1445
1472
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1446
1473
|
text-decoration: underline;
|
|
1447
1474
|
}
|
|
@@ -1713,6 +1740,9 @@
|
|
|
1713
1740
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1714
1741
|
display: none;
|
|
1715
1742
|
}
|
|
1743
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
1744
|
+
display: none;
|
|
1745
|
+
}
|
|
1716
1746
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1717
1747
|
display: -webkit-box;
|
|
1718
1748
|
display: -ms-flexbox;
|
|
@@ -1745,12 +1775,12 @@
|
|
|
1745
1775
|
}
|
|
1746
1776
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1747
1777
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1748
|
-
line-height:
|
|
1778
|
+
line-height: 22px;
|
|
1749
1779
|
padding: 0 5px;
|
|
1750
1780
|
}
|
|
1751
1781
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1752
1782
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1753
|
-
line-height:
|
|
1783
|
+
line-height: 22px;
|
|
1754
1784
|
padding: 0 2px;
|
|
1755
1785
|
}
|
|
1756
1786
|
.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 {
|
|
@@ -1771,6 +1801,9 @@
|
|
|
1771
1801
|
position: absolute;
|
|
1772
1802
|
text-overflow: ellipsis;
|
|
1773
1803
|
}
|
|
1804
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
1805
|
+
display: none;
|
|
1806
|
+
}
|
|
1774
1807
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1775
1808
|
display: none;
|
|
1776
1809
|
}
|
|
@@ -1946,6 +1979,10 @@
|
|
|
1946
1979
|
cursor: default;
|
|
1947
1980
|
height: 38px;
|
|
1948
1981
|
}
|
|
1982
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
1983
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
1984
|
+
display: none;
|
|
1985
|
+
}
|
|
1949
1986
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1950
1987
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1951
1988
|
display: -webkit-box;
|
|
@@ -2038,6 +2075,10 @@
|
|
|
2038
2075
|
position: absolute;
|
|
2039
2076
|
text-overflow: ellipsis;
|
|
2040
2077
|
}
|
|
2078
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2079
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2080
|
+
display: none;
|
|
2081
|
+
}
|
|
2041
2082
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2042
2083
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2043
2084
|
text-decoration: underline;
|
|
@@ -2722,7 +2763,8 @@
|
|
|
2722
2763
|
resize: vertical;
|
|
2723
2764
|
}
|
|
2724
2765
|
.e-schedule-dialog .e-repeat-container,
|
|
2725
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
2766
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
2767
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
2726
2768
|
display: none;
|
|
2727
2769
|
}
|
|
2728
2770
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3469,7 +3511,7 @@
|
|
|
3469
3511
|
}
|
|
3470
3512
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3471
3513
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3472
|
-
line-height:
|
|
3514
|
+
line-height: 22px;
|
|
3473
3515
|
padding: 0 2px;
|
|
3474
3516
|
}
|
|
3475
3517
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -4573,7 +4615,7 @@
|
|
|
4573
4615
|
}
|
|
4574
4616
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4575
4617
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4576
|
-
line-height:
|
|
4618
|
+
line-height: 22px;
|
|
4577
4619
|
padding: 0 2px;
|
|
4578
4620
|
}
|
|
4579
4621
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus {
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -1094,6 +1094,9 @@
|
|
|
1094
1094
|
overflow: hidden;
|
|
1095
1095
|
position: absolute;
|
|
1096
1096
|
}
|
|
1097
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
1098
|
+
display: none;
|
|
1099
|
+
}
|
|
1097
1100
|
.e-schedule .e-block-appointment .e-subject {
|
|
1098
1101
|
overflow: hidden;
|
|
1099
1102
|
overflow-wrap: break-word;
|
|
@@ -1107,6 +1110,9 @@
|
|
|
1107
1110
|
padding: 0 5px;
|
|
1108
1111
|
z-index: 1;
|
|
1109
1112
|
}
|
|
1113
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
1114
|
+
display: none;
|
|
1115
|
+
}
|
|
1110
1116
|
.e-schedule.e-rtl .e-block-indicator {
|
|
1111
1117
|
float: left;
|
|
1112
1118
|
}
|
|
@@ -1120,6 +1126,9 @@
|
|
|
1120
1126
|
-webkit-transition: opacity 100ms linear;
|
|
1121
1127
|
transition: opacity 100ms linear;
|
|
1122
1128
|
}
|
|
1129
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
1130
|
+
display: none;
|
|
1131
|
+
}
|
|
1123
1132
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
1124
1133
|
display: none;
|
|
1125
1134
|
}
|
|
@@ -1260,6 +1269,9 @@
|
|
|
1260
1269
|
height: 54px;
|
|
1261
1270
|
margin-bottom: 2px;
|
|
1262
1271
|
}
|
|
1272
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
1273
|
+
display: none;
|
|
1274
|
+
}
|
|
1263
1275
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
1264
1276
|
display: -webkit-box;
|
|
1265
1277
|
display: -ms-flexbox;
|
|
@@ -1334,6 +1346,9 @@
|
|
|
1334
1346
|
position: absolute;
|
|
1335
1347
|
text-overflow: ellipsis;
|
|
1336
1348
|
}
|
|
1349
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
1350
|
+
display: none;
|
|
1351
|
+
}
|
|
1337
1352
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
1338
1353
|
text-decoration: underline;
|
|
1339
1354
|
}
|
|
@@ -1404,6 +1419,9 @@
|
|
|
1404
1419
|
text-overflow: ellipsis;
|
|
1405
1420
|
width: 100%;
|
|
1406
1421
|
}
|
|
1422
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
1423
|
+
display: none;
|
|
1424
|
+
}
|
|
1407
1425
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
1408
1426
|
text-decoration: underline;
|
|
1409
1427
|
}
|
|
@@ -1551,6 +1569,9 @@
|
|
|
1551
1569
|
position: absolute;
|
|
1552
1570
|
height: 26px;
|
|
1553
1571
|
}
|
|
1572
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1573
|
+
display: none;
|
|
1574
|
+
}
|
|
1554
1575
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1555
1576
|
display: -webkit-box;
|
|
1556
1577
|
display: -ms-flexbox;
|
|
@@ -1870,6 +1891,9 @@
|
|
|
1870
1891
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1871
1892
|
display: none;
|
|
1872
1893
|
}
|
|
1894
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1895
|
+
display: none;
|
|
1896
|
+
}
|
|
1873
1897
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1874
1898
|
display: -webkit-box;
|
|
1875
1899
|
display: -ms-flexbox;
|
|
@@ -1902,7 +1926,7 @@
|
|
|
1902
1926
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1903
1927
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1904
1928
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1905
|
-
line-height:
|
|
1929
|
+
line-height: 22px;
|
|
1906
1930
|
padding: 0 2px;
|
|
1907
1931
|
}
|
|
1908
1932
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1927,6 +1951,9 @@
|
|
|
1927
1951
|
position: absolute;
|
|
1928
1952
|
text-overflow: ellipsis;
|
|
1929
1953
|
}
|
|
1954
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1955
|
+
display: none;
|
|
1956
|
+
}
|
|
1930
1957
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1931
1958
|
text-decoration: underline;
|
|
1932
1959
|
}
|
|
@@ -2200,6 +2227,9 @@
|
|
|
2200
2227
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
2201
2228
|
display: none;
|
|
2202
2229
|
}
|
|
2230
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
2231
|
+
display: none;
|
|
2232
|
+
}
|
|
2203
2233
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
2204
2234
|
display: -webkit-box;
|
|
2205
2235
|
display: -ms-flexbox;
|
|
@@ -2232,12 +2262,12 @@
|
|
|
2232
2262
|
}
|
|
2233
2263
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
2234
2264
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
2235
|
-
line-height:
|
|
2265
|
+
line-height: 22px;
|
|
2236
2266
|
padding: 0 5px;
|
|
2237
2267
|
}
|
|
2238
2268
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
2239
2269
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
2240
|
-
line-height:
|
|
2270
|
+
line-height: 22px;
|
|
2241
2271
|
padding: 0 2px;
|
|
2242
2272
|
}
|
|
2243
2273
|
.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 {
|
|
@@ -2258,6 +2288,9 @@
|
|
|
2258
2288
|
position: absolute;
|
|
2259
2289
|
text-overflow: ellipsis;
|
|
2260
2290
|
}
|
|
2291
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
2292
|
+
display: none;
|
|
2293
|
+
}
|
|
2261
2294
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
2262
2295
|
display: none;
|
|
2263
2296
|
}
|
|
@@ -2433,6 +2466,10 @@
|
|
|
2433
2466
|
cursor: default;
|
|
2434
2467
|
height: 38px;
|
|
2435
2468
|
}
|
|
2469
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
2470
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
2471
|
+
display: none;
|
|
2472
|
+
}
|
|
2436
2473
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2437
2474
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2438
2475
|
display: -webkit-box;
|
|
@@ -2525,6 +2562,10 @@
|
|
|
2525
2562
|
position: absolute;
|
|
2526
2563
|
text-overflow: ellipsis;
|
|
2527
2564
|
}
|
|
2565
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2566
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2567
|
+
display: none;
|
|
2568
|
+
}
|
|
2528
2569
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2529
2570
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2530
2571
|
text-decoration: underline;
|
|
@@ -3229,7 +3270,8 @@
|
|
|
3229
3270
|
resize: vertical;
|
|
3230
3271
|
}
|
|
3231
3272
|
.e-schedule-dialog .e-repeat-container,
|
|
3232
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
3273
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
3274
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
3233
3275
|
display: none;
|
|
3234
3276
|
}
|
|
3235
3277
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3980,7 +4022,7 @@
|
|
|
3980
4022
|
}
|
|
3981
4023
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3982
4024
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3983
|
-
line-height:
|
|
4025
|
+
line-height: 22px;
|
|
3984
4026
|
padding: 0 2px;
|
|
3985
4027
|
}
|
|
3986
4028
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
package/styles/fluent2.css
CHANGED
|
@@ -1094,6 +1094,9 @@
|
|
|
1094
1094
|
overflow: hidden;
|
|
1095
1095
|
position: absolute;
|
|
1096
1096
|
}
|
|
1097
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
1098
|
+
display: none;
|
|
1099
|
+
}
|
|
1097
1100
|
.e-schedule .e-block-appointment .e-subject {
|
|
1098
1101
|
overflow: hidden;
|
|
1099
1102
|
overflow-wrap: break-word;
|
|
@@ -1107,6 +1110,9 @@
|
|
|
1107
1110
|
padding: 0 5px;
|
|
1108
1111
|
z-index: 1;
|
|
1109
1112
|
}
|
|
1113
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
1114
|
+
display: none;
|
|
1115
|
+
}
|
|
1110
1116
|
.e-schedule.e-rtl .e-block-indicator {
|
|
1111
1117
|
float: left;
|
|
1112
1118
|
}
|
|
@@ -1120,6 +1126,9 @@
|
|
|
1120
1126
|
-webkit-transition: opacity 100ms linear;
|
|
1121
1127
|
transition: opacity 100ms linear;
|
|
1122
1128
|
}
|
|
1129
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
1130
|
+
display: none;
|
|
1131
|
+
}
|
|
1123
1132
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
1124
1133
|
display: none;
|
|
1125
1134
|
}
|
|
@@ -1260,6 +1269,9 @@
|
|
|
1260
1269
|
height: 54px;
|
|
1261
1270
|
margin-bottom: 2px;
|
|
1262
1271
|
}
|
|
1272
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
1273
|
+
display: none;
|
|
1274
|
+
}
|
|
1263
1275
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
1264
1276
|
display: -webkit-box;
|
|
1265
1277
|
display: -ms-flexbox;
|
|
@@ -1334,6 +1346,9 @@
|
|
|
1334
1346
|
position: absolute;
|
|
1335
1347
|
text-overflow: ellipsis;
|
|
1336
1348
|
}
|
|
1349
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
1350
|
+
display: none;
|
|
1351
|
+
}
|
|
1337
1352
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
1338
1353
|
text-decoration: underline;
|
|
1339
1354
|
}
|
|
@@ -1404,6 +1419,9 @@
|
|
|
1404
1419
|
text-overflow: ellipsis;
|
|
1405
1420
|
width: 100%;
|
|
1406
1421
|
}
|
|
1422
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
1423
|
+
display: none;
|
|
1424
|
+
}
|
|
1407
1425
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
1408
1426
|
text-decoration: underline;
|
|
1409
1427
|
}
|
|
@@ -1551,6 +1569,9 @@
|
|
|
1551
1569
|
position: absolute;
|
|
1552
1570
|
height: 26px;
|
|
1553
1571
|
}
|
|
1572
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1573
|
+
display: none;
|
|
1574
|
+
}
|
|
1554
1575
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1555
1576
|
display: -webkit-box;
|
|
1556
1577
|
display: -ms-flexbox;
|
|
@@ -1870,6 +1891,9 @@
|
|
|
1870
1891
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1871
1892
|
display: none;
|
|
1872
1893
|
}
|
|
1894
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1895
|
+
display: none;
|
|
1896
|
+
}
|
|
1873
1897
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1874
1898
|
display: -webkit-box;
|
|
1875
1899
|
display: -ms-flexbox;
|
|
@@ -1902,7 +1926,7 @@
|
|
|
1902
1926
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1903
1927
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1904
1928
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1905
|
-
line-height:
|
|
1929
|
+
line-height: 22px;
|
|
1906
1930
|
padding: 0 2px;
|
|
1907
1931
|
}
|
|
1908
1932
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1927,6 +1951,9 @@
|
|
|
1927
1951
|
position: absolute;
|
|
1928
1952
|
text-overflow: ellipsis;
|
|
1929
1953
|
}
|
|
1954
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1955
|
+
display: none;
|
|
1956
|
+
}
|
|
1930
1957
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1931
1958
|
text-decoration: underline;
|
|
1932
1959
|
}
|
|
@@ -2200,6 +2227,9 @@
|
|
|
2200
2227
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
2201
2228
|
display: none;
|
|
2202
2229
|
}
|
|
2230
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
2231
|
+
display: none;
|
|
2232
|
+
}
|
|
2203
2233
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
2204
2234
|
display: -webkit-box;
|
|
2205
2235
|
display: -ms-flexbox;
|
|
@@ -2232,12 +2262,12 @@
|
|
|
2232
2262
|
}
|
|
2233
2263
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
2234
2264
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
2235
|
-
line-height:
|
|
2265
|
+
line-height: 22px;
|
|
2236
2266
|
padding: 0 5px;
|
|
2237
2267
|
}
|
|
2238
2268
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
2239
2269
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
2240
|
-
line-height:
|
|
2270
|
+
line-height: 22px;
|
|
2241
2271
|
padding: 0 2px;
|
|
2242
2272
|
}
|
|
2243
2273
|
.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 {
|
|
@@ -2258,6 +2288,9 @@
|
|
|
2258
2288
|
position: absolute;
|
|
2259
2289
|
text-overflow: ellipsis;
|
|
2260
2290
|
}
|
|
2291
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
2292
|
+
display: none;
|
|
2293
|
+
}
|
|
2261
2294
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
2262
2295
|
display: none;
|
|
2263
2296
|
}
|
|
@@ -2433,6 +2466,10 @@
|
|
|
2433
2466
|
cursor: default;
|
|
2434
2467
|
height: 38px;
|
|
2435
2468
|
}
|
|
2469
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
2470
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
2471
|
+
display: none;
|
|
2472
|
+
}
|
|
2436
2473
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2437
2474
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2438
2475
|
display: -webkit-box;
|
|
@@ -2525,6 +2562,10 @@
|
|
|
2525
2562
|
position: absolute;
|
|
2526
2563
|
text-overflow: ellipsis;
|
|
2527
2564
|
}
|
|
2565
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2566
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2567
|
+
display: none;
|
|
2568
|
+
}
|
|
2528
2569
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2529
2570
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2530
2571
|
text-decoration: underline;
|
|
@@ -3229,7 +3270,8 @@
|
|
|
3229
3270
|
resize: vertical;
|
|
3230
3271
|
}
|
|
3231
3272
|
.e-schedule-dialog .e-repeat-container,
|
|
3232
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
3273
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
3274
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
3233
3275
|
display: none;
|
|
3234
3276
|
}
|
|
3235
3277
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3980,7 +4022,7 @@
|
|
|
3980
4022
|
}
|
|
3981
4023
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3982
4024
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3983
|
-
line-height:
|
|
4025
|
+
line-height: 22px;
|
|
3984
4026
|
padding: 0 2px;
|
|
3985
4027
|
}
|
|
3986
4028
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -5309,7 +5351,7 @@
|
|
|
5309
5351
|
}
|
|
5310
5352
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
5311
5353
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
5312
|
-
line-height:
|
|
5354
|
+
line-height: 22px;
|
|
5313
5355
|
padding: 0 2px;
|
|
5314
5356
|
}
|
|
5315
5357
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -635,6 +635,9 @@
|
|
|
635
635
|
overflow: hidden;
|
|
636
636
|
position: absolute;
|
|
637
637
|
}
|
|
638
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
639
|
+
display: none;
|
|
640
|
+
}
|
|
638
641
|
.e-schedule .e-block-appointment .e-subject {
|
|
639
642
|
overflow: hidden;
|
|
640
643
|
overflow-wrap: break-word;
|
|
@@ -648,6 +651,9 @@
|
|
|
648
651
|
padding: 0 5px;
|
|
649
652
|
z-index: 1;
|
|
650
653
|
}
|
|
654
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
655
|
+
display: none;
|
|
656
|
+
}
|
|
651
657
|
.e-schedule.e-rtl .e-block-indicator {
|
|
652
658
|
float: left;
|
|
653
659
|
}
|
|
@@ -661,6 +667,9 @@
|
|
|
661
667
|
-webkit-transition: opacity 100ms linear;
|
|
662
668
|
transition: opacity 100ms linear;
|
|
663
669
|
}
|
|
670
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
671
|
+
display: none;
|
|
672
|
+
}
|
|
664
673
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
665
674
|
display: none;
|
|
666
675
|
}
|
|
@@ -801,6 +810,9 @@
|
|
|
801
810
|
height: 54px;
|
|
802
811
|
margin-bottom: 2px;
|
|
803
812
|
}
|
|
813
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
814
|
+
display: none;
|
|
815
|
+
}
|
|
804
816
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
805
817
|
display: -webkit-box;
|
|
806
818
|
display: -ms-flexbox;
|
|
@@ -875,6 +887,9 @@
|
|
|
875
887
|
position: absolute;
|
|
876
888
|
text-overflow: ellipsis;
|
|
877
889
|
}
|
|
890
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
891
|
+
display: none;
|
|
892
|
+
}
|
|
878
893
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
879
894
|
text-decoration: underline;
|
|
880
895
|
}
|
|
@@ -945,6 +960,9 @@
|
|
|
945
960
|
text-overflow: ellipsis;
|
|
946
961
|
width: 100%;
|
|
947
962
|
}
|
|
963
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
964
|
+
display: none;
|
|
965
|
+
}
|
|
948
966
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
949
967
|
text-decoration: underline;
|
|
950
968
|
}
|
|
@@ -1092,6 +1110,9 @@
|
|
|
1092
1110
|
position: absolute;
|
|
1093
1111
|
height: 22px;
|
|
1094
1112
|
}
|
|
1113
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1114
|
+
display: none;
|
|
1115
|
+
}
|
|
1095
1116
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1096
1117
|
display: -webkit-box;
|
|
1097
1118
|
display: -ms-flexbox;
|
|
@@ -1411,6 +1432,9 @@
|
|
|
1411
1432
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1412
1433
|
display: none;
|
|
1413
1434
|
}
|
|
1435
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1436
|
+
display: none;
|
|
1437
|
+
}
|
|
1414
1438
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1415
1439
|
display: -webkit-box;
|
|
1416
1440
|
display: -ms-flexbox;
|
|
@@ -1468,6 +1492,9 @@
|
|
|
1468
1492
|
position: absolute;
|
|
1469
1493
|
text-overflow: ellipsis;
|
|
1470
1494
|
}
|
|
1495
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1496
|
+
display: none;
|
|
1497
|
+
}
|
|
1471
1498
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1472
1499
|
text-decoration: underline;
|
|
1473
1500
|
}
|
|
@@ -1739,6 +1766,9 @@
|
|
|
1739
1766
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1740
1767
|
display: none;
|
|
1741
1768
|
}
|
|
1769
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
1770
|
+
display: none;
|
|
1771
|
+
}
|
|
1742
1772
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1743
1773
|
display: -webkit-box;
|
|
1744
1774
|
display: -ms-flexbox;
|
|
@@ -1797,6 +1827,9 @@
|
|
|
1797
1827
|
position: absolute;
|
|
1798
1828
|
text-overflow: ellipsis;
|
|
1799
1829
|
}
|
|
1830
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
1831
|
+
display: none;
|
|
1832
|
+
}
|
|
1800
1833
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1801
1834
|
display: none;
|
|
1802
1835
|
}
|
|
@@ -1972,6 +2005,10 @@
|
|
|
1972
2005
|
cursor: default;
|
|
1973
2006
|
height: 38px;
|
|
1974
2007
|
}
|
|
2008
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
2009
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
2010
|
+
display: none;
|
|
2011
|
+
}
|
|
1975
2012
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1976
2013
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1977
2014
|
display: -webkit-box;
|
|
@@ -2064,6 +2101,10 @@
|
|
|
2064
2101
|
position: absolute;
|
|
2065
2102
|
text-overflow: ellipsis;
|
|
2066
2103
|
}
|
|
2104
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2105
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2106
|
+
display: none;
|
|
2107
|
+
}
|
|
2067
2108
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2068
2109
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2069
2110
|
text-decoration: underline;
|
|
@@ -2748,7 +2789,8 @@
|
|
|
2748
2789
|
resize: vertical;
|
|
2749
2790
|
}
|
|
2750
2791
|
.e-schedule-dialog .e-repeat-container,
|
|
2751
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
2792
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
2793
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
2752
2794
|
display: none;
|
|
2753
2795
|
}
|
|
2754
2796
|
.e-schedule-dialog .e-footer-content {
|