@syncfusion/ej2-angular-schedule 23.2.7 → 24.1.41

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 (100) hide show
  1. package/esm2020/src/index.mjs +2 -1
  2. package/esm2020/src/schedule/schedule-all.module.mjs +1 -1
  3. package/esm2020/src/schedule/schedule.component.mjs +10 -5
  4. package/esm2020/src/schedule/schedule.module.mjs +14 -5
  5. package/esm2020/src/schedule/toolbaritems.directive.mjs +67 -0
  6. package/esm2020/src/schedule/views.directive.mjs +3 -3
  7. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +102 -28
  8. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -1
  9. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +102 -28
  10. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -1
  11. package/package.json +9 -9
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/index.d.ts +1 -0
  16. package/src/schedule/schedule.component.d.ts +3 -1
  17. package/src/schedule/schedule.module.d.ts +3 -2
  18. package/src/schedule/toolbaritems.directive.d.ts +177 -0
  19. package/src/schedule/views.directive.d.ts +8 -1
  20. package/styles/bootstrap-dark.css +26 -22
  21. package/styles/bootstrap.css +26 -22
  22. package/styles/bootstrap4.css +25 -21
  23. package/styles/bootstrap5-dark.css +30 -26
  24. package/styles/bootstrap5.css +30 -26
  25. package/styles/fabric-dark.css +28 -24
  26. package/styles/fabric.css +28 -24
  27. package/styles/fluent-dark.css +28 -24
  28. package/styles/fluent.css +28 -24
  29. package/styles/highcontrast-light.css +26 -22
  30. package/styles/highcontrast.css +26 -22
  31. package/styles/material-dark.css +26 -22
  32. package/styles/material.css +26 -22
  33. package/styles/material3-dark.css +29 -25
  34. package/styles/material3.css +29 -25
  35. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +3 -1
  36. package/styles/recurrence-editor/_bootstrap-definition.scss +3 -1
  37. package/styles/recurrence-editor/_bootstrap4-definition.scss +3 -1
  38. package/styles/recurrence-editor/_bootstrap5-definition.scss +5 -3
  39. package/styles/recurrence-editor/_fabric-dark-definition.scss +4 -2
  40. package/styles/recurrence-editor/_fabric-definition.scss +4 -2
  41. package/styles/recurrence-editor/_fluent-definition.scss +4 -2
  42. package/styles/recurrence-editor/_fusionnew-definition.scss +4 -2
  43. package/styles/recurrence-editor/_highcontrast-definition.scss +3 -1
  44. package/styles/recurrence-editor/_highcontrast-light-definition.scss +3 -1
  45. package/styles/recurrence-editor/_layout.scss +3 -10
  46. package/styles/recurrence-editor/_material-dark-definition.scss +3 -1
  47. package/styles/recurrence-editor/_material-definition.scss +3 -1
  48. package/styles/recurrence-editor/_material3-definition.scss +4 -2
  49. package/styles/recurrence-editor/_tailwind-definition.scss +5 -3
  50. package/styles/recurrence-editor/bootstrap-dark.css +5 -10
  51. package/styles/recurrence-editor/bootstrap.css +5 -10
  52. package/styles/recurrence-editor/bootstrap4.css +4 -9
  53. package/styles/recurrence-editor/bootstrap5-dark.css +9 -14
  54. package/styles/recurrence-editor/bootstrap5.css +9 -14
  55. package/styles/recurrence-editor/fabric-dark.css +7 -12
  56. package/styles/recurrence-editor/fabric.css +7 -12
  57. package/styles/recurrence-editor/fluent-dark.css +7 -12
  58. package/styles/recurrence-editor/fluent.css +7 -12
  59. package/styles/recurrence-editor/highcontrast-light.css +5 -10
  60. package/styles/recurrence-editor/highcontrast.css +5 -10
  61. package/styles/recurrence-editor/material-dark.css +5 -10
  62. package/styles/recurrence-editor/material.css +5 -10
  63. package/styles/recurrence-editor/material3-dark.css +7 -12
  64. package/styles/recurrence-editor/material3.css +7 -12
  65. package/styles/recurrence-editor/tailwind-dark.css +9 -14
  66. package/styles/recurrence-editor/tailwind.css +9 -14
  67. package/styles/schedule/_bootstrap-dark-definition.scss +6 -2
  68. package/styles/schedule/_bootstrap-definition.scss +6 -2
  69. package/styles/schedule/_bootstrap4-definition.scss +6 -2
  70. package/styles/schedule/_bootstrap5-definition.scss +6 -2
  71. package/styles/schedule/_fabric-dark-definition.scss +6 -2
  72. package/styles/schedule/_fabric-definition.scss +6 -2
  73. package/styles/schedule/_fluent-definition.scss +6 -2
  74. package/styles/schedule/_fusionnew-definition.scss +6 -2
  75. package/styles/schedule/_highcontrast-definition.scss +6 -2
  76. package/styles/schedule/_highcontrast-light-definition.scss +6 -2
  77. package/styles/schedule/_layout.scss +23 -10
  78. package/styles/schedule/_material-dark-definition.scss +6 -2
  79. package/styles/schedule/_material-definition.scss +6 -2
  80. package/styles/schedule/_material3-definition.scss +6 -2
  81. package/styles/schedule/_tailwind-definition.scss +6 -2
  82. package/styles/schedule/bootstrap-dark.css +21 -12
  83. package/styles/schedule/bootstrap.css +21 -12
  84. package/styles/schedule/bootstrap4.css +21 -12
  85. package/styles/schedule/bootstrap5-dark.css +21 -12
  86. package/styles/schedule/bootstrap5.css +21 -12
  87. package/styles/schedule/fabric-dark.css +21 -12
  88. package/styles/schedule/fabric.css +21 -12
  89. package/styles/schedule/fluent-dark.css +21 -12
  90. package/styles/schedule/fluent.css +21 -12
  91. package/styles/schedule/highcontrast-light.css +21 -12
  92. package/styles/schedule/highcontrast.css +21 -12
  93. package/styles/schedule/material-dark.css +21 -12
  94. package/styles/schedule/material.css +21 -12
  95. package/styles/schedule/material3-dark.css +22 -13
  96. package/styles/schedule/material3.css +22 -13
  97. package/styles/schedule/tailwind-dark.css +22 -13
  98. package/styles/schedule/tailwind.css +22 -13
  99. package/styles/tailwind-dark.css +31 -27
  100. package/styles/tailwind.css +31 -27
@@ -0,0 +1,177 @@
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * `e-toolbaritems` directive represent a custom toolbar items of the Schedule.
6
+ * It must be contained in a Schedule component(`ejs-schedule`).
7
+ * ```html
8
+ * <ejs-schedule>
9
+ * <e-toolbaritems>
10
+ * <e-toolbaritem name='Today'></<e-toolbaritem>
11
+ * <e-toolbaritem name='DateRangeText'></e-toolbaritem>
12
+ * <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>
13
+ * <e-toolbaritems>
14
+ * </ejs-schedule>
15
+ * ```
16
+ */
17
+ export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> {
18
+ private viewContainerRef;
19
+ directivePropList: any;
20
+ click: any;
21
+ /**
22
+ * Specifies the types of command to be rendered in the Toolbar.
23
+ * Supported types are:
24
+ * * `Button`: Creates the Button control with its given properties like text, prefixIcon, etc.
25
+ * * `Separator`: Adds a horizontal line that separates the Toolbar commands.
26
+ * * `Input`: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,
27
+ * AutoComplete, etc.
28
+ * @default 'Button'
29
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemType.Button
30
+ * @isenumeration true
31
+ * @asptype Syncfusion.EJ2.Navigations.ItemType
32
+ */
33
+ type: any;
34
+ /**
35
+ * Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `align` property.
36
+ * The possible values for this property as follows
37
+ * * `Left`: To align commands to the left side of the Toolbar.
38
+ * * `Center`: To align commands at the center of the Toolbar.
39
+ * * `Right`: To align commands to the right side of the Toolbar.
40
+ * @default 'Left'
41
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.ItemAlign.Left
42
+ * @isenumeration true
43
+ * @asptype Syncfusion.EJ2.Navigations.ItemAlign
44
+ */
45
+ align: any;
46
+ /**
47
+ * Defines single/multiple classes (separated by space) to be used for customization of commands.
48
+ * @default ""
49
+ */
50
+ cssClass: any;
51
+ /**
52
+ * Specifies whether an item should be disabled or not.
53
+ * @default false
54
+ */
55
+ disabled: any;
56
+ /**
57
+ * Defines htmlAttributes used to add custom attributes to Toolbar command.
58
+ * Supports HTML attributes such as style, class, etc.
59
+ * @default null
60
+ */
61
+ htmlAttributes: any;
62
+ /**
63
+ * Specifies the unique ID to be used with button or input element of Toolbar items.
64
+ * @default ""
65
+ */
66
+ id: any;
67
+ /**
68
+ * Specifies the unique name for each toolbar item rendered in Schedule. This name is used to map the toolbar items in the Schedule component.
69
+ *
70
+ * To access the default toolbar items, provide the name below,
71
+ *
72
+ ** `Custom`: Schedule component render the custom toolbar item.
73
+ ** `Previous`: Schedule component navigates to the previous date from the current date.
74
+ ** `Next`: Schedule component navigates to the next date from the current date.
75
+ ** `Today`: Schedule component navigates to the current date from any date.
76
+ ** `Views`: Schedule component render the defined view options in the toolbar. If view option is not defined, then it will render default view options in the Schedule.
77
+ ** `DateRangeText`: Schedule component displays the current date text range.
78
+ ** `NewEvent`: Schedule component render the icon to add a new event.
79
+ *
80
+ * @default 'Custom'
81
+ * @aspdefaultvalue Custom
82
+ * @isenumeration true
83
+ * @asptype ToolbarName
84
+ */
85
+ name: any;
86
+ /**
87
+ * Specifies the Toolbar command display area when an element's content is too large to fit available space.
88
+ * This is applicable only to `popup` mode. The possible values for this property as follows
89
+ * * `Show`: Always shows the item as the primary priority on the *Toolbar*.
90
+ * * `Hide`: Always shows the item as the secondary priority on the *popup*.
91
+ * * `None`: No priority for display, and as per normal order moves to popup when content exceeds.
92
+ * @default 'None'
93
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.OverflowOption.None
94
+ * @isenumeration true
95
+ * @asptype Syncfusion.EJ2.Navigations.OverflowOption
96
+ */
97
+ overflow: any;
98
+ /**
99
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
100
+ * The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.
101
+ * @default ""
102
+ */
103
+ prefixIcon: any;
104
+ /**
105
+ * Defines the priority of items to display it in popup always.
106
+ * It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.
107
+ * @default false
108
+ */
109
+ showAlwaysInPopup: any;
110
+ /**
111
+ * Specifies where the button text will be displayed on *popup mode* of the Toolbar.
112
+ * The possible values for this property as follows
113
+ * * `Toolbar`: Text will be displayed on *Toolbar* only.
114
+ * * `Overflow`: Text will be displayed only when content overflows to *popup*.
115
+ * * `Both`: Text will be displayed on *popup* and *Toolbar*.
116
+ * @default 'Both'
117
+ * @aspdefaultvalue Syncfusion.EJ2.Navigations.DisplayMode.Both
118
+ * @isenumeration true
119
+ * @asptype Syncfusion.EJ2.Navigations.DisplayMode
120
+ */
121
+ showTextOn: any;
122
+ /**
123
+ * Defines single/multiple classes separated by space used to specify an icon for the button.
124
+ * The icon will be positioned after the text content if text is available.
125
+ * @default ""
126
+ */
127
+ suffixIcon: any;
128
+ /**
129
+ * Specifies the tab order of the Toolbar items. When positive values assigned, it allows to switch focus to the next/previous toolbar items with Tab/ShiftTab keys.
130
+ * By default, user can able to switch between items only via arrow keys.
131
+ * If the value is set to 0 for all tool bar items, then tab switches based on element order.
132
+ * @default -1
133
+ */
134
+ tabIndex: any;
135
+ /**
136
+ * Specifies the text to be displayed on the Toolbar button.
137
+ * @default ""
138
+ */
139
+ text: any;
140
+ /**
141
+ * Specifies the text to be displayed on hovering the Toolbar button.
142
+ * @default ""
143
+ */
144
+ tooltipText: any;
145
+ /**
146
+ * Specifies whether an item should be hidden or not.
147
+ * @default true
148
+ */
149
+ visible: any;
150
+ /**
151
+ * Specifies the width of the Toolbar button commands.
152
+ * @default 'auto'
153
+ */
154
+ width: any;
155
+ /**
156
+ * Specifies the HTML element/element ID as a string that can be added as a Toolbar command.
157
+ *
158
+ * @default ""
159
+ * @angulartype string | object
160
+ * @reacttype string | function | JSX.Element
161
+ * @vuetype string | function
162
+ * @asptype string
163
+ */
164
+ template: any;
165
+ constructor(viewContainerRef: ViewContainerRef);
166
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemDirective, never>;
167
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "e-toolbaritems>e-toolbaritem", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "name": "name"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, { "click": "click"; }, ["template"]>;
168
+ }
169
+ /**
170
+ * ToolbarItem Array Directive
171
+ * @private
172
+ */
173
+ export declare class ToolbarItemsDirective extends ArrayBase<ToolbarItemsDirective> {
174
+ constructor();
175
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemsDirective, never>;
176
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemsDirective, "ejs-schedule>e-toolbaritems", never, {}, {}, ["children"]>;
177
+ }
@@ -90,6 +90,13 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
90
90
  * @default false
91
91
  */
92
92
  isSelected: any;
93
+ /**
94
+ * Specifies the maximum number of events to be displayed in a single row.
95
+ * This property is applicable when the 'rowAutoHeight' property is disabled.
96
+ * This property is only applicable for the month view, timeline views, and timeline year view.
97
+ * @default null
98
+ */
99
+ maxEventsPerRow: any;
93
100
  /**
94
101
  * This option allows the user to set the number of months count to be displayed on the Schedule.
95
102
  * {% codeBlock src='schedule/monthsCount/index.md' %}{% endcodeBlock %}
@@ -278,7 +285,7 @@ export declare class ViewDirective extends ComplexBase<ViewDirective> {
278
285
  group_headerTooltipTemplate: any;
279
286
  constructor(viewContainerRef: ViewContainerRef);
280
287
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewDirective, never>;
281
- static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "displayDate": "displayDate"; "displayName": "displayName"; "enableLazyLoading": "enableLazyLoading"; "endHour": "endHour"; "eventTemplate": "eventTemplate"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "interval": "interval"; "isSelected": "isSelected"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "numberOfWeeks": "numberOfWeeks"; "option": "option"; "orientation": "orientation"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "workDays": "workDays"; }, {}, ["dateHeaderTemplate", "dateRangeTemplate", "dayHeaderTemplate", "cellHeaderTemplate", "cellTemplate", "eventTemplate", "monthHeaderTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "group_headerTooltipTemplate"]>;
288
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ViewDirective, "e-views>e-view", never, { "allowVirtualScrolling": "allowVirtualScrolling"; "cellHeaderTemplate": "cellHeaderTemplate"; "cellTemplate": "cellTemplate"; "dateFormat": "dateFormat"; "dateHeaderTemplate": "dateHeaderTemplate"; "dateRangeTemplate": "dateRangeTemplate"; "dayHeaderTemplate": "dayHeaderTemplate"; "displayDate": "displayDate"; "displayName": "displayName"; "enableLazyLoading": "enableLazyLoading"; "endHour": "endHour"; "eventTemplate": "eventTemplate"; "firstDayOfWeek": "firstDayOfWeek"; "firstMonthOfYear": "firstMonthOfYear"; "group": "group"; "headerIndentTemplate": "headerIndentTemplate"; "headerRows": "headerRows"; "interval": "interval"; "isSelected": "isSelected"; "maxEventsPerRow": "maxEventsPerRow"; "monthHeaderTemplate": "monthHeaderTemplate"; "monthsCount": "monthsCount"; "numberOfWeeks": "numberOfWeeks"; "option": "option"; "orientation": "orientation"; "readonly": "readonly"; "resourceHeaderTemplate": "resourceHeaderTemplate"; "showWeekNumber": "showWeekNumber"; "showWeekend": "showWeekend"; "startHour": "startHour"; "timeFormat": "timeFormat"; "timeScale": "timeScale"; "workDays": "workDays"; }, {}, ["dateHeaderTemplate", "dateRangeTemplate", "dayHeaderTemplate", "cellHeaderTemplate", "cellTemplate", "eventTemplate", "monthHeaderTemplate", "resourceHeaderTemplate", "headerIndentTemplate", "timeScale_minorSlotTemplate", "timeScale_majorSlotTemplate", "group_headerTooltipTemplate"]>;
282
289
  }
283
290
  /**
284
291
  * View Array Directive
@@ -1154,7 +1154,7 @@
1154
1154
  text-decoration: none;
1155
1155
  }
1156
1156
  .e-schedule.e-device .e-vertical-view .e-left-indent {
1157
- width: 35px;
1157
+ width: 60px;
1158
1158
  }
1159
1159
  .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
1160
1160
  .e-schedule.e-device .e-vertical-view .e-current-time {
@@ -1162,7 +1162,7 @@
1162
1162
  }
1163
1163
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
1164
1164
  float: left;
1165
- width: 35px;
1165
+ width: 60px;
1166
1166
  }
1167
1167
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
1168
1168
  font-size: 11px;
@@ -1200,7 +1200,7 @@
1200
1200
  }
1201
1201
  @media screen and (max-width: 480px) {
1202
1202
  .e-schedule .e-vertical-view .e-left-indent {
1203
- width: 35px;
1203
+ width: 60px;
1204
1204
  }
1205
1205
  }
1206
1206
  .e-schedule .e-month-view .e-left-indent,
@@ -3350,8 +3350,8 @@
3350
3350
  background: transparent;
3351
3351
  border: 0;
3352
3352
  color: #f0f0f0;
3353
- height: 40px;
3354
- width: 40px;
3353
+ height: 35px;
3354
+ width: 35px;
3355
3355
  }
3356
3356
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
3357
3357
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
@@ -3363,10 +3363,10 @@
3363
3363
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3364
3364
  font-size: 15px;
3365
3365
  font-weight: 500;
3366
- height: 40px;
3366
+ height: 35px;
3367
3367
  line-height: 2.25;
3368
- padding: 4px 5px;
3369
- width: calc(100% - 95px);
3368
+ padding: 2px 5px;
3369
+ width: calc(100% - 105px);
3370
3370
  }
3371
3371
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
3372
3372
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
@@ -3400,9 +3400,13 @@
3400
3400
  .e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
3401
3401
  padding-right: 13px;
3402
3402
  }
3403
- .e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
3404
- .e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
3405
- .e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
3403
+ .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-close.e-btn.e-small.e-round {
3404
+ height: 2em;
3405
+ width: 2em;
3406
+ }
3407
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-edit.e-btn.e-small.e-round,
3408
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-delete.e-btn.e-small.e-round,
3409
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-close.e-btn.e-small.e-round {
3406
3410
  height: 2em;
3407
3411
  width: 2em;
3408
3412
  }
@@ -3416,8 +3420,13 @@
3416
3420
  .e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
3417
3421
  font-size: 14px;
3418
3422
  }
3423
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
3424
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
3425
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
3426
+ height: 35px;
3427
+ }
3419
3428
  .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3420
- padding: 0 5px 0 8px;
3429
+ padding: 2px 5px;
3421
3430
  }
3422
3431
 
3423
3432
  .e-bigger .e-agenda-view .e-appointment {
@@ -4199,6 +4208,7 @@
4199
4208
  .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
4200
4209
  .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
4201
4210
  padding-right: 0;
4211
+ margin-top: 24px;
4202
4212
  }
4203
4213
  .e-recurrenceeditor.e-rtl .e-end-on > div,
4204
4214
  .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
@@ -4273,13 +4283,6 @@
4273
4283
  padding: 16px 20px 0;
4274
4284
  width: 50%;
4275
4285
  }
4276
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
4277
- float: none;
4278
- font-size: 12px;
4279
- font-weight: bold;
4280
- margin-bottom: 7px;
4281
- padding-right: 16px;
4282
- }
4283
4286
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
4284
4287
  padding-right: 16px;
4285
4288
  }
@@ -4289,7 +4292,7 @@
4289
4292
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
4290
4293
  font-size: 12px;
4291
4294
  font-weight: bold;
4292
- margin-bottom: 7px;
4295
+ margin-bottom: 9px;
4293
4296
  padding-right: 16px;
4294
4297
  }
4295
4298
  .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
@@ -4331,7 +4334,8 @@
4331
4334
  }
4332
4335
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
4333
4336
  font-size: 12px;
4334
- margin-bottom: 0;
4337
+ margin-bottom: 9px;
4338
+ font-weight: bold;
4335
4339
  }
4336
4340
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
4337
4341
  padding-right: 8px;
@@ -4497,7 +4501,7 @@
4497
4501
  }
4498
4502
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4499
4503
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4500
- margin-bottom: 7px;
4504
+ margin-bottom: 9px;
4501
4505
  }
4502
4506
  .e-recurrenceeditor .e-editor > div {
4503
4507
  margin-top: 20px;
@@ -1149,7 +1149,7 @@
1149
1149
  text-decoration: none;
1150
1150
  }
1151
1151
  .e-schedule.e-device .e-vertical-view .e-left-indent {
1152
- width: 35px;
1152
+ width: 60px;
1153
1153
  }
1154
1154
  .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
1155
1155
  .e-schedule.e-device .e-vertical-view .e-current-time {
@@ -1157,7 +1157,7 @@
1157
1157
  }
1158
1158
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
1159
1159
  float: left;
1160
- width: 35px;
1160
+ width: 60px;
1161
1161
  }
1162
1162
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
1163
1163
  font-size: 11px;
@@ -1195,7 +1195,7 @@
1195
1195
  }
1196
1196
  @media screen and (max-width: 480px) {
1197
1197
  .e-schedule .e-vertical-view .e-left-indent {
1198
- width: 35px;
1198
+ width: 60px;
1199
1199
  }
1200
1200
  }
1201
1201
  .e-schedule .e-month-view .e-left-indent,
@@ -3345,8 +3345,8 @@
3345
3345
  background: transparent;
3346
3346
  border: 0;
3347
3347
  color: #333;
3348
- height: 40px;
3349
- width: 40px;
3348
+ height: 35px;
3349
+ width: 35px;
3350
3350
  }
3351
3351
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
3352
3352
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
@@ -3358,10 +3358,10 @@
3358
3358
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3359
3359
  font-size: 15px;
3360
3360
  font-weight: 500;
3361
- height: 40px;
3361
+ height: 35px;
3362
3362
  line-height: 2.25;
3363
- padding: 4px 5px;
3364
- width: calc(100% - 95px);
3363
+ padding: 2px 5px;
3364
+ width: calc(100% - 105px);
3365
3365
  }
3366
3366
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
3367
3367
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
@@ -3395,9 +3395,13 @@
3395
3395
  .e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
3396
3396
  padding-right: 13px;
3397
3397
  }
3398
- .e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
3399
- .e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
3400
- .e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
3398
+ .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-close.e-btn.e-small.e-round {
3399
+ height: 2em;
3400
+ width: 2em;
3401
+ }
3402
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-edit.e-btn.e-small.e-round,
3403
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-delete.e-btn.e-small.e-round,
3404
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-close.e-btn.e-small.e-round {
3401
3405
  height: 2em;
3402
3406
  width: 2em;
3403
3407
  }
@@ -3411,8 +3415,13 @@
3411
3415
  .e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
3412
3416
  font-size: 14px;
3413
3417
  }
3418
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
3419
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
3420
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
3421
+ height: 35px;
3422
+ }
3414
3423
  .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3415
- padding: 0 5px 0 8px;
3424
+ padding: 2px 5px;
3416
3425
  }
3417
3426
 
3418
3427
  .e-bigger .e-agenda-view .e-appointment {
@@ -4194,6 +4203,7 @@
4194
4203
  .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
4195
4204
  .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
4196
4205
  padding-right: 0;
4206
+ margin-top: 24px;
4197
4207
  }
4198
4208
  .e-recurrenceeditor.e-rtl .e-end-on > div,
4199
4209
  .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
@@ -4268,13 +4278,6 @@
4268
4278
  padding: 16px 20px 0;
4269
4279
  width: 50%;
4270
4280
  }
4271
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
4272
- float: none;
4273
- font-size: 12px;
4274
- font-weight: bold;
4275
- margin-bottom: 7px;
4276
- padding-right: 16px;
4277
- }
4278
4281
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
4279
4282
  padding-right: 16px;
4280
4283
  }
@@ -4284,7 +4287,7 @@
4284
4287
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
4285
4288
  font-size: 12px;
4286
4289
  font-weight: bold;
4287
- margin-bottom: 7px;
4290
+ margin-bottom: 9px;
4288
4291
  padding-right: 16px;
4289
4292
  }
4290
4293
  .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
@@ -4326,7 +4329,8 @@
4326
4329
  }
4327
4330
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
4328
4331
  font-size: 12px;
4329
- margin-bottom: 0;
4332
+ margin-bottom: 9px;
4333
+ font-weight: bold;
4330
4334
  }
4331
4335
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
4332
4336
  padding-right: 8px;
@@ -4492,7 +4496,7 @@
4492
4496
  }
4493
4497
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4494
4498
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4495
- margin-bottom: 7px;
4499
+ margin-bottom: 9px;
4496
4500
  }
4497
4501
  .e-recurrenceeditor .e-editor > div {
4498
4502
  margin-top: 20px;
@@ -1258,7 +1258,7 @@
1258
1258
  text-decoration: none;
1259
1259
  }
1260
1260
  .e-schedule.e-device .e-vertical-view .e-left-indent {
1261
- width: 35px;
1261
+ width: 60px;
1262
1262
  }
1263
1263
  .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
1264
1264
  .e-schedule.e-device .e-vertical-view .e-current-time {
@@ -1266,7 +1266,7 @@
1266
1266
  }
1267
1267
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
1268
1268
  float: left;
1269
- width: 35px;
1269
+ width: 60px;
1270
1270
  }
1271
1271
  .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
1272
1272
  font-size: 11px;
@@ -1304,7 +1304,7 @@
1304
1304
  }
1305
1305
  @media screen and (max-width: 480px) {
1306
1306
  .e-schedule .e-vertical-view .e-left-indent {
1307
- width: 35px;
1307
+ width: 60px;
1308
1308
  }
1309
1309
  }
1310
1310
  .e-schedule .e-month-view .e-left-indent,
@@ -3454,8 +3454,8 @@
3454
3454
  background: #fff;
3455
3455
  border: 0;
3456
3456
  color: rgba(33, 37, 41, 0.5);
3457
- height: 40px;
3458
- width: 40px;
3457
+ height: 35px;
3458
+ width: 35px;
3459
3459
  }
3460
3460
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
3461
3461
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
@@ -3467,10 +3467,10 @@
3467
3467
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3468
3468
  font-size: 15px;
3469
3469
  font-weight: 500;
3470
- height: 40px;
3470
+ height: 35px;
3471
3471
  line-height: 2.25;
3472
- padding: 4px 5px;
3473
- width: calc(100% - 95px);
3472
+ padding: 2px 5px;
3473
+ width: calc(100% - 105px);
3474
3474
  }
3475
3475
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
3476
3476
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
@@ -3504,9 +3504,13 @@
3504
3504
  .e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
3505
3505
  padding-right: 13px;
3506
3506
  }
3507
- .e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
3508
- .e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
3509
- .e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
3507
+ .e-bigger .e-quick-popup-wrapper .e-cell-popup .e-close.e-btn.e-small.e-round {
3508
+ height: 2em;
3509
+ width: 2em;
3510
+ }
3511
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-edit.e-btn.e-small.e-round,
3512
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-delete.e-btn.e-small.e-round,
3513
+ .e-bigger .e-quick-popup-wrapper .e-event-popup .e-close.e-btn.e-small.e-round {
3510
3514
  height: 2em;
3511
3515
  width: 2em;
3512
3516
  }
@@ -3520,8 +3524,13 @@
3520
3524
  .e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
3521
3525
  font-size: 14px;
3522
3526
  }
3527
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
3528
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
3529
+ .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
3530
+ height: 35px;
3531
+ }
3523
3532
  .e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
3524
- padding: 0 5px 0 8px;
3533
+ padding: 2px 5px;
3525
3534
  }
3526
3535
 
3527
3536
  .e-bigger .e-agenda-view .e-appointment {
@@ -4303,6 +4312,7 @@
4303
4312
  .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
4304
4313
  .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
4305
4314
  padding-right: 0;
4315
+ margin-top: 24px;
4306
4316
  }
4307
4317
  .e-recurrenceeditor.e-rtl .e-end-on > div,
4308
4318
  .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
@@ -4377,13 +4387,6 @@
4377
4387
  padding: 16px 20px 0;
4378
4388
  width: 50%;
4379
4389
  }
4380
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
4381
- float: none;
4382
- font-size: 14px;
4383
- font-weight: 400;
4384
- margin-bottom: 7px;
4385
- padding-right: 16px;
4386
- }
4387
4390
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
4388
4391
  padding-right: 16px;
4389
4392
  }
@@ -4393,7 +4396,7 @@
4393
4396
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
4394
4397
  font-size: 14px;
4395
4398
  font-weight: 400;
4396
- margin-bottom: 7px;
4399
+ margin-bottom: 3px;
4397
4400
  padding-right: 16px;
4398
4401
  }
4399
4402
  .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
@@ -4436,6 +4439,7 @@
4436
4439
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
4437
4440
  font-size: 16px;
4438
4441
  margin-bottom: 0;
4442
+ font-weight: 400;
4439
4443
  }
4440
4444
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
4441
4445
  padding-right: 16px;
@@ -4601,7 +4605,7 @@
4601
4605
  }
4602
4606
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
4603
4607
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
4604
- margin-bottom: 7px;
4608
+ margin-bottom: 3px;
4605
4609
  }
4606
4610
  .e-recurrenceeditor .e-editor > div {
4607
4611
  margin-top: 20px;