@syncfusion/ej2-schedule 20.1.52 → 20.1.55

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 (72) hide show
  1. package/CHANGELOG.md +46 -11
  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 +133 -46
  5. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es5.js +133 -46
  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 +15 -15
  12. package/src/recurrence-editor/date-generator.js +11 -1
  13. package/src/schedule/base/schedule.js +4 -0
  14. package/src/schedule/event-renderer/agenda-base.js +1 -1
  15. package/src/schedule/event-renderer/event-base.js +3 -0
  16. package/src/schedule/event-renderer/month.d.ts +1 -0
  17. package/src/schedule/event-renderer/month.js +38 -29
  18. package/src/schedule/event-renderer/vertical-view.js +3 -0
  19. package/src/schedule/event-renderer/year.js +3 -1
  20. package/src/schedule/exports/calendar-export.js +1 -1
  21. package/src/schedule/popups/event-window.js +4 -2
  22. package/src/schedule/renderer/month.js +8 -5
  23. package/src/schedule/renderer/renderer.js +2 -1
  24. package/src/schedule/renderer/timeline-year.d.ts +2 -1
  25. package/src/schedule/renderer/timeline-year.js +49 -4
  26. package/src/schedule/renderer/vertical-view.js +2 -1
  27. package/src/schedule/renderer/year.js +4 -0
  28. package/styles/bootstrap-dark.css +83 -968
  29. package/styles/bootstrap.css +83 -967
  30. package/styles/bootstrap4.css +83 -990
  31. package/styles/bootstrap5-dark.css +83 -988
  32. package/styles/bootstrap5.css +83 -988
  33. package/styles/fabric-dark.css +83 -968
  34. package/styles/fabric.css +83 -970
  35. package/styles/fluent-dark.css +83 -968
  36. package/styles/fluent.css +83 -968
  37. package/styles/highcontrast-light.css +83 -967
  38. package/styles/highcontrast.css +83 -972
  39. package/styles/material-dark.css +83 -967
  40. package/styles/material.css +83 -967
  41. package/styles/recurrence-editor/bootstrap-dark.css +6 -94
  42. package/styles/recurrence-editor/bootstrap.css +6 -94
  43. package/styles/recurrence-editor/bootstrap4.css +6 -94
  44. package/styles/recurrence-editor/bootstrap5-dark.css +6 -94
  45. package/styles/recurrence-editor/bootstrap5.css +6 -94
  46. package/styles/recurrence-editor/fabric-dark.css +6 -94
  47. package/styles/recurrence-editor/fabric.css +6 -94
  48. package/styles/recurrence-editor/fluent-dark.css +6 -94
  49. package/styles/recurrence-editor/fluent.css +6 -94
  50. package/styles/recurrence-editor/highcontrast-light.css +6 -94
  51. package/styles/recurrence-editor/highcontrast.css +6 -94
  52. package/styles/recurrence-editor/material-dark.css +6 -94
  53. package/styles/recurrence-editor/material.css +6 -94
  54. package/styles/recurrence-editor/tailwind-dark.css +6 -94
  55. package/styles/recurrence-editor/tailwind.css +6 -94
  56. package/styles/schedule/bootstrap-dark.css +78 -875
  57. package/styles/schedule/bootstrap.css +78 -874
  58. package/styles/schedule/bootstrap4.css +78 -897
  59. package/styles/schedule/bootstrap5-dark.css +78 -895
  60. package/styles/schedule/bootstrap5.css +78 -895
  61. package/styles/schedule/fabric-dark.css +78 -875
  62. package/styles/schedule/fabric.css +78 -877
  63. package/styles/schedule/fluent-dark.css +78 -875
  64. package/styles/schedule/fluent.css +78 -875
  65. package/styles/schedule/highcontrast-light.css +78 -874
  66. package/styles/schedule/highcontrast.css +78 -879
  67. package/styles/schedule/material-dark.css +78 -874
  68. package/styles/schedule/material.css +78 -874
  69. package/styles/schedule/tailwind-dark.css +78 -895
  70. package/styles/schedule/tailwind.css +78 -895
  71. package/styles/tailwind-dark.css +83 -988
  72. package/styles/tailwind.css +83 -988
@@ -10,127 +10,101 @@
10
10
  margin-right: auto;
11
11
  max-width: 1240px;
12
12
  }
13
-
14
13
  .e-recurrenceeditor .e-recurrence-table {
15
14
  table-layout: fixed;
16
15
  width: 100%;
17
16
  }
18
-
19
17
  .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
20
18
  width: 27%;
21
19
  }
22
-
23
20
  .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
24
21
  width: 24%;
25
22
  }
26
-
27
23
  .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
28
24
  display: inline-block;
29
25
  font-weight: normal;
30
26
  padding: 18px 0 0 8px;
31
27
  }
32
-
33
28
  .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
34
29
  float: none;
35
30
  width: 100%;
36
31
  }
37
-
38
32
  .e-recurrenceeditor .e-recurrence-table .e-week-position {
39
33
  min-width: 94px;
40
34
  position: relative;
41
35
  right: 26px;
42
36
  }
43
-
44
37
  .e-recurrenceeditor .e-recurrence-table .e-day-position {
45
38
  min-width: 120px;
46
39
  }
47
-
48
40
  .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
49
41
  padding-left: 10px;
50
42
  }
51
-
52
43
  .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
53
44
  padding: 0 8px 16px 0;
54
45
  }
55
-
56
46
  .e-recurrenceeditor .e-form-left {
57
47
  padding: 0 8px 16px 0;
58
48
  }
59
-
60
49
  .e-recurrenceeditor .e-form-right,
61
50
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
62
51
  padding: 0 0 10px 8px;
63
52
  }
64
-
65
53
  .e-recurrenceeditor .e-input-wrapper {
66
54
  float: left;
67
55
  width: 50%;
68
56
  }
69
-
70
57
  .e-recurrenceeditor .e-input-wrapper div {
71
58
  margin-bottom: 2.5%;
72
59
  }
73
-
74
60
  .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
75
61
  .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
76
62
  padding-right: 0;
77
63
  }
78
-
79
64
  .e-recurrenceeditor.e-rtl .e-end-on > div,
80
65
  .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
81
66
  float: right;
82
67
  }
83
-
84
68
  .e-recurrenceeditor.e-rtl .e-form-left,
85
69
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
86
70
  padding: 0 0 10px 8px;
87
71
  }
88
-
89
72
  .e-recurrenceeditor.e-rtl .e-form-right,
90
73
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
91
74
  padding: 0 8px 10px 0;
92
75
  }
93
-
94
76
  .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
95
77
  position: relative;
96
78
  right: 10px;
97
79
  }
98
-
99
80
  .e-recurrenceeditor.e-rtl .e-week-position {
100
81
  position: relative;
101
82
  right: -26px;
102
83
  }
103
-
104
84
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
105
85
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
106
86
  padding-right: 0;
107
87
  }
108
-
109
88
  .e-recurrenceeditor.e-rtl .e-end-on-label {
110
89
  margin-bottom: 5px;
111
90
  }
112
-
113
91
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
114
92
  padding-left: 8px;
115
93
  padding-right: 0;
116
94
  }
117
-
118
95
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
119
96
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
120
97
  padding-left: 0;
121
98
  padding-right: 8px;
122
99
  }
123
-
124
100
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
125
101
  width: 0;
126
102
  }
127
-
128
103
  .e-recurrenceeditor .e-days .e-week-expander-label {
129
104
  font-size: 14px;
130
105
  font-weight: 400;
131
106
  margin-bottom: 8px;
132
107
  }
133
-
134
108
  .e-recurrenceeditor .e-days button {
135
109
  border-radius: 50%;
136
110
  -ms-flex-flow: row wrap;
@@ -139,37 +113,29 @@
139
113
  margin: 0 8px 10px;
140
114
  width: 35px;
141
115
  }
142
-
143
116
  .e-recurrenceeditor .e-hide-recurrence-element {
144
117
  display: none;
145
118
  }
146
-
147
119
  .e-recurrenceeditor .e-half-space {
148
120
  width: 20%;
149
121
  }
150
-
151
122
  .e-recurrenceeditor .e-year-expander {
152
123
  margin-bottom: 11px;
153
124
  }
154
-
155
125
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
156
126
  margin-bottom: 11px;
157
127
  }
158
-
159
128
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
160
129
  margin-top: -3px;
161
130
  }
162
-
163
131
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
164
132
  display: none;
165
133
  }
166
-
167
134
  .e-recurrenceeditor .e-input-wrapper-side {
168
135
  float: left;
169
136
  padding: 16px 20px 0;
170
137
  width: 50%;
171
138
  }
172
-
173
139
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
174
140
  float: none;
175
141
  font-size: 14px;
@@ -177,30 +143,24 @@
177
143
  margin-bottom: 7px;
178
144
  padding-right: 16px;
179
145
  }
180
-
181
146
  .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
182
147
  padding-right: 16px;
183
148
  }
184
-
185
149
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
186
150
  margin: 0;
187
151
  }
188
-
189
152
  .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
190
153
  font-size: 14px;
191
154
  font-weight: 400;
192
155
  margin-bottom: 7px;
193
156
  padding-right: 16px;
194
157
  }
195
-
196
158
  .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
197
159
  padding-bottom: 6px;
198
160
  }
199
-
200
161
  .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
201
162
  padding-bottom: 12px;
202
163
  }
203
-
204
164
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
205
165
  margin-bottom: 11px;
206
166
  }
@@ -208,124 +168,98 @@
208
168
  .e-bigger .e-recurrenceeditor {
209
169
  padding: 0;
210
170
  }
211
-
212
171
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
213
172
  padding: 0 12px 11px 0;
214
173
  }
215
-
216
174
  .e-bigger .e-recurrenceeditor .e-form-left {
217
175
  padding: 0 12px 14px 0;
218
176
  }
219
-
220
177
  .e-bigger .e-recurrenceeditor .e-form-right,
221
178
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
222
179
  padding: 0 0 10px 12px;
223
180
  }
224
-
225
181
  .e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
226
182
  right: 24px;
227
183
  }
228
-
229
184
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
230
185
  padding-bottom: 6px;
231
186
  }
232
-
233
187
  .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
234
188
  padding-left: 70px;
235
189
  }
236
-
237
190
  .e-bigger .e-recurrenceeditor .e-week-position {
238
191
  min-width: 167px;
239
192
  padding-left: 55px;
240
193
  padding-right: 0;
241
194
  }
242
-
243
195
  .e-bigger .e-recurrenceeditor .e-day-position {
244
196
  min-width: 197px;
245
197
  padding-left: 54px;
246
198
  }
247
-
248
199
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
249
200
  font-size: 16px;
250
201
  margin-bottom: 0;
251
202
  }
252
-
253
203
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
254
204
  padding-right: 2px;
255
205
  }
256
-
257
206
  .e-bigger .e-recurrenceeditor .e-end-on-label {
258
207
  margin-bottom: 0;
259
208
  }
260
-
261
209
  .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
262
210
  font-size: 16px;
263
211
  margin-bottom: 8px;
264
212
  }
265
-
266
213
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
267
214
  padding-bottom: 12px;
268
215
  }
269
-
270
216
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
271
217
  font-size: 16px;
272
218
  margin-bottom: 1px;
273
219
  }
274
-
275
220
  .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
276
221
  .e-bigger .e-recurrenceeditor .e-year-expander,
277
222
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
278
223
  margin-bottom: 11px;
279
224
  }
280
-
281
225
  .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
282
226
  width: 0;
283
227
  }
284
-
285
228
  .e-bigger .e-recurrenceeditor .e-days button {
286
229
  height: 40px;
287
230
  width: 40px;
288
231
  }
289
-
290
232
  .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
291
233
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
292
234
  padding: 0 0 10px 12px;
293
235
  }
294
-
295
236
  .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
296
237
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
297
238
  padding: 0 12px 10px 0;
298
239
  }
299
-
300
240
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
301
241
  padding-left: 0;
302
242
  padding-right: 64px;
303
243
  }
304
-
305
244
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
306
245
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
307
246
  padding-right: 0;
308
247
  }
309
-
310
248
  .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
311
249
  margin-bottom: 5px;
312
250
  }
313
-
314
251
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
315
252
  padding-left: 12px;
316
253
  padding-right: 0;
317
254
  }
318
-
319
255
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
320
256
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
321
257
  padding-left: 0;
322
258
  padding-right: 12px;
323
259
  }
324
-
325
260
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
326
261
  right: 33px;
327
262
  }
328
-
329
263
  .e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
330
264
  padding-left: 46px;
331
265
  }
@@ -333,101 +267,80 @@
333
267
  .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
334
268
  width: 25%;
335
269
  }
336
-
337
270
  .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
338
271
  width: 20%;
339
272
  }
340
-
341
273
  .e-device .e-recurrenceeditor .e-week-expander-label {
342
274
  margin-bottom: 6px;
343
275
  }
344
-
345
276
  .e-device .e-recurrenceeditor .e-month-expander-label {
346
277
  font-size: 12px;
347
278
  margin-bottom: 5px;
348
279
  }
349
-
350
280
  .e-device .e-recurrenceeditor .e-footer-content {
351
281
  padding: 12px;
352
282
  }
353
-
354
283
  .e-device .e-recurrenceeditor .e-form-left,
355
284
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
356
285
  padding: 0 3px 10px 0;
357
286
  }
358
-
359
287
  .e-device .e-recurrenceeditor .e-form-right,
360
288
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
361
289
  padding: 0 0 10px 3px;
362
290
  }
363
-
364
291
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
365
292
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
366
293
  padding-left: 10px;
367
294
  padding-right: 0;
368
295
  }
369
-
370
296
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
371
297
  padding-right: 10px;
372
298
  }
373
-
374
299
  .e-device .e-recurrenceeditor.e-end-on {
375
300
  padding-right: 0;
376
301
  }
377
-
378
302
  .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
379
303
  float: none;
380
304
  font-size: 12px;
381
305
  font-weight: 400;
382
306
  margin-bottom: 7px;
383
307
  }
384
-
385
308
  .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
386
309
  padding-right: 0;
387
310
  }
388
-
389
311
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
390
312
  padding-right: 0;
391
313
  }
392
-
393
314
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
394
315
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
395
316
  padding-left: 0;
396
317
  padding-right: 10px;
397
318
  }
398
-
399
319
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
400
320
  padding-left: 0;
401
321
  }
402
-
403
322
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
404
323
  padding-left: 16px;
405
324
  padding-right: 0;
406
325
  }
407
-
408
326
  .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
409
327
  padding-left: 20px;
410
328
  }
411
-
412
329
  .e-device .e-recurrenceeditor .e-week-position {
413
330
  padding-left: 0;
414
331
  padding-right: 0;
415
332
  }
416
-
417
333
  .e-device .e-recurrenceeditor .e-week-position {
418
334
  padding-left: 0;
419
335
  }
420
-
421
336
  .e-device.e-recurrence-dialog .e-dlg-header-content {
422
337
  background: none;
423
338
  box-shadow: none;
424
339
  padding-bottom: 10px;
425
340
  }
426
-
427
341
  .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
428
342
  margin-bottom: 7px;
429
343
  }
430
-
431
344
  .e-device.e-recurrence-dialog .e-footer-content {
432
345
  padding: 16px 8px;
433
346
  }
@@ -446,7 +359,7 @@
446
359
  margin-top: 0;
447
360
  }
448
361
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
449
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
362
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
450
363
  margin-bottom: 7px;
451
364
  }
452
365
  .e-recurrenceeditor .e-editor > div {
@@ -462,11 +375,11 @@
462
375
  width: 50%;
463
376
  }
464
377
  .e-recurrenceeditor .e-editor .e-form-left,
465
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
378
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
466
379
  padding: 0 0 10px;
467
380
  }
468
381
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
469
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
382
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
470
383
  padding-left: 10px;
471
384
  padding-right: 0;
472
385
  }
@@ -474,7 +387,7 @@
474
387
  padding-right: 10px;
475
388
  }
476
389
  .e-recurrenceeditor .e-editor .e-form-right,
477
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
390
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
478
391
  padding-left: 0;
479
392
  }
480
393
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
@@ -487,10 +400,9 @@
487
400
  padding-right: 0;
488
401
  }
489
402
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
490
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
403
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
491
404
  padding-left: 0;
492
405
  padding-right: 10px;
493
406
  }
494
407
  }
495
-
496
- /*! Recurrence-Editor component theme */
408
+ /*! Recurrence-Editor component theme */