@syncfusion/ej2-react-schedule 19.2.59 → 19.3.46
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 +43 -2
- package/diConfig.json +2 -0
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/schedule/schedule.component.d.ts +1 -0
- package/src/schedule/views-directive.d.ts +1 -0
- package/styles/bootstrap-dark.css +48 -66
- package/styles/bootstrap.css +28 -45
- package/styles/bootstrap4.css +28 -44
- package/styles/bootstrap5-dark.css +5172 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5173 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +29 -61
- package/styles/fabric.css +28 -45
- package/styles/highcontrast-light.css +28 -76
- package/styles/highcontrast.css +30 -49
- package/styles/material-dark.css +72 -79
- package/styles/material.css +32 -45
- package/styles/recurrence-editor/bootstrap-dark.css +0 -4
- package/styles/recurrence-editor/bootstrap.css +0 -4
- package/styles/recurrence-editor/bootstrap4.css +0 -4
- package/styles/recurrence-editor/bootstrap5-dark.css +479 -0
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -0
- package/styles/recurrence-editor/bootstrap5.css +479 -0
- package/styles/recurrence-editor/bootstrap5.scss +1 -0
- package/styles/recurrence-editor/fabric-dark.css +0 -4
- package/styles/recurrence-editor/fabric.css +0 -4
- package/styles/recurrence-editor/highcontrast-light.css +0 -4
- package/styles/recurrence-editor/highcontrast.css +0 -4
- package/styles/recurrence-editor/material-dark.css +0 -4
- package/styles/recurrence-editor/material.css +0 -4
- package/styles/recurrence-editor/tailwind-dark.css +0 -4
- package/styles/recurrence-editor/tailwind.css +0 -4
- package/styles/schedule/bootstrap-dark.css +48 -62
- package/styles/schedule/bootstrap.css +28 -41
- package/styles/schedule/bootstrap4.css +28 -40
- package/styles/schedule/bootstrap5-dark.css +4692 -0
- package/styles/schedule/bootstrap5-dark.scss +1 -0
- package/styles/schedule/bootstrap5.css +4693 -0
- package/styles/schedule/bootstrap5.scss +1 -0
- package/styles/schedule/fabric-dark.css +29 -57
- package/styles/schedule/fabric.css +28 -41
- package/styles/schedule/highcontrast-light.css +28 -72
- package/styles/schedule/highcontrast.css +30 -45
- package/styles/schedule/material-dark.css +72 -75
- package/styles/schedule/material.css +32 -41
- package/styles/schedule/tailwind-dark.css +53 -71
- package/styles/schedule/tailwind.css +53 -70
- package/styles/tailwind-dark.css +53 -75
- package/styles/tailwind.css +53 -74
package/styles/bootstrap4.css
CHANGED
|
@@ -226,21 +226,9 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
background: #f8f9fa;
|
|
230
229
|
overflow: auto;
|
|
231
230
|
}
|
|
232
231
|
|
|
233
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
234
|
-
background-color: #545b62;
|
|
235
|
-
border-color: #4e555b;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
239
|
-
background: #e9ecef;
|
|
240
|
-
background: #545b62;
|
|
241
|
-
border-color: #4e555b;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
232
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
245
233
|
cursor: pointer;
|
|
246
234
|
font-size: 14px;
|
|
@@ -265,13 +253,7 @@
|
|
|
265
253
|
padding-top: 2px;
|
|
266
254
|
}
|
|
267
255
|
|
|
268
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
269
|
-
background: #5a6268;
|
|
270
|
-
border-radius: 4px;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
274
|
-
background: #5a6268;
|
|
256
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
275
257
|
border-radius: 4px;
|
|
276
258
|
}
|
|
277
259
|
|
|
@@ -312,14 +294,7 @@
|
|
|
312
294
|
text-transform: initial;
|
|
313
295
|
}
|
|
314
296
|
|
|
315
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
316
|
-
cursor: pointer;
|
|
317
|
-
font-size: 14px;
|
|
318
|
-
text-transform: initial;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
297
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
322
|
-
padding-left: 0;
|
|
323
298
|
padding-right: 0;
|
|
324
299
|
}
|
|
325
300
|
|
|
@@ -544,6 +519,13 @@
|
|
|
544
519
|
width: 100%;
|
|
545
520
|
}
|
|
546
521
|
|
|
522
|
+
.e-schedule .e-content-placeholder {
|
|
523
|
+
height: 100%;
|
|
524
|
+
position: relative;
|
|
525
|
+
width: 100%;
|
|
526
|
+
z-index: 99999;
|
|
527
|
+
}
|
|
528
|
+
|
|
547
529
|
.e-schedule .e-content-wrap,
|
|
548
530
|
.e-schedule .e-scroll-container {
|
|
549
531
|
-webkit-overflow-scrolling: touch;
|
|
@@ -1707,7 +1689,7 @@
|
|
|
1707
1689
|
border-style: solid;
|
|
1708
1690
|
border-width: 0 1px 1px 0;
|
|
1709
1691
|
color: #212529;
|
|
1710
|
-
height:
|
|
1692
|
+
height: 75px;
|
|
1711
1693
|
padding-left: 15px;
|
|
1712
1694
|
padding-right: 0;
|
|
1713
1695
|
vertical-align: middle;
|
|
@@ -1749,6 +1731,7 @@
|
|
|
1749
1731
|
border-style: solid;
|
|
1750
1732
|
border-width: 0 1px 1px 0;
|
|
1751
1733
|
color: #212529;
|
|
1734
|
+
padding: 0;
|
|
1752
1735
|
}
|
|
1753
1736
|
|
|
1754
1737
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1853,7 +1836,7 @@
|
|
|
1853
1836
|
|
|
1854
1837
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1855
1838
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1856
|
-
height:
|
|
1839
|
+
height: 75px;
|
|
1857
1840
|
}
|
|
1858
1841
|
|
|
1859
1842
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2107,13 +2090,6 @@
|
|
|
2107
2090
|
background-color: #f2f4f6;
|
|
2108
2091
|
}
|
|
2109
2092
|
|
|
2110
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2111
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2112
|
-
background-color: transparent;
|
|
2113
|
-
border-radius: 50%;
|
|
2114
|
-
color: rgba(33, 37, 41, 0.75);
|
|
2115
|
-
}
|
|
2116
|
-
|
|
2117
2093
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2118
2094
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2119
2095
|
overflow: hidden;
|
|
@@ -2137,6 +2113,12 @@
|
|
|
2137
2113
|
height: 42px;
|
|
2138
2114
|
}
|
|
2139
2115
|
|
|
2116
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2117
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2118
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
2119
|
+
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2140
2122
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2141
2123
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2142
2124
|
color: #212529;
|
|
@@ -2223,6 +2205,7 @@
|
|
|
2223
2205
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2224
2206
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2225
2207
|
display: block;
|
|
2208
|
+
line-height: 1.4;
|
|
2226
2209
|
}
|
|
2227
2210
|
|
|
2228
2211
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2399,6 +2382,7 @@
|
|
|
2399
2382
|
|
|
2400
2383
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2401
2384
|
border-right: 1px solid #dee2e6;
|
|
2385
|
+
height: 40px;
|
|
2402
2386
|
padding-top: 8px;
|
|
2403
2387
|
}
|
|
2404
2388
|
|
|
@@ -2554,7 +2538,7 @@
|
|
|
2554
2538
|
padding: 0;
|
|
2555
2539
|
}
|
|
2556
2540
|
|
|
2557
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2541
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2558
2542
|
background: #007bff;
|
|
2559
2543
|
border-radius: 50%;
|
|
2560
2544
|
height: 6px;
|
|
@@ -3989,10 +3973,6 @@
|
|
|
3989
3973
|
font-size: 14px;
|
|
3990
3974
|
}
|
|
3991
3975
|
|
|
3992
|
-
.e-bigger .e-timeline-view .e-resource-cells {
|
|
3993
|
-
padding: 14px 0 14px 12px;
|
|
3994
|
-
}
|
|
3995
|
-
|
|
3996
3976
|
.e-bigger .e-timeline-view .e-resource-text {
|
|
3997
3977
|
font-size: 14px;
|
|
3998
3978
|
padding-left: 12px;
|
|
@@ -4347,6 +4327,7 @@
|
|
|
4347
4327
|
border-color: #dee2e6;
|
|
4348
4328
|
border-style: solid;
|
|
4349
4329
|
border-width: 0 0 1px 1px;
|
|
4330
|
+
padding: 0;
|
|
4350
4331
|
}
|
|
4351
4332
|
|
|
4352
4333
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4432,6 +4413,7 @@
|
|
|
4432
4413
|
border-style: solid;
|
|
4433
4414
|
border-width: 0 0 1px 1px;
|
|
4434
4415
|
color: #212529;
|
|
4416
|
+
padding: 0;
|
|
4435
4417
|
}
|
|
4436
4418
|
|
|
4437
4419
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4520,6 +4502,7 @@
|
|
|
4520
4502
|
border-style: solid;
|
|
4521
4503
|
border-width: 0 0 1px 1px;
|
|
4522
4504
|
color: #212529;
|
|
4505
|
+
padding: 0;
|
|
4523
4506
|
}
|
|
4524
4507
|
|
|
4525
4508
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4528,6 +4511,11 @@
|
|
|
4528
4511
|
color: #212529;
|
|
4529
4512
|
}
|
|
4530
4513
|
|
|
4514
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4515
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4516
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4517
|
+
}
|
|
4518
|
+
|
|
4531
4519
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4532
4520
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4533
4521
|
background-color: #fff;
|
|
@@ -4735,10 +4723,6 @@
|
|
|
4735
4723
|
padding-left: 10px;
|
|
4736
4724
|
}
|
|
4737
4725
|
|
|
4738
|
-
.e-recurrenceeditor .e-icons {
|
|
4739
|
-
height: 0;
|
|
4740
|
-
}
|
|
4741
|
-
|
|
4742
4726
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4743
4727
|
padding: 0 8px 16px 0;
|
|
4744
4728
|
}
|