@syncfusion/ej2-react-schedule 23.2.7 → 24.2.3

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