@syncfusion/ej2-vue-schedule 19.2.60 → 19.3.43

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 (56) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +1 -10
  3. package/dist/es6/ej2-vue-schedule.es2015.js +11 -3
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +11 -3
  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 -0
  10. package/src/schedule/schedule.component.d.ts +3 -1
  11. package/src/schedule/schedule.component.js +10 -3
  12. package/styles/bootstrap-dark.css +47 -65
  13. package/styles/bootstrap.css +27 -44
  14. package/styles/bootstrap4.css +27 -43
  15. package/styles/bootstrap5-dark.css +5172 -0
  16. package/styles/bootstrap5-dark.scss +2 -0
  17. package/styles/bootstrap5.css +5173 -0
  18. package/styles/bootstrap5.scss +2 -0
  19. package/styles/fabric-dark.css +28 -60
  20. package/styles/fabric.css +27 -44
  21. package/styles/highcontrast-light.css +27 -75
  22. package/styles/highcontrast.css +29 -48
  23. package/styles/material-dark.css +71 -78
  24. package/styles/material.css +31 -44
  25. package/styles/recurrence-editor/bootstrap-dark.css +0 -4
  26. package/styles/recurrence-editor/bootstrap.css +0 -4
  27. package/styles/recurrence-editor/bootstrap4.css +0 -4
  28. package/styles/recurrence-editor/bootstrap5-dark.css +479 -0
  29. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -0
  30. package/styles/recurrence-editor/bootstrap5.css +479 -0
  31. package/styles/recurrence-editor/bootstrap5.scss +1 -0
  32. package/styles/recurrence-editor/fabric-dark.css +0 -4
  33. package/styles/recurrence-editor/fabric.css +0 -4
  34. package/styles/recurrence-editor/highcontrast-light.css +0 -4
  35. package/styles/recurrence-editor/highcontrast.css +0 -4
  36. package/styles/recurrence-editor/material-dark.css +0 -4
  37. package/styles/recurrence-editor/material.css +0 -4
  38. package/styles/recurrence-editor/tailwind-dark.css +0 -4
  39. package/styles/recurrence-editor/tailwind.css +0 -4
  40. package/styles/schedule/bootstrap-dark.css +47 -61
  41. package/styles/schedule/bootstrap.css +27 -40
  42. package/styles/schedule/bootstrap4.css +27 -39
  43. package/styles/schedule/bootstrap5-dark.css +4692 -0
  44. package/styles/schedule/bootstrap5-dark.scss +1 -0
  45. package/styles/schedule/bootstrap5.css +4693 -0
  46. package/styles/schedule/bootstrap5.scss +1 -0
  47. package/styles/schedule/fabric-dark.css +28 -56
  48. package/styles/schedule/fabric.css +27 -40
  49. package/styles/schedule/highcontrast-light.css +27 -71
  50. package/styles/schedule/highcontrast.css +29 -44
  51. package/styles/schedule/material-dark.css +71 -74
  52. package/styles/schedule/material.css +31 -40
  53. package/styles/schedule/tailwind-dark.css +52 -70
  54. package/styles/schedule/tailwind.css +52 -69
  55. package/styles/tailwind-dark.css +52 -74
  56. package/styles/tailwind.css +52 -73
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@19.2.56",
3
+ "_id": "@syncfusion/ej2-vue-schedule@19.5.10",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Mq1VypKYaFAjoEnzDfQysJCuoEJm1t5CDzXYcolfLGveAkgH+v9G26Uf1VDgtf0idDMIqwziVzA1aiHRBvrnsg==",
5
+ "_integrity": "sha512-JiHl7SBL2sXE+nI7LgsurwOtlsVj9BBqyJbYhLM3EtiFMRsHkhYLefTnYNYNu9pkAhMglXpNC2me8PfFE5kBGQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.2.56.tgz",
23
- "_shasum": "f23eed108f599715c3d48d451e7ad16c25dd3718",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.5.10.tgz",
23
+ "_shasum": "213dcc9a5fd2970a06cf36356d66a558b74eff06",
24
24
  "_spec": "@syncfusion/ej2-vue-schedule@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.2.60",
35
- "@syncfusion/ej2-schedule": "19.2.60",
36
- "@syncfusion/ej2-vue-base": "~19.2.60"
34
+ "@syncfusion/ej2-base": "~19.3.43",
35
+ "@syncfusion/ej2-schedule": "19.3.43",
36
+ "@syncfusion/ej2-vue-base": "~19.3.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
72
72
  },
73
- "version": "19.2.60",
73
+ "version": "19.3.43",
74
74
  "sideEffects": false
75
75
  }
@@ -98,6 +98,7 @@ var RecurrenceEditorComponent = /** @class */ (function (_super) {
98
98
  }
99
99
  else {
100
100
  _this.$emit('update:' + key, prop[key]);
101
+ _this.$emit('modelchanged', prop[key]);
101
102
  }
102
103
  }
103
104
  });
@@ -61,7 +61,9 @@ export declare class ScheduleComponent extends ComponentBase {
61
61
  isSlotAvailable(startTime: Object | Object, endTime?: Object, groupIndex?: number): boolean;
62
62
  openEditor(data: Object, action: Object, isEventData?: boolean, repeatType?: number): void;
63
63
  print(printOptions?: Object): void;
64
- refreshEvents(): void;
64
+ refreshEvents(isRemoteRefresh: boolean): void;
65
+ refreshLayout(): void;
66
+ refreshTemplates(templateName: string): void;
65
67
  removeResource(resourceId: string | string[] | number | number[], name: string): void;
66
68
  resetWorkHours(dates: Object[], start?: string, end?: string, groupIndex?: number): void;
67
69
  saveEvent(data: Object | Object[], currentAction?: Object): void;
@@ -25,7 +25,7 @@ import { ViewsDirective, ViewDirective, ViewsPlugin, ViewPlugin } from './views.
25
25
  import { ResourcesDirective, ResourceDirective, ResourcesPlugin, ResourcePlugin } from './resources.directive';
26
26
  import { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlugin } from './headerrows.directive';
27
27
  import { Options } from 'vue-class-component';
28
- export var properties = ['agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select'];
28
+ export var properties = ['agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select'];
29
29
  export var modelProps = ['currentView', 'selectedDate'];
30
30
  export var testProp = getProps({ props: properties });
31
31
  export var props = testProp[0];
@@ -104,6 +104,7 @@ var ScheduleComponent = /** @class */ (function (_super) {
104
104
  }
105
105
  else {
106
106
  _this.$emit('update:' + key, prop[key]);
107
+ _this.$emit('modelchanged', prop[key]);
107
108
  }
108
109
  }
109
110
  });
@@ -244,8 +245,14 @@ var ScheduleComponent = /** @class */ (function (_super) {
244
245
  ScheduleComponent.prototype.print = function (printOptions) {
245
246
  return this.ej2Instances.print(printOptions);
246
247
  };
247
- ScheduleComponent.prototype.refreshEvents = function () {
248
- return this.ej2Instances.refreshEvents();
248
+ ScheduleComponent.prototype.refreshEvents = function (isRemoteRefresh) {
249
+ return this.ej2Instances.refreshEvents(isRemoteRefresh);
250
+ };
251
+ ScheduleComponent.prototype.refreshLayout = function () {
252
+ return this.ej2Instances.refreshLayout();
253
+ };
254
+ ScheduleComponent.prototype.refreshTemplates = function (templateName) {
255
+ return this.ej2Instances.refreshTemplates(templateName);
249
256
  };
250
257
  ScheduleComponent.prototype.removeResource = function (resourceId, name) {
251
258
  return this.ej2Instances.removeResource(resourceId, name);
@@ -218,7 +218,6 @@
218
218
  box-shadow: none;
219
219
  margin-bottom: 0;
220
220
  min-height: 43px;
221
- border-radius: 0;
222
221
  }
223
222
 
224
223
  .e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
@@ -227,22 +226,9 @@
227
226
  }
228
227
 
229
228
  .e-schedule .e-schedule-toolbar .e-toolbar-pop {
230
- background: #131313;
231
229
  overflow: auto;
232
230
  }
233
231
 
234
- .e-schedule .e-schedule-toolbar .e-tbar-btn {
235
- background: #131313;
236
- }
237
-
238
- .e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
239
- background-color: #393939;
240
- }
241
-
242
- .e-schedule .e-schedule-toolbar .e-tbar-btn:active {
243
- background: #484848;
244
- }
245
-
246
232
  .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
247
233
  cursor: pointer;
248
234
  font-size: 14px;
@@ -267,13 +253,7 @@
267
253
  padding-top: 0;
268
254
  }
269
255
 
270
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
271
- background: #393939;
272
- border-radius: 4px;
273
- }
274
-
275
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
276
- background: #393939;
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 {
277
257
  border-radius: 4px;
278
258
  }
279
259
 
@@ -314,16 +294,6 @@
314
294
  text-transform: initial;
315
295
  }
316
296
 
317
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
318
- cursor: pointer;
319
- font-size: 14px;
320
- text-transform: initial;
321
- }
322
-
323
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
324
- padding-left: 0;
325
- }
326
-
327
297
  .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
328
298
  background: #131313;
329
299
  border-left: 0;
@@ -336,7 +306,6 @@
336
306
  }
337
307
 
338
308
  .e-schedule .e-schedule-toolbar .e-hor-nav {
339
- background: #131313;
340
309
  border-left: 1px solid #858585;
341
310
  }
342
311
 
@@ -547,6 +516,13 @@
547
516
  width: 100%;
548
517
  }
549
518
 
519
+ .e-schedule .e-content-placeholder {
520
+ height: 100%;
521
+ position: relative;
522
+ width: 100%;
523
+ z-index: 99999;
524
+ }
525
+
550
526
  .e-schedule .e-content-wrap,
551
527
  .e-schedule .e-scroll-container {
552
528
  -webkit-overflow-scrolling: touch;
@@ -586,7 +562,7 @@
586
562
 
587
563
  .e-schedule .e-block-appointment {
588
564
  background: rgba(255, 255, 255, 0.08);
589
- border-radius: 2px;
565
+ border-radius: 4px;
590
566
  color: #969696;
591
567
  cursor: default;
592
568
  overflow: hidden;
@@ -776,8 +752,8 @@
776
752
 
777
753
  .e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
778
754
  background: #0070f0;
779
- border: 1px solid #248aff;
780
- border-radius: 2px;
755
+ border: 1px solid #1a1a1a;
756
+ border-radius: 4px;
781
757
  color: #fff;
782
758
  display: -ms-flexbox;
783
759
  display: flex;
@@ -861,7 +837,7 @@
861
837
  .e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator {
862
838
  color: #8d8d8d;
863
839
  cursor: pointer;
864
- font-size: 12px;
840
+ font-size: 11px;
865
841
  line-height: 11px;
866
842
  overflow: hidden;
867
843
  padding: 2px 4px;
@@ -1052,7 +1028,7 @@
1052
1028
  }
1053
1029
 
1054
1030
  .e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll {
1055
- border-bottom: 1px solid #248aff;
1031
+ border-bottom: 1px solid #1a1a1a;
1056
1032
  overflow-y: auto;
1057
1033
  }
1058
1034
 
@@ -1093,8 +1069,8 @@
1093
1069
 
1094
1070
  .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
1095
1071
  background: #0070f0;
1096
- border: 1px solid #248aff;
1097
- border-radius: 2px;
1072
+ border: 1px solid #1a1a1a;
1073
+ border-radius: 4px;
1098
1074
  color: #fff;
1099
1075
  display: -ms-flexbox;
1100
1076
  display: flex;
@@ -1151,8 +1127,8 @@
1151
1127
 
1152
1128
  .e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
1153
1129
  background: #0070f0;
1154
- border: 1px solid #248aff;
1155
- border-radius: 2px;
1130
+ border: 1px solid #1a1a1a;
1131
+ border-radius: 4px;
1156
1132
  color: #fff;
1157
1133
  overflow: hidden;
1158
1134
  position: absolute;
@@ -1442,8 +1418,8 @@
1442
1418
 
1443
1419
  .e-schedule .e-month-view .e-appointment {
1444
1420
  background: #0070f0;
1445
- border: 1px solid #248aff;
1446
- border-radius: 2px;
1421
+ border: 1px solid #1a1a1a;
1422
+ border-radius: 4px;
1447
1423
  color: #fff;
1448
1424
  cursor: default;
1449
1425
  display: -ms-flexbox;
@@ -1511,7 +1487,7 @@
1511
1487
  .e-schedule .e-month-view .e-more-indicator {
1512
1488
  color: #8d8d8d;
1513
1489
  cursor: pointer;
1514
- font-size: 12px;
1490
+ font-size: 11px;
1515
1491
  line-height: 11px;
1516
1492
  overflow: hidden;
1517
1493
  padding: 2px 4px;
@@ -1741,6 +1717,7 @@
1741
1717
  border-style: solid;
1742
1718
  border-width: 0 1px 1px 0;
1743
1719
  color: #f0f0f0;
1720
+ padding: 0;
1744
1721
  }
1745
1722
 
1746
1723
  .e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
@@ -1844,7 +1821,7 @@
1844
1821
 
1845
1822
  .e-schedule .e-timeline-year-view .e-month-header,
1846
1823
  .e-schedule .e-timeline-year-view .e-work-cells {
1847
- height: 70px;
1824
+ height: 75px;
1848
1825
  }
1849
1826
 
1850
1827
  .e-schedule .e-timeline-year-view .e-header-cells,
@@ -1885,8 +1862,8 @@
1885
1862
 
1886
1863
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment {
1887
1864
  background: #0070f0;
1888
- border: 1px solid #248aff;
1889
- border-radius: 2px;
1865
+ border: 1px solid #1a1a1a;
1866
+ border-radius: 4px;
1890
1867
  color: #fff;
1891
1868
  cursor: default;
1892
1869
  display: -ms-flexbox;
@@ -1964,7 +1941,7 @@
1964
1941
  .e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
1965
1942
  color: #8d8d8d;
1966
1943
  cursor: pointer;
1967
- font-size: 12px;
1944
+ font-size: 11px;
1968
1945
  line-height: 11px;
1969
1946
  overflow: hidden;
1970
1947
  padding: 2px 4px;
@@ -2095,13 +2072,6 @@
2095
2072
  background-color: #393939;
2096
2073
  }
2097
2074
 
2098
- .e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
2099
- .e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
2100
- background-color: #484848;
2101
- border-radius: 50%;
2102
- color: #fff;
2103
- }
2104
-
2105
2075
  .e-schedule .e-timeline-view .e-resource-column-wrap,
2106
2076
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
2107
2077
  overflow: hidden;
@@ -2125,6 +2095,12 @@
2125
2095
  height: 42px;
2126
2096
  }
2127
2097
 
2098
+ .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
2099
+ .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
2100
+ background-color: rgba(0, 0, 0, 0.08);
2101
+ box-shadow: inset 0 0 0 8px #2a2a2a;
2102
+ }
2103
+
2128
2104
  .e-schedule .e-timeline-view .e-resource-tree-icon,
2129
2105
  .e-schedule .e-timeline-month-view .e-resource-tree-icon {
2130
2106
  color: #fff;
@@ -2158,8 +2134,8 @@
2158
2134
  .e-schedule .e-timeline-view .e-appointment,
2159
2135
  .e-schedule .e-timeline-month-view .e-appointment {
2160
2136
  background: #0070f0;
2161
- border: 1px solid #248aff;
2162
- border-radius: 2px;
2137
+ border: 1px solid #1a1a1a;
2138
+ border-radius: 4px;
2163
2139
  color: #fff;
2164
2140
  cursor: default;
2165
2141
  display: -ms-flexbox;
@@ -2211,6 +2187,7 @@
2211
2187
  .e-schedule .e-timeline-view .e-appointment .e-time,
2212
2188
  .e-schedule .e-timeline-month-view .e-appointment .e-time {
2213
2189
  display: block;
2190
+ line-height: 1.4;
2214
2191
  }
2215
2192
 
2216
2193
  .e-schedule .e-timeline-view .e-appointment .e-disable,
@@ -2261,7 +2238,7 @@
2261
2238
  .e-schedule .e-timeline-month-view .e-more-indicator {
2262
2239
  color: #8d8d8d;
2263
2240
  cursor: pointer;
2264
- font-size: 12px;
2241
+ font-size: 11px;
2265
2242
  line-height: 11px;
2266
2243
  overflow: hidden;
2267
2244
  padding: 2px 4px;
@@ -2387,6 +2364,7 @@
2387
2364
 
2388
2365
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
2389
2366
  border-right: 1px solid #505050;
2367
+ height: 40px;
2390
2368
  padding-top: 8px;
2391
2369
  }
2392
2370
 
@@ -2542,7 +2520,7 @@
2542
2520
  padding: 0;
2543
2521
  }
2544
2522
 
2545
- .e-schedule .e-month-agenda-view .e-appointment-indicator {
2523
+ .e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
2546
2524
  background: #0070f0;
2547
2525
  border-radius: 50%;
2548
2526
  height: 6px;
@@ -3876,7 +3854,7 @@
3876
3854
 
3877
3855
  .e-appointment.e-schedule-event-clone {
3878
3856
  background: #0070f0;
3879
- border-radius: 2px;
3857
+ border-radius: 4px;
3880
3858
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
3881
3859
  color: #fff;
3882
3860
  display: -ms-flexbox;
@@ -4053,7 +4031,7 @@
4053
4031
 
4054
4032
  .e-more-popup-wrapper .e-appointment {
4055
4033
  background: #0070f0;
4056
- border-radius: 2px;
4034
+ border-radius: 4px;
4057
4035
  color: #fff;
4058
4036
  display: -ms-flexbox;
4059
4037
  display: flex;
@@ -4201,6 +4179,7 @@
4201
4179
  border-color: #505050;
4202
4180
  border-style: solid;
4203
4181
  border-width: 0 0 1px 1px;
4182
+ padding: 0;
4204
4183
  }
4205
4184
 
4206
4185
  .e-schedule .e-vertical-view .e-work-cells:hover {
@@ -4286,6 +4265,7 @@
4286
4265
  border-style: solid;
4287
4266
  border-width: 0 0 1px 1px;
4288
4267
  color: #f0f0f0;
4268
+ padding: 0;
4289
4269
  }
4290
4270
 
4291
4271
  .e-schedule .e-month-view .e-work-cells:hover,
@@ -4374,6 +4354,7 @@
4374
4354
  border-style: solid;
4375
4355
  border-width: 0 0 1px 1px;
4376
4356
  color: #f0f0f0;
4357
+ padding: 0;
4377
4358
  }
4378
4359
 
4379
4360
  .e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
@@ -4382,6 +4363,11 @@
4382
4363
  color: #fff;
4383
4364
  }
4384
4365
 
4366
+ .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
4367
+ .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
4368
+ background-color: rgba(0, 0, 0, 0.08);
4369
+ }
4370
+
4385
4371
  .e-schedule .e-timeline-view .e-work-days,
4386
4372
  .e-schedule .e-timeline-month-view .e-work-days {
4387
4373
  background-color: #1a1a1a;
@@ -4581,10 +4567,6 @@
4581
4567
  padding-left: 10px;
4582
4568
  }
4583
4569
 
4584
- .e-recurrenceeditor .e-icons {
4585
- height: 0;
4586
- }
4587
-
4588
4570
  .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
4589
4571
  padding: 0 8px 10px 0;
4590
4572
  }
@@ -227,22 +227,9 @@
227
227
  }
228
228
 
229
229
  .e-schedule .e-schedule-toolbar .e-toolbar-pop {
230
- background: #f8f8f8;
231
230
  overflow: auto;
232
231
  }
233
232
 
234
- .e-schedule .e-schedule-toolbar .e-tbar-btn {
235
- background: #f8f8f8;
236
- }
237
-
238
- .e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
239
- background-color: #e6e6e6;
240
- }
241
-
242
- .e-schedule .e-schedule-toolbar .e-tbar-btn:active {
243
- background: #e6e6e6;
244
- }
245
-
246
233
  .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
247
234
  cursor: pointer;
248
235
  font-size: 14px;
@@ -267,13 +254,7 @@
267
254
  padding-top: 0;
268
255
  }
269
256
 
270
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
271
- background: #e6e6e6;
272
- border-radius: 0%;
273
- }
274
-
275
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
276
- background: #e6e6e6;
257
+ .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 {
277
258
  border-radius: 0%;
278
259
  }
279
260
 
@@ -314,16 +295,6 @@
314
295
  text-transform: initial;
315
296
  }
316
297
 
317
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
318
- cursor: pointer;
319
- font-size: 14px;
320
- text-transform: initial;
321
- }
322
-
323
- .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
324
- padding-left: 0;
325
- }
326
-
327
298
  .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
328
299
  background: #f8f8f8;
329
300
  border-left: 0;
@@ -336,7 +307,6 @@
336
307
  }
337
308
 
338
309
  .e-schedule .e-schedule-toolbar .e-hor-nav {
339
- background: #f8f8f8;
340
310
  border-left: 1px solid #f8f8f8;
341
311
  }
342
312
 
@@ -547,6 +517,13 @@
547
517
  width: 100%;
548
518
  }
549
519
 
520
+ .e-schedule .e-content-placeholder {
521
+ height: 100%;
522
+ position: relative;
523
+ width: 100%;
524
+ z-index: 99999;
525
+ }
526
+
550
527
  .e-schedule .e-content-wrap,
551
528
  .e-schedule .e-scroll-container {
552
529
  -webkit-overflow-scrolling: touch;
@@ -1741,6 +1718,7 @@
1741
1718
  border-style: solid;
1742
1719
  border-width: 0 1px 1px 0;
1743
1720
  color: #333;
1721
+ padding: 0;
1744
1722
  }
1745
1723
 
1746
1724
  .e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
@@ -1844,7 +1822,7 @@
1844
1822
 
1845
1823
  .e-schedule .e-timeline-year-view .e-month-header,
1846
1824
  .e-schedule .e-timeline-year-view .e-work-cells {
1847
- height: 70px;
1825
+ height: 75px;
1848
1826
  }
1849
1827
 
1850
1828
  .e-schedule .e-timeline-year-view .e-header-cells,
@@ -2095,13 +2073,6 @@
2095
2073
  background-color: #f5f5f5;
2096
2074
  }
2097
2075
 
2098
- .e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
2099
- .e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
2100
- background-color: #e6e6e6;
2101
- border-radius: 50%;
2102
- color: #000;
2103
- }
2104
-
2105
2076
  .e-schedule .e-timeline-view .e-resource-column-wrap,
2106
2077
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
2107
2078
  overflow: hidden;
@@ -2125,6 +2096,12 @@
2125
2096
  height: 42px;
2126
2097
  }
2127
2098
 
2099
+ .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
2100
+ .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
2101
+ background-color: rgba(0, 0, 0, 0.08);
2102
+ box-shadow: inset 0 0 0 8px #f8f8f8;
2103
+ }
2104
+
2128
2105
  .e-schedule .e-timeline-view .e-resource-tree-icon,
2129
2106
  .e-schedule .e-timeline-month-view .e-resource-tree-icon {
2130
2107
  color: #333;
@@ -2211,6 +2188,7 @@
2211
2188
  .e-schedule .e-timeline-view .e-appointment .e-time,
2212
2189
  .e-schedule .e-timeline-month-view .e-appointment .e-time {
2213
2190
  display: block;
2191
+ line-height: 1.4;
2214
2192
  }
2215
2193
 
2216
2194
  .e-schedule .e-timeline-view .e-appointment .e-disable,
@@ -2387,6 +2365,7 @@
2387
2365
 
2388
2366
  .e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
2389
2367
  border-right: 1px solid #ddd;
2368
+ height: 40px;
2390
2369
  padding-top: 8px;
2391
2370
  }
2392
2371
 
@@ -2542,7 +2521,7 @@
2542
2521
  padding: 0;
2543
2522
  }
2544
2523
 
2545
- .e-schedule .e-month-agenda-view .e-appointment-indicator {
2524
+ .e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
2546
2525
  background: #317ab9;
2547
2526
  border-radius: 50%;
2548
2527
  height: 6px;
@@ -4201,6 +4180,7 @@
4201
4180
  border-color: #ddd;
4202
4181
  border-style: solid;
4203
4182
  border-width: 0 0 1px 1px;
4183
+ padding: 0;
4204
4184
  }
4205
4185
 
4206
4186
  .e-schedule .e-vertical-view .e-work-cells:hover {
@@ -4286,6 +4266,7 @@
4286
4266
  border-style: solid;
4287
4267
  border-width: 0 0 1px 1px;
4288
4268
  color: #333;
4269
+ padding: 0;
4289
4270
  }
4290
4271
 
4291
4272
  .e-schedule .e-month-view .e-work-cells:hover,
@@ -4374,6 +4355,7 @@
4374
4355
  border-style: solid;
4375
4356
  border-width: 0 0 1px 1px;
4376
4357
  color: #333;
4358
+ padding: 0;
4377
4359
  }
4378
4360
 
4379
4361
  .e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
@@ -4382,6 +4364,11 @@
4382
4364
  color: #333;
4383
4365
  }
4384
4366
 
4367
+ .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
4368
+ .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
4369
+ background-color: rgba(0, 0, 0, 0.08);
4370
+ }
4371
+
4385
4372
  .e-schedule .e-timeline-view .e-work-days,
4386
4373
  .e-schedule .e-timeline-month-view .e-work-days {
4387
4374
  background-color: #fff;
@@ -4581,10 +4568,6 @@
4581
4568
  padding-left: 10px;
4582
4569
  }
4583
4570
 
4584
- .e-recurrenceeditor .e-icons {
4585
- height: 0;
4586
- }
4587
-
4588
4571
  .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
4589
4572
  padding: 0 8px 10px 0;
4590
4573
  }