@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
@@ -1251,7 +1251,6 @@
1251
1251
  }
1252
1252
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
1253
1253
  font-weight: 500;
1254
- margin-left: 15px;
1255
1254
  margin-right: auto;
1256
1255
  }
1257
1256
  .e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
@@ -2133,6 +2132,10 @@
2133
2132
  .e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2134
2133
  text-align: right;
2135
2134
  }
2135
+ .e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
2136
+ .e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
2137
+ padding: 8px 8px 8px 0;
2138
+ }
2136
2139
  .e-schedule.e-device .e-month-view .e-date-header-wrap,
2137
2140
  .e-schedule.e-device .e-timeline-view .e-date-header-wrap,
2138
2141
  .e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
@@ -3168,13 +3171,6 @@
3168
3171
  left: 6px;
3169
3172
  right: auto;
3170
3173
  }
3171
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
3172
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
3173
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
3174
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
3175
- .e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
3176
- margin-right: 10px;
3177
- }
3178
3174
  .e-quick-popup-wrapper.e-rtl .e-event-details,
3179
3175
  .e-quick-popup-wrapper.e-rtl .e-event-edit {
3180
3176
  margin-left: 8px;
@@ -3360,6 +3356,10 @@
3360
3356
  display: none;
3361
3357
  }
3362
3358
 
3359
+ .e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
3360
+ line-height: 1.8;
3361
+ }
3362
+
3363
3363
  @media print {
3364
3364
  .e-schedule .e-table-container {
3365
3365
  display: block;
@@ -4738,6 +4738,9 @@
4738
4738
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
4739
4739
  padding: 0 8px 0 0;
4740
4740
  }
4741
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
4742
+ margin-right: 20px;
4743
+ }
4741
4744
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
4742
4745
  width: 30px;
4743
4746
  }
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 2px !default;
13
13
  $recurrence-week-position-min-width: 94px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-min-width: 190px !default;
12
12
  $recurrence-day-position-bgr-padding-left: 54px !default;
13
13
  $recurrence-end-bgr-padding-right: 8px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 8px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 5px !default;
13
13
  $recurrence-week-position-min-width: 90px !default;
14
14
  $recurrence-end-on-date-margin-top: 28px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 5px !default;
13
13
  $recurrence-week-position-min-width: 90px !default;
14
14
  $recurrence-end-on-date-margin-top: 28px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 5px !default;
13
13
  $recurrence-week-position-min-width: 90px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 0 !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 5px !default;
13
13
  $recurrence-week-position-min-width: 100px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 5px !default;
13
13
  $recurrence-week-position-min-width: 88px !default;
14
14
  $recurrence-end-on-date-margin-top: 28px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 5px !default;
13
13
  $recurrence-week-position-min-width: 88px !default;
14
14
  $recurrence-end-on-date-margin-top: 28px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -117,6 +117,10 @@
117
117
  padding: 0 8px 0 0;
118
118
  }
119
119
 
120
+ .e-recurrence-table .e-day-position {
121
+ margin-right: 20px;
122
+ }
123
+
120
124
  .e-recurrenceeditor {
121
125
  .e-recurrence-table {
122
126
  &.e-month-expand-wrapper td:first-child {
@@ -168,7 +172,7 @@
168
172
 
169
173
  .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
170
174
  min-width: 30px;
171
- margin-bottom: 18px;
175
+ margin-bottom: $recurrence-repeat-on-week-selector-margin-bottom;
172
176
  }
173
177
 
174
178
  .e-input-wrapper-side {
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 14px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 81px !default;
14
14
  $recurrence-end-on-date-margin-top: 16px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 14px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 81px !default;
14
14
  $recurrence-end-on-date-margin-top: 16px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 23px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 16px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 2px !default;
13
13
  $recurrence-week-position-min-width: 94px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -12,3 +12,4 @@ $recurrence-day-position-bgr-padding-left: 54px !default;
12
12
  $recurrence-end-bgr-padding-right: 16px !default;
13
13
  $recurrence-week-position-min-width: 98px !default;
14
14
  $recurrence-end-on-date-margin-top: 24px !default;
15
+ $recurrence-repeat-on-week-selector-margin-bottom: 18px !default;
@@ -228,6 +228,9 @@
228
228
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
229
229
  padding: 0 8px 0 0;
230
230
  }
231
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
232
+ margin-right: 20px;
233
+ }
231
234
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
232
235
  width: 30px;
233
236
  }
@@ -153,6 +153,9 @@
153
153
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
154
154
  padding: 0 8px 0 0;
155
155
  }
156
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
157
+ margin-right: 20px;
158
+ }
156
159
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
157
160
  width: 30px;
158
161
  }
@@ -191,7 +194,7 @@
191
194
  }
192
195
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
193
196
  min-width: 30px;
194
- margin-bottom: 18px;
197
+ margin-bottom: 23px;
195
198
  }
196
199
  .e-recurrenceeditor .e-input-wrapper-side {
197
200
  float: left;
@@ -153,6 +153,9 @@
153
153
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
154
154
  padding: 0 8px 0 0;
155
155
  }
156
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
157
+ margin-right: 20px;
158
+ }
156
159
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
157
160
  width: 30px;
158
161
  }
@@ -191,7 +194,7 @@
191
194
  }
192
195
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
193
196
  min-width: 30px;
194
- margin-bottom: 18px;
197
+ margin-bottom: 23px;
195
198
  }
196
199
  .e-recurrenceeditor .e-input-wrapper-side {
197
200
  float: left;
@@ -79,6 +79,14 @@
79
79
  font-size: 12px;
80
80
  }
81
81
 
82
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
83
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
84
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
85
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
86
+ background: transparent;
87
+ color: #495057;
88
+ }
89
+
82
90
  .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
83
91
  .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
84
92
  font-size: 10px;
@@ -181,6 +189,9 @@
181
189
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
182
190
  padding: 0 8px 0 0;
183
191
  }
192
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
193
+ margin-right: 20px;
194
+ }
184
195
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
185
196
  width: 30px;
186
197
  }
@@ -191,6 +191,9 @@
191
191
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
192
192
  padding: 0 8px 0 0;
193
193
  }
194
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
195
+ margin-right: 20px;
196
+ }
194
197
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
195
198
  width: 30px;
196
199
  }
@@ -195,6 +195,9 @@
195
195
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
196
196
  padding: 0 8px 0 0;
197
197
  }
198
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
199
+ margin-right: 20px;
200
+ }
198
201
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
199
202
  width: 30px;
200
203
  }
@@ -191,6 +191,9 @@
191
191
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
192
192
  padding: 0 8px 0 0;
193
193
  }
194
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
195
+ margin-right: 20px;
196
+ }
194
197
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
195
198
  width: 30px;
196
199
  }
@@ -129,6 +129,9 @@
129
129
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
130
130
  padding: 0 8px 0 0;
131
131
  }
132
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
133
+ margin-right: 20px;
134
+ }
132
135
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
133
136
  width: 30px;
134
137
  }
@@ -167,7 +170,7 @@
167
170
  }
168
171
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
169
172
  min-width: 30px;
170
- margin-bottom: 18px;
173
+ margin-bottom: 23px;
171
174
  }
172
175
  .e-recurrenceeditor .e-input-wrapper-side {
173
176
  float: left;
@@ -129,6 +129,9 @@
129
129
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
130
130
  padding: 0 8px 0 0;
131
131
  }
132
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
133
+ margin-right: 20px;
134
+ }
132
135
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
133
136
  width: 30px;
134
137
  }
@@ -167,7 +170,7 @@
167
170
  }
168
171
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
169
172
  min-width: 30px;
170
- margin-bottom: 18px;
173
+ margin-bottom: 23px;
171
174
  }
172
175
  .e-recurrenceeditor .e-input-wrapper-side {
173
176
  float: left;
@@ -184,6 +184,9 @@
184
184
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
185
185
  padding: 0 8px 0 0;
186
186
  }
187
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
188
+ margin-right: 20px;
189
+ }
187
190
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
188
191
  width: 30px;
189
192
  }
@@ -222,7 +225,7 @@
222
225
  }
223
226
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
224
227
  min-width: 30px;
225
- margin-bottom: 18px;
228
+ margin-bottom: 0;
226
229
  }
227
230
  .e-recurrenceeditor .e-input-wrapper-side {
228
231
  float: left;
@@ -184,6 +184,9 @@
184
184
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
185
185
  padding: 0 8px 0 0;
186
186
  }
187
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
188
+ margin-right: 20px;
189
+ }
187
190
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
188
191
  width: 30px;
189
192
  }
@@ -222,7 +225,7 @@
222
225
  }
223
226
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
224
227
  min-width: 30px;
225
- margin-bottom: 18px;
228
+ margin-bottom: 0;
226
229
  }
227
230
  .e-recurrenceeditor .e-input-wrapper-side {
228
231
  float: left;
@@ -171,6 +171,9 @@
171
171
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
172
172
  padding: 0 8px 0 0;
173
173
  }
174
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
175
+ margin-right: 20px;
176
+ }
174
177
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
175
178
  width: 30px;
176
179
  }
@@ -138,6 +138,9 @@
138
138
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
139
139
  padding: 0 8px 0 0;
140
140
  }
141
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
142
+ margin-right: 20px;
143
+ }
141
144
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
142
145
  width: 30px;
143
146
  }
@@ -176,7 +179,7 @@
176
179
  }
177
180
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
178
181
  min-width: 30px;
179
- margin-bottom: 18px;
182
+ margin-bottom: 23px;
180
183
  }
181
184
  .e-recurrenceeditor .e-input-wrapper-side {
182
185
  float: left;
@@ -138,6 +138,9 @@
138
138
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
139
139
  padding: 0 8px 0 0;
140
140
  }
141
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
142
+ margin-right: 20px;
143
+ }
141
144
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
142
145
  width: 30px;
143
146
  }
@@ -176,7 +179,7 @@
176
179
  }
177
180
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
178
181
  min-width: 30px;
179
- margin-bottom: 18px;
182
+ margin-bottom: 23px;
180
183
  }
181
184
  .e-recurrenceeditor .e-input-wrapper-side {
182
185
  float: left;
@@ -178,6 +178,9 @@
178
178
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
179
179
  padding: 0 8px 0 0;
180
180
  }
181
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
182
+ margin-right: 20px;
183
+ }
181
184
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
182
185
  width: 30px;
183
186
  }
@@ -216,7 +219,7 @@
216
219
  }
217
220
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
218
221
  min-width: 30px;
219
- margin-bottom: 18px;
222
+ margin-bottom: 23px;
220
223
  }
221
224
  .e-recurrenceeditor .e-input-wrapper-side {
222
225
  float: left;
@@ -182,6 +182,9 @@
182
182
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
183
183
  padding: 0 8px 0 0;
184
184
  }
185
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
186
+ margin-right: 20px;
187
+ }
185
188
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
186
189
  width: 30px;
187
190
  }
@@ -220,7 +223,7 @@
220
223
  }
221
224
  .e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
222
225
  min-width: 30px;
223
- margin-bottom: 18px;
226
+ margin-bottom: 23px;
224
227
  }
225
228
  .e-recurrenceeditor .e-input-wrapper-side {
226
229
  float: left;
@@ -190,6 +190,9 @@
190
190
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
191
191
  padding: 0 8px 0 0;
192
192
  }
193
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
194
+ margin-right: 20px;
195
+ }
193
196
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
194
197
  width: 30px;
195
198
  }
@@ -192,6 +192,9 @@
192
192
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
193
193
  padding: 0 8px 0 0;
194
194
  }
195
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
196
+ margin-right: 20px;
197
+ }
195
198
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
196
199
  width: 30px;
197
200
  }
@@ -165,6 +165,9 @@
165
165
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
166
166
  padding: 0 8px 0 0;
167
167
  }
168
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
169
+ margin-right: 20px;
170
+ }
168
171
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
169
172
  width: 30px;
170
173
  }
@@ -165,6 +165,9 @@
165
165
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
166
166
  padding: 0 8px 0 0;
167
167
  }
168
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
169
+ margin-right: 20px;
170
+ }
168
171
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
169
172
  width: 30px;
170
173
  }
@@ -195,6 +195,9 @@
195
195
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
196
196
  padding: 0 8px 0 0;
197
197
  }
198
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
199
+ margin-right: 20px;
200
+ }
198
201
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
199
202
  width: 30px;
200
203
  }
@@ -66,6 +66,7 @@ $schedule-appointment-active-border-color: $icon-color !default;
66
66
  $schedule-month-agenda-app-indicator-color: $primary !default;
67
67
  $schedule-month-appointment-height: 26px !default;
68
68
  $schedule-month-appointment-text-line-height: 18px !default;
69
+ $schedule-month-event-clone-line-height-subject: 1.4 !default;
69
70
  $schedule-appointment-text-line-height: 18px !default;
70
71
  $schedule-month-appointment-time-padding: 1.5px !default;
71
72
  $schedule-month-appointment-subject-padding: 1px 2px !default;
@@ -225,6 +226,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
225
226
  $schedule-timeline-year-resource-cells-padding-left: 12px !default;
226
227
  $schedule-timeline-year-left-indent-padding: 0 !default;
227
228
  $schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
229
+ $schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
228
230
  $schedule-dialog-row-container-padding-bottom: 12px !default;
229
231
  $schedule-dialog-all-day-row-padding-top: 4px !default;
230
232
  $schedule-dialog-all-day-row-padding-bottom: 12px !default;
@@ -64,6 +64,7 @@ $schedule-appointment-active-border-color: $brand-primary-font !default;
64
64
  $schedule-month-agenda-app-indicator-color: $grey-light-font !default;
65
65
  $schedule-month-appointment-height: 22px !default;
66
66
  $schedule-month-appointment-text-line-height: 19px !default;
67
+ $schedule-month-event-clone-line-height-subject: 1.4 !default;
67
68
  $schedule-appointment-text-line-height: 20px !default;
68
69
  $schedule-month-appointment-time-padding: 2.5px !default;
69
70
  $schedule-month-appointment-subject-padding: 2.5px 2px !default;
@@ -224,6 +225,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
224
225
  $schedule-timeline-year-resource-cells-padding-left: 15px !default;
225
226
  $schedule-timeline-year-left-indent-padding: 0 !default;
226
227
  $schedule-timeline-date-header-wrap-padding: 5px !default;
228
+ $schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
227
229
  $schedule-dialog-row-container-padding-bottom: 12px !default;
228
230
  $schedule-dialog-all-day-row-padding-top: 8px !default;
229
231
  $schedule-dialog-all-day-row-padding-bottom: 14px !default;
@@ -59,6 +59,7 @@ $schedule-month-agenda-app-indicator-color: $grey-light-font !default;
59
59
  $schedule-month-appointment-height: 22px !default;
60
60
  $schedule-appointment-selected-border: 1px solid rgba($gray-base, .5) !default;
61
61
  $schedule-month-appointment-text-line-height: 19px !default;
62
+ $schedule-month-event-clone-line-height-subject: 1.4 !default;
62
63
  $schedule-appointment-text-line-height: 20px !default;
63
64
  $schedule-month-appointment-time-padding: 2.5px !default;
64
65
  $schedule-month-appointment-subject-padding: 2.5px 2px !default;
@@ -224,6 +225,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
224
225
  $schedule-timeline-year-resource-cells-padding-left: 15px !default;
225
226
  $schedule-timeline-year-left-indent-padding: 0 !default;
226
227
  $schedule-timeline-date-header-wrap-padding: 5px !default;
228
+ $schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
227
229
  $schedule-dialog-row-container-padding-bottom: 12px !default;
228
230
  $schedule-dialog-all-day-row-padding-top: 8px !default;
229
231
  $schedule-dialog-all-day-row-padding-bottom: 14px !default;
@@ -65,6 +65,7 @@ $schedule-appointment-active-border-color: #333 !default;
65
65
  $schedule-month-agenda-app-indicator-color: #ccc !default;
66
66
  $schedule-month-appointment-height: 22px !default;
67
67
  $schedule-month-appointment-text-line-height: 19px !default;
68
+ $schedule-month-event-clone-line-height-subject: 1.5 !default;
68
69
  $schedule-appointment-text-line-height: 20px !default;
69
70
  $schedule-month-appointment-time-padding: 1.5px !default;
70
71
  $schedule-month-appointment-subject-padding: 1px 2px !default;
@@ -227,6 +228,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
227
228
  $schedule-timeline-year-resource-cells-padding-left: 12px !default;
228
229
  $schedule-timeline-year-left-indent-padding: 0 !default;
229
230
  $schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
231
+ $schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
230
232
  $schedule-dialog-row-container-padding-bottom: 14px !default;
231
233
  $schedule-dialog-all-day-row-padding-top: 0 !default;
232
234
  $schedule-dialog-all-day-row-padding-bottom: 14px !default;
@@ -50,6 +50,7 @@ $schedule-appointment-border-radius: 2px !default;
50
50
  $schedule-appointment-active-border-color: $icon-color !default;
51
51
  $schedule-month-appointment-height: 26px !default;
52
52
  $schedule-month-appointment-text-line-height: 18px !default;
53
+ $schedule-month-event-clone-line-height-subject: 1.4 !default;
53
54
  $schedule-appointment-text-line-height: 18px !default;
54
55
  $schedule-month-appointment-time-padding: 1.5px !default;
55
56
  $schedule-month-appointment-subject-padding: 1px 2px !default;
@@ -166,6 +167,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
166
167
  $schedule-timeline-year-resource-cells-padding-left: 12px !default;
167
168
  $schedule-timeline-year-left-indent-padding: 0 !default;
168
169
  $schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
170
+ $schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
169
171
  $schedule-dialog-row-container-padding-bottom: 12px !default;
170
172
  $schedule-dialog-all-day-row-padding-top: 4px !default;
171
173
  $schedule-dialog-all-day-row-padding-bottom: 12px !default;
@@ -48,6 +48,7 @@ $schedule-appointment-border-radius: 2px !default;
48
48
  $schedule-appointment-active-border-color: $icon-color !default;
49
49
  $schedule-month-appointment-height: 26px !default;
50
50
  $schedule-month-appointment-text-line-height: 18px !default;
51
+ $schedule-month-event-clone-line-height-subject: 1.4 !default;
51
52
  $schedule-appointment-text-line-height: 18px !default;
52
53
  $schedule-month-appointment-time-padding: 1.5px !default;
53
54
  $schedule-month-appointment-subject-padding: 1px 2px !default;
@@ -164,6 +165,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
164
165
  $schedule-timeline-year-resource-cells-padding-left: 12px !default;
165
166
  $schedule-timeline-year-left-indent-padding: 0 !default;
166
167
  $schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
168
+ $schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
167
169
  $schedule-dialog-row-container-padding-bottom: 12px !default;
168
170
  $schedule-dialog-all-day-row-padding-top: 4px !default;
169
171
  $schedule-dialog-all-day-row-padding-bottom: 12px !default;
@@ -62,6 +62,7 @@ $schedule-appointment-active-border-color: $neutral-primary !default;
62
62
  $schedule-month-agenda-app-indicator-color: $schedule-appointment-bg-color !default;
63
63
  $schedule-month-appointment-height: 22px !default;
64
64
  $schedule-month-appointment-text-line-height: 18px !default;
65
+ $schedule-month-event-clone-line-height-subject: 1.4 !default;
65
66
  $schedule-appointment-text-line-height: 20px !default;
66
67
  $schedule-month-appointment-time-padding: 1.5px !default;
67
68
  $schedule-month-appointment-subject-padding: 1px 2px !default;
@@ -222,6 +223,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
222
223
  $schedule-timeline-year-resource-cells-padding-left: 15px !default;
223
224
  $schedule-timeline-year-left-indent-padding: 0 !default;
224
225
  $schedule-timeline-date-header-wrap-padding: 5px !default;
226
+ $schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
225
227
  $schedule-dialog-row-container-padding-bottom: 12px !default;
226
228
  $schedule-dialog-all-day-row-padding-top: 8px !default;
227
229
  $schedule-dialog-all-day-row-padding-bottom: 14px !default;