@syncfusion/ej2-vue-schedule 19.4.50 → 20.1.47

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 (57) hide show
  1. package/CHANGELOG.md +25 -9
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  4. package/dist/es6/ej2-vue-schedule.es2015.js +135 -11
  5. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-schedule.es5.js +91 -10
  7. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-schedule.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/recurrence-editor/recurrenceeditor.component.d.ts +1 -0
  11. package/src/recurrence-editor/recurrenceeditor.component.js +10 -1
  12. package/src/schedule/headerrows.directive.d.ts +3 -1
  13. package/src/schedule/headerrows.directive.js +24 -2
  14. package/src/schedule/resources.directive.d.ts +3 -1
  15. package/src/schedule/resources.directive.js +24 -2
  16. package/src/schedule/schedule.component.d.ts +1 -0
  17. package/src/schedule/schedule.component.js +10 -1
  18. package/src/schedule/views.directive.d.ts +3 -1
  19. package/src/schedule/views.directive.js +24 -2
  20. package/styles/bootstrap-dark.css +19 -8
  21. package/styles/bootstrap.css +19 -8
  22. package/styles/bootstrap4.css +20 -9
  23. package/styles/bootstrap5-dark.css +29 -20
  24. package/styles/bootstrap5.css +29 -20
  25. package/styles/fabric-dark.css +19 -8
  26. package/styles/fabric.css +19 -8
  27. package/styles/fluent-dark.css +5102 -0
  28. package/styles/fluent-dark.scss +2 -0
  29. package/styles/fluent.css +5103 -0
  30. package/styles/fluent.scss +2 -0
  31. package/styles/highcontrast-light.css +19 -8
  32. package/styles/highcontrast.css +20 -9
  33. package/styles/material-dark.css +19 -8
  34. package/styles/material.css +19 -8
  35. package/styles/recurrence-editor/fluent-dark.css +495 -0
  36. package/styles/recurrence-editor/fluent-dark.scss +1 -0
  37. package/styles/recurrence-editor/fluent.css +495 -0
  38. package/styles/recurrence-editor/fluent.scss +1 -0
  39. package/styles/schedule/bootstrap-dark.css +19 -8
  40. package/styles/schedule/bootstrap.css +19 -8
  41. package/styles/schedule/bootstrap4.css +20 -9
  42. package/styles/schedule/bootstrap5-dark.css +29 -20
  43. package/styles/schedule/bootstrap5.css +29 -20
  44. package/styles/schedule/fabric-dark.css +19 -8
  45. package/styles/schedule/fabric.css +19 -8
  46. package/styles/schedule/fluent-dark.css +4606 -0
  47. package/styles/schedule/fluent-dark.scss +1 -0
  48. package/styles/schedule/fluent.css +4607 -0
  49. package/styles/schedule/fluent.scss +1 -0
  50. package/styles/schedule/highcontrast-light.css +19 -8
  51. package/styles/schedule/highcontrast.css +20 -9
  52. package/styles/schedule/material-dark.css +19 -8
  53. package/styles/schedule/material.css +19 -8
  54. package/styles/schedule/tailwind-dark.css +74 -61
  55. package/styles/schedule/tailwind.css +74 -61
  56. package/styles/tailwind-dark.css +74 -61
  57. package/styles/tailwind.css +74 -61
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@19.4.48",
3
+ "_id": "@syncfusion/ej2-vue-schedule@19.17.32",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ihz1poDBDdAdRj7R7EVRNrOY6lDsA2IoZNevtiwrX+44pCwvYMGJO0DFAKn7VNzeDp3kJZeEQgUpdGzpbJfjbw==",
5
+ "_integrity": "sha512-6s7USGkACchsl2X+p5LXUNMpoea4b7okloUoaCJVfOch4cCCfQ+K+7tiRLy6AZRv9n4Cstu75tMXtieaF9xYPA==",
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-19.4.48.tgz",
23
- "_shasum": "d71b8c8479a45293d95360bb0d15bebe7b6df0fb",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.17.32.tgz",
23
+ "_shasum": "c7106fdd00e43cf856980483e29ad9a6016bf261",
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.4.48",
35
- "@syncfusion/ej2-schedule": "19.4.50",
36
- "@syncfusion/ej2-vue-base": "~19.4.48"
34
+ "@syncfusion/ej2-base": "~20.1.47",
35
+ "@syncfusion/ej2-schedule": "20.1.47",
36
+ "@syncfusion/ej2-vue-base": "~20.1.47"
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.4.50",
73
+ "version": "20.1.47",
74
74
  "sideEffects": false
75
75
  }
@@ -28,6 +28,7 @@ export declare class RecurrenceEditorComponent extends ComponentBase {
28
28
  clearTemplate(templateNames?: string[]): any;
29
29
  setProperties(prop: any, muteOnChange: boolean): void;
30
30
  render(createElement: any): any;
31
+ custom(): void;
31
32
  getRecurrenceDates(startDate: Object, rule: string, excludeDate?: string, maximumCount?: number, viewDate?: Object): number[];
32
33
  getRecurrenceRule(): string;
33
34
  getRuleSummary(rule: string): string;
@@ -55,6 +55,7 @@ var RecurrenceEditorComponent = /** @class */ (function (_super) {
55
55
  _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
56
56
  _this.ej2Instances.setProperties = _this.setProperties;
57
57
  _this.ej2Instances.clearTemplate = _this.clearTemplate;
58
+ _this.updated = _this.updated;
58
59
  return _this;
59
60
  }
60
61
  RecurrenceEditorComponent.prototype.clearTemplate = function (templateNames) {
@@ -113,6 +114,9 @@ var RecurrenceEditorComponent = /** @class */ (function (_super) {
113
114
  }
114
115
  return h('div', slots);
115
116
  };
117
+ RecurrenceEditorComponent.prototype.custom = function () {
118
+ this.updated();
119
+ };
116
120
  RecurrenceEditorComponent.prototype.getRecurrenceDates = function (startDate, rule, excludeDate, maximumCount, viewDate) {
117
121
  return this.ej2Instances.getRecurrenceDates(startDate, rule, excludeDate, maximumCount, viewDate);
118
122
  };
@@ -138,7 +142,12 @@ var RecurrenceEditorComponent = /** @class */ (function (_super) {
138
142
  ,Options({
139
143
  props: props,
140
144
  watch: watch,
141
- emits: emitProbs
145
+ emits: emitProbs,
146
+ provide: function provide() {
147
+ return {
148
+ custom: this.custom
149
+ };
150
+ }
142
151
  })
143
152
  ], RecurrenceEditorComponent);
144
153
  return RecurrenceEditorComponent;
@@ -1,7 +1,9 @@
1
1
  export declare const isExecute: any;
2
2
  declare let vueImport: any;
3
3
  export declare class HeaderRowsDirective extends vueImport {
4
- render(): void;
4
+ constructor();
5
+ render(createElement: any): void;
6
+ updated(): void;
5
7
  getTag(): string;
6
8
  }
7
9
  export declare const HeaderRowsPlugin: {
@@ -19,7 +19,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
19
19
  };
20
20
  import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
+ import { isNullOrUndefined } from '@syncfusion/ej2-base';
22
23
  import Vue from 'vue';
24
+ import { Options } from 'vue-class-component';
23
25
  export var isExecute = gh ? false : true;
24
26
  var vueImport;
25
27
  if (!isExecute || parseInt(allVue.version) < 3) {
@@ -31,16 +33,36 @@ else {
31
33
  var HeaderRowsDirective = /** @class */ (function (_super) {
32
34
  __extends(HeaderRowsDirective, _super);
33
35
  function HeaderRowsDirective() {
34
- return _super !== null && _super.apply(this, arguments) || this;
36
+ return _super.call(this, arguments) || this;
35
37
  }
36
- HeaderRowsDirective.prototype.render = function () {
38
+ HeaderRowsDirective.prototype.render = function (createElement) {
39
+ if (gh) {
40
+ var h = gh || createElement;
41
+ var slots = null;
42
+ if (!isNullOrUndefined(this.$slots.default)) {
43
+ slots = gh ? this.$slots.default() : this.$slots.default;
44
+ }
45
+ return h('div', { class: 'e-directive' }, slots);
46
+ }
37
47
  return;
38
48
  };
49
+ HeaderRowsDirective.prototype.updated = function () {
50
+ if (gh && this.custom) {
51
+ this.custom();
52
+ }
53
+ };
39
54
  HeaderRowsDirective.prototype.getTag = function () {
40
55
  return 'e-header-rows';
41
56
  };
42
57
  HeaderRowsDirective = __decorate([
43
58
  EJComponentDecorator({}, isExecute)
59
+ ,Options({
60
+ inject: {
61
+ custom: {
62
+ default: null
63
+ }
64
+ }
65
+ })
44
66
  ], HeaderRowsDirective);
45
67
  return HeaderRowsDirective;
46
68
  }(vueImport));
@@ -1,7 +1,9 @@
1
1
  export declare const isExecute: any;
2
2
  declare let vueImport: any;
3
3
  export declare class ResourcesDirective extends vueImport {
4
- render(): void;
4
+ constructor();
5
+ render(createElement: any): void;
6
+ updated(): void;
5
7
  getTag(): string;
6
8
  }
7
9
  export declare const ResourcesPlugin: {
@@ -19,7 +19,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
19
19
  };
20
20
  import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
+ import { isNullOrUndefined } from '@syncfusion/ej2-base';
22
23
  import Vue from 'vue';
24
+ import { Options } from 'vue-class-component';
23
25
  export var isExecute = gh ? false : true;
24
26
  var vueImport;
25
27
  if (!isExecute || parseInt(allVue.version) < 3) {
@@ -31,16 +33,36 @@ else {
31
33
  var ResourcesDirective = /** @class */ (function (_super) {
32
34
  __extends(ResourcesDirective, _super);
33
35
  function ResourcesDirective() {
34
- return _super !== null && _super.apply(this, arguments) || this;
36
+ return _super.call(this, arguments) || this;
35
37
  }
36
- ResourcesDirective.prototype.render = function () {
38
+ ResourcesDirective.prototype.render = function (createElement) {
39
+ if (gh) {
40
+ var h = gh || createElement;
41
+ var slots = null;
42
+ if (!isNullOrUndefined(this.$slots.default)) {
43
+ slots = gh ? this.$slots.default() : this.$slots.default;
44
+ }
45
+ return h('div', { class: 'e-directive' }, slots);
46
+ }
37
47
  return;
38
48
  };
49
+ ResourcesDirective.prototype.updated = function () {
50
+ if (gh && this.custom) {
51
+ this.custom();
52
+ }
53
+ };
39
54
  ResourcesDirective.prototype.getTag = function () {
40
55
  return 'e-resources';
41
56
  };
42
57
  ResourcesDirective = __decorate([
43
58
  EJComponentDecorator({}, isExecute)
59
+ ,Options({
60
+ inject: {
61
+ custom: {
62
+ default: null
63
+ }
64
+ }
65
+ })
44
66
  ], ResourcesDirective);
45
67
  return ResourcesDirective;
46
68
  }(vueImport));
@@ -31,6 +31,7 @@ export declare class ScheduleComponent extends ComponentBase {
31
31
  [key: string]: Object;
32
32
  }, successHandler?: Function): void;
33
33
  render(createElement: any): any;
34
+ custom(): void;
34
35
  addEvent(data: Object | Object[]): void;
35
36
  addResource(resources: Object | Object[], name: string, index: number): void;
36
37
  changeCurrentView(viewName: Object, viewIndex?: number): void;
@@ -61,6 +61,7 @@ var ScheduleComponent = /** @class */ (function (_super) {
61
61
  _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
62
62
  _this.ej2Instances.setProperties = _this.setProperties;
63
63
  _this.ej2Instances.clearTemplate = _this.clearTemplate;
64
+ _this.updated = _this.updated;
64
65
  return _this;
65
66
  }
66
67
  ScheduleComponent.prototype.clearTemplate = function (templateNames) {
@@ -157,6 +158,9 @@ var ScheduleComponent = /** @class */ (function (_super) {
157
158
  }
158
159
  return h('div', slots);
159
160
  };
161
+ ScheduleComponent.prototype.custom = function () {
162
+ this.updated();
163
+ };
160
164
  ScheduleComponent.prototype.addEvent = function (data) {
161
165
  return this.ej2Instances.addEvent(data);
162
166
  };
@@ -296,7 +300,12 @@ var ScheduleComponent = /** @class */ (function (_super) {
296
300
  ,Options({
297
301
  props: props,
298
302
  watch: watch,
299
- emits: emitProbs
303
+ emits: emitProbs,
304
+ provide: function provide() {
305
+ return {
306
+ custom: this.custom
307
+ };
308
+ }
300
309
  })
301
310
  ], ScheduleComponent);
302
311
  return ScheduleComponent;
@@ -1,7 +1,9 @@
1
1
  export declare const isExecute: any;
2
2
  declare let vueImport: any;
3
3
  export declare class ViewsDirective extends vueImport {
4
- render(): void;
4
+ constructor();
5
+ render(createElement: any): void;
6
+ updated(): void;
5
7
  getTag(): string;
6
8
  }
7
9
  export declare const ViewsPlugin: {
@@ -19,7 +19,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
19
19
  };
20
20
  import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
21
21
  import * as Vue3 from 'vue-class-component';
22
+ import { isNullOrUndefined } from '@syncfusion/ej2-base';
22
23
  import Vue from 'vue';
24
+ import { Options } from 'vue-class-component';
23
25
  export var isExecute = gh ? false : true;
24
26
  var vueImport;
25
27
  if (!isExecute || parseInt(allVue.version) < 3) {
@@ -31,16 +33,36 @@ else {
31
33
  var ViewsDirective = /** @class */ (function (_super) {
32
34
  __extends(ViewsDirective, _super);
33
35
  function ViewsDirective() {
34
- return _super !== null && _super.apply(this, arguments) || this;
36
+ return _super.call(this, arguments) || this;
35
37
  }
36
- ViewsDirective.prototype.render = function () {
38
+ ViewsDirective.prototype.render = function (createElement) {
39
+ if (gh) {
40
+ var h = gh || createElement;
41
+ var slots = null;
42
+ if (!isNullOrUndefined(this.$slots.default)) {
43
+ slots = gh ? this.$slots.default() : this.$slots.default;
44
+ }
45
+ return h('div', { class: 'e-directive' }, slots);
46
+ }
37
47
  return;
38
48
  };
49
+ ViewsDirective.prototype.updated = function () {
50
+ if (gh && this.custom) {
51
+ this.custom();
52
+ }
53
+ };
39
54
  ViewsDirective.prototype.getTag = function () {
40
55
  return 'e-views';
41
56
  };
42
57
  ViewsDirective = __decorate([
43
58
  EJComponentDecorator({}, isExecute)
59
+ ,Options({
60
+ inject: {
61
+ custom: {
62
+ default: null
63
+ }
64
+ }
65
+ })
44
66
  ], ViewsDirective);
45
67
  return ViewsDirective;
46
68
  }(vueImport));
@@ -1847,6 +1847,15 @@
1847
1847
  text-decoration: underline;
1848
1848
  }
1849
1849
 
1850
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1851
+ background-color: rgba(0, 0, 0, 0.08);
1852
+ box-shadow: inset 0 0 0 8px #2a2a2a;
1853
+ }
1854
+
1855
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1856
+ background-color: rgba(0, 0, 0, 0.08);
1857
+ }
1858
+
1850
1859
  .e-schedule .e-timeline-year-view .e-event-table {
1851
1860
  position: absolute;
1852
1861
  top: 0;
@@ -1982,6 +1991,12 @@
1982
1991
  top: 0;
1983
1992
  }
1984
1993
 
1994
+ .e-schedule .e-timeline-view .e-appointment-container.e-event-container,
1995
+ .e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
1996
+ height: 60px;
1997
+ position: relative;
1998
+ }
1999
+
1985
2000
  .e-schedule .e-timeline-view .e-date-header-wrap table col,
1986
2001
  .e-schedule .e-timeline-view .e-content-wrap table col,
1987
2002
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
@@ -2090,8 +2105,10 @@
2090
2105
 
2091
2106
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
2092
2107
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2108
+ .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
2093
2109
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
- .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2110
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
2111
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
2095
2112
  height: 42px;
2096
2113
  }
2097
2114
 
@@ -2870,13 +2887,6 @@
2870
2887
  min-width: 34px;
2871
2888
  }
2872
2889
 
2873
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2874
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2875
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2876
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2877
- padding: 0;
2878
- }
2879
-
2880
2890
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2881
2891
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2882
2892
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4007,6 +4017,7 @@
4007
4017
 
4008
4018
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4009
4019
  .e-more-popup-wrapper .e-more-event-content {
4020
+ color: #f0f0f0;
4010
4021
  height: calc(100% - 35px);
4011
4022
  max-height: 150px;
4012
4023
  overflow-y: auto;
@@ -1844,6 +1844,15 @@
1844
1844
  text-decoration: underline;
1845
1845
  }
1846
1846
 
1847
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1848
+ background-color: rgba(0, 0, 0, 0.08);
1849
+ box-shadow: inset 0 0 0 8px #f8f8f8;
1850
+ }
1851
+
1852
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1853
+ background-color: rgba(0, 0, 0, 0.08);
1854
+ }
1855
+
1847
1856
  .e-schedule .e-timeline-year-view .e-event-table {
1848
1857
  position: absolute;
1849
1858
  top: 0;
@@ -1979,6 +1988,12 @@
1979
1988
  top: 0;
1980
1989
  }
1981
1990
 
1991
+ .e-schedule .e-timeline-view .e-appointment-container.e-event-container,
1992
+ .e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
1993
+ height: 60px;
1994
+ position: relative;
1995
+ }
1996
+
1982
1997
  .e-schedule .e-timeline-view .e-date-header-wrap table col,
1983
1998
  .e-schedule .e-timeline-view .e-content-wrap table col,
1984
1999
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
@@ -2087,8 +2102,10 @@
2087
2102
 
2088
2103
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
2089
2104
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2105
+ .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
2090
2106
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2091
- .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2107
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
2108
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
2092
2109
  height: 42px;
2093
2110
  }
2094
2111
 
@@ -2867,13 +2884,6 @@
2867
2884
  min-width: 34px;
2868
2885
  }
2869
2886
 
2870
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2871
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2872
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2873
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2874
- padding: 0;
2875
- }
2876
-
2877
2887
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2878
2888
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2879
2889
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4005,6 +4015,7 @@
4005
4015
 
4006
4016
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4007
4017
  .e-more-popup-wrapper .e-more-event-content {
4018
+ color: #333;
4008
4019
  height: calc(100% - 35px);
4009
4020
  max-height: 150px;
4010
4021
  overflow-y: auto;
@@ -1818,7 +1818,7 @@
1818
1818
  cursor: default;
1819
1819
  font-weight: 400;
1820
1820
  height: 35px;
1821
- padding: 8px;
1821
+ padding: 0;
1822
1822
  text-align: center;
1823
1823
  }
1824
1824
 
@@ -1850,6 +1850,15 @@
1850
1850
  text-decoration: underline;
1851
1851
  }
1852
1852
 
1853
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1854
+ background-color: rgba(0, 0, 0, 0.08);
1855
+ box-shadow: inset 0 0 0 8px #f8f9fa;
1856
+ }
1857
+
1858
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1859
+ background-color: rgba(0, 0, 0, 0.08);
1860
+ }
1861
+
1853
1862
  .e-schedule .e-timeline-year-view .e-event-table {
1854
1863
  position: absolute;
1855
1864
  top: 0;
@@ -1985,6 +1994,12 @@
1985
1994
  top: 0;
1986
1995
  }
1987
1996
 
1997
+ .e-schedule .e-timeline-view .e-appointment-container.e-event-container,
1998
+ .e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
1999
+ height: 60px;
2000
+ position: relative;
2001
+ }
2002
+
1988
2003
  .e-schedule .e-timeline-view .e-date-header-wrap table col,
1989
2004
  .e-schedule .e-timeline-view .e-content-wrap table col,
1990
2005
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
@@ -2093,8 +2108,10 @@
2093
2108
 
2094
2109
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
2095
2110
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2111
+ .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
2096
2112
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2097
- .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2113
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
2114
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
2098
2115
  height: 42px;
2099
2116
  }
2100
2117
 
@@ -2874,13 +2891,6 @@
2874
2891
  min-width: 34px;
2875
2892
  }
2876
2893
 
2877
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2878
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2879
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2880
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2881
- padding: 0;
2882
- }
2883
-
2884
2894
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2885
2895
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2886
2896
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4116,6 +4126,7 @@
4116
4126
 
4117
4127
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4118
4128
  .e-more-popup-wrapper .e-more-event-content {
4129
+ color: #212529;
4119
4130
  height: calc(100% - 35px);
4120
4131
  max-height: 150px;
4121
4132
  overflow-y: auto;
@@ -879,7 +879,7 @@
879
879
  .e-schedule .e-vertical-view .e-header-cells {
880
880
  font-size: 12px;
881
881
  height: 60px;
882
- padding: 8px 8px 0;
882
+ padding: 4px;
883
883
  }
884
884
 
885
885
  .e-schedule .e-vertical-view .e-header-cells .e-header-day {
@@ -1854,6 +1854,15 @@
1854
1854
  text-decoration: underline;
1855
1855
  }
1856
1856
 
1857
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1858
+ background-color: #343a40;
1859
+ box-shadow: inset 0 0 0 8px #282d31;
1860
+ }
1861
+
1862
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1863
+ background-color: #343a40;
1864
+ }
1865
+
1857
1866
  .e-schedule .e-timeline-year-view .e-event-table {
1858
1867
  position: absolute;
1859
1868
  top: 0;
@@ -1989,6 +1998,12 @@
1989
1998
  top: 0;
1990
1999
  }
1991
2000
 
2001
+ .e-schedule .e-timeline-view .e-appointment-container.e-event-container,
2002
+ .e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
2003
+ height: 60px;
2004
+ position: relative;
2005
+ }
2006
+
1992
2007
  .e-schedule .e-timeline-view .e-date-header-wrap table col,
1993
2008
  .e-schedule .e-timeline-view .e-content-wrap table col,
1994
2009
  .e-schedule .e-timeline-month-view .e-date-header-wrap table col,
@@ -2098,8 +2113,10 @@
2098
2113
 
2099
2114
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
2100
2115
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2116
+ .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
2101
2117
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2102
- .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2118
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
2119
+ .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
2103
2120
  height: 42px;
2104
2121
  }
2105
2122
 
@@ -2613,7 +2630,7 @@
2613
2630
  .e-schedule .e-agenda-view .e-day-date-header {
2614
2631
  color: #e9ecef;
2615
2632
  cursor: default;
2616
- padding: 8px 34px 14px 18px;
2633
+ padding: 8px 20px 14px 14px;
2617
2634
  }
2618
2635
 
2619
2636
  .e-schedule .e-agenda-view .e-day-date-header .e-m-date {
@@ -2730,7 +2747,7 @@
2730
2747
  border-left: 3px solid #0d6efd;
2731
2748
  border-right: 0;
2732
2749
  cursor: default;
2733
- padding: 0 12px;
2750
+ padding: 0 14px;
2734
2751
  }
2735
2752
 
2736
2753
  .e-schedule .e-agenda-view .e-appointment:hover {
@@ -2885,13 +2902,6 @@
2885
2902
  padding: 8px;
2886
2903
  }
2887
2904
 
2888
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2889
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,
2890
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2891
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons {
2892
- padding: 0;
2893
- }
2894
-
2895
2905
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2896
2906
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
2897
2907
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -2918,6 +2928,12 @@
2918
2928
  font-size: 14px;
2919
2929
  }
2920
2930
 
2931
+ .e-bigger .e-schedule .e-vertical-view .e-header-cells,
2932
+ .e-bigger.e-schedule .e-vertical-view .e-header-cells {
2933
+ height: 66px;
2934
+ padding: 8px;
2935
+ }
2936
+
2921
2937
  .e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
2922
2938
  .e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
2923
2939
  font-size: 14px;
@@ -3755,8 +3771,6 @@
3755
3771
  display: block;
3756
3772
  padding: 8px 18px 8px 18px;
3757
3773
  text-align: right;
3758
- background-color: #282d31;
3759
- border-radius: 0 0 6px 6px;
3760
3774
  }
3761
3775
 
3762
3776
  .e-quick-popup-wrapper .e-popup-footer .e-event-edit {
@@ -4123,6 +4137,7 @@
4123
4137
 
4124
4138
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4125
4139
  .e-more-popup-wrapper .e-more-event-content {
4140
+ color: #fff;
4126
4141
  height: calc(100% - 35px);
4127
4142
  max-height: 150px;
4128
4143
  overflow-y: auto;
@@ -4196,7 +4211,7 @@
4196
4211
 
4197
4212
  .e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
4198
4213
  .e-more-popup-wrapper .e-more-event-close .e-btn-icon {
4199
- margin-top: 8px;
4214
+ margin-top: 3px;
4200
4215
  }
4201
4216
 
4202
4217
  .e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
@@ -4500,12 +4515,6 @@
4500
4515
  color: #fff;
4501
4516
  }
4502
4517
 
4503
- .e-schedule .e-month-view .e-selected-cell.e-current-date .e-date-header,
4504
- .e-schedule .e-month-agenda-view .e-selected-cell.e-current-date .e-date-header {
4505
- background-color: #fff;
4506
- color: #343a40;
4507
- }
4508
-
4509
4518
  .e-schedule .e-month-view .e-selected-cell .e-more-indicator,
4510
4519
  .e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
4511
4520
  color: #fff;