@syncfusion/ej2-schedule 30.2.7 → 31.1.20

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 (154) hide show
  1. package/dist/ej2-schedule.min.js +2 -2
  2. package/dist/ej2-schedule.umd.min.js +2 -2
  3. package/dist/ej2-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-schedule.es2015.js +111 -37
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +111 -37
  7. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-schedule.min.js +2 -2
  9. package/dist/global/ej2-schedule.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +11 -11
  12. package/src/schedule/actions/action-base.js +3 -0
  13. package/src/schedule/actions/drag.js +11 -4
  14. package/src/schedule/actions/keyboard.js +1 -1
  15. package/src/schedule/actions/resize.js +8 -5
  16. package/src/schedule/base/css-constant.d.ts +2 -0
  17. package/src/schedule/base/css-constant.js +2 -0
  18. package/src/schedule/base/schedule.js +15 -1
  19. package/src/schedule/event-renderer/agenda-base.d.ts +1 -1
  20. package/src/schedule/event-renderer/agenda-base.js +5 -4
  21. package/src/schedule/event-renderer/event-base.js +1 -1
  22. package/src/schedule/event-renderer/inline-edit.js +11 -6
  23. package/src/schedule/event-renderer/month.js +5 -3
  24. package/src/schedule/event-renderer/vertical-view.js +3 -0
  25. package/src/schedule/event-renderer/year.d.ts +2 -0
  26. package/src/schedule/event-renderer/year.js +28 -4
  27. package/src/schedule/popups/event-tooltip.js +4 -0
  28. package/src/schedule/popups/event-window.js +2 -2
  29. package/src/schedule/popups/quick-popups.js +5 -1
  30. package/src/schedule/renderer/agenda.js +3 -2
  31. package/src/schedule/renderer/vertical-view.js +1 -1
  32. package/src/schedule/renderer/year.js +3 -2
  33. package/styles/bds-lite.css +11 -8
  34. package/styles/bds.css +11 -8
  35. package/styles/bootstrap-dark-lite.css +12 -9
  36. package/styles/bootstrap-dark.css +12 -9
  37. package/styles/bootstrap-lite.css +12 -9
  38. package/styles/bootstrap.css +12 -9
  39. package/styles/bootstrap4-lite.css +19 -8
  40. package/styles/bootstrap4.css +19 -8
  41. package/styles/bootstrap5-dark-lite.css +11 -8
  42. package/styles/bootstrap5-dark.css +11 -8
  43. package/styles/bootstrap5-lite.css +11 -8
  44. package/styles/bootstrap5.3-lite.css +11 -8
  45. package/styles/bootstrap5.3.css +11 -8
  46. package/styles/bootstrap5.css +11 -8
  47. package/styles/fabric-dark-lite.css +12 -9
  48. package/styles/fabric-dark.css +12 -9
  49. package/styles/fabric-lite.css +12 -9
  50. package/styles/fabric.css +12 -9
  51. package/styles/fluent-dark-lite.css +13 -10
  52. package/styles/fluent-dark.css +13 -10
  53. package/styles/fluent-lite.css +13 -10
  54. package/styles/fluent.css +13 -10
  55. package/styles/fluent2-lite.css +11 -8
  56. package/styles/fluent2.css +11 -8
  57. package/styles/highcontrast-light-lite.css +12 -9
  58. package/styles/highcontrast-light.css +12 -9
  59. package/styles/highcontrast-lite.css +12 -9
  60. package/styles/highcontrast.css +12 -9
  61. package/styles/material-dark-lite.css +12 -9
  62. package/styles/material-dark.css +12 -9
  63. package/styles/material-lite.css +12 -9
  64. package/styles/material.css +12 -9
  65. package/styles/material3-dark-lite.css +11 -8
  66. package/styles/material3-dark.css +11 -8
  67. package/styles/material3-lite.css +11 -8
  68. package/styles/material3.css +11 -8
  69. package/styles/recurrence-editor/_bds-definition.scss +1 -0
  70. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +1 -0
  71. package/styles/recurrence-editor/_bootstrap-definition.scss +1 -0
  72. package/styles/recurrence-editor/_bootstrap4-definition.scss +1 -0
  73. package/styles/recurrence-editor/_bootstrap5-definition.scss +1 -0
  74. package/styles/recurrence-editor/_bootstrap5.3-definition.scss +1 -0
  75. package/styles/recurrence-editor/_fabric-dark-definition.scss +1 -0
  76. package/styles/recurrence-editor/_fabric-definition.scss +1 -0
  77. package/styles/recurrence-editor/_fluent-definition.scss +1 -0
  78. package/styles/recurrence-editor/_fluent2-definition.scss +1 -0
  79. package/styles/recurrence-editor/_fusionnew-definition.scss +1 -0
  80. package/styles/recurrence-editor/_highcontrast-definition.scss +1 -0
  81. package/styles/recurrence-editor/_highcontrast-light-definition.scss +1 -0
  82. package/styles/recurrence-editor/_layout.scss +5 -1
  83. package/styles/recurrence-editor/_material-dark-definition.scss +1 -0
  84. package/styles/recurrence-editor/_material-definition.scss +1 -0
  85. package/styles/recurrence-editor/_material3-definition.scss +1 -0
  86. package/styles/recurrence-editor/_tailwind-definition.scss +1 -0
  87. package/styles/recurrence-editor/_tailwind3-definition.scss +1 -0
  88. package/styles/recurrence-editor/bds.css +3 -0
  89. package/styles/recurrence-editor/bootstrap-dark.css +4 -1
  90. package/styles/recurrence-editor/bootstrap.css +4 -1
  91. package/styles/recurrence-editor/bootstrap4.css +11 -0
  92. package/styles/recurrence-editor/bootstrap5-dark.css +3 -0
  93. package/styles/recurrence-editor/bootstrap5.3.css +3 -0
  94. package/styles/recurrence-editor/bootstrap5.css +3 -0
  95. package/styles/recurrence-editor/fabric-dark.css +4 -1
  96. package/styles/recurrence-editor/fabric.css +4 -1
  97. package/styles/recurrence-editor/fluent-dark.css +4 -1
  98. package/styles/recurrence-editor/fluent.css +4 -1
  99. package/styles/recurrence-editor/fluent2.css +3 -0
  100. package/styles/recurrence-editor/highcontrast-light.css +4 -1
  101. package/styles/recurrence-editor/highcontrast.css +4 -1
  102. package/styles/recurrence-editor/material-dark.css +4 -1
  103. package/styles/recurrence-editor/material.css +4 -1
  104. package/styles/recurrence-editor/material3-dark.css +3 -0
  105. package/styles/recurrence-editor/material3.css +3 -0
  106. package/styles/recurrence-editor/tailwind-dark.css +3 -0
  107. package/styles/recurrence-editor/tailwind.css +3 -0
  108. package/styles/recurrence-editor/tailwind3.css +3 -0
  109. package/styles/schedule/_bds-definition.scss +2 -0
  110. package/styles/schedule/_bootstrap-dark-definition.scss +2 -0
  111. package/styles/schedule/_bootstrap-definition.scss +2 -0
  112. package/styles/schedule/_bootstrap4-definition.scss +2 -0
  113. package/styles/schedule/_bootstrap5-definition.scss +2 -0
  114. package/styles/schedule/_bootstrap5.3-definition.scss +2 -0
  115. package/styles/schedule/_fabric-dark-definition.scss +2 -0
  116. package/styles/schedule/_fabric-definition.scss +2 -0
  117. package/styles/schedule/_fluent-definition.scss +3 -1
  118. package/styles/schedule/_fluent2-definition.scss +2 -0
  119. package/styles/schedule/_fusionnew-definition.scss +2 -0
  120. package/styles/schedule/_highcontrast-definition.scss +2 -0
  121. package/styles/schedule/_highcontrast-light-definition.scss +2 -0
  122. package/styles/schedule/_layout.scss +12 -11
  123. package/styles/schedule/_material-dark-definition.scss +2 -0
  124. package/styles/schedule/_material-definition.scss +2 -0
  125. package/styles/schedule/_material3-definition.scss +2 -0
  126. package/styles/schedule/_tailwind-definition.scss +2 -0
  127. package/styles/schedule/_tailwind3-definition.scss +2 -0
  128. package/styles/schedule/bds.css +8 -8
  129. package/styles/schedule/bootstrap-dark.css +8 -8
  130. package/styles/schedule/bootstrap.css +8 -8
  131. package/styles/schedule/bootstrap4.css +16 -8
  132. package/styles/schedule/bootstrap5-dark.css +8 -8
  133. package/styles/schedule/bootstrap5.3.css +8 -8
  134. package/styles/schedule/bootstrap5.css +8 -8
  135. package/styles/schedule/fabric-dark.css +8 -8
  136. package/styles/schedule/fabric.css +8 -8
  137. package/styles/schedule/fluent-dark.css +9 -9
  138. package/styles/schedule/fluent.css +9 -9
  139. package/styles/schedule/fluent2.css +8 -8
  140. package/styles/schedule/highcontrast-light.css +8 -8
  141. package/styles/schedule/highcontrast.css +8 -8
  142. package/styles/schedule/material-dark.css +8 -8
  143. package/styles/schedule/material.css +8 -8
  144. package/styles/schedule/material3-dark.css +8 -8
  145. package/styles/schedule/material3.css +8 -8
  146. package/styles/schedule/tailwind-dark.css +8 -8
  147. package/styles/schedule/tailwind.css +8 -8
  148. package/styles/schedule/tailwind3.css +8 -8
  149. package/styles/tailwind-dark-lite.css +11 -8
  150. package/styles/tailwind-dark.css +11 -8
  151. package/styles/tailwind-lite.css +11 -8
  152. package/styles/tailwind.css +11 -8
  153. package/styles/tailwind3-lite.css +11 -8
  154. package/styles/tailwind3.css +11 -8
@@ -1197,7 +1197,6 @@
1197
1197
  }
1198
1198
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1199
1199
  font-weight: 500;
1200
- margin-left: 15px;
1201
1200
  margin-right: auto;
1202
1201
  }
1203
1202
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2077,6 +2076,10 @@
2077
2076
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2078
2077
  text-align: right;
2079
2078
  }
2079
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2080
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2081
+ padding: 5px;
2082
+ }
2080
2083
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2081
2084
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2082
2085
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3110,13 +3113,6 @@
3110
3113
  left: 6px;
3111
3114
  right: auto;
3112
3115
  }
3113
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3114
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3115
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3116
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3117
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3118
- margin-right: 10px;
3119
- }
3120
3116
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3121
3117
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3122
3118
  margin-left: 8px;
@@ -3302,6 +3298,10 @@
3302
3298
  display: none;
3303
3299
  }
3304
3300
 
3301
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3302
+ line-height: 1.4;
3303
+ }
3304
+
3305
3305
  @media print {
3306
3306
  .e-schedule .e-table-container {
3307
3307
  display: block;
@@ -4004,6 +4004,9 @@
4004
4004
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4005
4005
  padding: 0 8px 0 0;
4006
4006
  }
4007
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4008
+ margin-right: 20px;
4009
+ }
4007
4010
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4008
4011
  width: 30px;
4009
4012
  }
@@ -4042,7 +4045,7 @@
4042
4045
  }
4043
4046
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
4044
4047
  min-width: 30px;
4045
- margin-bottom: 18px;
4048
+ margin-bottom: 23px;
4046
4049
  }
4047
4050
  .e-recurrenceeditor .e-input-wrapper-side {
4048
4051
  float: left;
@@ -1197,7 +1197,6 @@
1197
1197
  }
1198
1198
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1199
1199
  font-weight: 500;
1200
- margin-left: 15px;
1201
1200
  margin-right: auto;
1202
1201
  }
1203
1202
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2077,6 +2076,10 @@
2077
2076
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2078
2077
  text-align: right;
2079
2078
  }
2079
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2080
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2081
+ padding: 5px;
2082
+ }
2080
2083
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2081
2084
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2082
2085
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3110,13 +3113,6 @@
3110
3113
  left: 6px;
3111
3114
  right: auto;
3112
3115
  }
3113
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3114
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3115
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3116
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3117
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3118
- margin-right: 10px;
3119
- }
3120
3116
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3121
3117
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3122
3118
  margin-left: 8px;
@@ -3302,6 +3298,10 @@
3302
3298
  display: none;
3303
3299
  }
3304
3300
 
3301
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3302
+ line-height: 1.4;
3303
+ }
3304
+
3305
3305
  @media print {
3306
3306
  .e-schedule .e-table-container {
3307
3307
  display: block;
@@ -4671,6 +4671,9 @@
4671
4671
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4672
4672
  padding: 0 8px 0 0;
4673
4673
  }
4674
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4675
+ margin-right: 20px;
4676
+ }
4674
4677
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4675
4678
  width: 30px;
4676
4679
  }
@@ -4709,7 +4712,7 @@
4709
4712
  }
4710
4713
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
4711
4714
  min-width: 30px;
4712
- margin-bottom: 18px;
4715
+ margin-bottom: 23px;
4713
4716
  }
4714
4717
  .e-recurrenceeditor .e-input-wrapper-side {
4715
4718
  float: left;
@@ -1192,7 +1192,6 @@
1192
1192
  }
1193
1193
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1194
1194
  font-weight: 500;
1195
- margin-left: 15px;
1196
1195
  margin-right: auto;
1197
1196
  }
1198
1197
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2072,6 +2071,10 @@
2072
2071
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2073
2072
  text-align: right;
2074
2073
  }
2074
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2075
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2076
+ padding: 5px;
2077
+ }
2075
2078
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2076
2079
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2077
2080
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3105,13 +3108,6 @@
3105
3108
  left: 6px;
3106
3109
  right: auto;
3107
3110
  }
3108
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3109
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3110
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3111
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3112
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3113
- margin-right: 10px;
3114
- }
3115
3111
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3116
3112
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3117
3113
  margin-left: 8px;
@@ -3297,6 +3293,10 @@
3297
3293
  display: none;
3298
3294
  }
3299
3295
 
3296
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3297
+ line-height: 1.4;
3298
+ }
3299
+
3300
3300
  @media print {
3301
3301
  .e-schedule .e-table-container {
3302
3302
  display: block;
@@ -3999,6 +3999,9 @@
3999
3999
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4000
4000
  padding: 0 8px 0 0;
4001
4001
  }
4002
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4003
+ margin-right: 20px;
4004
+ }
4002
4005
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4003
4006
  width: 30px;
4004
4007
  }
@@ -4037,7 +4040,7 @@
4037
4040
  }
4038
4041
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
4039
4042
  min-width: 30px;
4040
- margin-bottom: 18px;
4043
+ margin-bottom: 23px;
4041
4044
  }
4042
4045
  .e-recurrenceeditor .e-input-wrapper-side {
4043
4046
  float: left;
@@ -1192,7 +1192,6 @@
1192
1192
  }
1193
1193
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1194
1194
  font-weight: 500;
1195
- margin-left: 15px;
1196
1195
  margin-right: auto;
1197
1196
  }
1198
1197
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2072,6 +2071,10 @@
2072
2071
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2073
2072
  text-align: right;
2074
2073
  }
2074
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2075
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2076
+ padding: 5px;
2077
+ }
2075
2078
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2076
2079
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2077
2080
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3105,13 +3108,6 @@
3105
3108
  left: 6px;
3106
3109
  right: auto;
3107
3110
  }
3108
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3109
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3110
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3111
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3112
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3113
- margin-right: 10px;
3114
- }
3115
3111
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3116
3112
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3117
3113
  margin-left: 8px;
@@ -3297,6 +3293,10 @@
3297
3293
  display: none;
3298
3294
  }
3299
3295
 
3296
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3297
+ line-height: 1.4;
3298
+ }
3299
+
3300
3300
  @media print {
3301
3301
  .e-schedule .e-table-container {
3302
3302
  display: block;
@@ -4666,6 +4666,9 @@
4666
4666
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4667
4667
  padding: 0 8px 0 0;
4668
4668
  }
4669
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4670
+ margin-right: 20px;
4671
+ }
4669
4672
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4670
4673
  width: 30px;
4671
4674
  }
@@ -4704,7 +4707,7 @@
4704
4707
  }
4705
4708
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
4706
4709
  min-width: 30px;
4707
- margin-bottom: 18px;
4710
+ margin-bottom: 23px;
4708
4711
  }
4709
4712
  .e-recurrenceeditor .e-input-wrapper-side {
4710
4713
  float: left;
@@ -82,6 +82,14 @@
82
82
  font-size: 12px;
83
83
  }
84
84
 
85
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
86
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
87
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
88
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
89
+ background: transparent;
90
+ color: #495057;
91
+ }
92
+
85
93
  .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
86
94
  .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
87
95
  font-size: 10px;
@@ -1239,7 +1247,6 @@
1239
1247
  }
1240
1248
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1241
1249
  font-weight: 500;
1242
- margin-left: 15px;
1243
1250
  margin-right: auto;
1244
1251
  }
1245
1252
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2119,6 +2126,10 @@
2119
2126
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2120
2127
  text-align: right;
2121
2128
  }
2129
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2130
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2131
+ padding: 8px 8px 8px 0;
2132
+ }
2122
2133
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2123
2134
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2124
2135
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3152,13 +3163,6 @@
3152
3163
  left: 6px;
3153
3164
  right: auto;
3154
3165
  }
3155
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3156
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3157
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3158
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3159
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3160
- margin-right: 10px;
3161
- }
3162
3166
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3163
3167
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3164
3168
  margin-left: 8px;
@@ -3344,6 +3348,10 @@
3344
3348
  display: none;
3345
3349
  }
3346
3350
 
3351
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3352
+ line-height: 1.5;
3353
+ }
3354
+
3347
3355
  @media print {
3348
3356
  .e-schedule .e-table-container {
3349
3357
  display: block;
@@ -4046,6 +4054,9 @@
4046
4054
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4047
4055
  padding: 0 8px 0 0;
4048
4056
  }
4057
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4058
+ margin-right: 20px;
4059
+ }
4049
4060
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4050
4061
  width: 30px;
4051
4062
  }
@@ -82,6 +82,14 @@
82
82
  font-size: 12px;
83
83
  }
84
84
 
85
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
86
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
87
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
88
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
89
+ background: transparent;
90
+ color: #495057;
91
+ }
92
+
85
93
  .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
86
94
  .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
87
95
  font-size: 10px;
@@ -1239,7 +1247,6 @@
1239
1247
  }
1240
1248
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1241
1249
  font-weight: 500;
1242
- margin-left: 15px;
1243
1250
  margin-right: auto;
1244
1251
  }
1245
1252
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2119,6 +2126,10 @@
2119
2126
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2120
2127
  text-align: right;
2121
2128
  }
2129
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2130
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2131
+ padding: 8px 8px 8px 0;
2132
+ }
2122
2133
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2123
2134
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2124
2135
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3152,13 +3163,6 @@
3152
3163
  left: 6px;
3153
3164
  right: auto;
3154
3165
  }
3155
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3156
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3157
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3158
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3159
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3160
- margin-right: 10px;
3161
- }
3162
3166
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3163
3167
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3164
3168
  margin-left: 8px;
@@ -3344,6 +3348,10 @@
3344
3348
  display: none;
3345
3349
  }
3346
3350
 
3351
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3352
+ line-height: 1.5;
3353
+ }
3354
+
3347
3355
  @media print {
3348
3356
  .e-schedule .e-table-container {
3349
3357
  display: block;
@@ -4713,6 +4721,9 @@
4713
4721
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4714
4722
  padding: 0 8px 0 0;
4715
4723
  }
4724
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4725
+ margin-right: 20px;
4726
+ }
4716
4727
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4717
4728
  width: 30px;
4718
4729
  }
@@ -1242,7 +1242,6 @@
1242
1242
  }
1243
1243
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1244
1244
  font-weight: 500;
1245
- margin-left: 15px;
1246
1245
  margin-right: auto;
1247
1246
  }
1248
1247
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2122,6 +2121,10 @@
2122
2121
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2123
2122
  text-align: right;
2124
2123
  }
2124
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2125
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2126
+ padding: 8px 8px 8px 0;
2127
+ }
2125
2128
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2126
2129
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2127
2130
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3155,13 +3158,6 @@
3155
3158
  left: 6px;
3156
3159
  right: auto;
3157
3160
  }
3158
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3159
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3160
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3161
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3162
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3163
- margin-right: 10px;
3164
- }
3165
3161
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3166
3162
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3167
3163
  margin-left: 8px;
@@ -3347,6 +3343,10 @@
3347
3343
  display: none;
3348
3344
  }
3349
3345
 
3346
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3347
+ line-height: 1.4;
3348
+ }
3349
+
3350
3350
  @media print {
3351
3351
  .e-schedule .e-table-container {
3352
3352
  display: block;
@@ -4049,6 +4049,9 @@
4049
4049
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4050
4050
  padding: 0 8px 0 0;
4051
4051
  }
4052
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4053
+ margin-right: 20px;
4054
+ }
4052
4055
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4053
4056
  width: 30px;
4054
4057
  }
@@ -1242,7 +1242,6 @@
1242
1242
  }
1243
1243
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1244
1244
  font-weight: 500;
1245
- margin-left: 15px;
1246
1245
  margin-right: auto;
1247
1246
  }
1248
1247
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2122,6 +2121,10 @@
2122
2121
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2123
2122
  text-align: right;
2124
2123
  }
2124
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2125
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2126
+ padding: 8px 8px 8px 0;
2127
+ }
2125
2128
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2126
2129
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2127
2130
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3155,13 +3158,6 @@
3155
3158
  left: 6px;
3156
3159
  right: auto;
3157
3160
  }
3158
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3159
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3160
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3161
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3162
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3163
- margin-right: 10px;
3164
- }
3165
3161
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3166
3162
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3167
3163
  margin-left: 8px;
@@ -3347,6 +3343,10 @@
3347
3343
  display: none;
3348
3344
  }
3349
3345
 
3346
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3347
+ line-height: 1.4;
3348
+ }
3349
+
3350
3350
  @media print {
3351
3351
  .e-schedule .e-table-container {
3352
3352
  display: block;
@@ -4716,6 +4716,9 @@
4716
4716
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4717
4717
  padding: 0 8px 0 0;
4718
4718
  }
4719
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4720
+ margin-right: 20px;
4721
+ }
4719
4722
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4720
4723
  width: 30px;
4721
4724
  }
@@ -1242,7 +1242,6 @@
1242
1242
  }
1243
1243
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1244
1244
  font-weight: 500;
1245
- margin-left: 15px;
1246
1245
  margin-right: auto;
1247
1246
  }
1248
1247
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2122,6 +2121,10 @@
2122
2121
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2123
2122
  text-align: right;
2124
2123
  }
2124
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2125
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2126
+ padding: 8px 8px 8px 0;
2127
+ }
2125
2128
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2126
2129
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2127
2130
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3155,13 +3158,6 @@
3155
3158
  left: 6px;
3156
3159
  right: auto;
3157
3160
  }
3158
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3159
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3160
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3161
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3162
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3163
- margin-right: 10px;
3164
- }
3165
3161
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3166
3162
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3167
3163
  margin-left: 8px;
@@ -3347,6 +3343,10 @@
3347
3343
  display: none;
3348
3344
  }
3349
3345
 
3346
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3347
+ line-height: 1.4;
3348
+ }
3349
+
3350
3350
  @media print {
3351
3351
  .e-schedule .e-table-container {
3352
3352
  display: block;
@@ -4049,6 +4049,9 @@
4049
4049
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4050
4050
  padding: 0 8px 0 0;
4051
4051
  }
4052
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4053
+ margin-right: 20px;
4054
+ }
4052
4055
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4053
4056
  width: 30px;
4054
4057
  }
@@ -1246,7 +1246,6 @@
1246
1246
  }
1247
1247
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1248
1248
  font-weight: 500;
1249
- margin-left: 15px;
1250
1249
  margin-right: auto;
1251
1250
  }
1252
1251
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2126,6 +2125,10 @@
2126
2125
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2127
2126
  text-align: right;
2128
2127
  }
2128
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2129
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2130
+ padding: 8px 8px 8px 0;
2131
+ }
2129
2132
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2130
2133
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2131
2134
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3159,13 +3162,6 @@
3159
3162
  left: 6px;
3160
3163
  right: auto;
3161
3164
  }
3162
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3163
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3164
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3165
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3166
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3167
- margin-right: 10px;
3168
- }
3169
3165
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3170
3166
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3171
3167
  margin-left: 8px;
@@ -3351,6 +3347,10 @@
3351
3347
  display: none;
3352
3348
  }
3353
3349
 
3350
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3351
+ line-height: 1.4;
3352
+ }
3353
+
3354
3354
  @media print {
3355
3355
  .e-schedule .e-table-container {
3356
3356
  display: block;
@@ -4095,6 +4095,9 @@
4095
4095
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4096
4096
  padding: 0 8px 0 0;
4097
4097
  }
4098
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4099
+ margin-right: 20px;
4100
+ }
4098
4101
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4099
4102
  width: 30px;
4100
4103
  }
@@ -1246,7 +1246,6 @@
1246
1246
  }
1247
1247
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1248
1248
  font-weight: 500;
1249
- margin-left: 15px;
1250
1249
  margin-right: auto;
1251
1250
  }
1252
1251
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2126,6 +2125,10 @@
2126
2125
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2127
2126
  text-align: right;
2128
2127
  }
2128
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2129
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2130
+ padding: 8px 8px 8px 0;
2131
+ }
2129
2132
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2130
2133
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2131
2134
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3159,13 +3162,6 @@
3159
3162
  left: 6px;
3160
3163
  right: auto;
3161
3164
  }
3162
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3163
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3164
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3165
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3166
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3167
- margin-right: 10px;
3168
- }
3169
3165
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3170
3166
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3171
3167
  margin-left: 8px;
@@ -3351,6 +3347,10 @@
3351
3347
  display: none;
3352
3348
  }
3353
3349
 
3350
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3351
+ line-height: 1.4;
3352
+ }
3353
+
3354
3354
  @media print {
3355
3355
  .e-schedule .e-table-container {
3356
3356
  display: block;
@@ -4762,6 +4762,9 @@
4762
4762
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4763
4763
  padding: 0 8px 0 0;
4764
4764
  }
4765
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4766
+ margin-right: 20px;
4767
+ }
4765
4768
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4766
4769
  width: 30px;
4767
4770
  }