@syncfusion/ej2-vue-schedule 20.1.61 → 20.2.36

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 +13 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +1 -1
  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 +5 -1
  13. package/styles/bootstrap.css +5 -1
  14. package/styles/bootstrap4.css +5 -1
  15. package/styles/bootstrap5-dark.css +5 -1
  16. package/styles/bootstrap5.css +5 -1
  17. package/styles/fabric-dark.css +5 -1
  18. package/styles/fabric.css +5 -1
  19. package/styles/fluent-dark.css +7 -3
  20. package/styles/fluent.css +7 -3
  21. package/styles/highcontrast-light.css +5 -1
  22. package/styles/highcontrast.css +5 -1
  23. package/styles/material-dark.css +5 -1
  24. package/styles/material.css +5 -1
  25. package/styles/schedule/bootstrap-dark.css +5 -1
  26. package/styles/schedule/bootstrap.css +5 -1
  27. package/styles/schedule/bootstrap4.css +5 -1
  28. package/styles/schedule/bootstrap5-dark.css +5 -1
  29. package/styles/schedule/bootstrap5.css +5 -1
  30. package/styles/schedule/fabric-dark.css +5 -1
  31. package/styles/schedule/fabric.css +5 -1
  32. package/styles/schedule/fluent-dark.css +7 -3
  33. package/styles/schedule/fluent.css +7 -3
  34. package/styles/schedule/highcontrast-light.css +5 -1
  35. package/styles/schedule/highcontrast.css +5 -1
  36. package/styles/schedule/material-dark.css +5 -1
  37. package/styles/schedule/material.css +5 -1
  38. package/styles/schedule/tailwind-dark.css +5 -1
  39. package/styles/schedule/tailwind.css +5 -1
  40. package/styles/tailwind-dark.css +5 -1
  41. package/styles/tailwind.css +5 -1
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@20.1.59",
3
+ "_id": "@syncfusion/ej2-vue-schedule@19.19.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ofBVor/IRv+ngwrWiSd9RI5AHiMcZ6URJB7uKrC4FAbDn4jmm6AiZgxT4Oxag+p5be8qFr1Rq5ph7Wvlfsy9Jw==",
5
+ "_integrity": "sha512-MpUv9QGmtr+25rEE/kMW5fKuZDo5YywqjET7+3wDteEiMhHhnt3ESJM52gDYn9/BD2rgliuqM0Zl8XAo8WCqqQ==",
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-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-20.1.59.tgz",
23
- "_shasum": "4381b6543c8280fd2462b82e15a4a00b2d964a26",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.19.3.tgz",
23
+ "_shasum": "42972c6bb9f30b3839a23f07583df548774ff16b",
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": "~20.1.61",
35
- "@syncfusion/ej2-schedule": "20.1.61",
36
- "@syncfusion/ej2-vue-base": "~20.1.61"
34
+ "@syncfusion/ej2-base": "~20.2.36",
35
+ "@syncfusion/ej2-schedule": "20.2.36",
36
+ "@syncfusion/ej2-vue-base": "~20.2.36"
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": "20.1.61",
73
+ "version": "20.2.36",
74
74
  "sideEffects": false
75
75
  }
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
23
23
  import { Options } from 'vue-class-component';
24
- export var properties = ['isLazyUpdate', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];
24
+ export var properties = ['isLazyUpdate', 'plugins', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];
25
25
  export var modelProps = [];
26
26
  export var testProp = getProps({ props: properties });
27
27
  export var props = testProp[0];
@@ -61,6 +61,7 @@ export declare class ScheduleComponent extends ComponentBase {
61
61
  importICalendar(fileContent: Object | string): void;
62
62
  isSlotAvailable(startTime: Object | Object, endTime?: Object, groupIndex?: number): boolean;
63
63
  openEditor(data: Object, action: Object, isEventData?: boolean, repeatType?: number): void;
64
+ openQuickInfoPopup(data: Object): void;
64
65
  print(printOptions?: Object): void;
65
66
  refreshEvents(isRemoteRefresh: boolean): void;
66
67
  refreshLayout(): 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 = ['isLazyUpdate', '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', 'timezoneDataSource', '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 = ['isLazyUpdate', 'plugins', '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', 'timezoneDataSource', '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];
@@ -249,6 +249,9 @@ var ScheduleComponent = /** @class */ (function (_super) {
249
249
  ScheduleComponent.prototype.openEditor = function (data, action, isEventData, repeatType) {
250
250
  return this.ej2Instances.openEditor(data, action, isEventData, repeatType);
251
251
  };
252
+ ScheduleComponent.prototype.openQuickInfoPopup = function (data) {
253
+ return this.ej2Instances.openQuickInfoPopup(data);
254
+ };
252
255
  ScheduleComponent.prototype.print = function (printOptions) {
253
256
  return this.ej2Instances.print(printOptions);
254
257
  };
@@ -1500,6 +1500,10 @@
1500
1500
  position: absolute;
1501
1501
  top: 0;
1502
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1503
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1508
  position: absolute;
1505
1509
  }
@@ -2465,7 +2469,7 @@
2465
2469
  }
2466
2470
 
2467
2471
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2468
- width: 485px;
2472
+ width: 502px;
2469
2473
  }
2470
2474
 
2471
2475
  .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
  }
@@ -2463,7 +2467,7 @@
2463
2467
  }
2464
2468
 
2465
2469
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2466
- width: 485px;
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
  }
@@ -2482,7 +2486,7 @@
2482
2486
  }
2483
2487
 
2484
2488
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2485
- width: 485px;
2489
+ width: 502px;
2486
2490
  }
2487
2491
 
2488
2492
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -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
  }
@@ -2491,7 +2495,7 @@
2491
2495
  }
2492
2496
 
2493
2497
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2494
- width: 485px;
2498
+ width: 502px;
2495
2499
  }
2496
2500
 
2497
2501
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -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
  }
@@ -2491,7 +2495,7 @@
2491
2495
  }
2492
2496
 
2493
2497
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2494
- width: 485px;
2498
+ width: 502px;
2495
2499
  }
2496
2500
 
2497
2501
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1500,6 +1500,10 @@
1500
1500
  position: absolute;
1501
1501
  top: 0;
1502
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1503
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1508
  position: absolute;
1505
1509
  }
@@ -2466,7 +2470,7 @@
2466
2470
  }
2467
2471
 
2468
2472
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2469
- width: 485px;
2473
+ width: 502px;
2470
2474
  }
2471
2475
 
2472
2476
  .e-dialog.e-quick-dialog.e-following-events-dialog {
package/styles/fabric.css CHANGED
@@ -1500,6 +1500,10 @@
1500
1500
  position: absolute;
1501
1501
  top: 0;
1502
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1503
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1508
  position: absolute;
1505
1509
  }
@@ -2466,7 +2470,7 @@
2466
2470
  }
2467
2471
 
2468
2472
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2469
- width: 485px;
2473
+ width: 502px;
2470
2474
  }
2471
2475
 
2472
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;
@@ -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: 485px;
2467
+ width: 502px;
2464
2468
  }
2465
2469
 
2466
2470
  .e-dialog.e-quick-dialog.e-following-events-dialog {
package/styles/fluent.css CHANGED
@@ -167,7 +167,7 @@
167
167
  .e-schedule .e-schedule-toolbar {
168
168
  background: #fff;
169
169
  border: 0;
170
- border-bottom: 0;
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: 0;
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: 485px;
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: 485px;
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: 485px;
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: 485px;
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: 485px;
2474
+ width: 502px;
2471
2475
  }
2472
2476
 
2473
2477
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1500,6 +1500,10 @@
1500
1500
  position: absolute;
1501
1501
  top: 0;
1502
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1503
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1508
  position: absolute;
1505
1509
  }
@@ -2465,7 +2469,7 @@
2465
2469
  }
2466
2470
 
2467
2471
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2468
- width: 485px;
2472
+ width: 502px;
2469
2473
  }
2470
2474
 
2471
2475
  .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
  }
@@ -2463,7 +2467,7 @@
2463
2467
  }
2464
2468
 
2465
2469
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2466
- width: 485px;
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
  }
@@ -2482,7 +2486,7 @@
2482
2486
  }
2483
2487
 
2484
2488
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2485
- width: 485px;
2489
+ width: 502px;
2486
2490
  }
2487
2491
 
2488
2492
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -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
  }
@@ -2491,7 +2495,7 @@
2491
2495
  }
2492
2496
 
2493
2497
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2494
- width: 485px;
2498
+ width: 502px;
2495
2499
  }
2496
2500
 
2497
2501
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -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
  }
@@ -2491,7 +2495,7 @@
2491
2495
  }
2492
2496
 
2493
2497
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2494
- width: 485px;
2498
+ width: 502px;
2495
2499
  }
2496
2500
 
2497
2501
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1500,6 +1500,10 @@
1500
1500
  position: absolute;
1501
1501
  top: 0;
1502
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1503
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1508
  position: absolute;
1505
1509
  }
@@ -2466,7 +2470,7 @@
2466
2470
  }
2467
2471
 
2468
2472
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2469
- width: 485px;
2473
+ width: 502px;
2470
2474
  }
2471
2475
 
2472
2476
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -1500,6 +1500,10 @@
1500
1500
  position: absolute;
1501
1501
  top: 0;
1502
1502
  }
1503
+ .e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
1504
+ height: 75px;
1505
+ position: relative;
1506
+ }
1503
1507
  .e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
1504
1508
  position: absolute;
1505
1509
  }
@@ -2466,7 +2470,7 @@
2466
2470
  }
2467
2471
 
2468
2472
  .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2469
- width: 485px;
2473
+ width: 502px;
2470
2474
  }
2471
2475
 
2472
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;
@@ -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: 485px;
2467
+ width: 502px;
2464
2468
  }
2465
2469
 
2466
2470
  .e-dialog.e-quick-dialog.e-following-events-dialog {
@@ -167,7 +167,7 @@
167
167
  .e-schedule .e-schedule-toolbar {
168
168
  background: #fff;
169
169
  border: 0;
170
- border-bottom: 0;
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: 0;
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: 485px;
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: 485px;
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: 485px;
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: 485px;
2471
+ width: 502px;
2468
2472
  }
2469
2473
 
2470
2474
  .e-dialog.e-quick-dialog.e-following-events-dialog {