@syncfusion/ej2-vue-schedule 20.1.59 → 20.2.38

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +2 -11
  3. package/dist/es6/ej2-vue-schedule.es2015.js +5 -2
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +5 -2
  6. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-schedule.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/recurrence-editor/recurrenceeditor.component.js +1 -1
  10. package/src/schedule/schedule.component.d.ts +1 -0
  11. package/src/schedule/schedule.component.js +4 -1
  12. package/styles/bootstrap-dark.css +6 -5
  13. package/styles/bootstrap.css +6 -5
  14. package/styles/bootstrap4.css +6 -5
  15. package/styles/bootstrap5-dark.css +5 -3
  16. package/styles/bootstrap5.css +6 -5
  17. package/styles/fabric-dark.css +6 -5
  18. package/styles/fabric.css +6 -5
  19. package/styles/fluent-dark.css +20 -18
  20. package/styles/fluent.css +8 -7
  21. package/styles/highcontrast-light.css +6 -5
  22. package/styles/highcontrast.css +6 -5
  23. package/styles/material-dark.css +6 -5
  24. package/styles/material.css +6 -5
  25. package/styles/schedule/bootstrap-dark.css +6 -5
  26. package/styles/schedule/bootstrap.css +6 -5
  27. package/styles/schedule/bootstrap4.css +6 -5
  28. package/styles/schedule/bootstrap5-dark.css +5 -3
  29. package/styles/schedule/bootstrap5.css +6 -5
  30. package/styles/schedule/fabric-dark.css +6 -5
  31. package/styles/schedule/fabric.css +6 -5
  32. package/styles/schedule/fluent-dark.css +20 -18
  33. package/styles/schedule/fluent.css +8 -7
  34. package/styles/schedule/highcontrast-light.css +6 -5
  35. package/styles/schedule/highcontrast.css +6 -5
  36. package/styles/schedule/material-dark.css +6 -5
  37. package/styles/schedule/material.css +6 -5
  38. package/styles/schedule/tailwind-dark.css +5 -3
  39. package/styles/schedule/tailwind.css +6 -5
  40. package/styles/tailwind-dark.css +5 -3
  41. package/styles/tailwind.css +6 -5
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
- /*! recurrence editor theme wise definitions*/
3
- /*! Schedule component's material theme definitions and variables */
2
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
4
3
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
5
4
  content: "\e937";
6
5
  }
@@ -1074,8 +1073,6 @@
1074
1073
  height: 70px;
1075
1074
  }
1076
1075
  .e-schedule .e-month-view .e-content-wrap {
1077
- display: -ms-flexbox;
1078
- display: flex;
1079
1076
  font-size: 13px;
1080
1077
  }
1081
1078
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1504,6 +1501,10 @@
1504
1501
  position: absolute;
1505
1502
  top: 0;
1506
1503
  }
1504
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1505
+ height: 75px;
1506
+ position: relative;
1507
+ }
1507
1508
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1508
1509
  position: absolute;
1509
1510
  }
@@ -2470,7 +2471,7 @@
2470
2471
  }
2471
2472
 
2472
2473
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2473
- width: 485px;
2474
+ width: 502px;
2474
2475
  }
2475
2476
 
2476
2477
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's bootstrap theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e990";
5
4
  }
@@ -1073,8 +1072,6 @@
1073
1072
  height: 70px;
1074
1073
  }
1075
1074
  .e-schedule .e-month-view .e-content-wrap {
1076
- display: -ms-flexbox;
1077
- display: flex;
1078
1075
  font-size: 13px;
1079
1076
  }
1080
1077
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1503,6 +1500,10 @@
1503
1500
  position: absolute;
1504
1501
  top: 0;
1505
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1506
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1507
1508
  position: absolute;
1508
1509
  }
@@ -2468,7 +2469,7 @@
2468
2469
  }
2469
2470
 
2470
2471
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2471
- width: 485px;
2472
+ width: 502px;
2472
2473
  }
2473
2474
 
2474
2475
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's bootstrap theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e990";
5
4
  }
@@ -1071,8 +1070,6 @@
1071
1070
  height: 70px;
1072
1071
  }
1073
1072
  .e-schedule .e-month-view .e-content-wrap {
1074
- display: -ms-flexbox;
1075
- display: flex;
1076
1073
  font-size: 13px;
1077
1074
  }
1078
1075
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1501,6 +1498,10 @@
1501
1498
  position: absolute;
1502
1499
  top: 0;
1503
1500
  }
1501
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1502
+ height: 75px;
1503
+ position: relative;
1504
+ }
1504
1505
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1505
1506
  position: absolute;
1506
1507
  }
@@ -2466,7 +2467,7 @@
2466
2467
  }
2467
2468
 
2468
2469
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2469
- width: 485px;
2470
+ width: 502px;
2470
2471
  }
2471
2472
 
2472
2473
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's bootstrap4 theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap4 theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e78c";
5
4
  }
@@ -1073,8 +1072,6 @@
1073
1072
  height: 70px;
1074
1073
  }
1075
1074
  .e-schedule .e-month-view .e-content-wrap {
1076
- display: -ms-flexbox;
1077
- display: flex;
1078
1075
  font-size: 14px;
1079
1076
  }
1080
1077
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1506,6 +1503,10 @@
1506
1503
  position: absolute;
1507
1504
  top: 0;
1508
1505
  }
1506
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1507
+ height: 75px;
1508
+ position: relative;
1509
+ }
1509
1510
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1510
1511
  position: absolute;
1511
1512
  }
@@ -2485,7 +2486,7 @@
2485
2486
  }
2486
2487
 
2487
2488
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2488
- width: 485px;
2489
+ width: 502px;
2489
2490
  }
2490
2491
 
2491
2492
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1079,8 +1079,6 @@
1079
1079
  height: 70px;
1080
1080
  }
1081
1081
  .e-schedule .e-month-view .e-content-wrap {
1082
- display: -ms-flexbox;
1083
- display: flex;
1084
1082
  font-size: 14px;
1085
1083
  }
1086
1084
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1510,6 +1508,10 @@
1510
1508
  position: absolute;
1511
1509
  top: 0;
1512
1510
  }
1511
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1512
+ height: 75px;
1513
+ position: relative;
1514
+ }
1513
1515
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1514
1516
  position: absolute;
1515
1517
  }
@@ -2493,7 +2495,7 @@
2493
2495
  }
2494
2496
 
2495
2497
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2496
- width: 485px;
2498
+ width: 502px;
2497
2499
  }
2498
2500
 
2499
2501
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule's bootstrap5 theme wise override definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e765";
5
4
  }
@@ -1080,8 +1079,6 @@
1080
1079
  height: 70px;
1081
1080
  }
1082
1081
  .e-schedule .e-month-view .e-content-wrap {
1083
- display: -ms-flexbox;
1084
- display: flex;
1085
1082
  font-size: 14px;
1086
1083
  }
1087
1084
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1511,6 +1508,10 @@
1511
1508
  position: absolute;
1512
1509
  top: 0;
1513
1510
  }
1511
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1512
+ height: 75px;
1513
+ position: relative;
1514
+ }
1514
1515
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1515
1516
  position: absolute;
1516
1517
  }
@@ -2494,7 +2495,7 @@
2494
2495
  }
2495
2496
 
2496
2497
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2497
- width: 485px;
2498
+ width: 502px;
2498
2499
  }
2499
2500
 
2500
2501
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's fabric theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e98f";
5
4
  }
@@ -1073,8 +1072,6 @@
1073
1072
  height: 70px;
1074
1073
  }
1075
1074
  .e-schedule .e-month-view .e-content-wrap {
1076
- display: -ms-flexbox;
1077
- display: flex;
1078
1075
  font-size: 13px;
1079
1076
  }
1080
1077
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1503,6 +1500,10 @@
1503
1500
  position: absolute;
1504
1501
  top: 0;
1505
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1506
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1507
1508
  position: absolute;
1508
1509
  }
@@ -2469,7 +2470,7 @@
2469
2470
  }
2470
2471
 
2471
2472
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2472
- width: 485px;
2473
+ width: 502px;
2473
2474
  }
2474
2475
 
2475
2476
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's fabric theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e98f";
5
4
  }
@@ -1073,8 +1072,6 @@
1073
1072
  height: 70px;
1074
1073
  }
1075
1074
  .e-schedule .e-month-view .e-content-wrap {
1076
- display: -ms-flexbox;
1077
- display: flex;
1078
1075
  font-size: 13px;
1079
1076
  }
1080
1077
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1503,6 +1500,10 @@
1503
1500
  position: absolute;
1504
1501
  top: 0;
1505
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1506
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1507
1508
  position: absolute;
1508
1509
  }
@@ -2469,7 +2470,7 @@
2469
2470
  }
2470
2471
 
2471
2472
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2472
- width: 485px;
2473
+ width: 502px;
2473
2474
  }
2474
2475
 
2475
2476
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -167,7 +167,7 @@
167
167
  .e-schedule .e-schedule-toolbar {
168
168
  background: #1b1a19;
169
169
  border: 0;
170
- border-bottom: 0;
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: 0;
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 #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
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: #fff;
903
+ color: #1b1a19;
904
904
  overflow: hidden;
905
905
  position: absolute;
906
906
  }
@@ -1066,8 +1066,6 @@
1066
1066
  height: 70px;
1067
1067
  }
1068
1068
  .e-schedule .e-month-view .e-content-wrap {
1069
- display: -ms-flexbox;
1070
- display: flex;
1071
1069
  font-size: 14px;
1072
1070
  }
1073
1071
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1137,7 +1135,7 @@
1137
1135
  background: #0078d4;
1138
1136
  border: 1px solid #292827;
1139
1137
  border-radius: 2px;
1140
- color: #fff;
1138
+ color: #1b1a19;
1141
1139
  cursor: default;
1142
1140
  display: -ms-flexbox;
1143
1141
  display: flex;
@@ -1496,6 +1494,10 @@
1496
1494
  position: absolute;
1497
1495
  top: 0;
1498
1496
  }
1497
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1498
+ height: 75px;
1499
+ position: relative;
1500
+ }
1499
1501
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1500
1502
  position: absolute;
1501
1503
  }
@@ -1506,7 +1508,7 @@
1506
1508
  background: #0078d4;
1507
1509
  border: 1px solid #292827;
1508
1510
  border-radius: 2px;
1509
- color: #fff;
1511
+ color: #1b1a19;
1510
1512
  cursor: default;
1511
1513
  display: -ms-flexbox;
1512
1514
  display: flex;
@@ -1741,7 +1743,7 @@
1741
1743
  background: #0078d4;
1742
1744
  border: 1px solid #292827;
1743
1745
  border-radius: 2px;
1744
- color: #fff;
1746
+ color: #1b1a19;
1745
1747
  cursor: default;
1746
1748
  display: -ms-flexbox;
1747
1749
  display: flex;
@@ -2126,7 +2128,7 @@
2126
2128
  vertical-align: top;
2127
2129
  }
2128
2130
  .e-schedule .e-agenda-view .e-month-header .e-date-header {
2129
- color: #fff;
2131
+ color: #1b1a19;
2130
2132
  font-size: 18px;
2131
2133
  }
2132
2134
  .e-schedule .e-agenda-view .e-day-date-header {
@@ -2462,7 +2464,7 @@
2462
2464
  }
2463
2465
 
2464
2466
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2465
- width: 485px;
2467
+ width: 502px;
2466
2468
  }
2467
2469
 
2468
2470
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -3225,7 +3227,7 @@
3225
3227
  background: #0078d4;
3226
3228
  border-radius: 2px;
3227
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);
3228
- color: #fff;
3230
+ color: #1b1a19;
3229
3231
  display: -ms-flexbox;
3230
3232
  display: flex;
3231
3233
  height: 38px;
@@ -3394,7 +3396,7 @@
3394
3396
  .e-more-popup-wrapper .e-appointment {
3395
3397
  background: #0078d4;
3396
3398
  border-radius: 2px;
3397
- color: #fff;
3399
+ color: #1b1a19;
3398
3400
  display: -ms-flexbox;
3399
3401
  display: flex;
3400
3402
  height: 26px;
@@ -3405,7 +3407,7 @@
3405
3407
  }
3406
3408
  .e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
3407
3409
  .e-more-popup-wrapper .e-appointment .e-subject {
3408
- color: #fff;
3410
+ color: #1b1a19;
3409
3411
  -ms-flex: auto;
3410
3412
  flex: auto;
3411
3413
  font-size: 13px;
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's bootstrap5 theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e765";
5
4
  }
@@ -168,7 +167,7 @@
168
167
  .e-schedule .e-schedule-toolbar {
169
168
  background: #fff;
170
169
  border: 0;
171
- border-bottom: 0;
170
+ border-bottom: 1px solid #edebe9;
172
171
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
173
172
  margin-bottom: 3px;
174
173
  min-height: 38px;
@@ -271,7 +270,7 @@
271
270
  }
272
271
  .e-schedule .e-schedule-resource-toolbar {
273
272
  background: #fff;
274
- border-bottom: 0;
273
+ border-bottom: 1px solid #edebe9;
275
274
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
276
275
  display: -ms-flexbox;
277
276
  display: flex;
@@ -1067,8 +1066,6 @@
1067
1066
  height: 70px;
1068
1067
  }
1069
1068
  .e-schedule .e-month-view .e-content-wrap {
1070
- display: -ms-flexbox;
1071
- display: flex;
1072
1069
  font-size: 14px;
1073
1070
  }
1074
1071
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1497,6 +1494,10 @@
1497
1494
  position: absolute;
1498
1495
  top: 0;
1499
1496
  }
1497
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1498
+ height: 75px;
1499
+ position: relative;
1500
+ }
1500
1501
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1501
1502
  position: absolute;
1502
1503
  }
@@ -2463,7 +2464,7 @@
2463
2464
  }
2464
2465
 
2465
2466
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2466
- width: 485px;
2467
+ width: 502px;
2467
2468
  }
2468
2469
 
2469
2470
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's highcontrast theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e98f";
5
4
  }
@@ -1070,8 +1069,6 @@
1070
1069
  height: 70px;
1071
1070
  }
1072
1071
  .e-schedule .e-month-view .e-content-wrap {
1073
- display: -ms-flexbox;
1074
- display: flex;
1075
1072
  font-size: 13px;
1076
1073
  }
1077
1074
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1500,6 +1497,10 @@
1500
1497
  position: absolute;
1501
1498
  top: 0;
1502
1499
  }
1500
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1501
+ height: 75px;
1502
+ position: relative;
1503
+ }
1503
1504
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1505
  position: absolute;
1505
1506
  }
@@ -2466,7 +2467,7 @@
2466
2467
  }
2467
2468
 
2468
2469
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2469
- width: 485px;
2470
+ width: 502px;
2470
2471
  }
2471
2472
 
2472
2473
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,5 +1,4 @@
1
- /*! recurrence editor theme wise definitions*/
2
- /*! Schedule component's highcontrast theme definitions and variables */
1
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
3
2
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
4
3
  content: "\e98f";
5
4
  }
@@ -1073,8 +1072,6 @@
1073
1072
  height: 70px;
1074
1073
  }
1075
1074
  .e-schedule .e-month-view .e-content-wrap {
1076
- display: -ms-flexbox;
1077
- display: flex;
1078
1075
  font-size: 13px;
1079
1076
  }
1080
1077
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1506,6 +1503,10 @@
1506
1503
  position: absolute;
1507
1504
  top: 0;
1508
1505
  }
1506
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1507
+ height: 75px;
1508
+ position: relative;
1509
+ }
1509
1510
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1510
1511
  position: absolute;
1511
1512
  }
@@ -2472,7 +2473,7 @@
2472
2473
  }
2473
2474
 
2474
2475
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2475
- width: 485px;
2476
+ width: 502px;
2476
2477
  }
2477
2478
 
2478
2479
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
- /*! recurrence editor theme wise definitions*/
3
- /*! Schedule component's material theme definitions and variables */
2
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
4
3
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
5
4
  content: "\e937";
6
5
  }
@@ -1071,8 +1070,6 @@
1071
1070
  height: 70px;
1072
1071
  }
1073
1072
  .e-schedule .e-month-view .e-content-wrap {
1074
- display: -ms-flexbox;
1075
- display: flex;
1076
1073
  font-size: 13px;
1077
1074
  }
1078
1075
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1501,6 +1498,10 @@
1501
1498
  position: absolute;
1502
1499
  top: 0;
1503
1500
  }
1501
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1502
+ height: 75px;
1503
+ position: relative;
1504
+ }
1504
1505
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1505
1506
  position: absolute;
1506
1507
  }
@@ -2467,7 +2468,7 @@
2467
2468
  }
2468
2469
 
2469
2470
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2470
- width: 485px;
2471
+ width: 502px;
2471
2472
  }
2472
2473
 
2473
2474
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
- /*! recurrence editor theme wise definitions*/
3
- /*! Schedule component's material theme definitions and variables */
2
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
4
3
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
5
4
  content: "\e937";
6
5
  }
@@ -1074,8 +1073,6 @@
1074
1073
  height: 70px;
1075
1074
  }
1076
1075
  .e-schedule .e-month-view .e-content-wrap {
1077
- display: -ms-flexbox;
1078
- display: flex;
1079
1076
  font-size: 13px;
1080
1077
  }
1081
1078
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1504,6 +1501,10 @@
1504
1501
  position: absolute;
1505
1502
  top: 0;
1506
1503
  }
1504
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1505
+ height: 75px;
1506
+ position: relative;
1507
+ }
1507
1508
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1508
1509
  position: absolute;
1509
1510
  }
@@ -2470,7 +2471,7 @@
2470
2471
  }
2471
2472
 
2472
2473
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2473
- width: 485px;
2474
+ width: 502px;
2474
2475
  }
2475
2476
 
2476
2477
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1078,8 +1078,6 @@
1078
1078
  height: 70px;
1079
1079
  }
1080
1080
  .e-schedule .e-month-view .e-content-wrap {
1081
- display: -ms-flexbox;
1082
- display: flex;
1083
1081
  font-size: 14px;
1084
1082
  }
1085
1083
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1509,6 +1507,10 @@
1509
1507
  position: absolute;
1510
1508
  top: 0;
1511
1509
  }
1510
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1511
+ height: 75px;
1512
+ position: relative;
1513
+ }
1512
1514
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1513
1515
  position: absolute;
1514
1516
  }
@@ -2487,7 +2489,7 @@
2487
2489
  }
2488
2490
 
2489
2491
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2490
- width: 485px;
2492
+ width: 502px;
2491
2493
  }
2492
2494
 
2493
2495
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1,6 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! recurrence editor theme wise definitions*/
3
- /*! Schedule component's tailwind theme definitions and variables */
2
+ /*! recurrence editor theme wise definitions*/ /*! Schedule component's tailwind theme definitions and variables */
4
3
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
5
4
  content: "\e765";
6
5
  }
@@ -1079,8 +1078,6 @@
1079
1078
  height: 70px;
1080
1079
  }
1081
1080
  .e-schedule .e-month-view .e-content-wrap {
1082
- display: -ms-flexbox;
1083
- display: flex;
1084
1081
  font-size: 14px;
1085
1082
  }
1086
1083
  .e-schedule .e-month-view .e-date-header-wrap table col {
@@ -1510,6 +1507,10 @@
1510
1507
  position: absolute;
1511
1508
  top: 0;
1512
1509
  }
1510
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1511
+ height: 75px;
1512
+ position: relative;
1513
+ }
1513
1514
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1514
1515
  position: absolute;
1515
1516
  }
@@ -2488,7 +2489,7 @@
2488
2489
  }
2489
2490
 
2490
2491
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2491
- width: 485px;
2492
+ width: 502px;
2492
2493
  }
2493
2494
 
2494
2495
  .e-dialog.e-quick-dialog.e-following-events-dialog {