@syncfusion/ej2-vue-schedule 20.1.61 → 20.2.40
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 +31 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +5 -2
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +5 -2
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +8 -8
- package/src/recurrence-editor/recurrenceeditor.component.js +1 -1
- package/src/schedule/schedule.component.d.ts +1 -0
- package/src/schedule/schedule.component.js +4 -1
- package/styles/bootstrap-dark.css +5 -1
- package/styles/bootstrap.css +5 -1
- package/styles/bootstrap4.css +5 -1
- package/styles/bootstrap5-dark.css +5 -1
- package/styles/bootstrap5.css +5 -1
- package/styles/fabric-dark.css +5 -1
- package/styles/fabric.css +5 -1
- package/styles/fluent-dark.css +20 -16
- package/styles/fluent.css +7 -3
- package/styles/highcontrast-light.css +5 -1
- package/styles/highcontrast.css +5 -1
- package/styles/material-dark.css +5 -1
- package/styles/material.css +5 -1
- package/styles/schedule/bootstrap-dark.css +5 -1
- package/styles/schedule/bootstrap.css +5 -1
- package/styles/schedule/bootstrap4.css +5 -1
- package/styles/schedule/bootstrap5-dark.css +5 -1
- package/styles/schedule/bootstrap5.css +5 -1
- package/styles/schedule/fabric-dark.css +5 -1
- package/styles/schedule/fabric.css +5 -1
- package/styles/schedule/fluent-dark.css +20 -16
- package/styles/schedule/fluent.css +7 -3
- package/styles/schedule/highcontrast-light.css +5 -1
- package/styles/schedule/highcontrast.css +5 -1
- package/styles/schedule/material-dark.css +5 -1
- package/styles/schedule/material.css +5 -1
- package/styles/schedule/tailwind-dark.css +5 -1
- package/styles/schedule/tailwind.css +5 -1
- package/styles/tailwind-dark.css +5 -1
- package/styles/tailwind.css +5 -1
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
.e-schedule .e-schedule-toolbar {
|
|
168
168
|
background: #1b1a19;
|
|
169
169
|
border: 0;
|
|
170
|
-
border-bottom:
|
|
170
|
+
border-bottom: 1px solid #292827;
|
|
171
171
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
172
172
|
margin-bottom: 3px;
|
|
173
173
|
min-height: 38px;
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-schedule .e-schedule-resource-toolbar {
|
|
272
272
|
background: #1b1a19;
|
|
273
|
-
border-bottom:
|
|
273
|
+
border-bottom: 1px solid #292827;
|
|
274
274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
275
275
|
display: -ms-flexbox;
|
|
276
276
|
display: flex;
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
}
|
|
351
351
|
.e-schedule .e-new-event {
|
|
352
352
|
background-color: #0078d4;
|
|
353
|
-
border: 1px solid #
|
|
353
|
+
border: 1px solid #1b1a19;
|
|
354
354
|
border-radius: 5px;
|
|
355
355
|
height: 100%;
|
|
356
356
|
opacity: 0.9;
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
z-index: 1;
|
|
360
360
|
}
|
|
361
361
|
.e-schedule .e-new-event .e-title {
|
|
362
|
-
color: #
|
|
362
|
+
color: #1b1a19;
|
|
363
363
|
font-size: 12px;
|
|
364
364
|
line-height: 1.2;
|
|
365
365
|
margin: 0;
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
.e-schedule .e-appointment .e-inline-subject {
|
|
474
474
|
background-color: transparent;
|
|
475
475
|
border: 0;
|
|
476
|
-
color: #
|
|
476
|
+
color: #1b1a19;
|
|
477
477
|
font-size: 13px;
|
|
478
478
|
font-weight: 500;
|
|
479
479
|
line-height: 1.2;
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
background: #0078d4;
|
|
586
586
|
border: 1px solid #292827;
|
|
587
587
|
border-radius: 2px;
|
|
588
|
-
color: #
|
|
588
|
+
color: #1b1a19;
|
|
589
589
|
display: -ms-flexbox;
|
|
590
590
|
display: flex;
|
|
591
591
|
height: 54px;
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
background: #0078d4;
|
|
851
851
|
border: 1px solid #292827;
|
|
852
852
|
border-radius: 2px;
|
|
853
|
-
color: #
|
|
853
|
+
color: #1b1a19;
|
|
854
854
|
display: -ms-flexbox;
|
|
855
855
|
display: flex;
|
|
856
856
|
height: 26px;
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
background: #0078d4;
|
|
901
901
|
border: 1px solid #292827;
|
|
902
902
|
border-radius: 2px;
|
|
903
|
-
color: #
|
|
903
|
+
color: #1b1a19;
|
|
904
904
|
overflow: hidden;
|
|
905
905
|
position: absolute;
|
|
906
906
|
}
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
background: #0078d4;
|
|
1136
1136
|
border: 1px solid #292827;
|
|
1137
1137
|
border-radius: 2px;
|
|
1138
|
-
color: #
|
|
1138
|
+
color: #1b1a19;
|
|
1139
1139
|
cursor: default;
|
|
1140
1140
|
display: -ms-flexbox;
|
|
1141
1141
|
display: flex;
|
|
@@ -1494,6 +1494,10 @@
|
|
|
1494
1494
|
position: absolute;
|
|
1495
1495
|
top: 0;
|
|
1496
1496
|
}
|
|
1497
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1498
|
+
height: 75px;
|
|
1499
|
+
position: relative;
|
|
1500
|
+
}
|
|
1497
1501
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1498
1502
|
position: absolute;
|
|
1499
1503
|
}
|
|
@@ -1504,7 +1508,7 @@
|
|
|
1504
1508
|
background: #0078d4;
|
|
1505
1509
|
border: 1px solid #292827;
|
|
1506
1510
|
border-radius: 2px;
|
|
1507
|
-
color: #
|
|
1511
|
+
color: #1b1a19;
|
|
1508
1512
|
cursor: default;
|
|
1509
1513
|
display: -ms-flexbox;
|
|
1510
1514
|
display: flex;
|
|
@@ -1739,7 +1743,7 @@
|
|
|
1739
1743
|
background: #0078d4;
|
|
1740
1744
|
border: 1px solid #292827;
|
|
1741
1745
|
border-radius: 2px;
|
|
1742
|
-
color: #
|
|
1746
|
+
color: #1b1a19;
|
|
1743
1747
|
cursor: default;
|
|
1744
1748
|
display: -ms-flexbox;
|
|
1745
1749
|
display: flex;
|
|
@@ -2124,7 +2128,7 @@
|
|
|
2124
2128
|
vertical-align: top;
|
|
2125
2129
|
}
|
|
2126
2130
|
.e-schedule .e-agenda-view .e-month-header .e-date-header {
|
|
2127
|
-
color: #
|
|
2131
|
+
color: #1b1a19;
|
|
2128
2132
|
font-size: 18px;
|
|
2129
2133
|
}
|
|
2130
2134
|
.e-schedule .e-agenda-view .e-day-date-header {
|
|
@@ -2460,7 +2464,7 @@
|
|
|
2460
2464
|
}
|
|
2461
2465
|
|
|
2462
2466
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2463
|
-
width:
|
|
2467
|
+
width: 502px;
|
|
2464
2468
|
}
|
|
2465
2469
|
|
|
2466
2470
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -3223,7 +3227,7 @@
|
|
|
3223
3227
|
background: #0078d4;
|
|
3224
3228
|
border-radius: 2px;
|
|
3225
3229
|
box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
3226
|
-
color: #
|
|
3230
|
+
color: #1b1a19;
|
|
3227
3231
|
display: -ms-flexbox;
|
|
3228
3232
|
display: flex;
|
|
3229
3233
|
height: 38px;
|
|
@@ -3392,7 +3396,7 @@
|
|
|
3392
3396
|
.e-more-popup-wrapper .e-appointment {
|
|
3393
3397
|
background: #0078d4;
|
|
3394
3398
|
border-radius: 2px;
|
|
3395
|
-
color: #
|
|
3399
|
+
color: #1b1a19;
|
|
3396
3400
|
display: -ms-flexbox;
|
|
3397
3401
|
display: flex;
|
|
3398
3402
|
height: 26px;
|
|
@@ -3403,7 +3407,7 @@
|
|
|
3403
3407
|
}
|
|
3404
3408
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
3405
3409
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
3406
|
-
color: #
|
|
3410
|
+
color: #1b1a19;
|
|
3407
3411
|
-ms-flex: auto;
|
|
3408
3412
|
flex: auto;
|
|
3409
3413
|
font-size: 13px;
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
.e-schedule .e-schedule-toolbar {
|
|
168
168
|
background: #fff;
|
|
169
169
|
border: 0;
|
|
170
|
-
border-bottom:
|
|
170
|
+
border-bottom: 1px solid #edebe9;
|
|
171
171
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
172
172
|
margin-bottom: 3px;
|
|
173
173
|
min-height: 38px;
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-schedule .e-schedule-resource-toolbar {
|
|
272
272
|
background: #fff;
|
|
273
|
-
border-bottom:
|
|
273
|
+
border-bottom: 1px solid #edebe9;
|
|
274
274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
275
275
|
display: -ms-flexbox;
|
|
276
276
|
display: flex;
|
|
@@ -1494,6 +1494,10 @@
|
|
|
1494
1494
|
position: absolute;
|
|
1495
1495
|
top: 0;
|
|
1496
1496
|
}
|
|
1497
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1498
|
+
height: 75px;
|
|
1499
|
+
position: relative;
|
|
1500
|
+
}
|
|
1497
1501
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1498
1502
|
position: absolute;
|
|
1499
1503
|
}
|
|
@@ -2460,7 +2464,7 @@
|
|
|
2460
2464
|
}
|
|
2461
2465
|
|
|
2462
2466
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2463
|
-
width:
|
|
2467
|
+
width: 502px;
|
|
2464
2468
|
}
|
|
2465
2469
|
|
|
2466
2470
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1497,6 +1497,10 @@
|
|
|
1497
1497
|
position: absolute;
|
|
1498
1498
|
top: 0;
|
|
1499
1499
|
}
|
|
1500
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1501
|
+
height: 75px;
|
|
1502
|
+
position: relative;
|
|
1503
|
+
}
|
|
1500
1504
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1501
1505
|
position: absolute;
|
|
1502
1506
|
}
|
|
@@ -2463,7 +2467,7 @@
|
|
|
2463
2467
|
}
|
|
2464
2468
|
|
|
2465
2469
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2466
|
-
width:
|
|
2470
|
+
width: 502px;
|
|
2467
2471
|
}
|
|
2468
2472
|
|
|
2469
2473
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1503,6 +1503,10 @@
|
|
|
1503
1503
|
position: absolute;
|
|
1504
1504
|
top: 0;
|
|
1505
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1507
|
+
height: 75px;
|
|
1508
|
+
position: relative;
|
|
1509
|
+
}
|
|
1506
1510
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1511
|
position: absolute;
|
|
1508
1512
|
}
|
|
@@ -2469,7 +2473,7 @@
|
|
|
2469
2473
|
}
|
|
2470
2474
|
|
|
2471
2475
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2472
|
-
width:
|
|
2476
|
+
width: 502px;
|
|
2473
2477
|
}
|
|
2474
2478
|
|
|
2475
2479
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1498,6 +1498,10 @@
|
|
|
1498
1498
|
position: absolute;
|
|
1499
1499
|
top: 0;
|
|
1500
1500
|
}
|
|
1501
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1502
|
+
height: 75px;
|
|
1503
|
+
position: relative;
|
|
1504
|
+
}
|
|
1501
1505
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1502
1506
|
position: absolute;
|
|
1503
1507
|
}
|
|
@@ -2464,7 +2468,7 @@
|
|
|
2464
2468
|
}
|
|
2465
2469
|
|
|
2466
2470
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2467
|
-
width:
|
|
2471
|
+
width: 502px;
|
|
2468
2472
|
}
|
|
2469
2473
|
|
|
2470
2474
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1501,6 +1501,10 @@
|
|
|
1501
1501
|
position: absolute;
|
|
1502
1502
|
top: 0;
|
|
1503
1503
|
}
|
|
1504
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1505
|
+
height: 75px;
|
|
1506
|
+
position: relative;
|
|
1507
|
+
}
|
|
1504
1508
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1505
1509
|
position: absolute;
|
|
1506
1510
|
}
|
|
@@ -2467,7 +2471,7 @@
|
|
|
2467
2471
|
}
|
|
2468
2472
|
|
|
2469
2473
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2470
|
-
width:
|
|
2474
|
+
width: 502px;
|
|
2471
2475
|
}
|
|
2472
2476
|
|
|
2473
2477
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1507,6 +1507,10 @@
|
|
|
1507
1507
|
position: absolute;
|
|
1508
1508
|
top: 0;
|
|
1509
1509
|
}
|
|
1510
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1511
|
+
height: 75px;
|
|
1512
|
+
position: relative;
|
|
1513
|
+
}
|
|
1510
1514
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1511
1515
|
position: absolute;
|
|
1512
1516
|
}
|
|
@@ -2485,7 +2489,7 @@
|
|
|
2485
2489
|
}
|
|
2486
2490
|
|
|
2487
2491
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2488
|
-
width:
|
|
2492
|
+
width: 502px;
|
|
2489
2493
|
}
|
|
2490
2494
|
|
|
2491
2495
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1507,6 +1507,10 @@
|
|
|
1507
1507
|
position: absolute;
|
|
1508
1508
|
top: 0;
|
|
1509
1509
|
}
|
|
1510
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1511
|
+
height: 75px;
|
|
1512
|
+
position: relative;
|
|
1513
|
+
}
|
|
1510
1514
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1511
1515
|
position: absolute;
|
|
1512
1516
|
}
|
|
@@ -2485,7 +2489,7 @@
|
|
|
2485
2489
|
}
|
|
2486
2490
|
|
|
2487
2491
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2488
|
-
width:
|
|
2492
|
+
width: 502px;
|
|
2489
2493
|
}
|
|
2490
2494
|
|
|
2491
2495
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1508,6 +1508,10 @@
|
|
|
1508
1508
|
position: absolute;
|
|
1509
1509
|
top: 0;
|
|
1510
1510
|
}
|
|
1511
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1512
|
+
height: 75px;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
}
|
|
1511
1515
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1512
1516
|
position: absolute;
|
|
1513
1517
|
}
|
|
@@ -2486,7 +2490,7 @@
|
|
|
2486
2490
|
}
|
|
2487
2491
|
|
|
2488
2492
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2489
|
-
width:
|
|
2493
|
+
width: 502px;
|
|
2490
2494
|
}
|
|
2491
2495
|
|
|
2492
2496
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/tailwind.css
CHANGED
|
@@ -1508,6 +1508,10 @@
|
|
|
1508
1508
|
position: absolute;
|
|
1509
1509
|
top: 0;
|
|
1510
1510
|
}
|
|
1511
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1512
|
+
height: 75px;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
}
|
|
1511
1515
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1512
1516
|
position: absolute;
|
|
1513
1517
|
}
|
|
@@ -2486,7 +2490,7 @@
|
|
|
2486
2490
|
}
|
|
2487
2491
|
|
|
2488
2492
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2489
|
-
width:
|
|
2493
|
+
width: 502px;
|
|
2490
2494
|
}
|
|
2491
2495
|
|
|
2492
2496
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|